.form.form-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--theme-white);
}

.register-input-form {
    box-sizing: border-box;
    background: var(--theme-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.register-input-form::placeholder {
    color: #666;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inptFielsd {
    box-sizing: border-box;
    background: var(--theme-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    width: 100%;
}

.iti {
    display: block;
}

.register_form .page_title {
    background-color: var(--theme-secondary-color);
}


.register_form label.form-check-label.form-label {
    font-size: 14px !important;
    line-height: 18px !important;
}

.register-progress-bar {
    display: flex;
    margin: 5px 0;
    user-select: none;
    background: var(--secondary_color);
    padding: 20px 10px;
    border-radius: 15px;
}
.register_page_title {
    font-size: 24px;
    margin-top: 15px;
    width: 100%;
    color: var(--theme-white);
    padding: 10p;
}
.register-progress-bar .step {
    display: flex;
    align-items: center;
    color: var(--theme-white);
    font-size: 20px;
    text-align: center;
    width: 100%;
    position: relative;
    gap : 10px;
   text-align: center;
   justify-content: center;
}

.register-progress-bar .step p {
    font-weight: 500;
    font-size: 18px;
    color: var(--theme-white);
    margin-bottom: 8px;
}

.register-progress-bar .step .bullet {
    height: 35px;
    width: 35px;
    border: 2px solid var(--theme-white);
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
}

.register-progress-bar .step .bullet.active {
    border-color: var(--custom-bg-yellow);
    background: var(--custom-bg-yellow);
}

.register-progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: var(--theme-white);
    font-weight: 600;
    top: -2px;
}

.register-progress-bar .step .bullet.active span {

    color: var(--primary_color);
}



.register-progress-bar .step:last-child .bullet:before,
.register-progress-bar .step:last-child .bullet:after {
    display: none;
}

.register-progress-bar .step p.active {
    color: var(--custom-bg-yellow);
    transition: 0.2s linear;
}

.register-progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}

.register-progress-bar .step .check.active {
    display: block;
    color: var(--theme-white);
}


.form.form-label {
    font-weight: 400;
    font-size: 16px  !important;
    line-height: 16px;
    color: var(--theme-white);
}

.register-input-form {
    box-sizing: border-box;
    background: var(--theme-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.register-input-form::placeholder {
    color: #666;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inptFielsd {
    box-sizing: border-box;
    background: var(--theme-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    width: 100%;
}

.iti {
    display: block;
}

.register_form .page_title {
    background-color: var(--theme-secondary-color);
}


.register_form label.form-check-label.form-label {
    font-size: 14px !important;
    line-height: 18px !important;
}

span.register_page_title {
    font-size: 22px;
    font-weight: 600;
    color: var(--theme-white);
}

.register_form .form-label {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.register_form_content {
    padding: 10px 20px;
}

.textbox-wrapper {
    display: block;
    position: relative;
    height: 60px;
    border-radius: 3px 3px 0 0;
    cursor: text;
    background-color: var(--theme-secondary-color);
    margin-bottom: 15px;
    overflow: hidden;
}


.textbox-wrapper label {
    display: block;
    position: absolute;
    top: 21px;
    left: 16px;
    line-height: 1em;
    font-size: 1em;
    color: var(--theme-white);
    font-weight: 500;
    z-index: 1;
    transition: .1s;
    opacity: 0.7;
}

.textbox-wrapper input {
    display: block;
    position: absolute;
    top: 30px;
    left: 16px;
    line-height: 1em;
    color: var(--theme-white);
    font-weight: 500;
    background: transparent;
    border: none;
    outline: none;
    z-index: 10;
    width: 90%;
}

.textbox-wrapper input:-webkit-autofill, 
.textbox-wrapper input:-webkit-autofill:hover, 
.textbox-wrapper input:-webkit-autofill:focus, 
.textbox-wrapper textarea:-webkit-autofill, 
.textbox-wrapper textarea:-webkit-autofill:hover, 
.textbox-wrapper textarea:-webkit-autofill:focus, 
.textbox-wrapper select:-webkit-autofill, 
.textbox-wrapper select:-webkit-autofill:hover, 
.textbox-wrapper select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--theme-white);
    -webkit-box-shadow: 0 0 0px 1000px var(--theme-secondary-color) inset;
    transition: background-color 5000s ease-in-out 0s;
}


.textbox-border {
    position: absolute;
    bottom: 0;
    background-color: var(--theme-white);
    width: 100%;
    height: 1px;
}

/* MAD-RIPPLE EFFECT */
.ripple {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    /* to contain zoomed ripple */
    transform: translateZ(0);
    border-radius: inherit;
    /* inherit from parent (rounded buttons etc) */
    pointer-events: none;
    /* allow user interaction */
    animation: ripple-shadow 0.4s forwards;
    -webkit-animation: ripple-shadow 0.4s forwards;
}

.rippleWave {
    backface-visibility: hidden;
    position: absolute;
    border-radius: 50%;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    background: var(--theme-white);
    opacity: 0.45;
    animation: ripple 2s forwards;
    -webkit-animation: ripple 2s forwards;
}

@keyframes ripple {
    to {
        transform: scale(24);
        opacity: 0;
    }
}

@-webkit-keyframes ripple {
    to {
        -webkit-transform: scale(24);
        opacity: 0;
    }
}


.textbox-wrapper .iti--separate-dial-code .iti__selected-flag {
    background-color: var(--theme-secondary-color);
    border: 0 !important;
    height: 58px !important;
    color: var(--theme-white);
    border-right: 1px solid var(--theme-primary-color) !important;
}

.textbox-wrapper .phone-label {
    margin-left: 85px;
}

.textbox-wrapper input#phone::placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.textbox-wrapper input#phone:focus::placeholder {
    opacity: 1;
}

.register-next-button {
    font-weight: 600;
    font-size: 18px;
}

.textbox-wrapper .pass-wrapper {
    position: relative;
    display: flex;
    margin-bottom: 14px;
    color: var(--theme-white);
    height: 60px;
}


.radio-wrapper input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-wrapper input[type=radio]+label {
    cursor: pointer;
    height: 50px !important;
}

.radio-wrapper input[type=radio]:checked+label {
    background-color: var(--theme-yellow) !important;
    color: var(--theme-primary-color);
}



.radio-wrapper-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.radio-wrapper-input-general {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--theme-white);
    padding: 10px;
}

.radio-wrapper-input {
    display: flex;
    background: var(--theme-secondary-color);
    width: 100%;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--theme-white);
    padding: 10px;
}

.textbox-wrapper .register-input-form {
    display: block;
    position: absolute;
    top: 30px;
    left: 16px;
    line-height: 1em;
    color: var(--theme-white);
    font-weight: 500;
    background: var(--theme-secondary-color);
    border: none;
    outline: none;
    z-index: 10;
    width: calc(100% - 32px);
}

.textbox-wrapper .register-input-form:focus {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.select-item label {
    top: 9px;
}

input[type='date']:in-range::-webkit-datetime-edit-year-field,
input[type='date']:in-range::-webkit-datetime-edit-month-field,
input[type='date']:in-range::-webkit-datetime-edit-day-field,
input[type='date']:in-range::-webkit-datetime-edit-text {
    color: transparent;
}

.textbox-wrapper input[type='date'] {
    width: calc(100% - 32px);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 1;
    filter: invert(0.8);
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1
}


.textbox-wrapper textarea {
    display: block;
    position: absolute;
    top: 30px;
    left: 16px;
    line-height: 1em;
    color: var(--theme-white);
    font-weight: 500;
    background: none;
    border: none;
    outline: none;
    z-index: 10;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
}

.textbox-wrapper.textarea-wrapper {
    height: 120px;
    position: relative;
}

.form-step a {
    color: var(--theme-yellow) !important;
}