.container .card{
    height: 575px;
    width: 832px;
    background-color:#fff;
    position:relative;
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    font-family: inherit;
    border-radius:20px;
    margin-top: 150px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 180px;
}
.container .card .form{
    width:100%;
    height:auto;
    display:flex;
}
.textarea {
    overflow: auto;
    resize: vertical;
}
.next_button {
    font-family: inherit;
}
.container .card .left-side{
    width:40%;
    background-color:var(--brand, #18A558);
    height:100%;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    padding:20px 30px;
    box-sizing:border-box;
}
.left-heading{
    color:#fff;
}
.steps-content{
    margin-top:30px;
    color:#fff;
}
.steps-content h3{
    width: 300px;
    font-weight: 600;
}
@media (max-width:768px) {
    .steps-content h3{
        font-size: 15px;
    }
}
.steps-content p{
    font-size:12px;
    margin-top:15px;
}
.progress-bar{
    list-style:none;
    margin-top:30px;
    font-size:13px;
    font-weight:700;
    counter-reset:container 0;
}
.progress-bar li{
    position:relative;
    margin-left:40px;
    margin-top:50px;
    counter-increment:container 1;
    color:#fff;
    font-size: 16px;
}
@media (max-width:993px) {
    .progress-bar li{
        margin-left:10px !important;
    }
}
@media (max-width:768px) {
    .progress-bar li{
        margin-right:-0px !important;
        font-size: 13px;
    }
}
.progress-bar li::before{
    content:counter(container);
    line-height:25px;
    text-align:center;
    position:absolute;
    height:25px;
    width:25px;
    border:1px solid rgba(255,255,255,0.75);
    border-radius:50%;
    left:-39px;
    top:-1px;
    z-index:10;
    background-color:var(--brand, #18A558);
}
.input-text .input-div option{
    font-family: inherit;
}
.input-text {
    font-family: inherit;
}

.progress-bar li::after{
    content: '';
    position: absolute;
    height: 103px;
    width: 2px;
    background-color: #fff;
    z-index: 1;
    left: -27px;
    top: -70px;
}

.progress-bar li.active::after{
    background-color: #fff;
}

.progress-bar li:first-child:after{
    display:none;
}

.progress-bar li.active::before{
    color:var(--brand, #18A558);
    border:2px solid #ffffff;
    background-color: rgb(255, 255, 255);
}
.progress-bar li.active{
    color:#fff;
}
.d-none{
   display:none;
}

.container .card .right-side{
    width:65%;
    background-color:#fff;
    height:100%;
    border-radius:20px 20px 0px 20px;
    margin: 0px auto 0 auto;
}

.main{
    display:none;
}
.active{
    display:block;
}
.main{
    padding:40px;
}
.main small{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:2px;
    height:30px;
    width:30px;
    background-color:#dfe7e1;
    border-radius:50%;
    color:#d4a017;
    font-size:19px;
}
.text{
    margin-top:20px;
}
.congrats{
    text-align:center;
}
.text p{
    margin-top:10px;
    font-size:13px;
    font-weight:700;
    color:#8ca095;
}
.input-text{
    margin:30px 0;
    display:flex;
    gap:20px;
}

.input-text .input-div{
    width:100%;
    position:relative;
}
input[type="date"] {
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #cbced4;
    gap: 20px;
    box-sizing: border-box;
    padding: 0px 10px;
}
input[type="file"] {
    width: 100%;
    height:24px;
    border: none;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #cbced4;
    gap: 20px;
    box-sizing: border-box;
    padding: 0px 10px;
}

input[type="text"]{
    width:100%;
    height:40px;
    border:none;
    outline:0;
    border-radius:11px;
    border:1px solid #cbced4;
    gap:20px;
    box-sizing:border-box;
    padding:0px 10px;
}

input[type="number"]{
    width:100%;
    height:40px;
    border:none;
    outline:0;
    border-radius:11px;
    border:1px solid #cbced4;
    gap:20px;
    box-sizing:border-box;
    padding:0px 10px;
}
select{
    width:100%;
    height:40px;
    border:none;
    outline:0;
    border-radius:11px;
    border:1px solid #cbced4;
    gap:20px;
    box-sizing:border-box;
    padding:0px 10px;
}
.input-text .input-div span{
    position:absolute;
    top:10px;
    right:10px;
    font-size:14px;
    transition:all 0.5s;
}

.input-div input:focus ~ span,.input-div input:valid ~ span  {
    top: -24px;
    left: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--brand-dark, #12804A);
}

.input-div span{
    top:-15px;
    left:6px;
    font-size:10px;
}
.buttons button{
    height:40px;
    width:100px;
    border:none;
    border-radius:5px;
    background-color:var(--brand, #18A558);
    font-size:15px;
    color:#fff;
    cursor:pointer;
}
.button_space{
    display:flex;
    gap:20px;
    margin-top: 135px;
    margin-right: 296px;
}
@media (max-width:995px) {
    .button_space{
        margin-right: 76px;
    }
}
.button_space button:nth-child(1){
    background-color:#fff;
    color:#000;
    border:1px solid #000;
}
.user_card{
    margin-top:20px;
    margin-bottom:40px;
    height:200px;
    width:100%;
    border:1px solid #c7d3d9;
    border-radius:10px;
    display:flex;
    overflow:hidden;
    position:relative;
    box-sizing:border-box;
}
.user_card span{
    height:80px;
    width:100%;
    background-color:#e9f7ef;
}
.circle{
    position:absolute;
    top:40px;
    left:60px;
}
.circle span{
    height:70px;
    width:70px;
    background-color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid #fff;
    border-radius:50%;
}
.circle span img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}
.social{
    display:flex;
    position:absolute;
    top:100px;
    right:10px;
}
.social span{
    height:30px;
    width:30px;
    border-radius:7px;
    background-color:#fff;
    border:1px solid #cbd6dc;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:10px;
    color:#cbd6dc;
}

.social span i{
    cursor:pointer;
}
.heart{
    color:#e74c3c !important;
}
.share{
    color:var(--brand, #18A558) !important;
}
.user_name{
    position:absolute;
    top:110px;
    margin:10px;
    padding:0 30px;
    display:flex;
    flex-direction:column;
    width:100%;
} 
.user_name h3{
    color:#355e3b;
}
.detail{
   display:flex;
   justify-content:space-between;
   margin-right:50px;
}
.detail p{
    font-size:12px;
    font-weight:700;
}
.detail p a{
    text-decoration:none;
    color:var(--brand, #18A558);
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #37A274;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #37A274;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px var(--brand-light, #22C16B);
  }
}

.warning{
    border:1px solid #e53935 !important;
}

@media (max-width:991px) {
    .container .card {
        max-width: 520px;
        height:auto !important;
        margin:30px 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0 !important;
    }
    .container .card .right-side {
        width:100%;
    }
    .input-text{
        display:block;
    }

    .input-text .input-div{
        margin-top:20px;
    }

    .container .card .left-side {
        display: none;
    }
}
@media (max-width:750px) {
    .container{
        height:scroll;
    }
    .container .card {
        max-width: 320px;
        height:auto !important;
        margin:30px 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0 !important;
    }
    .container .card .right-side {
        width:100%;
    }
    .input-text{
        display:block;
    }
    
    .input-text .input-div{
        margin-top:20px;
    }

    .container .card .left-side {
        display: none;
    }
}

.numinputr input{
    border: 1px solid rgb(211, 211, 211);
    border-radius: 12px;
    padding: 8px 15px;
    outline: none;
}

.fileinput input{
    padding: 10px;
    height: 50px;
}

.container .card .left-side {
    width: 40%;
    background-color: var(--brand, #18A558);
    height: 664px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 30px !important;
    box-sizing: border-box;
}

input {
    font-size: 13px !important;
}

select{
    font-size: 12px !important;
    background-color: transparent !important;
}

textarea{
    font-size: 13px !important;
}

input[type="date"]{
    background-color: transparent !important;
}

/* RTL/LTR */
:root[dir="ltr"] .progress-bar li{margin-left:0;margin-right:40px}
:root[dir="ltr"] .progress-bar li::before{left:auto;right:-39px;background-color:var(--brand, #18A558)}
:root[dir="ltr"] .progress-bar li::after{left:auto;right:-27px}
:root[dir="ltr"] .button_space{margin-right:0;margin-left:296px}
@media (max-width:995px){
:root[dir="ltr"] .button_space{margin-left:76px}
}
:root[dir="ltr"] .detail{margin-right:0;margin-left:50px}