@font-face {
    font-family: TT Travels;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../fonts/TT-Travels-Medium.otf') format("opentype");
}

body {
    font-family: TT Travels;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
}



.form_section_UL {
    float: left;
    list-style-type: none;
    padding: 2% 0% 2% 0%;
    margin: 0;
    color: var(--primary-color);
}

    .form_section_UL li {
        float: left;
        font-family: 'TT Travels',Verdana,sans-serif;
        color: var(--primary-color);
        position: relative;
        margin-left: 10px;
    }

.Sub-logo-wrapper img {
    /* float: right;
    width: 190px;
    margin: 20px 30px 0px 0px;*/
    float: right !important;
    width: 330px !important;
    margin: 5px 30px 0px 0px !important;
}

.main {
    float: left;
    width: 100%;
}

.main_body {
    float: left;
    width: 100%;
    background: var(--White-color);
    padding: 3% 0% 2% 0%;
    margin-top: 60px;
}

.filterdiv {
    margin: 120px 0px 30px 0px;
}

.login_details {
    float: left;
    width: 100%;
    background: var(--chakra-colors-white);
    border-radius: 0px;
    padding: 0.5%;
    margin: 5% 0% 5% 0%;
    border: 1px solid var(--chakra-colors-core-deepBlue-4);
}

.forgot {
    float: right;
    cursor: pointer;
}

#enterOTP {
    width: 56%;
}

#btnvalidateotp {
    margin: 0px 0px 0px 15px;
    max-width: 165px;
    width: 100%;
    padding: 7px 15px;
}

.submit_btn {
    float: right;
    width: 100%;
    padding: 0% 12% 4% 10%;
}

.modal_title_style {
    color: var(--chakra-colors-core-confidentlyCoral-7);
    font-size: 22px;
}

.login_popup {
    width: 700px;
    margin: 30px auto;
}

.login_forgot_password {
    width: 100%;
    float: left;
    padding: 0;
    margin: 5% 0% 0% 0%;
    list-style-type: none;
}

    .login_forgot_password li {
        float: left;
        line-height: 40px;
    }


.login_li_txt {
    width: 30%;
    text-align: right;
    padding: 0% 0% 3% 0%;
}

.login_li_input {
    width: 70%;
    padding: 0% 15% 3% 2%;
}

.login_forgot_password .custom-form {
    padding: 3px 10px;
    max-height: 40px;
}

.login_captcha_div {
    width: 100%;
    float: left;
}

    .login_captcha_div #txtCaptcha {
        width: 40%;
        float: left;
    }

.capimg {
    float: left;
    width: 40%;
    border: 1px solid var(--semantic-border-secondary);
    margin: 0% 2%;
}

.capinput {
    float: left;
}

.forgot_btn_div {
    width: 70%;
    float: right;
    margin: 0% 15%;
}

#frgt-msg {
    color: rgb(15, 187, 68);
    font-size: 13px;
    letter-spacing: 0.2px;
    width: 70%;
    float: right;
    margin: 0% 15% 2%;
}

#btn-frgt-pass {
    float: right;
}

.popupgrid table {
    border-collapse: collapse;
    width: 100%;
}

.popupgrid td, th {
    border: 1px solid var(--semantic-border-secondary);
    text-align: left;
    padding: 5px;
    letter-spacing: 0.2px;
    font-size: 14px;
    color: var(--primary-color);
}

.popupgrid tr:nth-child(even) {
    background-color: var(--chakra-colors-core-boldyBlue-1);
}

.popup_header {
    background: var(--chakra-colors-core-ultraGreen-2);
    color: var(--primary-color);
    font-size: 14px;
    letter-spacing: 0.2px;
}

.modal_title_style {
    margin-bottom: 10px;
}

.payment_dialog {
    width: 800px;
    margin: 30px auto;
    max-width: 100%;
}

.filterUL {
    /*padding: 0;
    margin: 5% 8% 0% 0%;
    float: right;
    width: 100%;
    list-style-type: none;
    min-height: 15px;*/
    padding: 0;
    margin: 0% 8% 0% 0%;
    float: right;
    width: 100%;
    list-style-type: none;
    min-height: 15px;
}

    .filterUL li {
        padding: 0;
        margin: 5px 0px 0px 15px;
        float: right;
        width: auto;
        list-style-type: none;
        font-size: 14px;
    }

        .filterUL li.user a {
            color: var(--primary-color);
            text-decoration: none;
        }

            .filterUL li.user a:hover {
                color: var(--primary-color);
            }

.username {
    font-weight: bold;
    color: var(--chakra-colors-core-ultraGreen-6) !important;
}

    .username:hover {
        color: var(--chakra-colors-core-ultraGreen-6) !important;
    }

.logout a {
    color: var(--chakra-colors-core-confidentlyCoral-8);
    font-weight: bold;
}


    .logout a:hover {
        color: var(--Secondary-color);
        font-weight: bold;
        text-decoration: none;
    }
#dynamicheader {
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure it's above the banner */
    background-color: white; /* Optional: solid background for the header */
}

/* Give space for the header on the page */


/* Ensuring the carousel/banner has no effect on the header interaction */
#dynamicbanner {
    position: relative; /* Allow the banner to be below the header */
    z-index: 10; /* Lower than the header to prevent overlap */
}

/* Additional styles for carousel to make sure it stays in the normal document flow */
#myCarousel {
    position: relative;
    z-index: 1; /* Keep it below the header */
}


.error {
    color: var(--chakra-colors-core-confidentlyCoral-7);
}

.errordiv {
    width: 100%;
    text-align: center;
    padding: 50px 10px;
    margin: 0;
}

.form-horizontal {
    width: 100%;
    float: left;
}

.Contact-box {
    float: left;
    width: 100%;
    background: var(--chakra-colors-white);
    border-radius: 0px;
    padding: 10px;
    margin: 3.5rem 0;
    border: 1px solid var(--chakra-colors-core-deepBlue-4);
}

.capswing {
    background: var(--Secondary-color) url(https://app.uat.pluxee.in/Pluxee_Library/images/plx-ic-refresh.svg) no-repeat center !important;
    border: 2px solid var(--primary-color);
    border-radius: 0px;
    background-size: 27px;
    float: left;
    padding: 15px 25px 15px 25px;
    background-position: 11px 5px;
    cursor: pointer;
    width: 40px;
    height: 42px;
}

input[type="checkbox"] {
    height: 20px !important;
    width: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: .12rem solid #808080;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    float: inline-end !important;
    margin: 0px 4px 0 0 !important;
}

    input[type="checkbox"]:checked {
        background-image: url(https://app.uat.pluxee.in/Pluxee_Library/images/checkbox_plx.png);
        background-size: 11px !important;
        background-repeat: no-repeat;
        background-position: center center;
    }

section.footer {
    margin-top: 0 !important;
}

.validation-error {
    color: red;
    font-size:13px;
}

.blue-ico {
    color: #1B51DC !important;
}

.green-ico {
    color: #006245 !important;
    font-size: 4rem !important;
    font-weight: 600 !important;
}

.pop-btn {
    font-size: 12px !important;
    max-height: 38px !important;
    min-height: 38px !important;
    line-height: 1;
    border-width: 2px !important;
    border-radius: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.pop-up-h1 {
    font-size: 2rem !important;
    font-weight: 600;
    color: #042E20;
}

.pop-up-h3 {
    font-size: 1rem !important;
    font-weight: 600;
    color: #006245;
    margin: 10px 0px;
}



.password-info {
    width: 100%;
    color: var(--chakra-colors-red-500) !important;
    font-size: 14px;
    display: flex;
    justify-content: center;
    padding: 0px 10px;
}

input[disabled] {
    border-color: var(--chakra-colors-core-deepBlue-4);
    opacity: 0.6;
}

@media only screen and (min-width: 200px) and (max-width: 600px) and (orientation : portrait) {
    .Sub-logo-wrapper img {
        width: 190px !important;
        margin: 5px 0px 0px 0px !important
    }

    .logo-wrapper .m-Brand-logo{
        width:32px!important;
    }

    .Sub-logo-wrapper{
        width:100%!important;
    }

    .mobileview1 {
        padding: 0px !important;
    }
    .filterUL {
        margin: 0% 2% 0% 0%!important;
    }

        .filterUL li {
            margin: 5px 0px 0px 1px!important;
            font-size:12px!important;
        }

    .username {
        font-size: 9px;
    }


    #block-headerlogo {
        width: 175px !important;
        margin-left: -12px !important;
    }

    .jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
    .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
        left: 25% !important;
    }
    .jconfirm .jconfirm-cell {
        margin-top: 40%!important;
    }

    .jconfirm-title{
        font-size:25px!important;
    }
}
