.form-steps {
    display:flex;
    align-items:Center;
    margin:0 0 20px 0;
    padding:20px 0 0 0;
    list-style:none;
    gap:100px;
    justify-content:center;
}
.form-steps li {
    position:relative;
}
.form-steps li::after {
    position:relative;
    content:"";
    z-index:1;
    background:#edf5ff;
    height:5px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:100px;
    left:50px;
}
.form-steps li:last-child::after {
    display:none;
}
.form-steps li.active span,
.form-steps li.past span {
    background:#2280fc;
    color:#fff;
}
.form-steps li.past::after {
    background:#2280fc;
}
.form-steps li span {
    display:flex;
    z-index:2;
    align-items:center;
    width:50px;
    height:50px;
    position:Relative;
    font-size:16px;
    font-weight:700;
    background:#edf5ff;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    border-radius:100%;
}
@media (max-width:1199px) {
    .form-steps li span {
        width:40px;
        height:40px;
    }
    .form-steps {
        gap:30px;
    }
    .form-steps li::after {
        width:40px;
        left:40px;
    }
}
.form-step-contents {
    border-radius:10px;
    border:1px solid #f1f1f1;
    padding:30px;
}
.step-content {
    display:none;
}
.step-content.active {
    display:block;
}
.step-row {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.step-row .step-col {
    flex: 1 1 calc(33.333% - 20px); 
}

.step-row .step-col:last-child {
    flex: 1 1 calc(100% - 20px); 
}
.inner-col-6 {
    flex: 1 1 calc(50% - 20px); 
}
@media (max-width:1199px) {
    .form-step-contents {
        padding:15px;
    }
    .step-row {
        gap:15px;
    }
    .step-row .step-col {
        flex: 1 1 calc(100% - 20px); 
    }
}
.w-100 {
    width:100%;
}




.multiselector {
    display:none !important;
}
.select2-selection--multiple {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    cursor:pointer;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-search--inline {
    display:none !important;
}
.multiselector-container {
    position:relative;
    margin:0;
    padding:0;
    display:block;
}
.step-col-photo {
    width:100%;
}
.multiselector-container .selection {
    display:block !important;
}
.select2-container {
    display:block !important;
    width:100% !important;
}
.multiselector-container .select2-container--open:has(:not(.selection)) {
    border: 1px solid #ccc;
    border-radius: 10px;
    background:#fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width:100%;
    max-height:300px;
    overflow-y:auto;
}
.multiselector-container .select2-container--open:has(:not(.selection)) ul li {
    cursor:pointer;
    padding:10px;
    transition:all .2s ease-in-out;
    border-bottom:1px solid #ccc;
}
.multiselector-container .dropdown-wrapper {
    display:none !important;
}
.multiselector-container .select2-container--open:has(:not(.selection)) ul li:hover {
    transition:all .2s ease-in-out;
    background:#f1f1f1;
}
.select2-selection__rendered {
    margin:0;
    padding:0;
    display:flex;
    gap:5px;
    align-items:center;
    list-style:none;
}
.select2-selection__rendered li {
    display:flex;
    align-items:center;
    flex-direction: row-reverse;
    border:none;
    padding:5px !important;
    margin:0;
    gap:5px;
    cursor:pointer;
    border-radius:5px;
    background:#2280fc;
    color:#fff;
}
.select2-selection__rendered li:hover {
    background:#348cff !important;
}
.select2-selection__rendered li button {
    margin:0;
    padding:0;
    cursor:pointer;
    border:none;
    outline:none;
    color:#fff;
    background:transparent;
}

.form-required-group.error input,
.form-required-group.error .form-control,
.form-required-group.error .select2-selection--multiple,
.form-required-group.error .profile-img-selector,
.form-required-group.error .form-radio-sample .content::before,
.form-required-group.error .label-check-sample .content::before {
    border-color: red !important;
}


.profile-img-selector {
    width:100px;
    height:100px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    margin:0 auto;
    border-radius:100%;
    display:flex;
    align-items:Center;
    cursor:pointer;
    padding:0;
    justify-content:center;
    color:#a6b1cf;
    font-size:30px;
    position:relative;
}
.profile-img-selector .img-previewer {
    display:none;
    top:50%;
    position:absolute;
    transform:translateY(-50%);
    width:90px;
    height:90px;
    left:0;
    right:0;
    margin:auto;
    border-radius:100%;
    object-fit: cover;
}
.profile-img-selector svg {
    display:block;
    max-width:30px;
    max-height:30px;
}
.profile-img-selector svg path[stroke] {
    stroke:#a6b1cf;
}
.profile-img-selector svg path[fill] {
    fill:#a6b1cf;
}
.profile-img-selector input {
    display:none;
}
.form-steps-title {
    text-align:center;
    font-size:30px;
    font-weight:700;
    padding:30px 0;
}
.form-step-title {
    font-size:20px;
    font-weight:700;
    color:#2280fc;
    margin-bottom:30px;
}