.forgotPassword-module__title {
    font-size: 28px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    letter-spacing: 1.4px;
    font-family: Playfair Display;
}

body[class*='rtl'] .forgotPassword-module__title {
    font-family: GE SS;
}

.forgotPassword-module__root {
    display: flex;
    flex-direction: column;
    width: 50rem;
    padding-inline-start: 4.30rem;
    padding-inline-end: 4.30rem;
}

.forgotPassword-module__forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 2.2rem;
    margin-top: 4.3125rem;
    padding-bottom: 2.3125rem;
}

.forgotPassword-module__forgotPasswordPrevarrow {
    height: 30px;
    width: 30px;
}

body[class*='rtl'] .forgotPassword-module__forgotPasswordPrevarrow {
    --tw-rotate: 180deg;
    transform: var(--tw-transform);
}

.forgotPassword-module__forgotPasswordCrossarrow {
    height: 1.5rem !important;
}

.forgotPassword-module__instructions {
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    margin-bottom: 2.281rem;
    font-size: 1rem;
    font-weight: 400;
}

.forgotPassword-module__formContent {
    margin-top: 14rem;
}

.forgotPassword-module__formwithsucess {
    margin-top: 11rem;
}

@media screen and (max-width: 780px) {
    .forgotPassword-module__root {
        width: 100%;
    }
    .forgotPassword-module__root {
        padding-inline-start: 0rem;
        padding-inline-end: 0rem;
        padding-top: 0rem;
    }

    .forgotPassword-module__title {
        font-size: 0.875rem;
    }

    .forgotPassword-module__title {
        font-weight: bold;
        letter-spacing: 0px;
        flex-grow: 1;
        text-align: center;
        font-family: Lato, Bold;
    }

    .forgotPassword-module__forgot {
        margin-bottom: 0rem;
        border-bottom: unset;
        box-shadow: 0pt 2px 8px rgba(0, 0, 0, 0.2);
        padding-inline-start: 1.875rem;
        padding-inline-end: 1.875rem;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        margin-top: 0rem;
    }

    .forgotPassword-module__forgotPasswordPrevarrow {
        height: 24px !important;
        width: 24px;
        margin-inline-start: -4px;
    }

    .forgotPassword-module__forgotpasswordcross {
        visibility: hidden;
    }

    .forgotPassword-module__formContent {
        margin-top: 2.25rem;
        padding-inline-start: 1.875rem;
        padding-inline-end: 1.875rem;
    }

    .forgotPassword-module__instructions {
        line-height: 1.25rem;
        font-weight: 500;
        font-size: 13px;
    }

    .forgotPassword-module__formwithsucess {
        margin-top: 1rem;
        padding-inline-start: 1.5rem;
        padding-inline-end: 1.5rem;
        max-height: 22rem;
        overflow-y: auto;
        padding-block-end: 5rem;
        height: 75vh;
    }
    .forgotPassword-module__formwithsucess::-webkit-scrollbar {
        display: none;
    } 

    .forgotPassword-module__formsubmissionsucess {
        /* padding-inline-start: 1.5rem;
        padding-inline-end: 1.5rem; */
        padding-block-end: 1rem;
    }
}

.formSubmissionSuccessful-module__root {
    margin-top: 1rem;
}

.formSubmissionSuccessful-module__title {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.formSubmissionSuccessful-module__text {
    color: #ffffff;
    line-height: 1.3rem;
    font-size: 1rem;
}

.formSubmissionSuccessful-module__sucess {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: #a89968;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-inline-start: 1.25rem;
    padding-inline-end: 1.25rem;
    border-radius: 0.5rem;
}

@media screen and (max-width: 620px) {
    .formSubmissionSuccessful-module__sucesscontent {
        width: 20%;
    }
}

@media screen and (max-width: 420px) {
    .formSubmissionSuccessful-module__sucesscontent {
        width: 35%;
    }
}

.createAccount-module__root {
    /* composes: px-sm from global; */
}

.createAccount-module__message {
}

/* TODO @TW: cannot compose */

.createAccount-module__message:empty {
    display: none;
}

.createAccount-module__actions {
    /* composes: gap-xs from global; */
}

.createAccount-module__cancelButton {
}

.createAccount-module__submitButton {
}

.createAccount-module__root {
    margin-block-start: 1.8438rem;
    margin-block-end: 8.5rem;
}

.createAccount-module__maincntry{
    display: flex;
    font-weight: 300;
    font-size: 13px;
}

.createAccount-module__spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

}

.createAccount-module__subscribe {
    /* composes: -ml-1.5 from global; */
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.createAccount-module__subscribe label span {
    font-size: 0.8125rem;
}

.createAccount-module__Name_wrapper {
    display: grid;
    row-gap: 1rem;
}

.createAccount-module__Country_Mobile_wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}

.createAccount-module__Terms_Declaration {
    text-align: left;
    font-size: 0.8125rem;
    color: #000000;
}

body[class*='rtl'] .createAccount-module__Terms_Declaration{
    /* padding-left: 0rem; */
    text-align: right;
}

.createAccount-module__Terms_Declaration a {
    color: #a89968;
    margin-inline-start: 0.5rem;
    text-decoration: underline;
    
    font-weight: bold;
}

.createAccount-module__actions button {
    height: 2.625rem;
    border-radius: 0.25rem;
}

.createAccount-module__actions button span {
    
    color: #FFF;
    
    width: 41rem;
    
    justify-content: center;
    
    font-size: 0.8125rem;
    
    font-weight: 700;
}

.createAccount-module__passwordStrength {
    
    font-size: 0.8125rem !important;
    
    padding-bottom: 0.5rem;
    
    text-align: left;
    
    --tw-text-opacity: 1;
    
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.createAccount-module__errorMessage {
    color: rgba(185, 28, 28);
}

.createAccount-module__countryCode{
    position: relative;
}

.createAccount-module__downCountryArrow{
    position: absolute;
    height: 23px;
    width: 23px;
    top: 2rem;
    right: 0;
    z-index: 1;

}

body[class*='rtl'] .createAccount-module__downCountryArrow{
    right: 5rem;
}

.createAccount-module__Country_Mobile_wrapper .createAccount-module__countryCode select{
    height: 2.5rem;
    border-bottom: 1px solid black;
    width: 7rem;
    background: transparent;
    outline: none;
    color: #000000;
    border-radius: 0 !important;
    z-index: 2;
    cursor: pointer;
}

.createAccount-module__countryCode select {
    -webkit-appearance: none;
    border-radius: 0;
}

@media (min-width: 800px) {
    .createAccount-module__root {
        padding-left: 0px;
        padding-right: 0px;
    }
    .createAccount-module__Name_wrapper {
        display: grid;
        -moz-column-gap: 2rem;
             column-gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .createAccount-module__Terms_Declaration {
        text-align: center;
    }
    .createAccount-module__Terms_Declaration {
        font-size: 1rem;
    }
    body[class*='rtl'] .createAccount-module__Terms_Declaration{
        /* padding-left: 0rem; */
    }
    body[class*='rtl'] .createAccount-module__Terms_Declaration {
        text-align: center;
    }
    body[class*='rtl'] .createAccount-module__Terms_Declaration {
        font-size: 1rem;
    }
    .createAccount-module__actions button {
        height: 3.75rem;
    }
    .createAccount-module__actions button {
        border-radius: 0.5rem;
    }
    .createAccount-module__actions button span {
        font-size: 1rem;
    }
    .createAccount-module__subscribe label span {
        font-size: 1rem;
    }
    .createAccount-module__maincntry{
        font-size: 1rem;
    }
    .createAccount-module__passwordStrength {
        font-size: 1rem !important;
    }
    .createAccount-module__passwordStrength {
        padding-bottom: 1rem;
    }
    .createAccount-module__Country_Mobile_wrapper {
        grid-template-columns: 1fr 4fr;
    }
    .createAccount-module__countryCode select{
        height: 2.5rem;
    }
    .createAccount-module__downCountryArrow{
        top: 1.7rem;
            /* right: 5rem; */
    }
   

}

/* for tab */

@media (min-width: 640px) {
    .createAccount-module__Country_Mobile_wrapper {
        grid-template-columns: 1fr 5fr;
    }
    
}

@media (min-width: 1199px) and (max-width: 1400px) {
       .createAccount-module__maincntry{
        font-size: .7rem;
    }
    .createAccount-module__countryCode select{
        height: 2rem;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .createAccount-module__actions button {
        height: 3rem;
    }
    .createAccount-module__actions button span {
        font-size: 0.875rem !important;
    }
}

/* @media only screen and (max-width: 576px) {
    .Terms_Declaration {
      text-align: center;
        
    }
    @media (min-width: 576px) and (max-width: 767px) {
        .Terms_Declaration {
          text-align: center;
        }
        }

    @media (min-width: 768px) and (max-width: 1024px) {
        .Terms_Declaration {
          text-align: center;
        }
        } */

/* } */

.forgotPasswordForm-module__root {
}

.forgotPasswordForm-module__buttonContainer {
    margin-top: 1rem;
}

.forgotPasswordForm-module__cancelButton {

    display: none;
}

.forgotPasswordForm-module__submitButton {
    border-radius: 8px;
}

.forgotPasswordForm-module__sendReset {
    font-size: 1rem;
    margin-inline-end: 0.5rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.forgotPasswordForm-module__inputfield {
    font-size: 1rem;
    color: #000;
}

/* .forgotpasswordsubmit {
    height: 3.75rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #000;

    span {
        font-weight: bold;
    }
}

.forgotpasswordsubmit:hover {
    color: #fff !important;
} */

@media screen and (max-width: 780px) {
    .forgotPasswordForm-module__sendReset {
        font-size: 13px !important;
        font-weight: bold;
    }

    .forgotPasswordForm-module__forgotpasswordsubmit button {
        width: 100%;
    }
}

.create-account-checkbox {
    border-radius: 0.75rem !important;
    position: relative;
    height: 0.875rem;
    width: 2.25rem;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 0px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
}.create-account-checkbox:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.create-account-checkbox {
    grid-area: input;
    display: block;
}
.create-account-checkbox::before {
    box-shadow: 0px 2px #00000029;
    position: absolute;
    left: -1px;
    top: -4px;
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    content: '';
}
.create-account-checkbox:checked:before {
    left: auto;
    right: -1px;
}
.create-account-checkbox-icon {
    display: none;
    grid-area: none;
}
.create-account-checkbox-label {
    grid-template-areas: 'label input';
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.errorMessages{
    color: rgba(185, 28, 28);
}
.contryCode label{
    display: flex !important;
    color: black !important;
    font-family: Lato;
    font-weight: 300;
}
/* .country {
    border-style: none;
} */
.countryCode select{
    /* height: 2.5rem; */
    border-bottom: 1px solid black;
    width: 7rem;
    background: #FFF;
    outline: none;
    color: #000000;
    border-radius: 0 !important;
}
@media (min-width: 800px) {
    .create-account-checkbox {
        border-radius: 0.2rem !important;
    }
    .create-account-checkbox {
        height: 1.5rem;
    }
    .create-account-checkbox {
        width: 1.5rem;
    }
    .create-account-checkbox {
        cursor: pointer;
    }
    .create-account-checkbox {
        border-radius: 0.25rem;
    }
    .create-account-checkbox {
        border-width: 2px;
    }
    .create-account-checkbox {
        border-style: solid;
    }
    .create-account-checkbox {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .create-account-checkbox {
        background-color: transparent;
    }
    .create-account-checkbox:checked {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .create-account-checkbox:disabled {
        cursor: not-allowed;
    }
    .create-account-checkbox {
        grid-area: input;
    }
    .create-account-checkbox::before {
        content: '\2713';
        box-shadow: none;
    }
    .create-account-checkbox::before {
        left: 0px;
    }
    .create-account-checkbox::before {
        top: 0px;
    }
    .create-account-checkbox::before {
        display: none;
    }
    .create-account-checkbox::before {
        height: auto;
    }
    .create-account-checkbox::before {
        width: auto;
    }
    .create-account-checkbox::before {
        align-items: center;
    }
    .create-account-checkbox::before {
        justify-content: center;
    }
    .create-account-checkbox::before {
        font-size: 1.5rem;
    }
    .create-account-checkbox::before {
        font-weight: 700;
    }
    .create-account-checkbox::before {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .create-account-checkbox:checked::before {
        right: auto;
    }
    .create-account-checkbox:checked::before {
        display: flex;
    }
    .create-account-checkbox-icon {
        pointer-events: none;
    }
    .create-account-checkbox-icon {
        height: 1.5rem;
    }
    .create-account-checkbox-icon {
        width: 1.5rem;
    }
    .create-account-checkbox-icon {
        grid-area: input;
    }
    .create-account-checkbox-label {
        display: grid;
    }
    .create-account-checkbox-label {
        grid-template-columns: min-content 1fr;
    }
    .create-account-checkbox-label {
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
    }
    .create-account-checkbox-label {
        grid-template-areas: 'input label';
    }
}
/* .create-account-checkbox{
    @apply appearance-none h-[20px] w-[50px] rounded-2xl bg-[black] relative flex;
} */
/* .create-account-checkbox::after{
    @apply content-[''] absolute  h-[80%] rounded-full w-[20px] bg-white left-[2px] my-auto flex items-center top-[2px];
    transition:500ms ease;
    transition-property:all;
}
.create-account-checkbox:checked:after{
    @apply right-[2px] left-auto;
} */
/* content-['\2713'] */
@media (min-width: 1400px) and (max-width: 1599px) { 

    .sign-in-mobile-number div label div span{
        font-size: 11px ;
    }
    .sign-in-mobile-number div select{
        height: 2.1rem;
        /* font-size: 11px; */
    }
}


.checkbox-module__root {
    --stroke: var(--venia-global-color-gray-600);
    grid-template-areas: 'input label';
    grid-template-columns: min-content 1fr;
}

.checkbox-module__input {
    grid-area: input;

    /* TODO @TW: review, replaces input:disabled. Check if working. */
}

.checkbox-module__icon {
    grid-area: input;
}

.checkbox-module__icon svg {
    /* stroke: rgb(var(--stroke)); */
}

.checkbox-module__label {
    grid-area: label;
    word-break: break-all;
    cursor: pointer;
}

/* When the input is disabled, update the cursor on the sibling label element. */

/* TODO @TW: cannot compose */

.checkbox-module__input:disabled ~ .checkbox-module__label {
    cursor: default;
}

.checkbox-module__input:checked:enabled + .checkbox-module__icon {
    --stroke: var(--venia-brand-color-1-700);
}

/* TODO @TW: cannot compose, needs "checked" variant enabled. Cannot combine variants. */

.checkbox-module__input:active:enabled,
.checkbox-module__input:focus:enabled {
    /* composes: active_shadow-radioActive from global; */
    /* composes: focus_shadow-radioFocus from global; */
    box-shadow: none;
    outline: none;
}

.checkbox-module__input_shimmer {
}

.forgot-password-submit {
    height: 3.75rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;

    span {
        font-weight: bold;
    }
}

.forgot-password-submit:hover {
    color: #fff !important;
}

.continue-as-guest:hover{
    color: #fff !important;
}
@media (max-width: 800px){
    .continue-as-guest:hover{
        color: #000 !important;
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {

    /* .shadow-menu .forgotPassword-root-b-w,
    .shadow-menu .signIn-loginpage-adt{
        width: 40rem;
        padding-left: 2.2rem;
        padding-right: 2.2rem;
    } */
    .shadow-menu .forgotPassword-module__root,
    .shadow-menu .signIn-module__loginpage{
        width: 40rem;
        padding-left: 2.2rem;
        padding-right: 2.2rem;
    }
    .shadow-menu .forgotPassword-module__title,
    .shadow-menu .signIn-module__header_title span{
        font-size: 1.25rem !important;
    }
    .shadow-menu .forgotPassword-module__forgot{
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .shadow-menu .signIn-module__header_content{
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }
    #Forgotpasswordform .Button-module__root{
        height: 2.6rem;
    }
    .forgotPassword-module__root .forgotPassword-module__formContent{
        margin-top: 10rem;
    }
    .shadow-menu .signIn-module__cross{
        width:1.2rem;
        height: 1.2rem;
    }
    .shadow-menu .signIn-module__header_LoginTab button {
        height: 2.6rem;
    }
    .shadow-menu .signIn-module__header_LoginTab {
        padding-top: 1.2175rem;
        padding-bottom: 1.275rem;
    }
    .shadow-menu .signIn-module__title_apple_google button{
        height: 2.6rem;
    }
    .shadow-menu .signIn-module__welcome_title{
        font-size: 0.8rem;
        padding-top: 1.4rem;
        padding-bottom: 1.2rem;
    }
    .shadow-menu .signIn-module__login_to_continue_title{
        font-size: 0.7rem;
    }
    .shadow-menu .signIn-module__title_apple_google {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .shadow-menu .signIn-module__login_signup_with span{
        font-size: 0.8rem;
    }
    .gap-y-xs {
        row-gap: 0.8rem;
    }
    .shadow-menu .field-module__label {
        font-size: 0.7rem;
        min-height: unset !important;
    }
    .shadow-menu .fieldIcons-module__input > input{
        height: 1.7rem;
    }
    .shadow-menu .signIn-module__forgotPasswordButtonContainer button{
        font-size: 0.8rem;
    }
    .shadow-menu .signIn-module__buttonsContainer button, .continue-as-guest{
        height: 3rem !important;
    }
    .gap-y-xs .h-\[2\.5rem\] {
        height: 1.7rem;
    }
}
@media (min-width: 1199px) and (max-width: 1400px) {
    .shadow-menu .forgotPassword-module__root,
    .shadow-menu .signIn-module__loginpage{
        width: 33rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .shadow-menu .forgotPassword-module__title,
    .shadow-menu .signIn-module__header_title span{
        font-size: 1.25rem !important;
    }
    .shadow-menu .signIn-module__header_content{
        margin-top: 2.3125rem;
        margin-bottom: 1.3125rem;
    }
    .shadow-menu .forgotPassword-module__forgot{
        margin-top: 2.3125rem;
        padding-bottom: 1.3125rem;
    }
    #Forgotpasswordform .Button-module__root{
        height: 2.4rem;
    }
    #Forgotpasswordform .Button-module__root .forgotPasswordForm-module__sendReset{
        font-size: 0.9rem;
    }
    .forgotPassword-module__root .forgotPassword-module__formContent{
        margin-top: 8rem;
    }
    .shadow-menu .forgotPassword-module__instructions{
        font-size: 0.7rem;
    }
    .shadow-menu .signIn-module__cross{
        width:1.3rem;
        height: 1.3rem;
    }
    .shadow-menu .forgotPassword-module__forgotPasswordCrossarrow{
        width:1.3rem !important;
        height: 1.3rem !important;
    }
    .shadow-menu .signIn-module__header_LoginTab button {
        font-size: 0.7rem;
        height: 2.4rem;
    }
    .shadow-menu .signIn-module__header_LoginTab {
        padding-top: 1.175rem;
        padding-bottom: 1.175rem;
    }
    .shadow-menu .signIn-module__title_apple_google button{
        font-size: 0.7rem;
        height: 2.4rem;
    }
    .shadow-menu .signIn-module__welcome_title {
        font-size: 0.7rem;
        padding-top: 1.2rem;
        padding-bottom: 1rem;
    }
    .shadow-menu .signIn-module__login_to_continue_title {
        font-size: 0.7rem;
    }
    .shadow-menu .signIn-module__title_apple_google {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .shadow-menu .signIn-module__login_signup_with span{
        font-size: 0.7rem;
    }
    .shadow-menu .signIn-module__loginpage .gap-y-xs {
        row-gap: 0.6rem;
        margin-top: 1.8rem;
    }
    .shadow-menu .field-module__label {
        font-size: 0.7rem;
        min-height: unset !important;
    }
    .shadow-menu .fieldIcons-module__input > input{
        height: 1.5rem;
    }
    .shadow-menu .signIn-module__forgotPasswordButtonContainer button{
        font-size: 0.7rem;
    }
    .shadow-menu .signIn-module__buttonsContainer button{
        height: 2.5rem;
    }
    .shadow-menu .signIn-module__buttonsContainer button span{
        font-size: 0.7rem;
    }
    .gap-y-xs .h-\[2\.5rem\] {
        height: 1.5rem;
    }
}
@media (max-width:570px){
    .register-btn-style, .login-btn-style{
        font-weight: normal !important;
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .btn_login,
    .btn_register,
    .login-btn-style,
    .register-btn-style,
    .continue-as-guest {
        font-size: 0.875rem !important;
        height: 3rem !important;
    }
}
.cart-dialog-header{
    border-bottom: 1px solid #cacaca;
}
.shadow-menu .field-module__label {
    min-height: unset !important;
}
.shadow-menu .fieldIcons-module__input > input[name="telephone"]{
    height: 2.5rem;
}
.signIn-module__root {
}

.signIn-module__forgotPassword {
}

.signIn-module__form {
}

.signIn-module__modal {

    /* TODO @TW: review (B6) */
    /* composes: invisible from global; */
    visibility: hidden;
}

.signIn-module__modal_active {

    /* TODO @TW: review (B6) */
    /* composes: visible from global; */
    visibility: visible;
}

.signIn-module__buttonsContainer {
    /* composes: gap-sm from global; */
}

.signIn-module__forgotPasswordButtonContainer {
}

.signIn-module__forgotPasswordButtonText:hover {
    text-decoration: underline;
}

.signIn-module__forgotPasswordButton {
    /* composes: root from '../LinkButton/linkButton.module.css'; */
}

.signIn-module__LoginButton {
}

.signIn-module__title {
}

.signIn-module__form {
    margin-top: 1.875rem;
    margin-bottom: 8.5rem;
}

.signIn-module__loginpage {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 1;
}

.signIn-module__header_title span {
    display: block !important;
}

.signIn-module__header_title {
    
    font-size: 0.8125rem;
    
    left: 0px;
    
    flex-grow: 1;
    
    text-align: center;
    
    font-weight: 700;
    
    text-transform: uppercase;
    
    letter-spacing: 0px;
    
    --tw-text-opacity: 1;
    
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    
    opacity: 1;
    line-height: 2rem;
}

.signIn-module__header_content {
    display: flex;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.signIn-module__prev {
    width: 24px;
}

body[class*='rtl'] .signIn-module__prev {
    --tw-rotate: 180deg;
    transform: var(--tw-transform);
}

.signIn-module__cross {
    display: none;
}

.signIn-module__header_LoginTab {
    display: flex;
    justify-content: space-evenly;
    gap: 1.2813rem;
    border-bottom-width: 1px;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgba(202, 202, 202, var(--tw-border-opacity));
    --tw-border-opacity: 1;
    border-top-color: rgba(202, 202, 202, var(--tw-border-opacity));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.signIn-module__header_LoginTab button {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.2rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.01rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    opacity: 1;
}

.signIn-module__btn_login,
.signIn-module__btn_register {
    border: 1px solid #000000;
}

.signIn-module__formScroll {
    height: 70vh;
    overflow: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
}

.signIn-module__formScroll::-webkit-scrollbar {
    display: none;
}

/* For Firefox */

@-moz-document url-prefix() {
    .signIn-module__formScroll {
        scrollbar-width: none;
    }
}

.signIn-module__welcome_title {
    /* font: normal normal bold 1rem/4.6875rem Lato; */
    padding-top: 2.25rem;
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.01rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    opacity: 1;
}

.signIn-module__login_to_continue_title {
    /* font: normal normal normal 1rem/1.6875rem Lato; */
    text-align: center;
    font-size: 0.8125rem;
    letter-spacing: 0.01rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    opacity: 1;
}

.signIn-module__title_apple_google {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgba(202, 202, 202, var(--tw-border-opacity));
    padding-top: 1.5rem;
    padding-bottom: 1.875rem;
}

.signIn-module__title_apple_google button {
    border: 1px solid #000000;
    display: flex;
    height: 2.625rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.5625rem;
         column-gap: 0.5625rem;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.01rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    opacity: 1;
}

.signIn-module__login_signup_with {
    position: relative;
    height: 1px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(202, 202, 202, var(--tw-bg-opacity));
    text-align: center;
    font-size: 1rem;
    text-transform: capitalize;
    letter-spacing: 0.01rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    opacity: 1;
}

.signIn-module__login_signup_with span {
    position: absolute;
    top: -10px;
    left: 32%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.8125rem;
}

.signIn-module__buttonsContainer button {
    height: 2.625rem;
    border-radius: 0.25rem;
}

.signIn-module__buttonsContainer button span {
    
    color: #fff;
    
    width: 41rem;
    
    justify-content: center;
    
    font-size: 0.8125rem;
    
    font-weight: 700;
}

.signIn-module__GuestbuttonsContainer button {
    margin-top: 1rem;
    margin-bottom: 5rem;
    height: 2.625rem;
    width: 100%;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.signIn-module__GuestbuttonsContainer button span {
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
}

.signIn-module__guestButton {
    width: 100%;
    padding-top: 16px;
}

.signIn-module__guestButton button {
    height: 2.625rem;
    width: 100%;
    border-radius: 0.25rem;
    font-size: 13px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.signIn-module__forgotPasswordButtonContainer button {
    color: #a89968 !important;
    
    line-height: 0.5rem;
    
    text-align: right;
    
    font-size: 0.8125rem;
    
    font-weight: 700;
}

.signIn-module__errorMessages {
    color: rgba(185, 28, 28);
}

/* for Desktop  */

@media (min-width: 800px) {
    .signIn-module__form {
        margin-top: 2.8438rem;
    }
    .signIn-module__form {
        margin-bottom: 0px;
    }
    .signIn-module__form {
        padding-left: 0px;
        padding-right: 0px;
    }
    .signIn-module__loginpage {
        top: 0px;
    }
    .signIn-module__loginpage {
        left: 0px;
    }
    .signIn-module__loginpage {
        height: 67.5rem;
    }
    .signIn-module__loginpage {
        width: 50rem;
    }
    .signIn-module__loginpage {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .signIn-module__loginpage {
        opacity: 1;
    }
    .signIn-module__header_title span {
        /* font: normal normal 600 1.75rem/4.6875rem Playfair Display; */
        font-family: Playfair Display;
        line-hight: 4.6875rem;
        margin-inline-start: 3rem;
    }
    .signIn-module__header_title span {
        justify-content: center !important;
    }
    .signIn-module__header_title span {
        font-size: 1.75rem !important;
    }
    .signIn-module__header_title span {
        letter-spacing: 0.0875rem !important;
    }
    .signIn-module__header_content {
        margin-top: 4.3125rem;
    }
    .signIn-module__header_content {
        margin-bottom: 2.3125rem;
    }
    .signIn-module__header_content {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .signIn-module__header_content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .signIn-module__guestButton {
        width: 100%;
    }

    .signIn-module__guestButton {
        padding-top: 20px;
    }

    .signIn-module__guestButton {
        /* margin-bottom:3rem; */
    }

    .signIn-module__guestButton button {
        height: 3.75rem;
    }

    .signIn-module__guestButton button {
        width: 100%;
    }

    .signIn-module__guestButton button {
        border-radius: 0.5rem;
    }

    .signIn-module__guestButton button {
        font-size: 16px;
    }

    .signIn-module__guestButton button {
        font-weight: 700;
    }

    .signIn-module__guestButton button {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .signIn-module__prev {
        display: none;
    }
    .signIn-module__cross {
        display: flex;
    }
    .signIn-module__cross {
        height: 2rem;
    }
    .signIn-module__cross {
        width: 2rem;
    }
    .signIn-module__cross {
        cursor: pointer;
    }
    .signIn-module__header_LoginTab {
        justify-content: space-around;
    }
    .signIn-module__header_LoginTab {
        gap: 2.25rem;
    }
    .signIn-module__header_LoginTab {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .signIn-module__header_LoginTab {
        padding-left: 0px;
        padding-right: 0px;
    }
    .signIn-module__header_LoginTab button {
        height: 3.75rem;
    }
    .signIn-module__header_LoginTab button {
        width: 19.625rem;
    }
    .signIn-module__header_LoginTab button {
        border-radius: 0.5rem;
    }
    .signIn-module__header_LoginTab button {
        border-width: 1px;
    }
    .signIn-module__header_LoginTab button {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }
    .signIn-module__header_LoginTab button {
        --tw-bg-opacity: 1;
        background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
    }
    .signIn-module__header_LoginTab button {
        font-size: 1rem;
    }
    .signIn-module__header_LoginTab button {
        font-size: 1rem;
    }
    .signIn-module__header_LoginTab button {
        font-size: 1rem;
    }
    .signIn-module__header_LoginTab button {
        font-weight: 600;
    }
    .signIn-module__header_LoginTab button {
        letter-spacing: 0.01rem;
    }
    .signIn-module__header_LoginTab button {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }
    .signIn-module__header_LoginTab button {
        opacity: 1;
    }
    .signIn-module__welcome_title {
        padding-top: 1.875rem;
    }
    .signIn-module__welcome_title {
        padding-bottom: 2.1875rem;
    }
    .signIn-module__welcome_title {
        font-size: 1rem;
    }
    .signIn-module__login_to_continue_title {
        /* font: normal normal normal 1rem/1.6875rem Lato; */
    }
    .signIn-module__login_to_continue_title {
        font-size: 1rem;
    }
    .signIn-module__title_apple_google {
        flex-direction: row;
    }
    .signIn-module__title_apple_google {
        justify-content: space-between;
    }
    .signIn-module__title_apple_google {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .signIn-module__title_apple_google {
        padding-left: 0px;
        padding-right: 0px;
    }
    .signIn-module__title_apple_google button {
        display: flex;
    }
    .signIn-module__title_apple_google button {
        height: 3.75rem;
    }
    .signIn-module__title_apple_google button {
        width: 19.625rem;
    }
    .signIn-module__title_apple_google button {
        align-items: center;
    }
    .signIn-module__title_apple_google button {
        justify-content: center;
    }
    .signIn-module__title_apple_google button {
        -moz-column-gap: 0.5625rem;
             column-gap: 0.5625rem;
    }
    .signIn-module__title_apple_google button {
        border-radius: 0.5rem;
    }
    .signIn-module__title_apple_google button {
        font-size: 1rem;
    }
    .signIn-module__title_apple_google button {
        letter-spacing: 0.01rem;
    }
    .signIn-module__title_apple_google button {
        opacity: 1;
    }
    .signIn-module__login_signup_with span {
        left: 40%;
    }
    .signIn-module__login_signup_with span {
        font-size: 1rem;
    }
    .signIn-module__formScroll {
        padding-left: 0px;
        padding-right: 0px;
    }
    .signIn-module__buttonsContainer button {
        height: 3.75rem;
    }
    .signIn-module__buttonsContainer button {
        border-radius: 0.5rem;
    }
    .signIn-module__buttonsContainer button span {
        font-size: 1rem;
    }
    .signIn-module__GuestbuttonsContainer button {
        margin-top: 1.5rem;
    }
    .signIn-module__GuestbuttonsContainer button {
        margin-bottom: 15rem;
    }
    .signIn-module__GuestbuttonsContainer button {
        height: 3.75rem;
    }
    .signIn-module__GuestbuttonsContainer button {
        border-radius: 0.5rem;
    }
    .signIn-module__GuestbuttonsContainer button span {
        width: 36.8rem;
    }
    .signIn-module__GuestbuttonsContainer button span {
        font-size: 1rem;
    }
    .signIn-module__forgotPasswordButtonContainer button {
        line-height: 1.25rem;
    }
    .signIn-module__forgotPasswordButtonContainer button {
        font-size: 1rem;
    }
}

/* for tab */

@media (min-width: 640px) {
    .signIn-module__login_signup_with span {
        left: 41%;
    }
}

.signIn-module__apple {
    position: absolute;
    opacity: 0 !important;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .signIn-module__btn_login,
    .signIn-module__btn_register,
    .signIn-module__register-btn-style,
    .signIn-module__login-btn-style,
    .signIn-module__title_apple_google button,
    .signIn-module__buttonsContainer button span {
        font-size: 0.875rem !important;
    }

    .signIn-module__btn_login,
    .signIn-module__btn_register,
    .signIn-module__register-btn-style,
    .signIn-module__login-btn-style,
    .signIn-module__title_apple_google button,
    .signIn-module__buttonsContainer button {
        height: 3rem !important;
    }
}

@media screen and (max-width: 780px) {
    .signIn-module__header_content {
        /* @apply flex items-center py-6 px-10; */
    }
    .signIn-module__header_content {
        display: flex;
    }
    .signIn-module__header_content {
        align-items: center;
    }
    .signIn-module__header_content {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .signIn-module__header_content {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .signIn-module__header_content {
        box-shadow: 0pt 2px 8px rgba(0, 0, 0, 0.2);
    }

    .signIn-module__forgotPasswordButtonText {
        text-decoration: underline;
    }
    .signIn-module__header_title{
        margin-inline-end: 24px;
    }
}
