@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
}


body {
    font-family: "Quicksand", sans-serif;
}

a {
    text-decoration: none;
}

/* login pages */
.main_login_area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login_page_form {
    box-shadow: 0px 12px 21.4px 0px #0000000D;
    background-color: #fff;
    width: 100%;
    max-width: 554px;
    margin: 0px auto;
    padding: 40px;
    border-radius: 14px;
    /* margin-top: 113px; */
    background-image: radial-gradient(circle at 100% 100%, transparent 12px, #f26e21 12px, #f26e21 14px, transparent 14px), linear-gradient(to right, #f26e21, #ffffff), radial-gradient(circle at 0% 100%, transparent 12px, #ffffff 12px, #ffffff 14px, transparent 14px), linear-gradient(to bottom, #ffffff, #f26e21), radial-gradient(circle at 0% 0%, transparent 12px, #f26e21 12px, #f26e21 14px, transparent 14px), linear-gradient(to left, #f26e21, #ffffff), radial-gradient(circle at 100% 0%, transparent 12px, #ffffff 12px, #ffffff 14px, transparent 14px), linear-gradient(to top, #ffffff, #f26e21);
    background-size: 14px 14px, calc(100% - 28px) 2px, 14px 14px, 2px calc(100% - 28px);
    background-position: top left, top center, top right, center right, bottom right, bottom center, bottom left, center left;
    background-repeat: no-repeat;
    overflow: auto;
}

.main_reset_password {
    height: calc(100vh - 200px);
}

.auth_logo {
    margin-bottom: 39px;
    width: 100%;
    max-width: 221px;
}

.mainHeading {
    font-size: 24px;
    color: #00142D;
    font-weight: 700;
    line-height: 30px;
}

.auth_label {
    text-align: left !important;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
    color: #323B44;
}

.inputBox {
    border: 2px solid #F26E121A;
    padding: 23px 56px 23px 24px;
    border-radius: 12px;
    box-shadow: 0px 2px 25px 0px #EC008C0D;
    font-size: 14px;
    color: #637381;
    width: 100%;
    outline: none;
}

.button_top_text {
    color: #F26E12 !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 22px;
    display: block;
}

.footerBtn {
    background: #F26E12;
    border: none;
    color: #fff;
    width: 100%;
    padding: 18px;
    margin-top: 20px;
    font-size: 18px;
    border-radius: 12px;
    font-weight: 700;
}

.top_left_shape {
    position: fixed;
    left: 0;
    top: 0;
}

.top_right_shape {
    position: fixed;
    right: 0;
    top: 0;
}

.bottom_shape {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.back_button {
    margin-top: 30px;
}

.go_back {
    font-size: 16px;
    font-weight: 400;
    color: #637381 !important;
    line-height: 22px;

}

.back_icon {
    box-shadow: 0px 4px 13px 0px #63738033;
    width: 25px;
    height: 25px;
    font-size: 15px !important;
    border-radius: 50px;
    color: #637381 !important;
    line-height: 25px;
    margin-right: 10px;
}

/* forgot password css */
/* .forgot_password {
    margin-top: 160px;
} */
.show_text {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    color: #637381;
    position: absolute;
    right: 20px;
    top: 59px;
    margin-bottom: 0;
}

/*email verify check */
.email_verify_text {
    font-size: 14px;
    font-weight: 500;
    color: #637381;
    line-height: 20px;
}

.mail_link {
    font-weight: 600;
    color: #00142D !important;
}

.gotIt_btn {
    width: fit-content;
    padding: 21px 58px;
}

.email_img {
    width: 100%;
}


/* reset password validation error */

.error.invalid-feedback {
    text-align: left;
    padding-left: 7px;
    color: #ff0000;
    font-weight: 500;
    padding-top: 5px;
    display: block;
}

/* reset password validation error */

/*email verify check */



/* scrollbar design */
/* width */
.login_page_form::-webkit-scrollbar {
    width: 2px;
    border-radius: 50px;
}

/* Track */
.login_page_form::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.login_page_form::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 50px;


}

/* scrollbar design */





/* media query */
@media screen and (max-width: 1366px) {
    #lottery-ticketTable td {
        font-size: 13px;
        min-width: 135px;
    }

    .auth_logo {
        max-width: 170px;
        margin-bottom: 20px;
    }
    .inputBox {
        padding: 13px 54px 13px 12px;
        font-size: 10px;
    }
    .auth_label {
        margin-bottom: 4px;
        font-size: 14px;
        padding-left: 6px;
    }
    .show_text {
        font-size: 10px;
        top: 36px;
    }

    .footerBtn {
        padding: 14px 55px;
        margin-top: 15px;
        font-size: 16px;
    }
    .button_top_text {
        font-size: 14px;
        margin-top: 17px;
    }
    .mainHeading {
        font-size: 20px;
    }
    .login_page_form {
        max-width: 430px;
    }
    .auth_label {
        font-size: 12px;
    }

}

@media screen and (max-width: 991px) {

    .main_login_area {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {

    .auth_logo {
        max-width: 155px;
    }

    .inputBox {
        padding: 14px 56px 14px 24px;
    }

    .show_text {
        top: 40px;
    }

    .button_top_text {
        font-size: 13px;
    }

    .footerBtn {
        padding: 13px;
    }
}

.cke_notification {
    display: none !important;
}

/* Add cursor pointer for the show/hide text */
.show_text {
    cursor: pointer;
}
.position-relative {
    position: relative;
}



.toggle-password i {
    font-size: 18px;

}
.toggle-change-password {
    cursor: pointer;
}

/* new css 23/sep/2024 */
.profile_icon i.fa.fa-ticket {
    color: #f16d25;
    font-size: 14px;
}