﻿@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');

body {
    font-family: 'Nunito', sans-serif;
    color: #535353;
    background: url(../images/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
    body:before {
        background: rgb(42 80 143 / 93%);
        z-index: 0;
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
    }
    body .login_wrapper:after {
        z-index: 0;
        position: absolute;
        content: "";
        right: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, rgba(217, 124, 30, 0) 61%, rgba(255, 255, 255, 1) 60%);
    }
.error-bg:after {
    contain:"";
    display:none !important;
}
    img {
    max-width: 100%;
}

.form-control:focus {
    box-shadow: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nunito', sans-serif;
}
/*---------- Global Style closed ----------------*/


/*---------- Loader Style ----------------*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    background: rgb(0 0 0 / 66%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader_div {
    border: 6px solid #ffebea;
    border-radius: 50%;
    border-top: 6px solid #ff574d;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*---------- Loader Style closed ----------------*/


/*---------- Login Page Style ----------------*/
a.logo_text {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}

    a.logo_text span {
        background: #ff574d;
        line-height: 1;
        display: inline-block;
        padding: 3px 5px 3px;
        color: #fff;
        font-weight: 700;
        border-radius: 4px;
        margin-right: 10px;
    }

.login_wrapper {
    top: 0;
   /* width: 1500px;*/
   width:100%;
    margin: 0 auto;
    bottom: 0;
    min-height: 100vh;
    z-index: 9;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0px 0;
    /* background: #ffffff;
    background: #D97C1E;
    background: linear-gradient(90deg,rgba(217, 124, 30, 0) 61%, rgba(255, 255, 255, 1) 60%);*/
    overflow: hidden;
}

.login_box:after, .login_box:before {
    position: absolute;
    left: -176px;
    top: -20px;
    border-width: 53vh 227px 52vh 0;
    border-style: solid;
    border-color: transparent #fff #ffffff00 transparent;
    content: "";
    display: block;
    z-index: 3;
}

.login_box:before {
    left: -228px;
    z-index: 2;
    border-color: transparent rgba(42, 80, 143,0.7) transparent transparent;
    border-width: 55vh 225px 55vh 0;
    top: -5vh;
}

    .login_wrapper > div {
        position: relative;
        z-index: 1;
    }

    .login_wrapper .container-fluid {
        padding: 0;
    }

.login_box {
    margin: 0 auto;
    max-width: 559px;
    padding: 0px 0;
    width: 90%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.login_wrapper .col-pad-0 {
    padding: 0;
}

.login_wrapper .login_form .login_form_inner p {
    color: #403838;
    font-weight: 400;
    font-size: 15px;
}

    .login_wrapper .login_form .login_form_inner p a {
        margin-left: 3px;
        color: #ff574d;
    }

.login_wrapper .login_form .login_form_inner {
    padding: 14px 30px 0;
    position: relative;
    margin: 0;
    text-align: left !important;
    font-size: 14px;
}

.login_wrapper .login_form.forgot_password .login_form_inner {
    margin: 0 0 25px;
}

.login_wrapper .btn-outline {
    border-radius: 3px;
    padding: 6px 30px 6px 30px;
    color: #ff574d;
    background: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    border: 2px solid #fff;
    transition: all ease 0.4s;
}

.login_wrapper .none-2 {
    display: none;
}

.login_wrapper .btn-outline:hover {
    background: transparent;
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}

.login_wrapper .login_form h3 {
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #272323;
    position: relative;
    padding: 0 0 15px;
}

    .login_wrapper .login_form h3 span {
        color: #ff574d;
    }

    .login_wrapper .login_form h3:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 50px;
        height: 1px;
        background: #ff574d;
        margin: 0 auto;
        bottom: 0;
    }

.login_wrapper .login_form .form-group {
    margin-bottom: 16px;
    position: relative;
}

    .login_wrapper .login_form .form-group i.fa {
        position: absolute;
        top: 13px;
        right: 11px;
        color: #aaa;
    }

.login_wrapper .login_form .input-text {
    width: 100%;
    padding: 7px 6px;
    font-size: 14px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 36px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
}

    .login_wrapper .login_form .input-text ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #ec4a40;
        transition: 0.4s;
        -webkit-transition: 0.4s;
    }

    .login_wrapper .login_form .input-text:focus ~ .focus-border {
        width: 100%;
        transition: 0.4s;
        -webkit-transition: 0.4s;
    }

.login_wrapper .login_form .btn-md {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    border-radius: 50px;
    text-transform: uppercase;
}

.social-list li {
    display: inline-block;
    font-size: 16px;
}

.social-list {
    margin: 10px 0;
    padding: 0;
}

    .social-list li a {
        display: block;
        background: rgba(0,0,0,0.07);
        border-radius: 20px;
        display: inline-block;
        margin: 0;
        width: 105px;
        height: 32px;
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 32px;
        transition: all ease 0.4s;
        padding: 0 5px;
        text-decoration: none;
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        letter-spacing: 0.02rem;
    }

        .social-list li a:hover {
            transform: translateY(-3px);
            -webkit-transform: translateY(-3px);
        }

    .social-list li .s_facebook {
        background: #4867aa;
    }

    .social-list li .s_twitter {
        background: #33CCFF;
    }

    .social-list li .s_google {
        background: #db4437;
    }

.login_wrapper .login_form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login_wrapper .login_form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login_wrapper .login_form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login_wrapper .login_form .btn-theme {
    background: #ff574d;
    border: none;
    color: #fff;
}

    .login_wrapper .login_form .btn-theme:hover {
        background: #ec4a40;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
        color: #fff !important;
    }

.login_wrapper .login_form .terms {
    margin-left: 3px;
}

.login_wrapper .login_form .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}

.login_wrapper .login_form .form-check {
    float: left;
    margin-bottom: 0;
}

    .login_wrapper .login_form .form-check a {
        color: #717171;
        float: right;
    }

.login_wrapper .login_form .form-check-input {
    position: absolute;
    margin-left: 0;
    opacity: 0;
}

.login_wrapper .login_form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;
    background-color: #fff;
}

.login_wrapper .login_form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
    color: #403838;
}

.login_wrapper .login_form input[type="checkbox"]:checked + label::before {
    background-color: #ff574d;
    border-color: #ff574d;
}

.login_wrapper .login_form input[type=checkbox]:checked + label:before {
    font-weight: normal;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 10px;
    content: "\f00c";
    font-family: fontAwesome;
}

.login_wrapper .login_form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login_wrapper .login_form .checkbox a {
    font-size: 14px;
    color: #ff574d;
    float: right;
}

.or_text {
    position: relative;
    margin: 20px 0;
}

    .or_text:after {
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        background: #ddd;
    }

    .or_text span {
        padding: 0 15px;
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 1;
    }

.login_img_caption {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.login_wrapper .row {
    width: 100%;
}

.login_img_caption h2 {
    font-weight: bold;
    font-size: 36px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
}

    .login_img_caption h2:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 50px;
        height: 1px;
        background: #ff574d;
        margin: 0 auto;
        bottom: 0;
    }

ul.login_tab {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

    ul.login_tab li a {
        text-transform: uppercase;
        font-weight: 700;
        color: #999a9b;
        padding: 5px 11px;
        font-size: 13px;
        text-decoration: none;
        border: 1px solid #857e7e;
        border-radius: 50px;
        min-width: 120px;
        display: block;
    }

        ul.login_tab li a.active {
            color: #fff;
            border: 1px solid #fe574d;
            background: #fe574d;
            position: relative;
        }

            ul.login_tab li a.active::after {
                content: "";
                position: absolute;
                border-left: 13px solid transparent;
                border-right: 13px solid transparent;
                border-top: 13px solid #fe574d;
                left: 0;
                right: 0;
                width: 22px;
                margin: 0 auto;
                top: 30px;
            }

.bg-white {
    background: #fff;
}

.login_left_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .login_left_img:before {
        background: rgba(42, 80, 143,0.85);
        z-index: 0;
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
    }

.or_options {
    padding: 0 30px;
}

.login_left img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.help {
    width: 121px;
    height: 123px;
    position: absolute;
    left: 0px;
    right: 9%;
    margin: 0px auto;
    border-radius: 50%;
    top: 45%;
    text-align: center;
    z-index: 99999;
}

@keyframes help-color-change {
    0% {
        color: #ff7a59;
    }

    50% {
        color: #0357a2;
    }

    100% {
        color: #ff7a59;
    }
}

.item {
    z-index: 100;
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0px auto;
    border-radius: 50%;
    background: #fff;
    padding: 7px 0px;
    border: 2px solid #F44336;
}

.circle {
    border-radius: 50%;
    background-color: #F44336;
    width: 90px;
    height: 90px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
    top: 0;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 2;
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }

    to {
        transform: scale(1.9, 1.9);
        opacity: 0;
    }
}

.dasboardpanel .firstdiv ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .dasboardpanel .firstdiv ul li {
        padding: 12px;
        border-radius: 55px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.38);
        position: relative;
        margin: 20px 0px;
        min-height: 97px;
        border: 1px dashed #fff;
    }

        .dasboardpanel .firstdiv ul li .content {
            text-align: right;
            padding-right: 35px;
            font-size: 13px;
            color: #fff;
        }

            .dasboardpanel .firstdiv ul li .content strong {
                display: block;
                color: #fff;
                margin-bottom: 5px;
                font-size: 24px;
                padding-top: 9px;
            }

        .dasboardpanel .firstdiv ul li .icon {
            position: absolute;
            width: 60px;
            height: 60px;
            background-color: #fff;
            border-radius: 50%;
            right: -35px;
            box-sizing: border-box;
            padding: 8px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
            z-index: 5;
        }

            .dasboardpanel .firstdiv ul li .icon > div {
                box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
                border-radius: 50%;
                padding: 8px;
            }

            .dasboardpanel .firstdiv ul li .icon img {
                max-width: 100%;
            }

/*.dasboardpanel {
    display: flex;
    padding: 10px 0px;
}

.dasboardpanel {
    display: flex;
    padding: 10px 0px;g883
}*/
.login_left {
    width: 63%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}

    .dasboardpanel .firstdiv, .dasboardpanel .seconddiv, .dasboardpanel .thirddiv {
        position: relative;
        box-sizing: border-box;
        /* margin-top: 28%; */
        margin-left: 87px;
    }
    /*    .dasboardpanel .firstdiv, .dasboardpanel .thirddiv {
width: 25%;
}
*/
    .dasboardpanel .seconddiv {
        width: 50%;
        box-sizing: border-box;
        padding: 30px;
        margin: 0 auto;
        text-align: center;
        z-index: 9;
    }

.bgcolor-1, .bgcolor-1 .icon > div {
    background-color: #006582;
}

.bgcolor-2, .bgcolor-2 .icon > div {
    background-color: #00a8ba;
}

.bgcolor-3, .bgcolor-3 .icon > div {
    background-color: #00bd81;
}

.bgcolor-4, .bgcolor-4 .icon > div {
    background-color: #eea20f;
}

.bgcolor-5, .bgcolor-5 .icon > div {
    background-color: #ef7c16;
}

.bgcolor-6, .bgcolor-6 .icon > div {
    background-color: #ff4255;
}

.bgcolor-7, .bgcolor-7 .icon > div {
    background-color: #1258c6;
}

.bgcolor-8, .bgcolor-8 .icon > div {
    background-color: #7e8e0a;
}

.bgcolor-1::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 67px;
    border-bottom: 2px dashed #ffffff;
    right: -116px;
    z-index: 0;
    transform: rotate(60deg);
}

.bgcolor-2::after, .bgcolor-3::after, .bgcolor-4::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 1px;
    right: -87px;
    z-index: 0;
}

.bgcolor-2::after {
    content: "";
    position: absolute;
    width: 86px;
    height: 1px;
    border-bottom: 2px dashed #75f2ff;
    right: -100px;
    z-index: 0;
    transform: rotate(21deg);
    top: 54px;
}

.bgcolor-3::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    border-bottom: 2px dashed #00bd81;
    right: -100px;
    z-index: 0;
    top: 24px;
    transform: rotate(332deg);
}

.bgcolor-4::after {
    content: "";
    position: absolute;
    width: 112px;
    height: 1px;
    border-bottom: 2px dashed #eea20f;
    right: -91px;
    z-index: 0;
    transform: rotate(293deg);
    top: -34px;
}

.bgcolor-5::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    border-bottom: 2px dashed #ef7c16;
    left: -77px;
    z-index: 0;
    transform: rotate(-30deg);
    top: 62px;
}

.bgcolor-6::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    border-bottom: 2px dashed #ff4255;
    left: -83px;
    z-index: 0;
    transform: rotate(-20deg);
    top: 62px;
}

.bgcolor-7::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    border-bottom: 2px dashed #1258c6;
    left: -95px;
    z-index: 0;
    transform: rotate(-5deg);
    top: 47px;
}

.bgcolor-8::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    border-bottom: 2px dashed #7e8e0a;
    left: -87px;
    z-index: 0;
    transform: rotate(20deg);
    top: 25px;
}

.captcha-btn {
    font-size: 18px !important;
    border: 1px dashed #db4437;
    font-weight: bold !important;
    color: #db4437 !important;
    text-align: center;
    height: 40px;
    padding-top: 5px;
    text-decoration-line: line-through;
    border-radius: 30px;
}

/** Media Queries -----------------------------------------------------------------------*/
@media only screen and (min-width: 1920px) {
}

@media only screen and (min-width: 1440px) {

    .dasboardpanel .firstdiv, .dasboardpanel .seconddiv, .dasboardpanel .thirddiv {
        position: relative;
        box-sizing: border-box;
        margin-top: 9% !important;
        margin-left: 7px !important;
    }
}

@media only screen and (max-width: 1366px) {
    .dasboardpanel .firstdiv, .dasboardpanel .seconddiv, .dasboardpanel .thirddiv {
        position: relative;
        box-sizing: border-box;
        margin-top: 29%;
        margin-left: 12px;
    }

    .bgcolor-1::after, .bgcolor-2::after, .bgcolor-3::after, .bgcolor-4::after {
        border-bottom: 2px dashed #ffffff00 !important;
    }
}

@media only screen and (max-width: 1280px) {
    .dasboardpanel .firstdiv, .dasboardpanel .seconddiv, .dasboardpanel .thirddiv {
        position: relative;
        box-sizing: border-box;
        margin-top: 29%;
        margin-left: 10px;
    }

    .login_box {
        display: flex;
    }

    .bgcolor-1::after, .bgcolor-2::after, .bgcolor-3::after, .bgcolor-4::after {
        border-bottom: 2px dashed #ffffff00 !important;
    }

    .help {
        right: 5% !important;
    }

    .login_wrapper:after, .login_wrapper:before {
        border-width: 53vh 165px 52vh 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    .dasboardpanel .firstdiv, .dasboardpanel .seconddiv, .dasboardpanel .thirddiv {
        position: relative;
        box-sizing: border-box;
        margin-top: 29%;
        margin-left: 12px;
    }

        .dasboardpanel .firstdiv ul li {
            width: 91% !important;
        }

    .login_box {
        display: flex;
    }

    .bgcolor-1::after, .bgcolor-2::after, .bgcolor-3::after, .bgcolor-4::after {
        border-bottom: 2px dashed #ffffff00 !important;
    }

    .help {
        right: 5% !important;
    }

    .login_wrapper:after, .login_wrapper:before {
        border-width: 53vh 165px 52vh 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    /*.login_wrapper:after, .login_wrapper:before, .mobile-hidden {
display: none;
}*/
    .login_wrapper {
        width: 100%;
    }
    .login_left {
        width: 75%;
    }
    .login_img_caption h2 {
        font-size: 32px;
    }

    .social-list li a {
        width: 75px;
        font-size: 0;
        margin: 0 1px;
    }

        .social-list li a i {
            font-size: 14px;
            line-height: 32px;
        }

    .login_wrapper:after, .login_wrapper:before {
        display: none !important;
    }

    .bgcolor-1, .bgcolor-4 {
        margin-right: 0px !important;
    }

        .bgcolor-1::after, .bgcolor-2::after, .bgcolor-3::after, .bgcolor-4::after {
            border-bottom: 2px dashed #ffffff00 !important;
        }

    .help {
        display: none !important;
    }

    .dasboardpanel .firstdiv {
        margin-left: 8px !important;
        margin-right: 45px !important;
        margin-top: 0% !important;
    }
    .login_box:after, .login_box:before {
        border-width: 53vh 208px 52vh 0;
        content: "";
    }
    .login_wrapper .login_form .login_form_inner{
        padding: 14px 0px 0;
    }
    ul.login_tab li a {
        padding: 5px 9px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    /*.login_wrapper:after, .login_wrapper:before, .mobile-hidden {
display: none;
}*/
    .login_box:after, .login_box:before {
        display:none;
    }
    .login_left {
        width: 100%;
    }
    .login_wrapper .col-md-7.mobile-hidden.dasboardpanel {
        width: 40%;
        flex: 0 0 50.333333%;
        max-width: 50.333333%;
    }
    .login_wrapper .col-md-5 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        background: #fff;
    }
    ul.login_tab li a {
        margin-bottom: 5px;
    }

    ul.login_tab {
        display: block !important;
    }

    .login_img_caption h2 {
        font-size: 32px;
    }

    .social-list li a {
        width: 75px;
        font-size: 0;
        margin: 0 1px;
    }

        .social-list li a i {
            font-size: 14px;
            line-height: 32px;
        }

    .login_wrapper:after, .login_wrapper:before {
        display: none !important;
    }

    .bgcolor-1, .bgcolor-4 {
        margin-right: 0px !important;
    }

        .bgcolor-1::after, .bgcolor-2::after, .bgcolor-3::after, .bgcolor-4::after {
            border-bottom: 2px dashed #ffffff00 !important;
        }

    .help {
        display: none !important;
    }

    .dasboardpanel .firstdiv {
        margin-left: 8px !important;
        margin-right: 45px !important;
        margin-top: 0% !important;
    }
    .login_wrapper {
        width: 100%;
    }
    .or_options {
        padding: 0 0px;
    }
        .or_options p + p {
            padding: 13px 20px !IMPORTANT;
            display: block;
            font-weight: 600 !IMPORTANT;
        }
            .or_options p + p a {
                display: block;
            }
    .login_wrapper .col-md-7.mobile-hidden.dasboardpanel {
        display: none;
    }
    a.btn.btn-success.rounded-2 {
        margin-bottom: 9px;
    }
    .login_wrapper .col-md-5 {
        background: #fff;
    }
    }

@media only screen and (max-width: 680px) {
    .dasboardpanel .firstdiv {
        margin-left: 8px !important;
        margin-right: 45px !important;
    }

    ul.login_tab li a {
        margin-bottom: 10px !important;
    }

    .help {
        display: none !important;
    }

    ul.login_tab {
        display: block !important;
    }

    .bgcolor-1, .bgcolor-4 {
        margin-right: 0px !important;
    }

        .bgcolor-1::after, .bgcolor-2::after, .bgcolor-3::after, .bgcolor-4::after {
            border-bottom: 2px dashed #ffffff00 !important;
        }

    .login_wrapper:after, .login_wrapper:before {
        display: none !important;
    }

    .login_box {
        margin-top: 10% !important;
        display: block !important;
    }

    a.logo_text {
        padding-bottom: 24px !important;
    }

    .captcha-btn {
        border: 0px dashed #db4437 !important;
    }
    .dasboardpanel {
        display: none !important;
    }
    .login_wrapper .col-md-5 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        background: #fff;
    }

    .login_form_inner .col-sm-7 {
        width: 50%;
        float: left;
    }
    .login_form_inner .col-sm-3 {
        width: 50%;
        float: left;
    }

}
@media only screen and (max-width: 556px) {
    .col-sm-1.text-right {
        text-align: left !important;
    }
    .notice {
        margin-left: 0 !important;
    }
    .or_options p + p a {
        display: block;
        font-size: 17px !important;
    }
    .modal-footer p {
        font-size: 14px;
        text-align: center;
        display: block;
    }
        .modal-footer p a {
            display: block;
        }
}

@media only screen and (max-width: 480px) {
    .login_wrapper:after, .login_wrapper:before {
        display: none !important;
    }

    .dasboardpanel .firstdiv {
        margin-top: 10% !important;
        margin-left: 8px !important;
        margin-right: 45px !important;
    }

    .dasboardpanel {
        display: none !important;
    }

    ul.login_tab li a {
        margin-bottom: 10px !important;
    }

    .help {
        display: none !important;
    }

    ul.login_tab {
        display: block !important;
    }

    .bgcolor-1, .bgcolor-4 {
        margin-right: 0px !important;
    }

        .bgcolor-1::after, .bgcolor-2::after, .bgcolor-3::after, .bgcolor-4::after {
            border-bottom: 2px dashed #ffffff00 !important;
        }

    .login_wrapper {
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
}

@media only screen and (max-width: 320px) {
    .login_wrapper:after, .login_wrapper:before {
        display: none !important;
    }

    .dasboardpanel .firstdiv {
        margin-top: 10% !important;
        margin-left: 8px !important;
        margin-right: 45px !important;
    }

    .dasboardpanel {
        display: none !important;
    }

    ul.login_tab li a {
        margin-bottom: 10px !important;
    }

    .help {
        display: none !important;
    }

    ul.login_tab {
        display: block !important;
    }

    .bgcolor-1, .bgcolor-4 {
        margin-right: 0px !important;
    }

        .bgcolor-1::after, .bgcolor-2::after, .bgcolor-3::after, .bgcolor-4::after {
            border-bottom: 2px dashed #ffffff00 !important;
        }

    .login_wrapper {
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        width:100%;
    }
}

span#timerText {
    font-size: 19px;
    font-weight: 600;
    margin-top: 0px;
    display: block;
}

#resendBtn {
    display: none;
}

#adhar-id {
    display: none; /* Initially hidden */
    padding: 10px;
    background-color: lightgray;
    margin-top: 10px;
}

.swal2-popup {
    background: #fff !important;
}

.swal2-title {
    color: #000 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid rgb(165 220 134) !important;
}

.notice {
    font-size: 14px;
    margin-bottom: 21px;
    color: #d10f00;
    font-weight: 600;
    margin-left: -16px;
    line-height: 17px;
}

.footer-links ul {
    margin: 0;
    padding-left: 20px;
    column-count: 1;
}

.footer-links li a {
    color: #fff;
    margin-bottom: 0.59em;
    display: block;
    font-size: 0.98em !important;
    text-decoration: none;
    transition-duration: .3s
}

    .footer-links li a:hover, .footer-links li a:focus {
        color: #ffc107;
    }

.footer-links:last-child a {
    margin-bottom: 0
}

.footer-links {
    margin-bottom: 20px;
    margin-left: -31px !important;
    !i;
    !;
}

ul.footer-links li {
    position: relative;
    line-height: 27px;
    list-style: none;
}

    ul.footer-links li:before {
        color: #fff;
        position: absolute;
        top: 2px;
        left: -19px;
        font-size: 16px
    }

.head-1 {
    display: block;
    padding-bottom: 1px;
    color: #F44336;
    position: relative;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 1.45em;
    border-bottom: 1px dashed #F44336;
}

ul.footer-links li i.fa-angle-double-right {
    color: #FF5722;
    padding-right: 7px;
}

a.btn-close {
    font-size: 22px;
    color: #E53935;
    padding: 0px;
}

.error-bg {
    background: #f8f8f8 url(../images/bg-shape-2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.error-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 605px;
    backdrop-filter: blur(15px);
    margin: 7rem auto;
    border-radius: 20px;
    padding: 2rem 1rem;
    box-shadow: 0px 0px 14px #ccc;
    background: #ffffff url(../images/box-bg.png);
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

    .error-container h1, .error-container .h1 {
        /* font-size: 12rem; */
        font-weight: 900;
        color: #3F51B5;
    }



.img-rotate img {
    animation: mymove 5s infinite;
    display: inline-block
}

@keyframes mymove {
    to {
        transform: rotate(368deg)
    }
}



.dntCaptcha {
}

.dntCaptcha .input-group span.input-group-addon {
    display: none;
}

a#dntCaptchaRefreshButton {
    float: left;
    padding: 2px 14px !important;
}

.dntCaptcha img#dntCaptchaImg {
    float: left;
    display: inline-block;
    margin-right: 10px;
    width: 20%;
}

.dntCaptcha .form-control {
    border: 1px solid #ffffff !important;
}

.dntCaptcha .input-group {
    width: 50% !important;
    border: 1px dashed #ff574d;
    border-radius: 10px;
}

.dntCaptcha .input-group input {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}


.dntCaptcha .input-group.col-md-4 {
    /* min-width: 50% !important;*/
}
.bi-arrow-counterclockwise::before {
    content: "\f117";
    font-size: x-large;
    color: #fc2e05;
    font-size: xx-large;
}

a.back-icon {
    border-radius: 4px;
    padding: .375rem .75rem;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 1px 1px 3px #00000078;
}

.forgot-login, .forgot-login:hover {
    text-decoration: none;
    border-radius: 4px;
    padding: .375rem .75rem;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}
#sendOptionDiv input {
    border: 1px solid #F44336;
    width: 18px;
    height: 18px;
    margin: 3px 0 0 -22px;
}

#verifyBtnDiv button.btn.btn-success {
    background: #ff574d;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    border-radius: 50px;
    text-transform: uppercase;
}
#verifyBtnDiv button.btn.btn-secondary {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    border-radius: 50px;
    text-transform: uppercase;
}
button#resendOtpBtn {
    border: none;
    cursor: pointer;
    padding: 10px 18px 8px 18px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    border-radius: 50px;
    text-transform: uppercase;
}
#sendOtpBtn {
    border: none;
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    border-radius: 50px;
    text-transform: uppercase;
}

@media (max-width: 1404px) {
    .or_options a.btn {
        margin-bottom: 11px;
    }

    a.btn.btn-success.rounded-2 {
        margin-bottom: 11px;
    }

    .or_options a.btn.btn-success.rounded-2 {
        margin-bottom: 6px;
    }
}
@media (max-width: 1363px) { 
    a.btn.btn-success.rounded-2 {
            margin-bottom: 9px;
        }
    ul.login_tab li a {
        text-align: center;
    }
        ul.login_tab li a.active::after {
           display:none;

        }
}

    @media (max-width: 1024px) {
      

        .loader-wrapper {
            display: flex;
            width: 100%;
            margin-left: 9px;
        }

        .login_wrapper .col-md-7.mobile-hidden.dasboardpanel {
            display: none;
        }

        .login_wrapper .col-md-5 {
            width: 100% !important;
            flex: 0 0 100%;
            max-width: 100%;
            background: #fff;
        }

        .login_box {
            width: 90% !important;
            max-width: 90%;
        }
    }

#sfckkr7hy7mgcwgxxnwjdntuw3atcsfm75k {
    text-align: center;
}

a.whatsapp-box-login, whatsapp-box-login:hover {
   /*background: #25d366 !important;*/
    display: block;
    padding: 5px;
    border-radius: 51px;
    margin: 5px 62px 0 62px;
    position: relative;
    text-decoration: none;
    border: 1px solid #000;
}

.whatsapp-box-login {
    animation: blinkxx 1s linear infinite;
}

@keyframes blinkxx {
    0%, 100% {
        background-color: #1bb554;
    }

    50% {
        background-color: #077a32;
    }
}
    a.whatsapp-box-login .whatsapp-icon{
        color: #ffffff;
        font-weight: 600;
        margin: 0;
        font-size: 18px;
        
    }
        a.whatsapp-box-login .whatsapp-icon i.fa.fa-whatsapp {
            font-size: 28px;
            position: absolute;
            left: 9%;
            top: 5px;
        }

a.btn-close.popoclose {
    position: absolute;
    right: 9px;
    top: 11px;
    z-index:9999;
}
.head-1new {
    display: block;
    padding-bottom: 1px;
    color: #F44336;
    position: relative;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 16px;
    border-bottom: 1px dashed #F44336;
    margin-top: -12px;
    text-transform: capitalize;
}
.mobbutton{
    display:flex;
    justify-content:space-between;
}


input#mobileOption, #emailOption {
    margin-left: 0px !important;
}
@media (max-width: 510px) {
    div#verifyBtnDiv {
        display: block;
        text-align:center;
    }

        div#verifyBtnDiv button {
            display: block;
            margin: 11px auto;
            text-align: center;
            width:100% !important;
        }
}

/*ticket page css*/

.ticketbody {
    background: #fdf6ec;
    color: #1c1410;
    min-height: 100vh;
}
    .ticketbody:before{
        display:none !important;
    }
    .portal-header {
        display: block;
        text-align: center;
    }

header .container {
    background: #fff;
    padding: 0px 15px 10px 15px;
    margin-bottom: 10px;
    border-radius: 0 0 50px 50px;
    box-shadow: 1px 1px 8px #2e2b2b54;
}

.information {
    padding-left: 15%;
}

    .information p {
        margin: -7px 0 7px 0;
    }

    .information span {
        font-weight: 700;
        width: 186px;
        display: inline-block;
        margin-bottom: 6px;
    }

    .information a {
        color: #000;
        text-decoration: none;
    }


/* ── MAIN TABS ── */
.main-container {
    margin: 0 auto;
    padding: 30px 24px 60px;
}

.tab-nav button:focus {
    outline: 0px;
}

.tab-nav {
    display: flex;
    background: #ffffffd9;
    border: 1px solid rgba(217,119,6,0.18);
    border-radius: 18px;
    padding: 6px;
    margin-bottom: 28px;
    gap: 6px;
    box-shadow: 0 8px 32px rgba(180, 83, 9, 0.10);
    backdrop-filter: blur(12px);
}

.tab-btn {
    flex: 1;
    padding: 13px 20px;
    border: none;
    background: transparent;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: .92rem;
    font-weight: 600;
    color: #78716c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.28s cubic-bezier(.4, 0, .2, 1);
}

    .tab-btn.active {
        background: linear-gradient(135deg, #f57c00, #ff9800);
        color: #fff;
        box-shadow: 0 4px 16px #ff980061;
    }

    .tab-btn:not(.active):hover {
        background: rgba(255,152,0,0.1);
        color: var(--or2);
    }

.tab-panel {
    display: none;
    animation: fadeUp .35s ease both;
}

    .tab-panel.active {
        display: block;
    }

/* ── CARD ── */
.card {
    background: #ffffffd9;
    border: 1px solid #d977062e;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(180, 83, 9, 0.10);
    backdrop-filter: blur(16px);
    overflow: hidden;
    transition: 0.28s cubic-bezier(.4, 0, .2, 1);
}

.card-header {
    padding: 20px 26px;
    border-bottom: 1px solid #d977062e;
    display: flex;
    gap: 12px;
}

.card-header-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff9800, #e65100);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    flex-shrink: 0;
}

.card-header h3 {
    font-size: 1.1rem;
    color: #1c1410;
    margin-bottom: 0;
}

.card-header p {
    font-size: .78rem;
    color: #78716c;
    margin-top: 1px;
}

.card-body {
    padding: 26px;
}
/* ── STEPS ── */
.step-bar {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 28px;
}

.step-item {
    display: flex;
    align-items: center;
    flex: 1;
}

.step-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 700;
    border: 2px solid #d977062e;
    background: #ffffffd9;
    color: rgb(120 113 108);
    transition: 0.28s cubic-bezier(.4, 0, .2, 1);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

    .step-dot.active {
        background: linear-gradient(135deg, #ff9800, #e65100);
        border-color: #ff9800;
        color: #fff;
        box-shadow: 0 0 0 4px rgba(255, 152, 0, 0.2);
    }

    .step-dot.done {
        background: #16A34A;
        border-color: #16A34A;
        color: #fff;
    }

.step-line {
    flex: 1;
    height: 2px;
    background: #d977062e;
    margin: 0 4px;
    transition: 0.28s cubic-bezier(.4, 0, .2, 1);
}

    .step-line.done {
        background: #16A34A;
    }

.step-label {
    font-size: .68rem;
    color: #78716C;
    margin-top: 4px;
    text-align: center;
    white-space: nowrap;
}

.step-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ── FORM ── */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

    .form-grid.single {
        grid-template-columns: 1fr;
    }

.field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .field label {
        font-size: .8rem;
        font-weight: 600;
        color: #3D2B1F;
        letter-spacing: .2px;
    }

        .field label span {
            color: #F57C00;
        }

    .field input, .field select, .field textarea {
        padding: 12px 16px;
        border: 1.5px solid #d977062e;
        border-radius: 10px;
        background: #fdf6ec;
        color: #1c1410;
        font-family: 'DM Sans', sans-serif;
        font-size: .9rem;
        transition: 0.28s cubic-bezier(.4, 0, .2, 1);
        outline: none;
    }

        .field input:focus, .field select:focus, .field textarea:focus {
            border-color: var(--or1);
            box-shadow: 0 0 0 3px rgba(255,152,0,0.15);
        }

    .field textarea {
        resize: vertical;
        min-height: 100px;
    }

    .field select {
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23D97706' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 18px;
        padding-right: 36px;
    }


.divider {
    height: 1px;
    background: #d977062e;
    margin: 20px 0;
}

.section-heading::before {
    content: '';
    width: 4px;
    height: 22px;
    background: linear-gradient(180deg, #ff9800, #e65100);
    border-radius: 4px;
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

    .section-heading h3 {
        font-size: 1.05rem;
        color: #1c1410;
    }

/* ── OTP SECTION ── */
.otp-channel-row {
    display: flex;
    gap: 14px;
    margin: 4px 0;
}

.otp-channel {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1.5px solid #d977062e;
    border-radius: 10px;
    cursor: pointer;
    flex: 1;
    transition: 0.28s cubic-bezier(.4, 0, .2, 1);
    background: #fdf6ec;
}

    .otp-channel.selected {
        border-color: #ff9800;
        background: #ff980014;
    }

    .otp-channel input[type=checkbox] {
        accent-color: #ff9800;
        width: 16px;
        height: 16px;
    }

.otp-channel-label {
    font-size: .85rem;
    font-weight: 500;
    color: #1c1410;
}

.otp-channel-sub {
    font-size: .72rem;
    color: #78716c;
}

.otp-input-row {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.otp-box {
    width: 52px;
    height: 52px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    border: 2px solid #d977062e;
    border-radius: 12px;
    background: rgb(253 246 236);
    color: #1c1410;
    transition: 0.28s cubic-bezier(.4, 0, .2, 1);
}

    .otp-box:focus {
        border-color: #ff9800;
        box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.18);
        outline: none;
    }

.ticketnew .btn-primary {
    background: linear-gradient(135deg, #f57c00, #ff9800);
    color: #fff;
    box-shadow: 0 4px 16px rgba(255, 152, 0, 0.35);
}

.ticketnew .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: .88rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.28s cubic-bezier(.4, 0, .2, 1);
    border: none;
    letter-spacing: .2px;
}

.ticketnew .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(255, 152, 0, 0.45);
}

.ticketnew .btn-ghost {
    background: #00000000;
    color: rgb(120 113 108);
    border: 1.5px solid #d977062e;
}

.ticketnew .btn-outline {
    background: transparent;
    color: #f57c00;
    border: 1.5px solid #ff9800;
}

.hidden {
    display: none !important;
}



/* ── PROFILE CARD ── */
.profile-card {
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.08), rgba(217, 119, 6, 0.04));
    border: 1.5px solid rgba(255, 152, 0, 0.25);
    border-radius: 18px;
    padding: 20px 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.profile-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9800, #e65100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    flex-shrink: 0;
    position: relative;
}

.verify-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 22px;
    height: 22px;
    background: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
    border: 2px solid #ffffff;
}

.profile-info {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
}

.info-row {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.info-label {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #78716c;
    font-weight: 600;
}

.info-val {
    font-size: .88rem;
    font-weight: 500;
    color: #1c1410;
}

/* ── FILE UPLOAD ── */
.upload-zone {
    border: 2px dashed #d977062e;
    border-radius: 10px;
    padding: 28px;
    text-align: center;
    cursor: pointer;
    transition: 0.28s cubic-bezier(.4, 0, .2, 1);
    background: #fdf6ec;
}

    .upload-zone:hover, .upload-zone.dragover {
        border-color: #ff9800;
        background: rgba(255,152,0,0.05);
    }

    .upload-zone i {
        font-size: 2rem;
        color: #ff9800;
        margin-bottom: 10px;
    }

    .upload-zone p {
        color: #78716c;
        font-size: .85rem;
    }

    .upload-zone span {
        color: #ff9800;
        font-weight: 600;
    }

.file-preview {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #ff980014;
    border: 1px solid #ff980033;
    border-radius: 10px;
    margin-top: 10px;
}

    .file-preview i {
        color: #ff9800;
        font-size: 20px;
    }

.file-preview-name {
    flex: 1;
    font-size: .85rem;
    font-weight: 500;
    color: #1C1410;
}

.file-preview-remove {
    background: none;
    border: none;
    color: #78716C;
    cursor: pointer;
    font-size: 14px;
    padding: 4px;
    border-radius: 50%;
    transition: 0.28s cubic-bezier(.4,0,.2,1);
}

    .file-preview-remove:hover {
        color: #DC2626;
        background: rgba(220,38,38,0.1);
    }




/* ── SUCCESS CARD ── */
.success-card {
    background: linear-gradient(135deg,rgba(22,163,74,0.06),rgba(22,163,74,0.02));
    border: 1.5px solid rgba(22,163,74,0.25);
    border-radius: 18px;
    padding: 32px;
    text-align: center;
}

.success-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg,#16A34A,#15803D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin: 0 auto 18px;
    box-shadow: 0 8px 24px rgba(22,163,74,0.3);
}

.success-card h2 {
    font-family: 'Playfair Display',serif;
    font-size: 1.4rem;
    color: #16a34a;
    margin-bottom: 6px;
}

.ticket-ref {
    background: rgba(255,152,0,0.1);
    border: 1px solid rgba(255,152,0,0.25);
    border-radius: 10px;
    padding: 14px 20px;
    margin: 20px auto;
    max-width: 380px;
}

.ticket-ref-num {
    font-size: 1.6rem;
    font-weight: 700;
    color: #f57c00;
    letter-spacing: 2px;
    font-family: 'Playfair Display',serif;
}

.ticket-ref-label {
    font-size: .72rem;
    color: #78716c;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: 4px;
}

.ticket-meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: left;
    margin: 18px 0;
}

.ticket-meta-item {
    background: #fdf6ec;
    border: 1px solid #d977062e;
    border-radius: 10px;
    padding: 12px 14px;
}

    .ticket-meta-item .label {
        font-size: .68rem;
        text-transform: uppercase;
        letter-spacing: .5px;
        color: #78716c;
        margin-bottom: 2px;
    }

    .ticket-meta-item .val {
        font-size: .88rem;
        font-weight: 600;
        color: #1c1410;
    }


/* ── STATUS BADGE ── */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .3px;
}

.badge-open {
    background: #FFF3E0;
    color: #E65100;
    border: 1px solid #FFCC80;
}

.badge-progress {
    background: #E3F2FD;
    color: #1565C0;
    border: 1px solid #90CAF9;
}

.badge-resolved {
    background: #E8F5E9;
    color: #2E7D32;
    border: 1px solid #A5D6A7;
}

.badge-rejected {
    background: #FFEBEE;
    color: #C62828;
    border: 1px solid #EF9A9A;
}

.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

/* ── TRACKER ── */
.tracker-result {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 22px;
    margin-top: 22px;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tl-item {
    display: flex;
    gap: 16px;
    position: relative;
}

    .tl-item:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 19px;
        top: 40px;
        width: 2px;
        bottom: -4px;
        background: rgba(217,119,6,0.18);
        z-index: 0;
    }

    .tl-item.done:not(:last-child)::after {
        background: #16a34a;
    }

.tl-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(217,119,6,0.18);
    background: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #78716C;
    flex-shrink: 0;
    z-index: 1;
    transition: 0.28s cubic-bezier(.4,0,.2,1);
}

.tl-item.done .tl-dot {
    background: #16a34a;
    border-color: #16a34a;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(22,163,74,0.15);
}

.tl-item.active .tl-dot {
    background: linear-gradient(135deg,#FF9800,#E65100);
    border-color: #FF9800;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(255,152,0,0.2);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%,100% {
        box-shadow: 0 0 0 4px rgba(255,152,0,0.2)
    }

    50% {
        box-shadow: 0 0 0 8px rgba(255,152,0,0.1)
    }
}

.tl-content {
    padding: 8px 0 22px;
}

.tl-title {
    font-size: .9rem;
    font-weight: 600;
    color: #1C1410;
}

.tl-time {
    font-size: .72rem;
    color: #78716C;
    margin-top: 2px;
}

.tl-note {
    font-size: .8rem;
    color: #3D2B1F;
    margin-top: 5px;
    padding: 8px 12px;
    background: rgba(255,152,0,0.05);
    border-left: 3px solid #FF9800;
    border-radius: 0 6px 6px 0;
}

/* ── OFFICER REPLY ── */
.reply-card {
    background: linear-gradient(135deg,rgba(37,99,235,0.05),rgba(37,99,235,0.02));
    border: 1.5px solid rgba(37,99,235,0.15);
    border-radius: 18px;
    padding: 20px;
}

.reply-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.reply-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg,#2563EB,#1D4ED8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.reply-name {
    font-weight: 600;
    font-size: .9rem;
    color: #1C1410;
}

.reply-role {
    font-size: .72rem;
    color: #78716C;
}

.reply-body {
    font-size: .85rem;
    color: #3D2B1F;
    line-height: 1.6;
    padding: 14px;
    background: #FDF6EC;
    border-radius: 10px;
    border: 1px solid rgba(217,119,6,0.18);
}

ul.ticketul {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
}

    ul.ticketul li {
        display: inline-block;
        list-style: none;
    }

        ul.ticketul li a {
            margin: 34px 0px 0 6px;
            padding: 2px 10px;
            background: #fc9000;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
        }

            ul.ticketul li a i {
                margin-right: 10px;
            }


footer {
    position: relative;
    display: block;
    text-align: center;
    text-transform: capitalize;
    padding: 9px 0 0 0;
    bottom: 0;
    color: #000;
}


/* ── TOAST ── */
.toast-wrap {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast {
    background: #ffffffd9;
    border: 1px solid #d977062e;
    border-radius: 10px;
    padding: 14px 18px;
    min-width: 280px;
    box-shadow: 0 20px 60px rgba(180, 83, 9, 0.18);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    animation: slideIn .3s ease both;
    backdrop-filter: blur(16px);
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.toast.hide {
    animation: slideOut .3s ease forwards;
}

@keyframes slideOut {
    to {
        opacity: 0;
        transform: translateX(40px)
    }
}

.toast-icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

    .toast-icon.success {
        color: #16a34a;
    }

    .toast-icon.info {
        color: #2563eb;
    }

    .toast-icon.warn {
        color: #ff9800;
    }

.toast-title {
    font-weight: 600;
    font-size: .88rem;
    color: #1c1410;
}

.toast-msg {
    font-size: .78rem;
    color: #78716c;
    margin-top: 2px;
}