@font-face {
    font-family: TT Travels;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/TT-Travels-Medium.otf') format("opentype");
}

textarea:focus, input:focus {
    outline: none;
}

button:focus, label:focus {
    outline: 0;
}

button.btn-close {
    background: url(https://app.uat.pluxee.in/Pluxee_Library/images/plx-ic-Close.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    opacity: 1;
    float: right;
    border: 0px;
}

#Back_to_Home {
    margin: 0px 0px 0px 249px;
}

button.btn-close:hover {
    background: url(https://app.uat.pluxee.in/Pluxee_Library/images/plx-ic-Close-hover.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    opacity: 1;
}

.capswing {
    background: var(--Secondary-color) url(https://clients.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;
}

.hidden {
    display: none !important;
}

.ticket-numberpage {
    text-decoration: underline;
    font-weight: bold;
}

.width250 {
    width: 100%;
}

.gj-datepicker {
    width: 100%;
}

body {
    font-family: TT Travels;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
}

#txtHeader {
    color: var(--chakra-colors-core-confidentlyCoral-7);
}

.enter-cp-left {
    margin-left: 178px;
}

.li_input {
    width: 60%;
    text-align: left;
    padding: 0% 12% 2% 1%;
    color: var(--primary-color);
}

.optpopup {
    color: var(--Ultra-green-7-color);
}

.OTPAlert {
    color: var(--chakra-colors-core-confidentlyCoral-7);
    font-size: 25px;
}

.background_bg {
    background: url(../images/back_image.jpg) no-repeat;
    background-size: 100%;
    float: left;
    width: 100%;
}

.Resendotp-btn2 {
    background: none;
    border: 0;
    height: 18px;
    line-height: 18px;
    color: rgba(34, 28, 70, 1);
    text-decoration: underline;
    font-size: 12px;
}

.ticketReset {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
}

    .ticketReset li {
        float: left;
        line-height: 40px;
        padding: 0px 10px 0px 10px;
        white-space: nowrap;
    }

.ticketLIText2 {
    font-size: 16px;
}

#ticketnumbers2 {
    width: 200px;
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-align: center;
}

.ticketSubmit2 {
    padding: 0px 25px;
    font-size: 15px;
}

.Resendotp-btn {
    display: none; /* Initially hidden */
}

.position-relative {
    position: relative;
}

.char-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px 5px;
    border-radius: 3px;
}

    .char-counter.warning {
        color: #ff0000;
    }

    .char-counter.minimum {
        color: #ff6b00;
    }

    .char-counter.valid {
        color: #28a745;
    }

header {
    float: left;
    width: 100%;
    position: relative;
}

.hr {
    width: 100%;
    background-color: #293895;
    height: 15px !important;
    margin: 0px !important;
}

.BradLogo {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

    .BradLogo img {
        padding: 5px 0px;
        width: 220px;
    }

.SubLogo {
    float: left;
    width: 100%;
    padding: 18px 0px 0px 0px;
}

    .SubLogo img {
        padding: 5px 0px;
        width: 140px;
    }


.disclamer_div {
    font-family: 'TT Travels',Verdana,sans-serif;
    font-size: 13px;
    color: #293893;
    background: #efefef;
    padding: 30px 0px 0px 0px;
    float: left;
    width: 100%;
}

.Dis_note_Div {
    padding: 0 25px;
}

.mt_div {
    margin: 5% 0% 0% 0% !important;
}

.Ticket_Status_text {
    color: #19359b;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 19px;
    margin: 6% 0% 0% 0%;
    font-weight: bold;
}

.ticket_table {
    width: 100%;
    border-collapse: collapse;
}

    .ticket_table tr {
    }

        .ticket_table tr td {
            border: 1px solid #ccc;
            padding: 5px;
            text-align: center;
        }

.ticket_header {
    background: #e6ebff;
    font-weight: bold;
}

.Dis_note {
    color: #1c359b;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    float: left;
    width: 100%;
}

.Dis_note1 {
    color: #1c359b;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    float: left;
    width: 100%;
}

.disclamer_div h5 {
    font-weight: bold;
    padding: 0px 0px 0px 20px;
}

.disclamer_div ul {
    list-style-type: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .disclamer_div ul li {
        list-style-type: disc;
        padding: 0px 0px 0px 0px;
        line-height: 23px;
        margin: 0px 0px 0px 40px;
    }

.Disclamer_form {
    background: #efefef;
    padding: 10px 0px 30px 0px;
    float: left;
    width: 100%;
}

.ststus_form {
    width: 100%;
    float: left;
}

#ststus_button {
    margin: 0px 0px 0px 160px;
}



.ticketUL {
    list-style-type: none;
    float: left;
    width: 96%;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ccc;
    padding: 20px 0px 20px 14px;
}

    .ticketUL li {
        float: left;
        line-height: 40px;
        padding: 0px 10px 0px 10px;
    }

.ticketLIText {
    font-size: 16px;
    width: 40%;
}

.ticketLIInput {
    width: 60%;
    font-size: 16px;
}

.ticketSubmit {
    padding: 0px 25px;
    font-size: 16px;
    width: 90%;
    margin-top: 15px;
}

#ticketnumbers {
    width: 270px;
    padding: 0px 0px 0px 13px;
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.Contact_Form {
    padding: 10% 0% 3% 0%;
    float: left;
    width: 100%;
}

.li-text {
    float: left;
    width: 100%;
    font-size: 18px;
}



.Contact_Form1 {
    padding: 10% 0% 5% 0%;
    float: left;
    width: 100%;
    min-height: 400px;
}

.Contact-box {
    float: left;
    width: 100%;
    background: rgba(243, 243, 252, 1);
    padding: 10px 0px;
}

.Contact-box_2 {
    float: left;
    width: 100%;
    position: relative;
    padding: 0px 0px 20px 0px;
    border-radius: 10px;
}

.ticketbox {
    float: left;
    width: 100%;
}

    .ticketbox p {
        font-size: 17px;
        line-height: 27px;
    }

.Sub-logo-wrapper img {
    float: right !important;
    width: 330px !important;
    margin: 5px 30px 0px 0px !important;
}

#NewServiceRequestNumber {
    font-weight: bold;
}

#NEWDATE {
    font-weight: bold;
}

#OpenServiceRequestNumber {
    font-weight: bold;
}

#DuplicateServiceRequestNumber {
    font-weight: bold;
}

#InProgressServiceRequestNumber {
    font-weight: bold;
}

#InProgressRequestDate {
    font-weight: bold;
}

#ResolvedByDate {
    font-weight: bold;
}

#CaseDueDATE {
    font-weight: bold;
}

#OPENDATE {
    font-weight: bold;
}

#DUPLICATEDATE {
    font-weight: bold;
}

#DueDateServiceRequestNumber {
    font-weight: bold;
}


#ClosedServiceRequestNumber {
    font-weight: bold;
}

#ClosedDATE {
    font-weight: bold;
}

.Contact-box_thankyou {
    float: left;
    width: 100%;
    background: var(--primary-color);
    padding: 30px 0px;
    border-radius: 10px;
}

.Benefit_div {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 2%;
    margin: 2% 0% 5% 0%;
    box-shadow: 0px 2px 8px 3px #adadad;
}

.disc_para {
    padding: 3%;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    float: left;
    margin: 0;
}

.mand_spn {
    color: #f00;
    font-weight: bold;
}

.confarmation {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0% 0% 0% 3%;
    margin: 0;
}

    .confarmation li {
        float: left;
        margin: 0% 10% 0% 0%;
        line-height: 20px;
        font-size: 16px;
    }

        .confarmation li label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 0px;
            font-weight: normal;
        }

.confirmation_button {
    float: left;
    width: 20%;
    margin: 5% 40% 3% 40%;
}

.btn-danger {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.confim_button {
    width: 100%;
    text-align: center;
    padding: 6% 0% 6% 0%;
    font-size: 17px;
    text-transform: uppercase;
}

.values {
    float: left;
    width: 100%;
}

.ul_trns {
    float: left;
    width: 70%;
    list-style-type: none;
    padding: 0;
    margin: 2% 0% 0% 15%;
}

    .ul_trns li {
        float: left;
        width: 100%;
        color: #fff;
        line-height: 15px;
        margin-bottom: 10px;
        font-size: 18px;
    }

        .ul_trns li label {
            font-size: 14px;
        }

.Contact_Form h1 {
    color: #fff;
    font-size: 24px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 30px 0px;
    font-weight: bold;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    line-height: 34px;
}

.Contact_Form1 h1 {
    color: #fff;
    font-size: 24px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 30px 0px;
    font-weight: bold;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    line-height: 34px;
}

.Customer_sup_li {
    line-height: 32px !important;
}

    .Customer_sup_li a {
        color: #ffffff;
        font-weight: bold;
    }

        .Customer_sup_li a:hover {
            color: #ffffff;
            font-weight: bold;
        }

.line3 {
    float: left;
    height: 4px;
    background: var(--Secondary-color);
    width: 50%;
    position: absolute;
    left: 0;
    bottom: -2px;
    margin: 0% 25%;
}

.NOSUL {
    padding: 0;
    margin: 0% 15%;
    width: 70%;
    list-style-type: none;
    float: left;
}

.submit_button {
    padding: 2% 15% 2% 15%;
    float: right;
    width: 100%;
}

.NOSUL li {
    float: left;
    /* color: #fff;*/
}

.li-text1 {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(34, 28, 70, 1);
    font-weight:500;
}


.form-control {
    height: 40px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    margin: 0px 0px;
}

.li-input {
    width: 100%;
    min-height: 40px;
    position: relative;
    margin-bottom: 10px;
}

.li-input-cap {
    width: 100%;
    height: 60px;
}

.CapDiv {
    float: left;
    width: 100%;
    display: flex;
}

.cap_img {
    float: left;
    width: 82%;
    margin: 0% 2% 0% 0%;
}

.cap_img2 {
    float: left;
    margin: 3% 4% 3% 0%;
}

    .cap_img2 img {
        float: left;
        width: 199px;
        border: 1px solid #ccc;
        border-radius: 0px;
        height: 43px;
        margin-left: 0px;
    }

.cap_img img {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 33px;
}

.ticketUL .cap_input {
    margin: 9px 0px 0px 5px;
    float: left;
}

.cap_input {
    margin-left: 5px;
    float: left;
}

#StatusCAPTCHA {
    width: 270px;
    padding: 0px 0px 0px 13px;
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.cap_input input {
    background: #c83529 url(../images/capcha_refresh.png) no-repeat right;
    border: 1px solid #a71e14;
    border-radius: 3px;
    background-size: 22px;
    float: left;
    padding: 15px 15px 15px 25px !important;
    background-position: 9px 7px;
    cursor: pointer;
    width: 30px !important;
    height: 30px;
}

.fieldCapcha {
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.sub-div {
    float: left;
    width: 70%;
    margin: 1% 15% 2% 15%;
}
/*.submit {
    padding: 5px 25px;
    font-size: 24px;
    width: 100%;
}*/


.btn-primary {
    background-image: -webkit-linear-gradient(top,#1c2578 0,#252d82 100%);
    background-image: -o-linear-gradient(top,#252d82 0,#252d82 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#252d82),to(#252d82));
    background-image: linear-gradient(to bottom,#252d82 0,#252d82 100%);
    background: #252d82;
    background-repeat: repeat-x;
    border-color: #252d82;
}

    .btn-primary:hover {
        background: #f00;
        border-color: #f00;
    }

.btn-danger {
    background-image: -webkit-linear-gradient(top,#f00 0,#f00 100%);
    background-image: -o-linear-gradient(top,#f00 0,#f00 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f00),to(#f00));
    background-image: linear-gradient(to bottom,#f00 0,#f00 100%);
    background: #f00;
    background-repeat: repeat-x;
    border-color: #f00;
}

    .btn-danger:hover {
        background: #f00;
        border-color: #f00;
    }

.submit-emp {
    float: right;
    padding: 10px 30px;
    font-size: 15px;
    width: 100%;
}

#loginFooter {
    width: 100%;
    background-color: #111117 !important;
    color: #8f8f96 !important;
    float: left;
    font-size: 13px;
}
/*.links {
    line-height: 50px;width: 100%;
        text-align: center;
}*/

/*#txtData {
    color: #f00;
    font-size: 15px;
    text-align: center;
}*/

/*.optpopup {
    color: #293892;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0px;
}*/

.ff1 {
    float: right;
    font-size: 11px;
    color: #fff;
    margin-top: 10px;
    text-align: right;
    margin-right: 40px;
}

.Resendotp-btn {
    background: none;
    border: 0;
    height: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

.li-input-otp {
    width: 100%;
    height: 40px;
}

.otp-in {
    width: 60% !important;
    float: left;
    margin: 0px 10px 0px 0px;
}

#Validate {
    margin: -2px 0px 0px 0px;
    padding: 8px 20px;
}

.otp-btn {
    width: 35%;
    float: right;
    background: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 9px;
}

    .otp-btn:hover {
        background: #ed1d24;
        border: 1px solid #ed1d24;
    }

#Emp_F_L_Name {
    background-color: #eee;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.benefit_title {
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    width: 100%;
    float: left;
    font-weight: bold;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
}

.Qst_Div {
    float: left;
    width: 100%;
    margin: 0% 0% 2% 0%;
}

.q-num {
    float: left;
}

.ansUL {
    float: left;
    width: 100%;
    list-style-type: none;
}

    .ansUL li {
    }

.surveybox {
    float: left;
    width: 90%;
    margin: 2% 5%;
}

.Surv_Sub {
    float: right;
    padding: 10px 30px;
    font-size: 18px;
    letter-spacing: 2px;
}

.thankyou {
    width: 100%;
    float: left;
    min-height: 220px;
    font-size: 18px;
    color: #fff;
    padding: 20px 50px 20px 50px;
    line-height: 35px;
}

    .thankyou h2 {
        width: 90%;
        text-align: center;
        color: #fff;
        margin: 5% 5% 5% 5%;
        font-weight: bold;
        font-size: 25px;
        line-height: 40px;
    }

.thanku {
    margin: 8% 0%;
}

.thankyou h3 {
    font-size: 20px;
    color: #1c2678;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

.capimag2 {
    margin-top: 9px;
}

#StatusCAPTCHA {
    margin-top: 9px;
}

.capswings {
    margin-right: 28px;
}



@media only screen and (min-width: 200px) and (max-width: 600px) and (orientation : portrait) {
    .bwidth {
        width: 91%;
    }

    

    #Back_to_Home {
        margin: 0px 0px 0px 16px;
    }

    .logo-wrapper {
        margin: 0px 0px 0px 45px;
    }


    .Sub-logo-wrapper img {
        float: right !important;
        width: 190px !important;
        margin: 12px 0px 0px 0px !important;
    }

    .Sub-logo-wrapper {
        width: 70%;
        height: auto;
        float: right;
    }

    #ststus_button {
        margin: 0% 5% 5% 5%;
        float: left;
        width: 90%;
        font-size: 14px;
    }

    .ticketUL li {
        float: left;
        line-height: 40px;
        padding: 0px 10px 0px 10px;
        width: 100%;
    }

    #ticketnumbers {
        width: 100%;
        padding: 0px 0px 0px 13px;
        margin: 0% 0% 5% 0%;
        font-size: 15px;
        text-align: left;
    }

    #StatusCAPTCHA {
        width: 100%;
        padding: 0px 0px 0px 13px;
        margin: 0;
        font-size: 15px;
        text-align: left;
    }

    /*.cap_img2 img {
        float: left;
        width: 242px;
        border: 1px solid #ccc;
        border-radius: 0px;
        height: 43px;
        margin-left: 0px;
    }*/

    .ticketSubmit {
        padding: 0px 25px;
        font-size: 16px;
        width: 100%;
        margin-top: 15px;
    }

    .Contact-box {
        float: left;
        width: 100%;
        background: rgb(243 243 252);
        padding: 10px 0px;
        min-height: 320px;
    }

    .Contact_Form h1 {
        color: #fff;
        font-size: 17px;
        padding: 0px 0px 5px 0px;
        margin: 0px 0px 30px 0px;
        font-weight: bold;
        text-align: center;
        position: relative;
        text-transform: uppercase;
        line-height: 30px;
    }

    .NOSUL {
        padding: 0;
        margin: 0% 10%;
        width: 80%;
        list-style-type: none;
        float: left;
    }

    .li-text1 {
        width: 100%;
        text-align: left;
        font-size: 13px;
        margin-bottom: 5px;
        color: #fff;
    }

    .cap_img {
        float: left;
        width: 80%;
        margin: 0% 2% 0% 0%;
    }

    .sub-div {
        float: left;
        width: 80%;
        margin: 1% 10% 2% 10%;
    }

    .Contact_Form {
        padding: 15% 0% 3% 0%;
        float: left;
        width: 100%;
    }

    .Contact_Form1 {
        padding: 25% 0% 5% 0%;
        float: left;
        width: 100%;
        min-height: 400px;
    }

        .Contact_Form1 h1 {
            color: #fff;
            font-size: 22px;
            padding: 0px 0px 5px 0px;
            margin: 0px 0px 30px 0px;
            font-weight: bold;
            text-align: center;
            position: relative;
            text-transform: uppercase;
            line-height: 30px;
        }

    .otp-in {
        width: 100% !important;
        float: left;
        margin: 0px 0px 10px 0px;
    }

    #Validate {
        margin: 10% 0% 5% 0%;
    }

    .form-control {
        height: 40px;
        padding: 6px 12px;
        font-size: 18px;
        line-height: 40px;
        color: #333;
        margin: 0px 0px;
    }

    .ul_trns {
        float: left;
        width: 80%;
        list-style-type: none;
        padding: 0;
        margin: 2% 10% 0% 10%;
        font-size: 14px;
    }

        .ul_trns li {
            float: left;
            width: 100%;
            color: #fff;
            line-height: 15px;
            margin-bottom: 10px;
            font-size: 14px;
        }

    .submit_button {
        padding: 2% 10% 2% 10%;
        float: right;
        width: 100%;
    }

  
    

    .ff1 {
        float: right;
        font-size: 12px;
        color: #fff;
        margin-top: 10px;
        text-align: right;
        margin-right: 0px;
    }

    #ticketnumbers2 {
        width: 173px;
        padding: 0;
        margin: 0;
        font-size: 15px;
        text-align: center;
    }

    /* Add this within your existing @media only screen and (min-width: 200px) and (max-width: 600px) and (orientation : portrait) block */

    .ticketReset li {
        float: left;
        line-height: 40px;
        padding: 0px 4px 0px 10px;
        white-space: nowrap;
    }

    #Reset_ticketnumbers {
        width: 100% !important;
        float: none !important;
        margin-top: 10px !important;
        display: block;
    }
}

/* More flexible and maintainable */
@media only screen and (max-width: 932px) {
    .cap_img2 img {
        width: 100%;
        max-width: 275px;
        height: 43px;
        border: 1px solid #ccc;
        object-fit: cover; /* Maintains aspect ratio */
    }

    .CssApply {
        float: left;
        width: 108%;
        display: flex;
    }

    #ticketnumbers2 {
        width: 100%;
        font-size: clamp(13px, 2.5vw, 15px);
        text-align: center;
        padding: 8px;
    }

    .ticketLIText {
        margin-top: 9px;
    }

    .capswings {
        margin-top: -9px !important;
    }

    
}

.centre-content {
    display: flex;
    justify-content: center;
}



