@font-face {
    font-family: 'JioType-Reguler';
    src: url('../fonts/JioType.ttf') format('truetype');
}

@font-face {
    font-family: 'JioType-Light';
    src: url('../fonts/JioType-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'JioType-Medium';
    src: url('../fonts/JioType-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'JioType-Black';
    src: url('../fonts/JioType-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'JioType-Bold';
    src: url('../fonts/JioType-Bold.ttf') format('truetype');
}



body {
    font-family: 'JioType-Reguler';
    background-color: #000000;
    margin-bottom: 100px;
}

.full_height {
    height: 100vh;
    overflow: hidden;
}

/*NAVBAR START*/
.navbar {
    background-color: #010532;
    border-bottom: 3px solid #475bfb;
}

    .navbar .nav-link,
    .navbar .navbar-text {
        color: #fff !important;
        font-weight: 500;
        font-size: 15px;
    }

.logo-txt {
    color: #fff;
    font-family: 'JioType-Medium';
}

.divider {
    color: #60637d;
    margin: 0 15px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}

.user-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #475bfb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: 10px;
}

.nav-icon {
    width: 17px;
    /*height: 20px;*/
    object-fit: contain;
    margin-right: 6px;
}

.navbar-brand img {
    height: 30px;
}

.logout-icon {
    width: 25px;
    height: 25px;
    margin-left: 15px;
}

.txt-upcase {
    text-transform: uppercase !important;
}
/*NAVBAR END*/


/* BODY CONTENT START */

#progressChart {
    display: block;
    margin: 15px auto;
    max-width: 120px;
}

.dashboard_banner {
    background: url('../images/dashboard_banner_bg.png') no-repeat center center/cover;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    color: #010532;
    min-height: 250px;
    object-fit: contain;
}

    .dashboard_banner .banner-content {
        position: relative;
        z-index: 2;
        max-width: 60%;
    }

    .dashboard_banner h3 {
        font-family: 'JioType-Black';
        font-size: 28px;
        color: #010532;
    }

    .dashboard_banner p {
        font-size: 16px;
        color: #333;
    }

.dashboard-banner-pointer {
    top: 0px;
    right: 70px;
    width: 70px;
    height: auto;
    z-index: 3;
}

.dashboard-content {
    color: #fff;
}

    .dashboard-content .cirl_img {
        width: 120px;
        height: 120px;
        object-fit: contain;
    }

    .dashboard-content .title {
        font-family: 'JioType-Medium';
        font-size: 20px;
        height: 57px;
    }

    .dashboard-content .sub-title {
        font-family: 'JioType-Medium';
    }

    .dashboard-content a {
        color: #fff !important;
    }

.vertical-divider {
    width: 2px;
    height: 100%;
    background-color: #475bfb;
    min-height: 392px;
}

.home_heighlighted_lines {
    position: relative;
    border: 2px solid #d8008d;
    border-radius: 10px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    .home_heighlighted_lines img {
        position: absolute;
        top: -6px;
        right: -10px;
        width: 22px;
        height: 22px;
    }

    .home_heighlighted_lines p {
        margin: 0;
        font-size: 15px;
        color: #fff;
        text-align: center;
    }

.dashboard-content .succ_msg {
    font-size: 13px;
    height: 40px;
}


.compliance-content {
    color: #fff;
}

    .compliance-content .cirl_img {
        width: 30%;
    }

    .compliance-content .title {
        font-family: 'JioType-Medium';
        font-size: 30px;
    }

    .compliance-content .sub-title {
        font-family: 'JioType-Medium';
    }

    .compliance-content a {
        color: #fff !important;
    }

    .compliance-content table th {
        font-weight: bold;
        font-size: 16px;
        background-color: #f0f0f0;
    }


/* BODY CONTENT END */

/*FOOTER START*/
footer {
    background-color: #010530;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
}

    footer p {
        color: #fff;
        padding: 10px 0px;
        margin: 0px !important;
    }
/*FOOTER END*/

/*DISCLOSER FORM CSS START*/

/*banner*/
.disclosure-banner {
    overflow: hidden;
    border-radius: 20px;
    padding: 30px 50px;
    background: linear-gradient(to right, #ecedf1, #c0c2bf);
}

    .disclosure-banner h2 {
        font-family: 'JioType-Black';
        color: #000000;
    }

    .disclosure-banner p {
        font-family: 'JioType-Reguler';
        color: #000000;
        font-size: 13px;
        margin-bottom: 10px !important;
    }

.banner-pointer {
    bottom: -50px;
    right: 30px;
    width: 100px;
}
/*banner*/


/*@media (max-width: 768px) {
	    .disclosure-banner h2 {
	        font-size: 22px;
	    }
	    .banner-pointer {
	        width: 70px;
	        bottom: -10px;
	        right: 10px;
	    }
	}*/

.disclosure_Form_wrapper {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    padding: 45px 70px;
}

    .disclosure_Form_wrapper h4 {
        color: #000;
        font-family: 'JioType-Medium';
        font-size: 20px;
    }

.disclosure-item {
    border: 1px solid #d8008d;
    transition: all 0.3s ease;
    padding: 10px 20px;
    font-family: 'JioType-Reguler' !important;
}

    .disclosure-item .item-title {
        font-size: 15px;
        color: #000;
    }

    /* Default checkbox style remove */
    .disclosure-item .form-check-input {
        appearance: none;
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #000;
        border-radius: 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
        outline: none;
        transition: all 0.2s ease-in-out;
        position: relative;
    }

        /* Remove bootstrap shadow */
        .disclosure-item .form-check-input:focus {
            box-shadow: none !important;
            outline: none;
        }

        /* Checked state — use your custom image */
        .disclosure-item .form-check-input:checked {
            background-color: transparent;
            border-color: #000;
            background-image: url('../images/check_tick.png'); /* 🔹 replace with your image path */
            background-repeat: no-repeat;
            background-position: center;
            background-size: 18px 15px; /* as you mentioned */
        }

        /* Optional hover effect */
        .disclosure-item .form-check-input:hover {
            border-color: #d8008d;
        }

/* Disclosure no conflict checkboxes start */
/* Container */
.custom-check {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    padding-left: 32px;
    user-select: none;
}

    /* Hide native radio */
    .custom-check input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Custom square box */
    .custom-check .checkmark {
        position: absolute;
        left: 0;
        top: 2px;
        height: 20px;
        width: 20px;
        border: 2px solid #8038e2;
        border-radius: 4px; /* square look */
        background-color: transparent;
    }

        /* Tick mark (hidden by default) */
        .custom-check .checkmark::after {
            content: "";
            position: absolute;
            display: none;
            left: 5px;
            top: 1px;
            width: 6px;
            height: 11px;
            border: solid #8038e2;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    /* Show tick when radio is checked */
    .custom-check input:checked ~ .checkmark::after {
        display: block;
    }

    /* Optional hover effect */
    .custom-check:hover .checkmark {
        background-color: rgba(128, 56, 226, 0.08);
    }

/* Disclosure no conflict checkboxes end */

/* Make textarea look nice */
.comment-box {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #000;
}

    .comment-box:focus {
        box-shadow: none !important;
        border-color: #000;
    }

    .comment-box::placeholder {
        color: #5c5c5c; /* placeholder color */
        font-size: 14px;
        text-align: left;
        font-family: 'JioType-Reguler' !important;
    }




    /* Checkbox basic style */
    .comment-box .form-check-input.agreement-check {
        width: 18px;
        height: 18px;
        border: 2px solid #fff;
        border-radius: 0; /* 🔹 no rounded corners */
        background-color: transparent;
        appearance: none; /* removes default browser styling */
        cursor: pointer;
        position: relative;
    }

        /* Hover effect */
        .comment-box .form-check-input.agreement-check:hover {
            background-color: rgba(255,255,255,0.1);
        }

        /* White tick when checked */
        .comment-box .form-check-input.agreement-check:checked::after {
            content: "";
            position: absolute;
            left: 4px;
            top: 0px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    /* Label alignment fix for center */
    .comment-box .form-check {
        justify-content: center;
        text-align: left;
    }

    /* Submit button look */
    .comment-box .btn-outline-light {
        border-radius: 0;
        border: 1px solid #fff;
        transition: all 0.3s ease;
    }

        .comment-box .btn-outline-light:hover {
            background: #fff;
            color: #000;
        }

.agreement-section {
    font-family: 'JioType-Reguler';
    margin-bottom: 46px !important;
}

.form-check-input::before,
.form-check-input::after {
    content: "";
}

.comment-box {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .comment-box.active {
        max-height: 100px;
        opacity: 1;
    }



/*DISCLOSER FORM CSS START*/

/*CERTIFICATE QUIZ START*/
/*QUIZ BANNER SECTION*/
.quiz-confirmation-box {
    max-width: 800px;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 5;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.quiz-confirmation-content {
    text-align: center;
}

.certification_quiz_banner {
    background: linear-gradient(to right, #dedce2, #fbfcfb);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 99;
    padding: 80px !important;
}

    .certification_quiz_banner .banner-content h3 {
        color: #010532;
        font-family: 'JioType-Black';
    }

    .certification_quiz_banner .banner-content p {
        font-family: 'JioType-Reguler';
        color: #000000;
        font-size: 13px;
        margin-bottom: 10px !important;
    }

.quiz-banner-img {
    top: 0px;
    right: 0px;
    width: 40%;
    height: auto;
    z-index: 2;
}

.banner-pointer {
    top: -60px;
    right: 12px;
    width: 7%;
    height: auto;
    z-index: 3;
    object-fit: contain;
}

.banner-pointer2 {
    top: -72px;
    right: -9px;
    width: 18%;
    height: auto;
    z-index: 3;
    object-fit: contain;
}

/* ===== QUIZ SECTION ===== */
.quiz-section {
    position: relative;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question_graphics {
    position: absolute;
    top: -48px;
    right: 198px;
    z-index: -99;
    width: 183px;
}

.quiz-section .left-graphic,
.quiz-section .right-graphic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 298px;
    height: 687px;
    object-fit: contain;
    opacity: 0.9;
}

.quiz-section .left-graphic {
    left: 0;
}

.quiz-section .right-graphic {
    right: 0px;
}

.quiz-box {
    padding: 40px 30px;
    max-width: 800px;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 5;
    color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.quiz-section .quiz-question {
    background-color: #d8008d;
    font-size: 15px;
    margin-bottom: 30px;
    border-radius: 90px;
    padding: 18px 60px;
    position: relative;
    text-align: center;
    line-height: 1.6;
    min-height: 121px;
    font-family: 'JioType-Medium';
}

    .quiz-section .quiz-question .question-left {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 70px;
        height: 112px;
        object-fit: contain;
    }

    .quiz-section .quiz-question .question-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 70px;
        height: 120px;
        object-fit: contain;
    }

    .quiz-section .quiz-question .question-left {
        left: -17px;
    }

    .quiz-section .quiz-question .question-right {
        right: -17px;
    }

.quiz-options .form-check {
    background-color: #475bfb;
    border-radius: 90px;
    padding: 10px 32px 10px 50px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
    width: 69%;
    height: 60px;
    position: relative;
}

.form-check .ans-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 60px;
    object-fit: contain;
}

.form-check .ans-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 60px;
    object-fit: contain;
}

.form-check .ans-left {
    left: -30px;
}

.form-check .ans-right {
    right: -30px;
}

/* Quiz Checkbox CSS Start*/
.quiz-options .form-check-input {
    margin-right: 25px;
    width: 18px;
    height: 18px;
    /* remove browser + bootstrap defaults */
    appearance: none;
    -webkit-appearance: none;
    background-image: none !important;
    border-radius: 0;
    background-color: transparent;
    border: 2px solid #fff;
    position: relative;
    cursor: pointer;
    outline: none;
}

    /* checked state */
    .quiz-options .form-check-input:checked {
        background-color: transparent;
        border-color: #fff;
    }

    /* REMOVE bootstrap radio dot explicitly */
    .quiz-options .form-check-input[type="radio"]:checked {
        background-image: none !important;
    }

    /* draw custom check mark */
    .quiz-options .form-check-input:checked::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    /* optional hover effect */
    .quiz-options .form-check-input:hover {
        background-color: rgba(255, 255, 255, 0.15);
    }
/* Quiz Checkbox CSS END*/


.quiz-options .form-check-label {
    color: #fff;
    font-size: 13px;
    font-family: 'JioType-Reguler';
}

.quiz-submit {
    text-align: center;
    margin-top: 30px;
}

.btn-action {
    background-color: #d8008d;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    border: none;
    padding: 6px 21px;
    width: 120px;
    margin: 0px 10px;
}

.quiz-border {
    border: 1px dashed #d8008d;
    width: 620px;
    height: 500px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 55px;
    z-index: -1;
}

/*CERTIFICATE QUIZ END*/



/*SCRORE MODEL START*/
/* Modal Customization */


.scoreModal .modal-content {
    background-color: #000632;
    border: 2px solid #d8008d;
    border-radius: 10px;
}

/* Header Style */
.scoreModal .custom-modal .modal-header {
    background-color: #d8008d;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;
}

    .scoreModal .custom-modal .modal-header h5 {
        font-family: 'JioType-Bold';
    }

.scoreModal .modal-title {
    width: 80%;
    background-color: #d8008d;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
}

/* Remove default close button */
.scoreModal .custom-modal .btn-close {
    display: none;
}

/* Table Styling */
.scoreModal .custom-modal table {
    border-color: #d8008d;
}

.scoreModal th {
    font-family: 'JioType-Black' !important;
    font-size: 15px;
}

.scoreModal td {
    font-family: 'JioType-Reguler' !important;
    font-size: 14px;
}

.score_txt {
    font-weight: normal;
    font-family: 'JioType-Bold';
    font-size: 13px;
}

.scoreModal .custom-modal th,
.custom-modal td {
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.scrore_btn {
    background-color: #d8008d;
    border-radius: 8px;
    color: #fff !important;
    font-size: 12px;
    margin-top: 18px;
}

    .scrore_btn:hover {
        background-color: #ff28b4;
    }

.scoreModal tbody, td, tfoot, th, thead, tr {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #33385b !important;
    font-weight: normal;
}

.scoreModal table {
    width: 100%;
    margin: auto;
}

.scoreModal .bord_right {
    border-right: 1px solid #475bfb !important;
}

/*SCRORE MODEL END*/

/*Certificate CSS Start*/
/* ===== Screen Layout (Pixel Perfect) ===== */

.certificate-wrapper {
    display: flex;
    justify-content: center;
}

.certificate-container {
    position: relative;
    width: 1487px;
    height: 1052px; /* EXACT A4 LANDSCAPE RATIO */
    background-image: url('../images/cert_bg_clean2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Name */
.name {
    position: absolute;
    top: 447px;
    width: 100%;
    text-align: center;
    font-size: 88px;
    font-family: 'IBM Plex Serif', serif;
}

/* Employee Code */
.empcode {
    position: absolute;
    top: 571px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #c40084;
    font-family: 'IBM Plex Serif', serif;
}

/* Body Text */
.bodytext {
    position: absolute;
    top: 674px;
    width: 1165px;
    left: 172px;
    text-align: center;
    font-size: 39px;
    line-height: 1.2;
    font-family: 'IBM Plex Serif', serif;
}

/* Print Button */
.print-btn {
    display: block;
    margin: 30px auto;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
}
/* ===== PRINT FIX ===== */
@page {
    size: A4 landscape;
    margin: 0;
}


@media print {
    .certificate-wrapper {
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }

    .certificate-container {
        position: relative;
        width: 1487px;
        height: 1052px; /* EXACT A4 LANDSCAPE RATIO */
        background-image: url('../images/cert_bg_clean2.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    /* Name */
    .name {
        position: absolute;
        top: 494px;
        width: 100%;
        text-align: center;
        font-size: 88px;
    }

    /* Employee Code */
    .empcode {
        position: absolute;
        top: 614px;
        width: 100%;
        text-align: center;
        font-size: 36px;
        color: #c40084;
    }

    /* Body Text */
    .bodytext {
        position: absolute;
        top: 730px;
        width: 1165px;
        left: 172px;
        text-align: center;
        font-size: 39px;
        line-height: 1.2;
    }

    /* Print Button */
    .print-btn {
        display: block;
        margin: 30px auto;
        padding: 10px 20px;
        font-size: 15px;
        cursor: pointer;
    }

   

    .certificate-wrapper {
        padding: 0;
    }

    .certificate-container {
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    .print-btn {
        display: none !important;
    }

    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}

/*Certificate CSS End*/


/*QUICE VIDEO CSS 2 START*/
.quize-content_wrapper {
    height: 88vh;
    background-image: url('../images/videoGraphics/wall.png');
    background-size: cover;
    background-repeat: repeat-y;
    position: relative;
    overflow: hidden;
}

    .quize-content_wrapper .wall_table .wood-table {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .quize-content_wrapper .wall_table .wood-tree {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 18%;
        z-index: 99;
    }

    .quize-content_wrapper .wall_table .banner_pointer {
        position: absolute;
        right: 130px;
        top: 0;
        z-index: 99;
        width: 7%;
    }

    .quize-content_wrapper .wall_table .switch {
        position: absolute;
        left: -27px;
        top: 40%;
        z-index: 99;
        width: 7%;
    }

    .quize-content_wrapper .quize-title {
        color: #000;
        font-family: 'JioType-Black';
    }

    .quize-content_wrapper img.w-100 {
        max-height: 100vh;
        object-fit: cover;
    }

    .quize-content_wrapper .quize-overlay {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }

    .quize-content_wrapper .quize-frame-wrapper {
        width: 750px;
        height: 472px;
        display: inline-block;
        /*        background-color: #d00000;*/
        border-radius: 10px;
    }

    .quize-content_wrapper .video_bg_frame { /*correct*/
        width: 750px;
        height: 370px;
        border-radius: 8px;
    }

    .quize-content_wrapper .frame-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        /* width: 727px; */
        /* height: 353px; */
        overflow: hidden;
        border-radius: 0px;
        z-index: 5;
        transform: translate(-50%, -50%);
    }

        .quize-content_wrapper .frame-inner video, .frame-inner img {
            width: 750px !important;
            height: auto !important;
            /* object-fit: cover; */
            /* border-radius: 8px; */
            /* position: relative; */
            /* top: 6px; */
            /* left: -13px; */
        }


    .quize-content_wrapper .carousel-item {
        width: 750px;
        /*height: auto !important;*/
        height: 447px !important;
        background-color: transparent;
        border: 10px solid #404041;
        border-radius: 10px;
        overflow: hidden;
        background: #010532 !important;
    }
    /* ---------- Question Screen (Carousel Item) ---------- */
    .quize-content_wrapper .quiz-question {
        width: 90%;
        margin: auto;
        color: #fff;
        text-align: left;
    }

    .quize-content_wrapper .quiz-options {
        /*width: 85%;
		margin: auto;*/
        margin-left: 35px;
    }

    .quize-content_wrapper .quiz-question h5 {
        font-weight: 600;
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .quize-content_wrapper .quiz-question .question {
        position: relative;
        font-size: 13px;
        line-height: 1.5;
        padding-left: 35px;
        font-family: 'JioType-Medium';
    }

        /* Small icon before question */
        .quize-content_wrapper .quiz-question .question::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 3px;
            width: 26px;
            height: 27px;
            background: url('../images/ques_icon.png');
        }

    /* Radio Options */
    .quize-content_wrapper .answer-option {
        display: flex;
        align-items: center;
        margin-bottom: 3px;
        gap: 10px;
        cursor: pointer;
        border-bottom: 1px solid #34375b;
        border-radius: 0px;
        padding: 8px 0px;
        transition: all 0.3s ease;
    }

        .quize-content_wrapper .answer-option:hover {
            background-color: rgba(216, 0, 141, 0.1);
            border-color: #d8008d;
        }

        /* Hide default radio */
        .quize-content_wrapper .answer-option input[type="radio"] {
            display: none;
        }

        /* Custom circle badge for A, B, C */
        .quize-content_wrapper .answer-option .option-circle {
            width: 28px;
            height: 28px;
            border: 1px solid #d8008d;
            border-radius: 50%;
            color: #d8008d;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 14px;
            flex-shrink: 0;
        }

        /* Label text */
        .quize-content_wrapper .answer-option span {
            color: #fff;
            font-size: 12px;
            font-family: 'JioType-Reguler';
        }

        /* Selected state */
        .quize-content_wrapper .answer-option input[type="radio"]:checked + .option-circle {
            background-color: #d8008d;
            color: #fff;
        }

    /* Select Answer Button */
    .quize-content_wrapper .select-answer-btn {
        background-color: #d8008d;
        border: none;
        color: #fff;
        border-radius: 8px;
        padding: 4px 15px;
        font-weight: 500;
        display: block;
        margin: 20px auto 0 auto;
        transition: background 0.3s ease;
    }

        .quize-content_wrapper .select-answer-btn:hover {
            background-color: #b00074;
        }

    .quize-content_wrapper .action_btn {
        background-color: #d8008d;
        border: none;
        color: #fff;
        border-radius: 8px;
        padding: 8px 20px;
        font-weight: 500;
    }


    /* Quiz Header - Always Top Center with Border Bottom */
    .quize-content_wrapper .quiz-header {
        width: 35%;
        text-align: center;
        border-bottom: 2px solid #d8008d;
        padding: 6px 0px;
        z-index: 10;
        margin: auto;
    }

        .quize-content_wrapper .quiz-header h5 {
            margin: 0;
            color: #fff;
            font-size: 20px;
            font-weight: normal;
            font-family: 'JioType-Medium';
            margin-top: 10px;
        }

    .quize-content_wrapper .quiz-report-description {
        padding: 0px 30px;
    }

        .quize-content_wrapper .quiz-report-description h4 {
            font-family: 'JioType-Light';
            border-bottom: 1px solid #d8008d;
            font-size: 27px;
            margin-bottom: 20px;
        }

.quiz-report-description p {
    font-family: 'JioType-Reguler';
}

.quiz-report-description p {
    font-size: 14px;
}

.quiz_error {
    position: absolute;
    bottom: 36px;
    left: 50%;
    font-size: 12px;
    transform: translate(-50%, 0);
}

.btn-quiz-error {
    position: relative;
}
/*QUICE VIDEO CSS 2 END*/
/* Video Controls script Start */
.video-wrapper {
    position: relative;
    width: 100%;
}

/* Hide native controls */
video::-webkit-media-controls {
    display: none !important;
}

video {
    outline: none;
}

/* Custom control bar */
/*.custom-video-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;*/ /* bottom-left as per your requirement */
/*display: flex;
    gap: 10px;
    background: rgba(0, 0, 0, 0.55);
    padding: 8px 12px;
    border-radius: 8px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}*/
.custom-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.15));
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}


    .custom-video-controls button {
        background: rgba(255, 255, 255, 0.15);
        border: none;
        color: #fff;
        font-size: 14px;
        width: 34px;
        height: 34px;
        border-radius: 6px;
        cursor: pointer;
    }

        .custom-video-controls button:hover {
            background: rgba(255, 255, 255, 0.35);
        }

/* LEFT / CENTER / RIGHT */
.controls-left,
.controls-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.controls-center {
    flex: 1;
    padding: 0 12px;
}


/* Show on hover (DESKTOP) */
.video-wrapper:hover .custom-video-controls {
    opacity: 1;
    pointer-events: auto;
}

.video-progress-container {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.video-progress-bar {
    width: 0%;
    height: 100%;
    background: #ff4d8d;
    border-radius: 3px;
    transition: width 0.1s linear;
}

/* MOBILE: always visible */
@media (hover: none) {
    .custom-video-controls {
        opacity: 1;
        pointer-events: auto;
    }
}
/* Video Controls script End */
/* ===== Modal Styles ===== */
.modal-content {
    border: 1px solid #d8008d;
    border-radius: 14px !important;
    overflow: hidden !important;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 20px rgba(216, 0, 141, 0.3);
}

    .modal-content h5 {
        color: #8f1865;
    }

.modal-header {
    background-color: #d8008d;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: none;
}

    .modal-header h5 {
        color: #fff;
        margin: 0;
        font-weight: bold;
    }

    .modal-header img {
        width: 16px;
        height: 16px;
        cursor: pointer;
        filter: brightness(0) invert(1);
        transition: transform 0.2s ease;
    }

        .modal-header img:hover {
            transform: scale(1.2);
        }

/* ===== Chat Body ===== */
.chat-body {
    background-color: #f7f7f7;
    padding: 15px;
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid #d8008d;
    margin: 17px;
    border-radius: 12px;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
}

/* Messages */
.message {
    max-width: 75%;
    padding: 9px 13px;
    border-radius: 14px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    word-wrap: break-word;
}

.user-message {
    background-color: #8038e2;
    align-self: flex-start;
    border-bottom-left-radius: 0;
}

.admin-message {
    background-color: #d8008d;
    align-self: flex-end;
    border-bottom-right-radius: 0;
}

.authorName {
    color: #c0c6cfeb !important;
}

.text-muted {
    color: #08090ceb !important;
}


/* ===== Chat Input Box ===== */
.chat-input {
    position: relative;
    border: 1px solid #093f78;
    background: #fff;
    margin: 0 17px 20px 17px;
    border-radius: 12px; /* बाकी corners */
    overflow: hidden;
    display: flex;
    align-items: center;
}



    .chat-input textarea {
        width: 100%;
        border: none;
        resize: none;
        height: 60px;
        padding: 10px 45px 10px 12px;
        font-size: 14px;
        outline: none;
        background: transparent;
    }

        .chat-input textarea::placeholder {
            color: #000 !important;
            opacity: 1; /* ensures it's fully visible */
        }

.send-btn {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .send-btn:hover {
        transform: translateY(0%) scale(1.3);
    }

    .send-btn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/* ===== Scrollbar (Chrome, Edge, Safari) ===== */
.chat-body::-webkit-scrollbar {
    width: 6px;
}

.chat-body::-webkit-scrollbar-thumb {
    background-color: #d8008d;
    border-radius: 10px;
}

.chat-body::-webkit-scrollbar-track {
    background: #f0f0f0;
}

/* ===== Scrollbar (Firefox) ===== */
.chat-body {
    scrollbar-width: thin;
    scrollbar-color: #d8008d #f0f0f0;
}

/* ===== Responsive Modal Width ===== */
.modal.show .modal-dialog {
    width: 26% !important;
}

    .modal.show .modal-dialog.modal-dialog-coiApproval {
        width: 50% !important;
    }

    .modal.show .modal-dialog.modal-dialog-cobcResult {
        width: 96% !important;
    }

@media (max-width: 992px) {
    .modal.show .modal-dialog {
        width: 80% !important;
    }

        .modal.show .modal-dialog.modal-dialog-coiApproval {
            width: 80% !important;
        }
}

@media (max-width: 576px) {
    .modal.show .modal-dialog {
        width: 95% !important;
    }

        .modal.show .modal-dialog.modal-dialog-coiApproval {
            width: 95% !important;
        }
}


.filter-textbox {
    background-color: #8d8d8d !important;
}

/* ===============================
   PAGINATION - DARK THEME FIX
================================ */

.pagination {
    justify-content: center;
}

    .pagination .page-link {
        background-color: #1c1f2a; /* dark background */
        color: #ffffff;
        border: 1px solid #30344a;
        padding: 8px 14px;
        margin: 0 4px;
        border-radius: 6px;
        transition: all 0.2s ease-in-out;
    }

        /* Hover */
        .pagination .page-link:hover {
            background-color: #2a2f45;
            color: #ffffff;
            border-color: #ff2da1;
        }

    /* Active page */
    .pagination .page-item.active .page-link {
        background-color: #ff2da1; /* brand pink */
        border-color: #ff2da1;
        color: #ffffff;
        font-weight: 600;
    }

    /* Disabled (Prev / Next) */
    .pagination .page-item.disabled .page-link {
        background-color: #121421;
        color: #6c757d;
        border-color: #2a2f45;
        cursor: not-allowed;
    }

    /* Remove focus outline */
    .pagination .page-link:focus {
        box-shadow: none;
    }

/* Full screen overlay */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

/* Centered content */
.loader-content {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/* Spinner */
.spinner {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*30-01-26*/
@media (max-width:767px) {
    .dashboard-content {
        margin-bottom: 80px;
    }

    .dashboard_banner {
        background: none !important;
        padding: 0px !important;
    }

        .dashboard_banner .Home_banner-content {
            max-width: 50%;
        }

    .home_mob_view {
        position: relative;
    }

    .Home_banner-content {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translate(0, -50%);
    }


    .disclosure-banner {
        padding: 0px !important;
        background: transparent !important;
    }

    .descolosure_mob_banner h3 {
        font-family: 'JioType-Bold';
        color: #000000;
        padding: 20px;
        font-size: 27px;
    }

    .mob_banner-contnet p {
        color: #ffffff !important;
        font-size: 14px !important;
    }

    .certification_quiz_banner {
        padding: 0px !important;
        background: #ffffff !important;
    }

    .certificate_mob_banner-contnet p {
        color: #000000 !important;
        font-size: 14px !important;
        padding: 0px 20px;
    }

    /*quize start*/
    .quiz-section {
        padding: 0 !important;
    }

        .quiz-section .left-graphic, .quiz-section .left-graphic {
            width: 177px !important;
        }

        .quiz-section .left-graphic, .quiz-section .right-graphic {
            width: 177px !important;
        }

        .quiz-section .quiz-question .question-left {
            display: none;
        }

        .quiz-section .quiz-question .question-right {
            display: none;
        }

        .quiz-section .quiz-question {
            border-radius: 0px !important;
            padding: 7px 10px;
        }

    .quiz-box {
        max-width: 100% !important;
        padding: 0px !important;
        margin-bottom: 77px;
    }

    .quiz-section .quiz-question {
        padding: 15px !important;
    }

    .quiz-border {
        display: none !important;
    }

    .form-check .ans-left {
        display: none !important;
    }

    .form-check .ans-right {
        display: none !important;
    }

    .quiz-options .form-check {
        border-radius: 0px !important;
        padding: 10px 40px 10px 40px !important;
        width: 77% !important;
        height: auto !important;
        position: relative !important;
    }

    .quiz-options .form-check {
        border-radius: 0px !important;
        padding: 10px 7px 10px 37px !important;
        margin: 12px auto !important;
        width: 92% !important;
        height: auto !important;
        position: relative !important;
    }

    .quiz-options .form-check-input {
        position: absolute;
        top: 9px;
    }

    .quiz-options .form-check-label {
        font-size: 12px !important;
    }

    .disclosure_Form_wrapper {
        padding: 27px 15px !important;
    }
    /*quize end*/

    .quize-content_wrapper .wall_table .banner_pointer {
        display: none !important;
    }

    .quize-content_wrapper .frame-inner {
    }

    .quize-content_wrapper .carousel-item {
        width: 100% !important;
        height: auto !important;
        border: 7px solid #404041;
        margin: auto !important;
    }

    .quize-content_wrapper .quize-frame-wrapper {
        width: 96% !important;
        height: auto;
    }

    .quize-content_wrapper .frame-inner {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .quize-content_wrapper .quiz-header {
        width: 100%;
    }

    .quize-content_wrapper .quiz-options {
        margin-left: 0px;
    }

    .full_height {
        height: auto !important;
    }

    .quize-content_wrapper .quize-overlay {
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        z-index: 9;
    }

    .quize-content_wrapper {
        height: 88vh;
        overflow: scroll;
    }

        .quize-content_wrapper .quize-title {
            font-size: 18px;
            padding: 20px;
        }

    .quize-controls {
        margin-top: 8px !important;
        margin-bottom: 40px !important;
    }

    body {
        margin-bottom: 0px !important;
    }


    footer p {
        font-size: 12px;
    }

    .quize-content_wrapper .wall_table .wood-tree {
        display: none;
    }

    .quize-content_wrapper .wall_table .wood-table {
        display: none;
    }

    .quize-content_wrapper .frame-inner video, .frame-inner img {
        width: 100% !important;
    }
}

@media (max-width:500px) {
    .dashboard_banner h3 {
        font-size: 21px;
    }

    .dashboard_banner p {
        font-size: 14px;
    }

    .descolosure_mob_banner h3 {
        font-size: 21px;
    }
}
/*30-01-26*/
/*Dashboard css start*/
.dark-theme {
    background: #05060b;
    color: #fff;
    min-height: calc(100vh - 120px);
    padding: 30px;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.ibu-dropdown {
    background: #111;
    color: #fff;
    border: 1px solid #333;
    padding: 6px 12px;
    border-radius: 6px;
}

.section-title {
    margin-top: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.phase-badge {
    background: linear-gradient(135deg, #6f42c1, #9c27b0);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 0 12px rgba(156, 39, 176, 0.6);
}

.kpi-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.kpi-card {
    background: linear-gradient(145deg, #0b0d1a, #121533);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 0 25px rgba(255, 0, 130, 0.08);
}

    .kpi-card.highlight {
        background: linear-gradient(145deg, #8a0cff, #ff2b91);
    }

.kpi-title {
    font-size: 13px;
    color: #bbb;
    margin-bottom: 6px;
}

.kpi-value {
    font-size: 26px;
    font-weight: 600;
}

    .kpi-value.big {
        font-size: 34px;
    }

.kpi-total {
    font-size: 14px;
    color: #999;
}

.kpi-percent {
    font-size: 12px;
    margin-top: 6px;
    color: #00e0ff;
}

.dashboard-section {
    margin-top: 35px;
}

    .dashboard-section h4 {
        margin-bottom: 15px;
        color: #ff4d8d;
    }

.metric-line {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(145deg, #8a0cff, #ff2b91);
    padding: 14px 18px;
    border-radius: 10px;
    margin-top: 15px;
}

.dashboard-text {
    color: #e0dbd4 !important;
}

.list-group-item {
    color: #e0dbd4 !important;
}
/*Dashboard css end*/

/* Disclosure Details Redesigned */
.decision_Form_wrapper {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    padding: 45px 28px;
}

.disclosure-detail {
    font-family: inherit;
}

.dd-top {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 16px;
    padding: 16px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: #fff;
}

.dd-title {
    margin: 0 0 10px 0;
    font-weight: 700;
}

.dd-subtitle {
    margin: 0 0 10px 0;
    font-weight: 700;
}

.dd-meta {
    display: grid;
    gap: 6px;
    color: #222;
}

.dd-label {
    color: #666;
    font-weight: 600;
    margin-right: 6px;
}

.dd-status-row {
    margin-top: 6px;
}

.dd-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    background: #eee;
    color: #222;
    vertical-align: middle;
}

.dd-badge-submitted {
    background: #eef2ff;
    color: #1e3a8a;
}

.dd-badge-approved {
    background: #ecfdf5;
    color: #065f46;
}

.dd-badge-disapproved {
    background: #fef2f2;
    color: #991b1b;
}

.dd-disclosure-list {
    display: grid;
    gap: 10px;
}

.dd-disclosure-item {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    padding: 10px 12px;
    background: #fafafa;
}

.dd-disclosure-title {
    font-weight: 700;
    margin-bottom: 4px;
}

.dd-disclosure-desc {
    color: #333;
    font-size: 13px;
}

.dd-no-coi {
    border: 1px dashed rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 12px;
    background: #fffdf5;
}

/* Thread */
.dd-thread {
    background: #fff;
}

.dd-thread-header {
    padding: 12px 16px;
    /* border-bottom: 1px solid rgba(0,0,0,.08);*/
    background: #fff;
}

.dd-thread-body {
    padding: 14px 16px;
    /*height: 320px;*/
    overflow-y: auto;
    background: #f8fafc;
}
/* Mail item */
.dd-mail {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    background: #fff;
    padding: 12px 12px;
    margin-bottom: 12px;
}

.dd-mail-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #444;
}

.dd-mail-label {
    color: #777;
    font-weight: 700;
    margin-right: 6px;
}

.dd-mail-name {
    font-weight: 800;
    color: #111;
}

.dd-mail-tag {
    margin-left: 8px;
    font-weight: 800;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111;
}

.dd-mail-body {
    /* white-space: pre-wrap;*/
    color: #111;
    font-size: 13px;
    line-height: 1.45;
}

/* Differentiate sides lightly */
.dd-mail-officer {
    border-left: 4px solid #d1008f;
}

.dd-mail-employee {
    border-left: 4px solid #7c3aed;
}

.dd-empty {
    padding: 20px;
    text-align: center;
    color: #666;
    border: 1px dashed rgba(0,0,0,.15);
    border-radius: 12px;
    background: #fff;
}

/* Composer */
.dd-composer {
    border-top: 1px solid rgba(0,0,0,.08);
    padding: 12px 16px 16px 16px;
    background: #fff;
}

.dd-input {
    width: 100%;
    min-height: 70px;
    resize: vertical;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 10px;
    padding: 10px 12px;
    outline: none;
}

.dd-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.dd-actions-right {
    display: flex;
    gap: 10px;
}

.dd-btn {
    border: 0;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 800;
    cursor: pointer;
}

.dd-btn-primary {
    background: #2563eb;
    color: #fff;
}

.dd-btn-success {
    background: #16a34a;
    color: #fff;
}

.dd-btn-danger {
    background: #dc2626;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .dd-top {
        grid-template-columns: 1fr;
    }

    .dd-thread-body {
        /*height: 280px;*/
    }

    .dd-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .dd-actions-right {
        justify-content: stretch;
    }

        .dd-actions-right .dd-btn {
            width: 100%;
        }

    .dd-btn-primary {
        width: 100%;
    }

    .decision_Form_wrapper {
        padding: 10px 10px;
    }

    .dd-top {
        padding: 0px;
    }

    /* Stack header vertically */
    .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .vertical-divider {
        width: 100%;
        height: 2px;
        background-color: #475bfb;
        min-height: 2px;
        margin-bottom: 16px;
    }
}

@media (max-width:991px) {
    .disclosureBtn-sub {
        margin-bottom: 49px !important;
    }

    .mobile-footer-nav a {
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        font-family: 'JioType-Reguler';
        padding-top: 12px;
    }

    .vertical-divider {
        width: 100%;
        height: 2px;
        background-color: #475bfb;
        min-height: 2px;
        margin-bottom: 16px;
    }

    /*FOOTER NAVBAR START */
    .footerNav {
        /*background: #fff;
            border-top: 2px solid #223b73;*/
    }

    .mobile-footer-nav a img {
        margin: auto;
        width: 23px !important;
        padding-bottom: 3px;
    }

    .mobile-footer-nav i {
        font-size: 14px;
    }

    .mobile-footer-nav .dropdown-menu {
        font-size: 14px;
    }

    /* Dropup adjustment for fixed bottom navbar */
    .dropup .dropdown-menu {
        bottom: 100%;
        top: auto;
        margin-bottom: 0.5rem;
        text-align: left;
        background: #010532;
    }

    /*FOOTER NAVBAR END */
}
