* {
    font-family: "Twentieth Century"; 
    box-sizing: border-box;
}


body {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    padding: 0;
}

.d-none {
    display: none !important;
}

.main-login-div {

    position: relative;
    background-color: #FFFAF4;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 420px;
    max-width: 575px;
    width: 30%;
    height: 80.6%;
    border-radius: 12px;
    color: #171719;
    padding-top: 24px;
    padding-bottom: 24px;
} 
.auth-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color:#171719;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    
}
.auth-description {
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    color: #171719;
    margin-bottom: 0px;
    margin-top: 0px; 
    padding-bottom: 30px;
   
}

.form-main-div {
    display: flex;
    justify-content: center;
}

.logo-image {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
}

.logo-image svg {
    width: 112px;
    height: 112px;
}

.back-arrow-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    background-color:#000000;
    width: 38px;
    height: 38px;
    
}
.back-arrow-btn svg {
    width: 22px;
    height: 22px;
}

.back-arrow-anchor {
    position: absolute;
    top: 24px;
    left: 24px;
}

.form-container {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    max-width: 370px;
    width: 100%;
    padding-bottom: 0px;

}


.form-lables {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.form-btn-div {
    display: flex;
    justify-content: center;
}

.form-btn {
    height: 40px;
    width: 326px;
    background-color: #000000;
    border-radius: 6px;
    padding: 13px 40px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 27px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.form-inputs:focus {
    border: none;
    outline: none;
}
.form-inputs::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #4C4C4C;

}

.password-icon {
    position: absolute;
    left: 15px;
}

.password-closed-eye,.password-open-eye {
    cursor: pointer;
    position: absolute;
    right: 15px;
}

.email-icon-and-input-container, .password-icon-and-input-container {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 463px;
    width: 100%;
    height: 52px;
    border-radius: 10px;
}
.form-input-elements {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
    width: 100%;
}

.toastify {
    border-radius: 6px!important;
    font-size: .875rem;
    line-height: 14px;
    color: #c9c951;
    position: fixed;
    z-index: 11111 !important;
   
}

.danger-toast {
    border: 1px solid #FFCB04!important;
    background: #242328!important;
    color: #ffffff!important;
    display: flex!important;
    gap: 5px;
    line-height: 16px;
}

.danger-toast .toast-close {
    color: #606b85!important;
    opacity: 1!important;
    align-self: flex-start;
}

.parent-container-for-L-M-business {
    position: absolute; 
    top: 36px;
    left: 0px;
    display: flex; 
    gap: 10px; 
    width: calc(100% - 56px);
    padding-left: 56px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 100%;
}

.parent-container-for-L-M-business svg {
    width: 20px;
    height: 20px;
}

.verification-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;   
}

.radio-options-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.parent-container-for-info-icon {
    display: flex; 
    gap: 5px;
}

.form-radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.iti__selected-flag {
    border-radius: 12px !important;
}

.form-inputs {
    border-radius: 12px;
    background-color: #FFFFFF !important;
    height: 40px;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #E7E7E7;
}

/* Hide the default radio */
.form-radio-option input[type="radio"] {
   accent-color: #000000;
   width: 22px;
   height: 22px;
}

.time-label {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #000000;
}

.parent-container-for-form-label-and-input {
    width: 100%;
    /* padding: 0px 9.74%; */
}

.password-closed-eye, .password-open-eye {
    width: 24px;
    height: 24px;
}

.pac-container {
    z-index: 1066;
}

.visibility-hidden {
    visibility: hidden;
}

@media (max-width:576px) {
    .form-btn-div {
        margin-left: 10px;
        margin-right: 10px;
    }
    .back-arrow-anchor {
        top: 50px;
    }
    .main-login-div {
        padding-top: 50px;
    }
    .parent-container-for-L-M-business {
        padding-left: 30px;
    }
}


@media (max-width:768px) {
    .form-btn-div {
        margin-left: 10px;
        margin-right: 10px;
    }
    .back-arrow-anchor{
    top: unset;
    }
    
    .main-login-div {
       width: 100%;
       max-width: 100%;
       min-width: 100%;
       padding: 20px 20px;
    }
    .parent-container-for-L-M-business {
        display: none;
    }
    .form-container {
        height: 20%;
    }
}


[lang="ar"] {
    .back-arrow-anchor {
        right: 24px !important;
        left: unset !important;
        transform: rotate(181deg);
    }
}