﻿@import url('app.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}


.text-capitalize {
    text-transform: capitalize;
}



/* -------- Dialog container -------- */
.rz-dialog:has(.unanswered-scroll) {
    max-width: 700px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    flex-direction: column !important;
}

    
    .rz-dialog:has(.unanswered-scroll) .rz-dialog-content {
        overflow: hidden !important;
    }


.unanswered-scroll {
    max-height: 300px; 
    overflow-y: auto;
    padding-right: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fafafa;
}
.dialog-actions {
    display: flex;
}

/* Only affect mobile */
@media (max-width: 768px) {
    .dialog-actions {
        flex-direction: column !important;
    }
}

.rz-dialog:has(.unanswered-scroll) .rz-dialog-buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 1rem !important;
    margin-top: auto !important;
}


.rz-dialog:has(.unanswered-scroll) .rz-button {
    min-width: 180px;
}
.rz-dialog:has(.unanswered-scroll) .rz-button {
    text-transform: none !important;
}

.dialog-btn {
    flex: 1; /* equal width */
    height: 50px; /* bigger height */
    font-size: 16px;
    border-radius: 8px;
}

/* Primary button (blue one) */
.primary-btn {
    background-color: #4e79a7 !important;
    color: white !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Cancel button (grey one) */
.cancel-btn {
    background-color: #e5e5e5 !important;
    color: #333 !important;
}
.confirm-dialog{
    margin-top:1rem!important;
}
@media (max-width: 576px) {
    .confirm-dialog{
        margin-top: 30rem !important;
    }
}
/*.accordion-button::after {
    display: none;
}*/
/* Smooth rotation transition */
/*.accordion-button .accordion-arrow {
    transition: transform 0.3s ease;
}*/
/* Rotate arrow when accordion is expanded */
/*.accordion-button:not(.collapsed) .accordion-arrow {
    transform: rotate(90deg);*/ /* Arrow points down */
/*}*/
.accordion-button::after {
    display: none;
}

.accordion-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

    /* When Bootstrap updates aria-expanded on button */
    .accordion-button[aria-expanded="true"] ~ .accordion-arrow,
    .accordion-arrow[aria-expanded="true"] {
        transform: rotate(90deg);
    }



li.d-flex {
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    margin-bottom: 6px;
}


ul.text-muted.small {
    list-style: none; 
    padding-left: 1.75rem; 
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

   
    ul.text-muted.small li {
        font-size: 1rem; 
        color: #2f2f2f; 
        font-weight: 500; 
        line-height: 1.4;
        margin-bottom: 2px;
    }


li.d-flex ul.text-muted.small {
    margin-left: 1.8rem;
}



p.fw-semibold.text-success,
p.fw-semibold.text-warning,
p.fw-semibold.text-danger { /* changed here from p.text-danger.small */
    font-size: 1.05rem !important; /* slightly larger than normal text */
    font-weight: 600 !important;
    line-height: 1.5;
    margin-bottom: 0.75rem !important;
}

/* Optional: specifically for the green section only */
p.fw-semibold.text-success {
    /*color: #198754 !important;*/ /* keep clean green tone */
}


/*.domain-btn-expand,
.domain-btn-collapse {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 6px;*/ /* rectangle rounded */
    /*border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}*/

/* 🔵 Expand All (Blue primary) */
/*.domain-btn-expand {
    background-color: #5B6CFF;
    color: #ffffff;
}

.domain-btn-expand:hover {
    background-color: #4A5AF0;
}*/

/* ⚪ Collapse All (Grey disabled look) */
/*.domain-btn-collapse {
    background-color: #E5E7EB;
    color: #9CA3AF;
}

.domain-btn-collapse:hover {
    background-color: #D1D5DB;
    color: #6B7280;
}*/

/* + / − icon */
/*.domain-btn-expand .icon,
.domain-btn-collapse .icon {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}*/


/* Base buttons */
.domain-btn-expand,
.domain-btn-collapse {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

/* Expand */
.domain-btn-expand {
    background-color: #5B6CFF;
    color: #fff;
}

/* Collapse (default grey) */
.domain-btn-collapse {
    background-color: #E5E7EB;
    color: #9CA3AF;
}

/* 🔥 MAGIC PART */
/* If ANY domain is expanded → highlight Collapse */
body:has(.all-domain-collapse.show) .domain-btn-collapse {
    background-color: #5B6CFF;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(91,108,255,0.35);
}

/* Optional: Dim Expand when expanded */
body:has(.all-domain-collapse.show) .domain-btn-expand {
    background-color: #E5E7EB;
    color: #9CA3AF;
}

.donut-tooltip {
    position: absolute;
    padding: 6px 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 4px;
    pointer-events: none;
    font-size: 12px;
    transition: opacity 0.2s;
    opacity: 0;
    z-index: 9999;
    white-space: pre-line; /* preserve line breaks */
}

.readonly-field {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    background-color: #f9f9f9;
    white-space: nowrap;
    overflow-x: auto;
    text-overflow: unset;
    scrollbar-width: thin; /* for modern browsers */
}

    /* Optional: make it look even closer to a RadzenTextBox */
    .readonly-field::-webkit-scrollbar {
        height: 6px;
    }

    .readonly-field::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }



.benchmark-item {
    background-color: #fafafa;
    border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.05);
}

.benchmark-label {
    font-size: 0.95rem;
    color: #555;
}

.benchmark-score {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.benchmark-progress-container {
    margin-top: 8px;
}

.progress-comparison {
    margin-top: 10px;
}





h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
/*MainLayoytCss Start Here*/

.span {
    display: block;
    height: 20px;
    width: 20px;
    position: relative;
}

.h-16 {
    width: 16px;
    height: 16px;
}

.h-12 {
    height: 12px;
    width: 12px;
}

.h-32 {
    width: 32px;
    height: 32px;
}

.h-16 {
    width: 16px;
    height: 16px;
}

.h-20 {
    height: 20px;
    width: 20px;
}

.f-20 {
    font-size: 20px;
}

.f-10 {
    font-size: 10px;
}

.h-4 {
    height: 4rem;
}

.h-27 {
    height: 27rem;
}

.h-19 {
    height: 19px;
    width: 19px;
    margin-bottom: 2px;
}

.h-10 {
    height: 10.2px;
    width: 10.2px;
}

.w-25 {
    width: 25rem;
}

.h-30 {
    max-height: 30rem;
}

.w-2-5 {
    min-width: 2.25rem;
}
/*px heights*/
.min-h-250 {
    min-height: 250px !important;
}

.max-h-250 {
    max-height: 250px !important;
}

.h-250 {
    height: 250px !important;
}

.min-w-250 {
    min-width: 250px !important;
}

.max-w-250 {
    max-width: 250px !important;
}

.w-250 {
    width: 250px !important;
}

.rz-mx-13,
.rz-ml-13 {
    margin-left: 4rem !important;
}

.ml-190 {
    margin-left: 195px !important;
}

.ml-74 {
    margin-left: 74px !important;
}

.rz-mx-14,
.rz-ml-14 {
    margin-left: 5.3rem !important;
}

.bg-save {
    background-color: #4071a8 !important;
    text-transform: none !important;
}

.color-theme-b1 {
    color: #54baba !important;
}

.color-theme-b2 {
    color: #257baa !important;
}

.separation {
    border-bottom: 2px dotted black;
}

::selection {
    background-color: #54baba !important;
    color: black !important;
}


/*login page css*/
.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url(assets/img/BackgroundImages/loginBg.jpg);
    background-size: cover;
    background-position: center;
}

/*@media (max-width:650px)
{
    .login-page{
        background-image:none;
    }
}*/

.login-card {
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: white;
}

.logo {
    width: 35px;
}

.welcome-text {
    margin-bottom: 5px;
    color: #333;
}

.login-subtext {
    color: #666;
}

.input-field {
    width: 100%;
    margin-bottom: 10px;
}

.error-text {
    color: red;
    position: absolute;
}

.login-button {
    width: 100%;
    background-color: #62dbe1 !important;
    color: white;
    font-weight: bold;
    text-transform: capitalize !important;
}

    .login-button:hover {
        width: 100%;
        background-color: #1861ac !important;
        color: white;
        font-weight: bold;
    }

.forgot-password-link {
    text-decoration: none;
    color: #4facfe;
}

.scrollable-content {
    height: 400px;
    overflow-y: auto;
    position: relative;
}

.full-height-container {
    height: 70vh !important;
    display: flex !important;
    align-items: stretch !important;
}

.rz-vh-90 {
    height: 60vh !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Button Styling */
.primary-btn {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    padding: 10px;
    cursor: pointer;
}

    .primary-btn:hover {
        background-color: #0056b3;
    }

    .primary-btn:focus {
        outline: none;
    }

/* Specific width and height for buttons */
.button-size {
    width: 50px;
    height: 50px;
}

/* Column Adjustments */
.column-spacing {
    margin-left: auto;
    margin-right: auto;
}

/* Card and Column Styling */
.kanban-card {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fafafa;
}

.menu-icon {
    font-size: 18px !important;
}

/*Common css for  heading*/

.custom-header {
    margin-bottom: 20px;
    text-align: left;
}
.sub-custom-header {
    margin-bottom: 0px;
    text-align: left;
}
.mt-m {
    margin-top: 0.3rem !important;
}

.header-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #3f94c3;
    margin: 0;
    letter-spacing: 1px;
}
.sub-header-title {
    font-size: 1rem;
    font-weight: bold;
    color: #3f94c3;
    margin: 0;
    letter-spacing: 1px;
}

.decorative-line {
    height: 5px;
    width: 80px;
    background: linear-gradient(to right, #54baba, #257baa);
    border-radius: 2px;
    margin-top: 6px;
}

/*Common css for subheading*/
.custom-subheader {
    margin-bottom: 15px;
    text-align: left;
}

.subheader-title {
    font-size: 1rem;
    font-weight: 600;
    color: #3f94c3;
    margin: 0;
    letter-spacing: 0.5px;
    white-space: normal;
    word-break: break-word;
}

.assessment-decorative-line {
    height: 5px;
    width: 250px;
    background: linear-gradient(to right, #54baba, #257baa);
    border-radius: 2px;
    margin-top: 6px;
}

/* Hide decorative line on screens smaller than 768px (mobile) */
@media (max-width: 767.98px) {
    .assessment-decorative-line {
        display: none !important;
    }
}
/*@media (max-width: 767.98px) {
    .back-button-spacing {
        margin-top: 8px;*/ /* Adds vertical space above Back button on mobile */
    /*}
}*/


.button-group-container {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .button-group-container {
        flex-wrap: nowrap;
    }

    .mark-complete-btn .rz-button {
        font-size: 0.8rem; /* smaller text */
        padding: 4px 8px; /* less padding */
        white-space: nowrap;
    }

    .back-button-spacing {
        margin-left: auto; /* push back button to the right */
    }
}





/*Common css for add button */

.custom-add-button {
    background: linear-gradient(to right, #54baba, #257baa);
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 8px 20px;
    border-radius: 5px;
}

@media screen and (max-width:600px) {
    .custom-add-button {
        background: linear-gradient(to right, #54baba, #257baa);
        border: none;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        padding: 2px 10px;
        font-size: x-small;
        border-radius: 5px;
    }
}

.custom-add-button:hover {
    background: linear-gradient(to right, #257baa, #1d6a89) !important;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15) !important;
}

/*Common css for back button*/

.custom-back-button {
    background: linear-gradient(to right, #76bbdd, #a2cce3);
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 8px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

    .custom-back-button:hover {
        color: white !important;
        background-color: #257baa !important;
        border-color: #257baa !important;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2) !important;
    }

    .custom-back-button:focus {
        outline: none;
        box-shadow: 0 0 4px 2px rgba(37, 123, 170, 0.6);
    }

.addbutton {
    margin-top: -10px;
}
.config-btn {
    --phoenix-btn-padding-x: -2.5rem !important;
}


@media (max-width: 576px) {
    .custom-header {
        margin-bottom: 20px;
        text-align: left;
        margin-left: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
}
.legend {
    margin-bottom: 1.5rem;
}
.ml-25{
    margin-left:-0.5rem!important;
}


@media (max-width: 576px) {
    .practice-header div {
        font-size: 10px !important;
    }
}

@media (max-width: 576px) {
    .config_card .rz-color-black.mb2 {
        font-size: 12px !important;
    }
}


/* Reduce font size for mobile view */
@media (max-width: 576px) {
    .config_card .row.fw-bold > div,
    .config_card .row > div {
        font-size: 12px !important; /* smaller text */
    }
}

/* Enable horizontal scroll for extra small screens */
@media (max-width: 400px) {
    .compare-card-wrapper {
        overflow-x: auto;
    }

        .compare-card-wrapper .row {
            min-width: 600px; /* enough space to fit all 3 columns */
        }
}




/* Normal desktop view - default Radzen style will apply */

/* Mobile view - make buttons smaller */
@media (max-width: 768px) {
    .responsive-btn {
        font-size: 12px !important;
        padding: 2px 6px !important;
    }
}




.config-border {
    border-right: 2px solid #6c757d;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
   
    background: #fff;
}






.poc-ml {
    margin-left: -1rem !important;
}
.sco {
    margin-left: auto !important;
}


/*AssessmentHierarchyCss*/
.view-tab-content {
    max-height: 150px;
    overflow-y: scroll;
    background-color: #fff;
}

.fixed-height-card {
    max-height: 70vh;
    overflow-y: scroll;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.view-tab-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.background-color {
    background-color: lightgrey;
    min-height: 500px;
}


.scrollable-content {
    max-height: 300px;
    overflow-y: auto;
    padding: 5px;
    border-radius: 4px;
}

.min-height-85 {
    min-height: 85px;
}

.max-height-85 {
    max-height: 85px;
}

.height-85 {
    height: 85px;
}

.min-height-530 {
    min-height: 530px;
}

.checkbox-container {
    margin-top: 10px;
}

.float-end {
    margin-top: 10px;
}

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.dottedline {
    border-right: 2px dotted gray;
}

.styletype {
    list-style-type: number;
}

.marginleft {
    margin-left: -20px;
}

.marginleft1 {
    margin-left: -10px;
}

.parent-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-toggle:hover {
    background-color: #abd4ea !important;
}

.rz-panel-menu .rz-navigation-item-wrapper:hover {
    background-color: #abd4ea !important;
}

.rz-panel-menu .rz-navigation-item-active,
.rz-panel-menu .rz-navigation-item-wrapper-active {
    background-color: #abd4ea !important;
    color: #257baa !important;
}

.rz-panel-menu .rz-navigation-item-link {
    padding: 12px !important;
}

.rz-form-field.rz-state-focused .rz-form-field-content {
    border: 1px solid #257baa !important;
    box-shadow: none !important;
    color: #257baa !important;
}

.radzen-sidebar {
    width: max-content !important;
    border-right: 1px solid #d9e2e4 !important;
}

.rz-sidebar-toggle:focus-visible, .rz-sidebar-toggle:hover {
    background: #257baa !important;
    color: white !important;
    border-color: none !important;
}

.rz-variant-filled .rz-textbox:focus ~ .rz-form-field-label, .rz-variant-flat .rz-textbox:focus ~ .rz-form-field-label, .rz-variant-filled .rz-textarea:focus ~ .rz-form-field-label, .rz-variant-flat .rz-textarea:focus ~ .rz-form-field-label, .rz-variant-filled .rz-numeric:focus-within ~ .rz-form-field-label, .rz-variant-flat .rz-numeric:focus-within ~ .rz-form-field-label, .rz-variant-filled .rz-autocomplete:focus-within ~ .rz-form-field-label, .rz-variant-flat .rz-autocomplete:focus-within ~ .rz-form-field-label {
    color: #257baa !important;
}

.indent-1 {
    padding-left: 40px !important;
}

.indent-2 {
    padding-left: 80px !important;
}

.score {
    display: flex;
    align-items: center;
}

.legend-box {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 5px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.legend-item {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.legend-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
}


/*Color for Domain,Process And Practice*/
.domain {
    background-color: blue;
}

.process {
    background-color: green;
}

.practice {
    background-color: orange;
}

.col-4 {
    display: flex;
    justify-content: center;
}

.domainText {
    color: blue;
}

.processText {
    color: green;
}

.practiceText {
    color: orange;
}

.modelText {
    color: indianred;
}

.highlight-row {
    background-color: lightblue !important;
}


.rz-switch.rz-switch-checked .rz-switch-circle {
    background: #54baba !important;
}

.rz-switch .rz-switch-circle:before {
    background: #257baa !important;
}

.rz-switch.rz-switch-checked .rz-switch-circle:before {
    background: #257baa !important;
}

.vertical_line {
    border: 1.5px solid #8e9599;
    height: 35px;
    margin-bottom: 12px;
}

.small-Text {
    font-size: 13px;
}

.scrollable-instruction {
    width: 150%;
    height: 450px;
    padding: 10px;
    position: relative;
    overflow-y: auto;
}

.next-button-container {
    text-align: right;
    margin-top: 20px;
}

.logo-title {
    font-size: 20px;
    font-weight: 700;
    color: #257BAA;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 8px 12px;
    background: linear-gradient(90deg, #257BAA, #1A5D88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 6px rgba(37, 123, 170, 0.3);
    border-radius: 6px;
    overflow: hidden;
}

    .logo-title::before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 50%;
        width: 60%;
        height: 4px;
        background: linear-gradient(90deg, #257BAA, #1A5D88);
        border-radius: 10px;
        transform: translateX(-50%);
        box-shadow: 0 2px 5px rgba(37, 123, 170, 0.5);
    }

/*media query form navbar title*/
@media screen and (max-width: 768px) {
    .logo-title {
        font-size: 16px;
        padding: 6px 10px;
        letter-spacing: 0.5px;
    }

        .logo-title::before {
            width: 50%;
            height: 3px;
            bottom: -3px;
        }
}

@media screen and (max-width: 480px) {
    .logo-title {
        font-size: 12px;
        padding: 4px 8px;
        letter-spacing: 0.3px;
    }

        .logo-title::before {
            width: 40%;
            height: 2px;
            bottom: -2px;
        }
}

.domain-row {
    background-color: #E3F2FD !important;
}

.process-row {
    background-color: #E8F5E9 !important;
}

.practice-row {
    background-color: #FFF3E0 !important;
}

.rz-w-60 {
    width: 60% !important;
}

.card-containers {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Adjust the gap as needed */
}


/*profile-permission-card*/


.avatar img {
    border-radius: 50% !important;
}

.rz-body {
    width: 100% !important;
   /* background-color: white !important;*/
}

.scrollable-contents {
    height: 180px;
    overflow-y: auto;
}

/*DashBoard Responsive Css
*/
.responsive-row {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    gap: 10px;
}

.responsive-col {
    width: 23%; /* Each div takes approx 1/4th of the row */
}

/*.box {
    width: 100%;
    height: 150px;
    background-color: #237995;
    padding: 10px;
    color: white;
    border-radius: 4px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);*/ /* Add shadow */
/*}*/
.box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 150px;
    padding: 10px;
    background-color: #113e4c;
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    font-size: 16px; /* Adjust text size */
}

.bi {
    font-size: 1.4rem; /* Adjust icon size */
}

/* Medium screens: 2 divs per row */
@media (max-width: 768px) {
    .responsive-col {
        width: 48%; /* Each div takes 50% of the row */
    }
}

/* Small screens: 1 div per row */
@media (max-width: 480px) {
    .responsive-col {
        width: 100%; /* Each div takes full width */
    }
}

/*.scroll {
    height: 70vh;
    overflow-y: scroll;
    position: relative;
    scroll-behavior: smooth;
   
}*/
.scroll {
    height: 70vh;
    overflow-y: scroll;
    position: relative;
    scroll-behavior: smooth;
}

.scroll_ass {
    height: 66vh;
    overflow-y: scroll;
    position: relative;
    scroll-behavior: smooth;
}

.scroll_poc {
/*    height: 66vh;*/
    overflow-y: scroll;
    position: relative;
    scroll-behavior: smooth;
}



.m-30 {
    margin: 0.10rem !important;
}

.cse_weightage_card {
    height: 64vh;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 10;
}


.sticky-header {
    position: sticky;
    top: 0; 
    z-index: 1020; 
    background: #fff; 
}



.file-stack {
    gap: 10px; /* Space between icon, content, and button */
}

.file-item-content {
    flex: 1;
    min-width: 0; /* Allows truncation */
}

.file-name {
    display: block;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.file-meta {
    font-size: 0.8rem;
}

.delete-btn {
    flex-shrink: 0; /* Prevents button from shrinking */
}




.config_card {
    height: 58vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
.assessmentcomparisonconfig_card {
    height: 80vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.config_cards {
    height: 62vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


.con-cards {
    overflow-y: scroll;
    scroll-behavior: smooth;
}




.evidence-card {
    height: 60vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
/* Customise scrollbar start*/
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #54baba !important;
    border-radius: 10px !important;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #257baa !important;
    }

/* Customise scrollbar end*/


/*Dashboard card design*/
.custom-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .custom-card:hover {
        transform: translateY(-5px) scale(1.03);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    }

.score {
    font-size: 3.5rem;
    font-weight: 700;
    color: #212529;
    font-family: 'Poppins', sans-serif;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.info {
    text-align: right;
}

.icon-style {
    font-size: 3.5rem;
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease-in-out;
}

h6 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #212529;
    margin-top: 0.5rem;
}

.custom-card:hover .icon-style {
    transform: rotate(10deg) scale(1.1);
}

.dropdown-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.card-body {
    overflow-x: auto;
}

.dashboard {
    overflow-x: hidden;
}

.d-subtitle {
    font-size: 15px;
    padding: 2px;
    color: steelblue;
}

    .d-subtitle::before {
        content: "💠"
    }

@media(min-width:1024px) {
    .d-insights {
        height: 100% !important;
    }
}

/*Dashboard card design end*/

/*observation */
.ladder-container {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Space between ladder items */
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ladder-item {
    display: flex;
    flex-direction: column;
}

.practice-name {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.maturity-level {
    font-size: 14px;
    color: #555;
    text-align: left;
    margin-left: 100px;
}

.rz-shadow-1 {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rz-hover-shadow-3:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.rz-bg-secondary {
    background-color: #f8f9fa;
}

.rz-text-bold {
    font-weight: bold;
}

/*observation end */

.grid-text-wrap {
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    display: block;
}

.rz-cell-data {
    padding: 2px !important;
}

.smaller-input {
    width: 80px;
    margin: 0 auto;
}

.legend-box {
    display: flex;
    justify-content: start;
    align-items: center;
}

.legend-color {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.assessment-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -20px !important;
}
.ncrf-mt{
    margin-top:0.6rem!important;
}

.assessment-decorativee {
    margin-top: -20px
}

.domain {
    background-color: #007bff;
}

.process {
    background-color: #28a745;
}

.practice {
    background-color: #ffc107;
}

.indent-1 {
    margin-left: 5px;
}

.indent-2 {
    margin-left: 20px;
}

.indent-3 {
    margin-left: 50px;
}

.text-success {
    color: #28a745 !important;
}

.text-primary {
    color: #007bff !important;
}

.text-warning {
    color: #ffc107 !important;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.rz-checkbox {
    display: flex !important;
    align-items: start !important;
}

.all-questions {
    height: fit-content;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-item:focus {
    background-color: #54baba !important;
}

/*MultilinceChartCss
*/

.chart-container {
    width: 100%;
    height: 500px;
}

.line {
    fill: none;
    stroke-width: 2;
}

.dot {
    stroke-width: 2;
}

.grid line {
    stroke: lightgrey;
    stroke-opacity: 0.7;
    shape-rendering: crispEdges;
    stroke-dasharray: 2,2;
}

.grid path {
    stroke-width: 0;
}

.rz-dialog-title {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    color: #3f94c3 !important;
    margin: 0 !important;
    letter-spacing: 1px !important;
    white-space: normal !important;
    word-break: break-word !important;
}

.rz-radiobutton-list label {
    display: block !important;
    margin-bottom: 0.5rem;
}

.rz-primary {
    background-color: #4071a8 !important;
}

    .rz-primary:hover {
        background-color: #3f94c3 !important;
    }

.smaller-input {
    width: 80px;
    margin: 0 auto;
}

.d-title h1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    margin: 12px;
}

    .d-title h1:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 55px;
        background-color: #111;
    }

    .d-title h1:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 95%;
        max-width: 255px;
        background-color: #333;
    }

.container-fluid {
    max-width: 1400px;
}

@media(min-width:768px) {
    .content-section {
        border-right: 1px solid #6F6F6F;
    }
}


.text-dark-blue {
    color: #1a3c6e;
}

.main-heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1a3c6e;
}

.feature-list {
    padding-left: 1.5rem;
    margin-top: 1rem;
}

    .feature-list li {
        margin-bottom: 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
    }

/* Equal height for both lists */
.equal-height {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.download-section {
    padding: 2rem 0;
    border-radius: 6px;
}

.subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.download-btn {
    padding: 0.6rem 1.8rem;
    font-weight: 500;
    border-radius: 4px;
    background-color: #1a3c6e !important;
    border-color: #1a3c6e !important;
    color: white;
    letter-spacing: 0.5px;
    text-transform: none;
    transition: all 0.3s ease;
}

    .download-btn:hover {
        text-decoration: none;
        color: white;
        background-color: #142d54;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

.download-info {
    font-size: 0.9rem;
    color: #666;
    margin-top: 1rem;
}

.resource-section {
    margin-top: 3rem;
    position: relative;
}

@media(min-width:768px) {
    .left-border {
        border-left: 1px solid #6F6F6F;
    }
}


.download-resource-btn {
    background: #2d4a7c !important;
    padding: 0.6rem 1.2rem !important;
    border-radius: 4px !important;
    width: 100%;
    max-width: 180px;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    color: white;
}
    .download-resource-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

.btn-danger {
    background-color: #b02a37 !important;
    border-color: #b02a37 !important;
}

.btn-success {
    background-color: #0f5132 !important;
    border-color: #0f5132 !important;
}

.designer-info {
    font-size: 0.9rem;
    color: #666;
}

@media (max-width: 768px) {
    .resource-section::before {
        left: 5%;
        right: 5%;
    }

    .main-heading {
        font-size: 1.75rem;
    }

    .download-section {
        margin-top: 2rem;
    }

    .equal-height {
        min-height: auto;
    }
}


.kanban-header h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}

.sector-container {
    margin-bottom: 30px;
}

.divider {
    height: 2px;
    background-color: #ddd;
    margin-bottom: 20px;
}

.no-model-message {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.RadzenCard:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.qu1 {
    max-height: 80px;
    overflow-y: auto;
}

.mx160 {
    max-height: 160px;
    overflow-y: auto;
}

.mtn1 {
    margin-top: -20px;
}

.w200 {
    width: 200px;
}

.w94 {
    width: 94%;
}

.mb5 {
    margin-bottom: 0.25rem;
}

.mb2 {
    margin-bottom: 2px;
}

.p25 {
    padding: 0.5rem 0;
}

.yellow1 {
    color: #ffc107;
}

.ml10 {
    margin-left: 10%;
}

.w70 {
    width: 70px;
}

.ad {
    height: 460px;
    width: 100%
}

.font-14 {
    font-size: 14px;
}


.font-16 {
    font-size: 16px;
}

.md {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.rc {
    height: 100px;
    width: 200px;
    text-align: center;
    background-color: #ffe6e6;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dn {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.md-rc1 {
    height: 100px;
    text-align: center;
    background-color: lightblue;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.top0 {
    top: 0 !important;
}

.w100 {
    width: 100%;
}

.w500 {
    width: 500px;
}

.red {
    color: red;
}

.h400 {
    height: 400px;
}

.h1200 {
    height: 1200px;
}

.ch1 {
    height: 400px;
    width: 1200px;
}

.mt-10 {
    margin-top: -10px;
}

.feedback {
    display: flex;
    align-items: center;
}

.ml-30 {
    margin-left: 30px;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.mb4 {
    margin-bottom: 4rem;
    font-style: italic;
}

.p7 {
    padding: 7px;
}

.blue1 {
    color: #5dade2;
}

.sm1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.sm2 {
    font-size: 14px;
    color: gray;
}

.sm3 {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.w80 {
    width: 80px;
}

.w250 {
    width: 250%;
}

.feed1 {
    margin-top: 10px;
    width: 100%;
}

.rd-feed {
    display: flex;
    flex-direction: column;
}

.feed2 {
    min-height: 400px;
    height: auto;
}

.feed-button {
    margin-right: 10px;
    background-color: #2878a1;
    color: white;
}

.wgh {
    width: 100px;
    float: right;
}

.w280 {
    width: 280px;
}

.add-feed {
    width: 850px;
    margin-left: 10px;
    flex: 1;
}

.ml-10 {
    margin-left: 10px
}

.mr-10 {
    margin-right: 10px
}

.ua {
    font-size: 64px;
    color: #dc3545;
}

.ml-col {
    border-right: 2px dashed #ccc;
}

.sm-card {
    height: 100px;
    text-align: center;
    background-color: lightblue;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.sm_nocard {
    height: 100px;
    text-align: center;
    background-color: #ffe6e6;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feed-q {
    margin-top: 10px;
    width: 100%;
}

.w150 {
    width: 150px;
}

.dp-nodata {
    height: 100px;
    width: 200px;
    text-align: center;
    background-color: #ffe6e6;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dp-card {
    height: 100px;
    text-align: center;
    background-color: lightblue;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

/*Chart css define */
.d3-tooltip {
    position: absolute;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    z-index: 1000;
}

.d3-tooltip1 {
    position: absolute;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    z-index: 1000;
}

.d3-tooltipdomain {
    position: absolute;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    z-index: 1000;
}









/* Tooltip styles for D3 pie chart */
.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

/*.bar {
    fill: steelblue;
}

    .bar:hover {
        fill: #1e88e5;*/ /* Optional: bar hover effect */
    /*}*/

.domain-label {
    font-size: 12px;
    text-anchor: end;
    transform: rotate(55deg);
}
/* Tooltip styles */
/*.tooltip {
    opacity: 0;
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    pointer-events: none;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
*/
/* Circle and line styling */
.dataPoint {
    fill: #2196F3;
}

    .dataPoint:hover {
        fill: #1565C0;
        r: 8;
    }

/* Axis text styling */
.axis text {
    font-size: 10px;
}

.axis path, .axis line {
    shape-rendering: crispEdges;
}

/* Circle and line styling */
.dot {
    stroke: white;
    stroke-width: 1;
    fill: #2196F3;
}

    .dot:hover {
        opacity: 0.8;
        stroke: #003399;
        stroke-width: 2;
    }

/* Axis text styling */
.axis text {
    font-size: 10px;
}

/* Legend styling */
.legend rect {
    width: 10px;
    height: 10px;
}

.legend text {
    font-size: 12px;
    text-anchor: start;
    margin-left: 15px;
}

/* Tooltip styling */
/*.d3-tooltip {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    z-index: 1000;
}
*/
/* Pie chart slices */
.pie-slice {
    stroke: #fff;
    stroke-width: 2px;
}

/* Legend styling */
.legend-item rect {
    width: 15px;
    height: 15px;
}

.legend-item text {
    font-size: 12px;
    fill: #000;
}

/* Adjust the position of the pie chart */
#feedbackPieChart svg {
    width: 100%;
    height: 450px; /* Increased height for legend */
    preserveAspectRatio: xMidYMid meet;
}

.legend-text {
    font-size: 12px;
    fill: #000;
}


.axis {
    font-size: 12px;
}

.legend {
    font-size: 14px;
}

/* Chart Title Style */
.chart-title {
    font-size: 16px;
    font-weight: bold;
    text-anchor: middle;
}

/* X-Axis Text Style */
.x-axis-text {
    text-anchor: end;
    transform: rotate(-45deg);
    dx: -.8em;
    dy: .15em;
}

.grid line {
    stroke: #e0e0e0;
}

.legend text {
    font-size: 12px;
}

.legend rect {
    width: 18px;
    height: 18px;
}

.legend circle {
    fill: #000;
}

.d3-tooltipsec {
    position: absolute;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    z-index: 1000;
}

.dot {
    fill: #000000;
}

/* Title Style */
.title {
    font-size: 16px;
    font-weight: bold;
}

/* Zero Line Style */
.zero-line {
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 4;
}

.tooltip.d3-tooltip {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    pointer-events: none;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s;
}

.tooltip.hidden {
    opacity: 0;
}

.x-axis-label {
    text-anchor: end;
    dx: -0.8em;
    dy: 0.15em;
    font-size: 10px;
}

.y-axis-label {
    text-anchor: middle;
    font-size: 12px;
}

.chart-title {
    text-anchor: middle;
    font-size: 16px;
    font-weight: bold;
}

.bar-hover {
    stroke: black;
    stroke-width: 2;
    opacity: 0.8;
}

.grid line {
    stroke: #e0e0e0;
    stroke-opacity: 0.7;
}

.sunburst-svg {
    font: 11px sans-serif;
}

.sunburst-arc {
    transition: fill-opacity 0.3s ease;
}

    .sunburst-arc.sunburst-parent {
        cursor: pointer;
    }

.sunburst-label-group {
    pointer-events: none;
    text-anchor: middle;
    user-select: none;
}

.sunburst-label {
    font-size: 11px;
}

.sunburst-parent-circle {
    fill: none;
    pointer-events: all;
    cursor: pointer;
}

.axis-label {
    text-anchor: end;
    transform: rotate(-30deg);
}

/*.bar {
    fill: #0d6efd;
}*/

.bar-benchmark {
    fill: #ff5722;
}

.bar:hover {
    opacity: 0.8;
    cursor: pointer;
}

.cse-axis-label {
    text-anchor: end;
    transform: rotate(-45deg);
}





.fullscreen-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f8f9fa;
    z-index: 9999;
    overflow: hidden; /* Hide both scrollbars initially */
}

.fullscreen-content {
    height: calc(100vh - 80px);
    overflow-y: auto; /* Only allow vertical scrolling */
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

.custom-toggle {
    padding: 8px 12px;
    border-radius: 4px;
}

    .custom-toggle i {
        font-size: 1.2rem;
    }




.help-icon-container {
    position: relative;
}

.help-button {
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    min-width: 35px !important;
}

.help-dialog-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.help-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .help-dialog-header h4 {
        margin: 0;
        color: #495057;
    }

.help-icon-container {
    position: relative;
}

.help-button {
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    min-width: 35px !important;
}
.help-button-margin {
    margin-bottom: 1.5rem;
}

.help-dialog-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.help-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .help-dialog-header h4 {
        margin: 0;
        color: #495057;
    }

/* Make the dialog title bold */
.help-dialog-with-line h4 {
    font-weight: bold !important;
}

/* Hide dialog scrollbar - only show content scrollbar */
.help-dialog-no-scroll .rz-dialog-content {
    overflow: hidden !important;
}

.help-dialog-body {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
    text-align: justify; /* Justify content text */
    line-height: 1.6; /* Improve readability */
}

    .help-dialog-body h5 {
        color: #007bff;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .help-dialog-body ul {
        padding-left: 20px;
    }

    .help-dialog-body li {
        margin-bottom: 5px;
    }

    .help-dialog-body p {
        text-align: justify; /* Ensure paragraphs are justified */
        margin-bottom: 15px;
    }

/* Custom scrollbar for help dialog */
.help-dialog-scrollable::-webkit-scrollbar {
    width: 8px;
}

.help-dialog-scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.help-dialog-scrollable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.help-dialog-scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox scrollbar styling */
.help-dialog-scrollable {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.close-button {
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    min-width: 30px !important;
}

.help-dialog-body {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
    text-align: justify; /* Justify content text */
    line-height: 1.6; /* Improve readability */
}

    .help-dialog-body h5 {
        color: #007bff;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .help-dialog-body ul {
        padding-left: 20px;
    }

    .help-dialog-body li {
        margin-bottom: 5px;
    }

    .help-dialog-body p {
        text-align: justify; /* Ensure paragraphs are justified */
        margin-bottom: 15px;
    }

.close-button {
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    min-width: 30px !important;
}
.summary-card {
    background-color: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.card-header {
/*    display: flex;*/
    align-items: center;
    justify-content: space-between;
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.card-title {
    flex-grow: 1;
    font-weight: 600;
    margin-left: 10px;
    color: #333;
}

.arrow-icon {
    font-size: 18px;
    color: #666;
}

.card-body {
    margin-top: 12px;
}

.value {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.description {
    font-size: 13px;
    color: #888;
}

/* Color themes */
.icon-blue {
    background-color: #D0E5F5;
    color: #1E6091;
}

.icon-dark {
    background-color: #D3DCE3;
    color: #1A3545;
}

.icon-teal {
    background-color: #CFF4F2;
    color: #168AAD;
}

.icon-purple {
    background-color: #E2D6F5;
    color: #8C3FD9;
}


.d3-tooltipc {
    position: absolute;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    z-index: 1000;
}








/* General Card Styling */
/* Radzen Card Styling */
/* Column Styling - Updated for proper alignment */
/*.radzen-column-left {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.radzen-column-right {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;*/ /* Align to top */
/*}*/

/* NEW: Wrapper for drag-drop and evidence summary to ensure equal height */
/*.top-components-wrapper {
    display: flex;
    flex-direction: column;
    height: 400px;*/ /* Fixed height for both components */
    /*margin-bottom: 1rem;
}*/

/* Equal Height for Drag & Drop and Evidence Summary */
/*.equal-height-container {
    flex: 0 0 auto;
    height: 300px;*/ /* Fixed height for both components */
/*}*/

/* Drag & Drop Area Styling - Updated */
/*.drag-drop-area {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    background-color: #f8f9fa;
    height: 400px;*/ /* Match evidence summary height */
    /*display: flex;
    flex-direction: column;
}*/

/* Evidence Summary Styling - Updated */
/*.evidence-summary-container {
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 400px;*/ /* Match drag-drop area height */
    /*display: flex;
    flex-direction: column;
}*/

/* File List Section - Updated to take full width */
/*.file-list-section {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    background-color: #f8f9fa;
    margin-top: 1rem;
    flex-grow: 1;*/ /* Take remaining space */
    /*width: 100%;*/ /* Full width of parent column */
    /*box-sizing: border-box;
}*/

/* Rest of your existing CSS remains the same... */
/*.radzen-card {
    padding: 1.5rem;
    min-height: 700px;
}

.radzen-row {
    gap: 1rem;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.drop-zone {
    border: 2px dashed #dee2e6;
    border-radius: 0.375rem;
    padding: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    background-color: #fafafa;
    position: relative;
    flex-grow: 1;
}

    .drop-zone.drag-over {
        border-color: #007acc;
        background-color: #e6f3ff;
        transform: scale(1.02);
    }

.drop-zone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-file {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.upload-icon {
    font-size: 64px;
    color: #007acc;
    margin-bottom: 1rem;
}

.browse-button {
    padding: 12px 24px;
    background-color: #007acc;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.2s ease;
    margin: 1rem 0;
    border: none;
    cursor: pointer;
}

    .browse-button:hover {
        background-color: #005999;
    }

.browse-button-disable {
    padding: 12px 24px;
    background-color: #6c757d;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    margin: 1rem 0;
    border: none;
    cursor: not-allowed;
}

.upload-progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.progress-icon {
    font-size: 48px;
    color: #007acc;
    margin-bottom: 1rem;
}

.progress-bar-current {
    height: 6px;
    margin-top: 1rem;
}

.evidence-summary-header {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e0e6ed;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.evidence-summary-header-icon {
    color: #495057;
    font-size: 18px;
    margin-right: 8px;
}

.evidence-summary-header-text {
    color: #495057;
    font-weight: 600;
    margin: 0;
}

.evidence-summary-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.evidence-summary-stats-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.evidence-stats-icon {
    color: #6c757d;
    font-size: 16px;
    margin-right: 8px;
}

.evidence-stats-title {
    color: #6c757d;
    font-weight: 500;
    margin: 0;
}

.evidence-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.evidence-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 16px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.stat-icon-container {
    margin-bottom: 12px;
}

.stat-icon {
    font-size: 32px;
    color: #6c757d;
}

.stat-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-value {
    font-weight: 700;
    color: #212529;
    margin: 0 0 4px 0;
    line-height: 1;
}

.stat-label {
    color: #6c757d;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.radzen-column-divider {
    display: flex;
    justify-content: center;
    padding: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.divider {
    width: 2px;
    background-color: #dee2e6;
    height: 100%;
}

.uploaded-poc-container {
    height: 600px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem;
    background-color: #fff;
    flex-grow: 1;
}

.file-item {
    background-color: #fff;
    transition: all 0.2s ease;
}

    .file-item:hover {
        background-color: #f8f9fa;
    }

.radzen-stack {
    gap: 0.5rem;
}

.radzen-icon {
    color: #28a745;
}

.file-item-content {
    flex-grow: 1;
    min-width: 0;*/ /* Allow shrinking */
    /*width: 100%;*/ /* Use full available width */
/*}

.progress-bar-queue {
    height: 20px;
    width: 100px;
    display: block;
}

.uppoc-list-container {
    height: 100%;
}

.poc-item {
    transition: all 0.2s ease;
    background-color: #fff;
}

    .poc-item:hover {
        background-color: #f8f9fa;
        border-color: #007acc !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}

.empty-state-icon {
    font-size: 48px;
    color: #6c757d;
    margin-bottom: 1rem;
}

.separation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dropdown-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.w-230 {
    width: 230px !important;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}*/

/* Responsive Design */
/*@media (max-width: 1200px) {
    .radzen-column-left {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .radzen-column-right {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 768px) {
    .radzen-row {
        flex-direction: column;
    }

    .radzen-column-left,
    .radzen-column-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .radzen-column-divider {
        display: none;
    }

    .separation {
        flex-direction: column;
        align-items: flex-start;
    }

    .dropdown-container {
        margin-top: 1rem;
        margin-left: 0 !important;
        flex-direction: column;
        width: 100%;
    }

    .w-230 {
        width: 100% !important;
    }

    .evidence-stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .evidence-stat-item {
        padding: 16px 12px;
    }

    .stat-icon {
        font-size: 28px;
    }

    .file-list-section {
        margin-top: 1rem;
    }*/

    /* Mobile responsive updates */
    /*.top-components-wrapper {
        height: auto;
    }

    .drag-drop-area,
    .evidence-summary-container {
        height: auto;
    }
}*/


/* Left column - Drag & Drop + File Upload */
/*.radzen-column-left {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}*/

/* Middle column - Evidence Summary */
/*.radzen-column-right {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}*/

/* Divider Column */
/*.radzen-column-divider {
    display: flex;
    justify-content: center;
    padding: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.divider {
    width: 2px;
    background-color: #dee2e6;
    height: 100%;
}*/

/* Drag & Drop */
/*.drag-drop-area {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    height: 200px;*/ /* Updated */
    /*display: flex;
    flex-direction: column;
    justify-content: center;
}

.drop-zone {
    border: 2px dashed #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    background-color: #fafafa;
    flex-grow: 1;
}

    .drop-zone.drag-over {
        border-color: #007acc;
        background-color: #e6f3ff;
        transform: scale(1.02);
    }

.upload-icon {
    font-size: 42px;*/ /* smaller for compact height */
    /*color: #007acc;
    margin-bottom: 0.5rem;
}

.browse-button {
    padding: 6px 16px;
    background-color: #007acc;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease;
    margin: 0.5rem 0;
    border: none;
    cursor: pointer;
}

    .browse-button:hover {
        background-color: #005999;
    }

.browse-button-disable {
    padding: 6px 16px;
    background-color: #6c757d;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin: 0.5rem 0;
    border: none;
    cursor: not-allowed;
}*/

/* Upload queue */
/*.file-list-section {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}*/

/* Evidence Summary */
/*.evidence-summary-container {
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 200px;*/ /* Equal to drag-drop */
    /*display: flex;
    flex-direction: column;
}

.evidence-summary-header {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 1px solid #e0e6ed;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.evidence-summary-header-text {
    color: #495057;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

.evidence-summary-content {
    padding: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evidence-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.evidence-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.stat-value {
    font-weight: 700;
    font-size: 16px;
    color: #212529;
}

.stat-label {
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}*/

/* Evidence List (Right side) */
/*.uploaded-poc-container {
    height: 500px;*/ /* Taller than left/middle */
    /*overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem;
    background-color: #fff;
    flex-grow: 1;
}

.poc-item {
    transition: all 0.2s ease;
    background-color: #fff;
}

    .poc-item:hover {
        background-color: #f8f9fa;
        border-color: #007acc !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}*/

/* Responsive */
/*@media (max-width: 992px) {
    .radzen-row {
        flex-direction: column;
    }

    .radzen-column-left,
    .radzen-column-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .radzen-column-divider {
        display: none;
    }

    .uploaded-poc-container {
        height: auto;
    }
}*/




/* Left column - Drag & Drop + File Upload */
.radzen-column-left {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Middle column - Evidence Summary */
.radzen-column-right {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Divider Column */
.radzen-column-divider {
    display: flex;
    justify-content: center;
    padding: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.divider {
    width: 2px;
    background-color: #dee2e6;
    height: 100%;
}


.input-file-m {
    
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Drag & Drop */
.drag-drop-area {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    height: 200px; /* Fixed height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.drop-zone {
    border: 2px dashed #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    background-color: #fafafa;
    flex-grow: 1;
    cursor: pointer;
}

.drop-zone.drag-over {
    border-color: #007acc;
    background-color: #e6f3ff;
    transform: scale(1.02);
}

.upload-icon {
    font-size: 38px; /* compact */
    color: #007acc;
    margin-bottom: 0.5rem;
}

.browse-button {
    padding: 6px 16px;
    background-color: #007acc;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease, transform 0.2s ease;
    margin: 0.5rem 0;
    border: none;
    cursor: pointer;
}

.browse-button:hover {
    background-color: #005999;
    transform: translateY(-1px);
}

.browse-button-disable {
    padding: 6px 16px;
    background-color: #6c757d;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin: 0.5rem 0;
    border: none;
    cursor: not-allowed;
}

/* Upload queue */
.file-list-section {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}

/* Evidence Summary */
.evidence-summary-container {
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    height: 200px; /* Equal to drag-drop */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.evidence-summary-containers {
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    height: 250px; /* Equal to drag-drop */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.evidence-summary-header {
    display: inline-block; /* keeps width tight around text */
}

.header-top {
    display: flex;
    align-items: center;
}

.evidence-summary-header-icon {
    font-size: 26px;
    color: #0078d7;
}



.evidence-summary-stats-header {
    display: flex;
    align-items: center; /* makes icon + text align vertically */
    gap: 0.5rem; /* space between icon and text */
    margin-bottom: 0.5rem;
}

.evidence-stats-icon {
    font-size: 20px; /* adjust if icon looks too big/small */
    color: #000; /* optional: match theme color */
}



.drag-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.or-row {
    text-align: center;
    margin: 0.5rem 0;
}

.upload-icon-p {
    font-size: 28px;
    color: #007bff;
}


.evidence-summary-content {
    padding: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evidence-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.hidden-title {
    visibility: hidden;
}


.evidence-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.evidence-stat-item:hover {
    background-color: #eef6ff;
    border-color: #007acc;
    transform: translateY(-2px);
}

.m-score{
    margin-left:0.5rem!important;
}
.rz-ml-sc {
    color: white !important;
    background-color: #257baa !important;
    border-color: #257baa !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2) !important;
}

.stat-value {
    font-weight: 700;
    font-size: 16px;
    color: #212529;
}

.stat-label {
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

/* Evidence List (Right side) */
.uploaded-poc-container {
    height: 500px; /* Taller than left/middle */
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.75rem;
    background-color: #fff;
    flex-grow: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.poc-item {
    transition: all 0.2s ease;
    background-color: #fff;
    border-radius: 6px;
    padding: 8px;
}

.poc-item:hover {
    background-color: #f8f9fa;
    border-color: #007acc !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    color: #6c757d;
    text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
    .radzen-row {
        flex-direction: column;
    }

    .radzen-column-left,
    .radzen-column-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .radzen-column-divider {
        display: none;
    }

    .uploaded-poc-container {
        height: auto;
    }
}












.achievement-message-container {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.achievement-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 0.375rem;
    padding: 1.5rem;
    color: #155724;
}

.achievement-icon {
    font-size: 2rem;
    color: #28a745;
    margin-right: 1rem;
}

.achievement-content {
    text-align: left;
}

.achievement-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #28a745;
    font-weight: bold;
}

.achievement-text {
    font-size: 1.3rem;
    margin-bottom: 0;
    font-weight: bold;
    color: #155724;
}





/* Tablet and below */
@media (max-width: 992px) {
    .responsive-btn {
        font-size: 12px;
        padding: 3px 6px;
    }
}

/* Mobile (very small screens) */
@media (max-width: 576px) {
    .responsive-btn {
        font-size: 10px;
        padding: 2px 4px;
    }
}




@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-from-right {
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-name: slideInFromRight;
}










.dashboard-container {
    padding: 0 15px;
    overflow-x: hidden;
}

/* Base Card Styles */
.cardp {
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    height: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #e9ecef;
}

.card-header {
    padding: 0.3rem 0.3rem;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.85rem;
}

.card-bodyp {
    padding: 0.3rem;
}

/* Enhanced Card Styles for Top Row */
.enhanced-card {
    border: none;
}

.g-4.mb-5 .enhanced-card {
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
}

    .g-4.mb-5 .enhanced-card .summary-card {
        margin-bottom: 0.10rem;
        padding: 0.15rem 0.25rem;
    }

    .g-4.mb-5 .enhanced-card .card-title {
        font-size: 0.7rem;
        line-height: 1.1;
    }

    .g-4.mb-5 .enhanced-card .card-body {
        padding: 0.2rem;
        overflow: hidden;
    }

    .g-4.mb-5 .enhanced-card .card-header {
        padding: 0.25rem 0.5rem;
    }

/* Summary Card Styles */
.summary-cardp {
    margin-bottom: 0.3rem;
    padding: 0.3rem;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.icon-primary {
    color: #007bff;
    font-size: 1rem;
}

.icon-success {
    color: #28a745;
    font-size: 1rem;
}

.icon-warning {
    color: #ffc107;
    font-size: 1rem;
}

.icon-gold {
    color: #ffd700;
    font-size: 1rem;
}

/* ============================= */
/* Custom Cards for Chart Section */
/* ============================= */

/* Right Chart (big one) */
.right-custom-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 520px; /* matches two left cards + spacing */
    overflow: hidden; /* no scrollbar */
    display: flex;
    flex-direction: column;
}

.right-custom-container {
    flex: 1;
    width: 100%;
    height: 100%;
}

    .right-custom-container svg {
        width: 100% !important;
        height: 100% !important;
        overflow: visible !important;
    }

/* Left Cards (each half height of right card) */
.left-custom-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 250px; /* half of right card height */
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.left-custom-container {
    flex: 1;
    width: 320%;
    height: 200%;
}
.ncrf {
    margin-bottom: 1.5rem !important;
}
.ncrficon {
    margin-bottom: 1rem !important;
}
.de-ncrf {
    margin-bottom: 1rem !important;
}


.help-text-container {
    max-width: 700px;
    width: 100%;
}

.help-textbox {
    width: 100%;
    font-size: 14px;
    padding: 8px;
}


/* ============================= */
/* Assessment Progress Table Styles */
/* ============================= */
.assessment-progress-title {
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 10px 15px 5px 15px;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.85rem;
}

.assessment-progress-table {
    overflow-x: auto;
}

.table-header th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #495057;
    padding: 8px 12px;
    border: none;
    font-size: 0.75rem;
    text-align: center;
}

.assessment-name-col {
    width: 200px;
    min-width: 180px;
}

.process-col, .practice-col {
    width: 250px;
    min-width: 200px;
}

.assessment-row {
    border-bottom: 1px solid #f1f3f4;
}

    .assessment-row:last-child {
        border-bottom: none;
    }

.assessment-name {
    padding: 10px 15px;
    font-weight: 500;
    color: #333;
    vertical-align: middle;
    text-align: center;
}

.progress-cell {
    padding: 10px 15px;
    vertical-align: middle;
}

.progress-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.progress-bar-wrapper {
    flex: 1;
    height: 25px;
    background-color: #e9ecef;
    border-radius: 12px;
    position: relative;
    overflow: visible;
    min-width: 150px;
}

.progress-bar {
    height: 100%;
    border-radius: 12px;
    transition: width 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.process-bar {
    background-color: #28a745!important;
}

.practice-bar {
    background-color: #007bff!important;
}

.progress-text-inside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: 500;
    color: #333;
    z-index: 10;
    white-space: nowrap;
    pointer-events: none;
    width: 100%;
    text-align: center;
}

/* ============================= */
/* Responsive Adjustments */
/* ============================= */
@media (max-width: 768px) {
    .g-4.mb-5 .enhanced-card {
        min-height: 130px;
        max-height: 130px;
    }
    /* Left Cards (stacked in mobile) */
    .left-custom-card {
        height: 200px;
    }
    /* Right Chart smaller in mobile */
    .right-custom-card {
        height: 400px;
    }

    .assessment-progress-table {
        font-size: 0.8rem;
    }

    .table-header th {
        padding: 8px 10px;
    }

    .assessment-name, .progress-cell {
        padding: 8px 10px;
    }

    .assessment-name-col {
        width: 120px;
        min-width: 100px;
    }

    .process-col, .practice-col {
        width: 150px;
        min-width: 120px;
    }

    .progress-bar-wrapper {
        min-width: 120px;
    }

    .progress-text-inside {
        font-size: 0.7rem;
    }
}
/* ============================
       Dashboard Layout
       ============================ */

/* Row container */
.dashboard-row {
    display: flex;
    gap: 1rem; /* space between left and right */
    align-items: stretch; /* equal height for columns */
    margin: 1rem 0;
}

/* ----------------------------
       Left Column
       ---------------------------- */
.left-column {
    width: 29%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    /* Cards inside left column */
    .left-column .card-custom {
        flex: 1; /* ensures equal height between both left cards */
        min-height: 250px; /* safety minimum */
    }

/* ----------------------------
       Right Column
       ---------------------------- */
.right-column {
    width: 69%;
    display: flex;
}

    /* Card inside right column */
    .right-column .card-custom {
        width: 100%;
        flex: 1;
        min-height: 100%;
    }

/* ----------------------------
       Generic Card Styles
       ---------------------------- */
.card-custom {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    overflow: hidden; /* removes unwanted scrollbars */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    /* Card heading text */
    .card-custom b {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 1rem;
        color: #333;
    }

.rz-col-md-9:has(.card-custom) {
    flex: 0 0 69% !important; /* Sector Performance takes 67% */
    max-width: 69% !important;
    padding-left: 0.5rem;
    padding-right: 0;
}

.rz-col-md-3:has(.card-custom) {
    flex: 0 0 29% !important; /* Sector Responses takes 32% */
    max-width: 29% !important;
    padding-right: 0.5rem;
    padding-left: 0;
}
/* ----------------------------
       Responsive (Tablets & Mobile)
       ---------------------------- */
@media (max-width: 992px) {
    .dashboard-row {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        width: 100%;
    }

    .left-column {
        flex-direction: column;
    }
}
/* Highly specific overrides to shorten card heights */
.dashboard-container .left-column .left-custom-card {
    height: 200px !important;
}

.dashboard-container .right-column .right-custom-card {
    height: 400px !important;
}

/* Adjust for mobile view */
@media (max-width: 768px) {
    .dashboard-container .left-column .left-custom-card {
        height: 150px !important;
    }

    .dashboard-container .right-column .right-custom-card {
        height: 300px !important;
    }
}

.chart-container {
    min-height: 300px;
    width: 100%;
}

.progress-circle {
    width: 120px;
    height: 120px;
}

.small-progress {
    height: 6px;
}

/* Reduce card padding */
.card-body {
    padding: 0.5rem 0.75rem !important; /* default is 1rem */
}

.card-header {
    padding: 0.5rem 0.75rem !important; /* default is 0.75rem 1rem */
    font-size: 0.95rem; /* slightly smaller if needed */
}

/* Reduce vertical margin between rows */
.RadzenRow.g-3 {
    margin-bottom: 0.75rem !important; /* default mb-4 is 1.5rem */
}

.tall-card-body {
    height: 200px !important; /* desired height */
}

#maturityLevelChart {
    width: 100%;
    min-height: 135px; /* Ensure enough height */
}


.dropdown-fixed {
    min-width: 300px;
    max-width: 500px;
    width: 400px;
}

.btn-min-40 {
    min-width: 40px;
}

.chart-fixed {
    width: 100%;
    height: 400px; /* fixed chart height */
}

.chart-flex-center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.browse-button-disable {
    padding: 12px 24px;
    background-color: #BEBEBE;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.2s ease;
    margin: 1rem 0;
    border: none;
    cursor: pointer;
}



.search-box {
    max-width: 300px;
    flex: 1 1 auto;
}

.info-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
}








/* New styles for dropdown spacing */
.sub-sidebar1 .rz-dropdown {
    margin-bottom: 0.25rem; /* Very minute spacing of 4px */
}

/*dashboard*/

.an-mb {
    margin-left: auto !important;
    margin-bottom: 1rem !important;
}


.stage-initiated {
    background: #007bff;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
}

.stage-draft {
    background: #6c757d;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
}

.stage-publish {
    background: #34c759;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
}

.stage-cancel {
    background: #dc3545;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
}

.stage-hold {
    background: #ffc107;
    color: black;
    padding: 4px 10px;
    border-radius: 12px;
}

.stage-closed {
    background: #28a745;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
}

.stage-exported {
    background: #6f42c1;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
}


.stage-underprogress {
    background: rgb(255, 165, 0);
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
}


.stage-default {
    background: #e0e0e0;
    color: black;
    padding: 4px 10px;
    border-radius: 12px;
}
.evi-mt {
    margin-top: 0.7rem !important;
}















/*-----------------------Assessment Instruction------------------------*/
.top-actions {
    display: flex;
    align-items: center; /* ensures vertical alignment */
    gap: 0.5rem; /* spacing between back and info */
}

.info-icon {
    cursor: pointer;
    width: 32px; /* match BackButton height */
    height: 32px; /* match BackButton height */
    display: inline-block;
    object-fit: contain; /* keeps aspect ratio */
}

.password-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}

.progress-bar-width {
    width: 100px;
}

.benchmark-display {
    display: inline-block;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 6px;
    font-size: 14px;
    font-weight: 500;
}


.benchmark-progress-container {
    position: relative;
    height: 10px; /* thinner progress bar */
    background: #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
    margin: 12px 0;
}

.benchmark-progress-bar {
    height: 100%;
    border-radius: 8px;
    transition: width 0.6s ease;
}

.benchmark-item {
    margin-bottom: 16px;
}

.benchmark-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.benchmark-icon {
    font-size: 20px;
}

.benchmark-label {
    font-size: 14px;
    color: #495057;
    flex: 1;
    font-weight: 500;
}

.benchmark-score {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.modern-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    .modern-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }

.card-icon-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    min-height: 72px;
    margin-bottom: 20px;
}

.icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
}

.bg-primary-light {
    background: rgba(13, 110, 253, 0.1);
}

.bg-danger-light {
    background: rgba(220, 53, 69, 0.1);
}

.bg-info-light {
    background: rgba(13, 202, 240, 0.1);
}

.card-title {
    font-size: 20px;
    font-weight: 605;
    color: #1a1a1a;
    flex: 1;
    line-height: 1.2;
    padding-top: 8px;
}

.total-badge {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    background: #3874ff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}

.score-comparison {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
}

.score-item {
    text-align: center;
    flex: 1;
}

.score-value {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.score-label {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
}

.arrow-icon {
    font-size: 24px;
    padding: 0 12px;
}

/* NEW STYLES FOR BORDERED SECTIONS */
.sector-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    margin-top: 20px;
    background: linear-gradient(to right, #a8e063, #56ab2f);
    border-radius: 6px;
}
.sectors-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    margin-top: 20px;
    background: linear-gradient(to right, #a1c4fd, #0d1a80);
    border-radius: 6px;
}

.sector-name {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.sector-total {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.status-number {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 4px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 3px;
}

.status-line {
    margin-top: 8px;
    font-size: 14px;
    color: #6c757d;
    margin-left: 15px;
}

.gradient-text {
    background: linear-gradient(to right, #54baba, #257baa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}









/* Domain Header Styling */
.domain-header-container {
    margin-top: 24px;
    margin-bottom: 12px;
    padding: 0;
}

.domain-header-text {
    font-weight: 700 !important;
    color: #1976d2 !important;
    font-size: 20px !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    letter-spacing: 0.3px !important;
}

/* Table Black Border Styling */
.domain-process-table {
    margin-bottom: 24px !important;
    border-radius: 0 !important;
}

    /* Header Row Styling with Tan/Beige Color */
    .domain-process-table .rz-datatable-thead {
        background-color: #f5deb3 !important;
    }

        .domain-process-table .rz-datatable-thead th {
            border: 1px solid #000 !important;
            font-weight: 700 !important;
            font-size: 16px !important;
            padding: 12px 14px !important;
            background-color: #f5deb3 !important;
            color: #000 !important;
            text-align: left !important;
        }

    /* Body Row Styling */
    .domain-process-table .rz-datatable-tbody td {
        border: 1px solid #000 !important;
        font-size: 15px !important;
        padding: 12px 14px !important;
        background-color: #fff !important;
        vertical-align: middle !important;
    }

    .domain-process-table .rz-datatable-tbody tr {
        min-height: 45px !important;
    }

    /* Remove default Radzen borders and styling */
    .domain-process-table .rz-datatable-data {
        border: none !important;
    }

    .domain-process-table .rz-grid-table {
        border-collapse: collapse !important;
        width: 100% !important;
    }

    /* Ensure all cells have black borders */
    .domain-process-table .rz-cell,
    .domain-process-table .rz-header-cell {
        border: 1px solid #000 !important;
    }

    /* Remove any hover effects that might interfere */
    .domain-process-table .rz-datatable-tbody tr:hover {
        background-color: #f9f9f9 !important;
    }

    /* Badge styling adjustments for better alignment */
    .domain-process-table .rz-badge {
        font-size: 14px !important;
        padding: 5px 12px !important;
        font-weight: 600 !important;
    }

    /* Remove extra spacing */
    .domain-process-table .rz-datatable {
        margin: 0 !important;
    }




    /*Score Aggregation*/
.score-aggregation-row {
    align-items: center;
}

.score-diagram-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.score-diagram-img {
    width: 50%; /* adjust smaller */
    max-width: 250px; /* optional */
    height: auto;
}

.score-table-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.score-table-img {
    max-width: 600px;
    width: 110%;
    height: auto;
}


/* Optional: Adjust for smaller screens */
@media (max-width: 768px) {
    .score-diagram-img {
        max-width: 300px;
    }

    .score-table-img {
        max-width: 280px;
    }
}


.score-aggregation-heading {
    color: #1976d2 !important;
}







/*Header image*/
.report-header-card {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
}

.report-header-image {
    width: 50vw; /* Half of viewport width */
    height: 50vh; /* Half of viewport height */
    position: relative;
    overflow: hidden;
}

.header-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; /* This will crop the image nicely */
}

.report-actions-overlay {
   
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center; /* Aligns buttons at the same level */
    gap: 10px;
    z-index: 10;
}

    .report-actions-overlay .action-btn {
        white-space: nowrap;
        margin: 0;
    }

    .report-actions-overlay .rz-button {
        margin: 0;
        vertical-align: middle;
    }

    /* Ensure BackButton is aligned */
    .report-actions-overlay > * {
        display: flex;
        align-items: center;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .report-header-image {
        width: 100%; /* Full width on mobile */
        height: 35vh; /* Smaller height on mobile */
    }

    .report-actions-overlay {
        position: static;
        padding: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }

        .report-actions-overlay .action-btn,
        .report-actions-overlay .rz-button {
            width: 75%;
        }
}








.report-title {
    display: flex;
    align-items: center; /* vertical centering */
    gap: 12px; /* space between logo and text */
}

.report-logo {
    width: 80px;
    height: 80px; /* or whatever height you want */
    object-fit: contain; /* prevents distortion */
}

.report-heading {
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
}

.report-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}


.custom-card-height {
    min-height: 120px;
    max-height: 400px;
}

/* Individual ML items */
.ml-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}


.ml-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
}


.ml-percent {
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
}

.card-headerm {
    align-items: center;
    justify-content: space-between;
}

#progressBars {
    width: 100%;
    min-height: 150px; /* Ensure enough height */
}

.bar {
    min-height: 150px;
}


.icon-wrapper {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: inherit; /* matches card background */
    border-radius: 50%; /* optional: makes it circular */
}

    .icon-wrapper img {
        max-width: 100%;
        max-height: 100%;
        
    }



.header-with-icon {
    display: flex;
    align-items: center;
    gap: 8px; /* space between icon and text */
}

    .header-with-icon .header-icon {
        width: 24px;
        height: 24px;
    }



.no-uppercase {
    text-transform: none !important;
}







    /* Domain Level*/

.maturity-matrix-container {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow-x: auto;
}

.matrix-header-row {
    display: flex;
    border-bottom: 2px solid #333;
}

.matrix-legend-cell {
    width: 140px;
    min-width: 140px;
    flex-shrink: 0;
}

.matrix-domain-header {
    flex: 1;
    min-width: 45px;
    max-width: 55px;
    height: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
}

.domain-name-rotated {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #2c3e50;
    max-height: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

.matrix-data-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .matrix-data-row .matrix-legend-cell {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.ml-legend-image {
    width: 100%;
    height: 100%;
}

.matrix-cell {
    flex: 1;
    min-width: 45px;
    max-width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d1d5db;
    background-color: #ffffff;
    border-radius: 4px;
}

.cell-image {
/*    width: 100%;*/
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.matrix-cell.filled {
    border-color: #9ca3af;
}

.matrix-cell.empty {
    background-color: #fafafa;
    border-color: #e5e7eb;
}

/* Responsive adjustments */
@@media (max-width: 768px) {
    .matrix-domain-header {
        min-width: 35px;
        max-width: 45px;
        height: 90px;
    }

    .domain-name-rotated {
        font-size: 9px;
    }

    .matrix-cell {
        min-width: 35px;
        max-width: 45px;
        height: 45px;
    }

    .matrix-data-row .matrix-legend-cell {
        height: 45px;
    }

    .matrix-legend-cell {
        width: 110px;
        min-width: 110px;
    }

    .maturity-matrix-container {
        gap: 6px;
        padding: 20px 15px;
    }

    .matrix-header-row,
    .matrix-data-row {
        gap: 6px;
    }
}

@@media (min-width: 1200px) {
    .matrix-domain-header {
        min-width: 50px;
        max-width: 60px;
    }

    .matrix-cell {
        min-width: 50px;
        max-width: 60px;
        height: 60px;
    }

    .matrix-data-row .matrix-legend-cell {
        height: 60px;
    }

    .maturity-matrix-container {
        gap: 10px;
    }

    .matrix-header-row,
    .matrix-data-row {
        gap: 10px;
    }
}


/*Process Level*/

.process-chart-container {
    display: flex;
    gap: 0px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow-x: auto;
    height: 302px;
}

.process-legend-sidebar {
    display: flex;
    flex-direction: column;
    width: 100px;
    min-width: 100px;
    flex-shrink: 0;
}

.legend-spacer {
    height: 110px;
    flex-shrink: 0;
}

.legend-item {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.legend-image {
    max-width: 80px;
    max-height: 50px;
    object-fit: contain;
}

.process-domains-container {
    display: flex;
    gap: 5px; /* reduced spacing */
    flex: 1;
    flex-wrap: wrap; /* allow wrapping instead of scroll */
    justify-content: center; /* keep centered */
}

.donut-container {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.process-domain-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px; /* reduced */
    max-width: 60px; /* reduced */
    flex: 0 0 auto; /* prevent stretching */
}

.process-domain-header {
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-domain-name {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    color: #2c3e50;
}

.process-label {
    font-size: 11px;
    color: #6c757d;
    margin: 3px 0;
    text-align: center;
}

/*.process-chart-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: 1;*/ /* fill remaining height in column */
    /*min-height: 100px;
    text-align: center;
}*/

.process-chart-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.donut-box {
    width: 120px; /* adjust as needed */
    height: 120px; /* critical: gives room for vertical centering */
    display: flex;
    justify-content: center;
    align-items: center; /* this ensures exact middle */
}

.process-donut-chart {
    width: 80px;
    height: 80px;
}


.no-data-message {
    font-size: 9px;
    color: #999999;
    font-style: italic;
    text-align: center;
}

.process-chart-legend {
    display: flex;
    justify-content: center;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.legend-items {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.legend-color-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-color-box {
    width: 16px;
    height: 16px;
    border: 1px solid #999999;
    border-radius: 2px;
}

.ml1-color {
    background-color: #FFD9B3;
}

.ml2-color {
    background-color: #FFE699;
}

.ml3-color {
    background-color: #B3D9FF;
}

.ml4-color {
    background-color: #0066A1;
}

.ml5-color {
    background-color: #C6E7C6;
}

.legend-text {
    font-size: 12px;
    color: #333;
    font-weight: 500;
}

@@media (max-width: 768px) {
    .process-chart-container {
        padding: 15px;
    }

    .process-legend-sidebar {
        width: 80px;
        min-width: 80px;
    }

    .legend-spacer {
        height: 90px;
    }

    .process-domain-column {
        min-width: 80px;
        max-width: 100px;
    }

    .process-domain-name {
        font-size: 9px;
    }
}

/* Practice Level*/
.practice-chart-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
}

.practice-legend-sidebar {
    display: flex;
    flex-direction: column;
    width: 80px;
    min-width: 80px;
    flex-shrink: 0;
    gap: 0;
    margin: 0;
    padding: 0;
}

.practice-legend-spacer {
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    flex-shrink: 0;
}

.practice-legend-item {
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    box-sizing: border-box;
}

.practice-legend-image {
    max-width: 80px;
    max-height: 50px;
    object-fit: contain;
    display: block;
}

.practice-domains-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    align-items: stretch;
}

    .practice-domains-grid > * {
        flex-shrink: 0;
    }

.practice-header-row {
    display: flex;
    gap: 8px;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    align-items: flex-end;
    margin-bottom: 0;
    box-sizing: border-box;
}

.practice-domain-header {
    flex: 1;
    min-width: 70px;
    max-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2px;
}

.practice-domain-name {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #2c3e50;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.2;
    max-width: 100%;
}

.practice-data-row {
    display: flex;
    gap: 8px;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-bottom: none;
    flex-shrink: 0;
}

.practice-chart-cell {
    flex: 1;
    min-width: 70px;
    max-width: 90px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.practice-donut-chart {
    display: block;
}

.practice-empty-cell {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}

.empty-text {
    font-size: 9px;
    color: #9ca3af;
    text-align: center;
    line-height: 1.4;
}

.practice-response-legend {
    display: flex;
    justify-content: center;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.response-legend-items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.response-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.response-color-box {
    width: 16px;
    height: 16px;
    border: 1px solid #999999;
    border-radius: 2px;
}








.practice-level-box {
    border: 1px solid black !important;
   
    
    
}


.yes-color {
    background-color: #22C55E;
}

.no-color {
    background-color: #EF4444;
}

.partial-color {
    background-color: #F97316;
}

.not-attempted-color {
    background-color: #9CA3AF;
}

.response-legend-text {
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

@media (max-width: 768px) {
    .practice-chart-container {
        padding: 15px 10px;
    }

    .practice-legend-sidebar {
        width: 70px;
        min-width: 70px;
    }

    .practice-legend-spacer {
        height: 60px;
        min-height: 60px;
        max-height: 60px;
    }

    .practice-legend-item {
        height: 60px;
        min-height: 60px;
        max-height: 60px;
    }

    .practice-domain-header {
        min-width: 60px;
        max-width: 75px;
    }

    .practice-header-row {
        height: 60px;
        min-height: 60px;
        max-height: 60px;
    }

    .practice-data-row {
        height: 60px;
        min-height: 60px;
        max-height: 60px;
    }

    .practice-chart-cell {
        min-width: 60px;
        max-width: 75px;
        height: 60px;
    }

    .practice-domain-name {
        font-size: 9px;
    }

    .practice-empty-cell {
        width: 58px;
        height: 58px;
    }
}

/* CSCMM Model Description*/


.definition-row {
    display: flex;
    align-items: stretch;
    border: 1px solid #dee2e6;
    overflow: hidden;
}

.definition-term {
    background-color: #87ceeb;
    color: #000000;
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
    min-width: 200px;
    max-width: 200px;
    display: flex;
    align-items: center;
}

.definition-description {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px;
    flex: 1;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .definition-row {
        flex-direction: column;
    }

    .definition-term {
        max-width: 100%;
        min-width: 100%;
    }
}


.total-badges {
    font-size: 16px; 
    font-weight: 600;
    color: #fff;
    background: #3874ff;
    border-radius: 6px; 
    padding: 4px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    min-width: 32px;
}



/* === CSCMM Report Page Scoped Styling === */
#pdf-content {
    width: 1000px; /* visual A4 width at 96dpi */
    margin: 24px auto;
    background: #ffffff;
    padding: 36px 48px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
   /* font-family: "Calibri", "Segoe UI", Arial, sans-serif;*/
    color: #222;
    -webkit-print-color-adjust: exact;
}

    /* --- Section Card Styling (Radzen Cards) --- */
    #pdf-content .rz-my-4 {
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 0 18px 0 !important;
    }

        #pdf-content .rz-my-4 > .rz-card,
        #pdf-content .rz-my-4 > div {
            background: #fff;
            border: 1px solid #d1d1d1;
/*            padding: 18px 20px;*/
            border-radius: 2px;
            margin-bottom: 12px;
            page-break-inside: avoid; /* avoid breaking inside a section */
        }

    #pdf-content .rz-my-4 {
        page-break-after: always; /* ensure section break in print */
    }

    /* --- Cover Page --- */
    #pdf-content .report-cover-page {
        position: relative;
        width: 100%;
        height: 1122px; /* full A4 height at 96 dpi */
        overflow: hidden;
        margin-bottom: 30px;
    }

        #pdf-content .report-cover-page .header-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    /* --- Headings --- */
    #pdf-content h2,
    #pdf-content .rz-color-primary,
    #pdf-content .score-aggregation-heading {
        color: #111;
        font-weight: 700;
        font-size: 18px;
        margin: 8px 0 12px 0;
        padding-bottom: 6px;
        border-bottom: 3px solid #0d3b66;
        display: inline-block;
    }

        #pdf-content h3,
        #pdf-content .score-aggregation-heading.h3,
        #pdf-content .score-aggregation-heading-h3 {
            color: #111;
            font-weight: 600;
            font-size: 15px;
            margin: 18px 0 8px 0;
        }

    /* --- Paragraph / Body Text --- */
    #pdf-content p,
    #pdf-content .rz-text,
    #pdf-content .radzen-text-body {
        font-size: 14px;
        line-height: 1.55;
        text-align: justify;
        margin-bottom: 10px;
        color: #222;
    }

    #pdf-content .small-note,
    #pdf-content .RadzenText[TextStyle="TextStyle.Body2"] {
        font-size: 13px;
        color: #333;
    }

    /* --- Definition rows --- */
    #pdf-content .definition-row {
        display: flex;
        gap: 12px;
        margin-bottom: 6px;
    }

    #pdf-content .definition-term {
        width: 160px;
        font-weight: 700;
    }

    #pdf-content .definition-description {
        flex: 1;
    }

    /* --- Matrix / Chart Containers --- */
    #pdf-content .maturity-matrix-container,
    #pdf-content .process-chart-container,
    #pdf-content .practice-chart-container {
        overflow-x: auto;
        padding: 10px 0 6px 0;
        -webkit-overflow-scrolling: touch;
    }

    #pdf-content .matrix-domain-header {
        width: 96px;
        text-align: center;
        height: 225px;
    }

    #pdf-content .domain-name-rotated {
        display: inline-block;
        transform-origin: center;
        font-size: 15px;
        white-space: nowrap;
        width: 0px !important;
    }

    #pdf-content .matrix-data-row {
        display: flex;
        align-items: center;
        margin-bottom: 2px;
    }

    #pdf-content .matrix-legend-cell {
        width: 60px;
        text-align: center;
    }

    #pdf-content .matrix-cell {
        width: 96px;
        height: 55px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 6px;
        border: 1px solid #eee;
        background: #fff;
    }

        #pdf-content .matrix-cell img.cell-image {
            max-width: 100%;
            max-height: 100%;
            display: block;
        }

    /* --- Process Chart --- */
    #pdf-content .process-domains-container {
        display: flex;
        gap: 12px;
        align-items: end;
        padding: 4px;
    }

    #pdf-content .process-domain-column {
        width: 120px;
        text-align: center;
    }

    #pdf-content .process-domain-header .process-domain-name {
        font-weight: 600;
        font-size: 15px;
        display: block;
        margin-bottom: 8px;
    }

    #pdf-content .process-chart-wrapper,
    #pdf-content .practice-chart-cell,
    #pdf-content .practice-empty-cell {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 96px;
    }

    /* --- Practice Chart --- */
    #pdf-content .practice-domains-grid {
        display: block;
    }

    #pdf-content .practice-header-row {
        display: flex;
        gap: 12px;
        margin-bottom: 10px;
    }

    #pdf-content .practice-domain-header {
        width: 96px;
        text-align: center;
        font-weight: 600;
    }

    #pdf-content .practice-domain-name {
        white-space: normal;
        word-wrap: break-word;
        max-width: 96px;
    }

    #pdf-content .practice-data-row {
        display: flex;
        gap: 12px;
        margin-bottom: 8px;
        border: 1px solid black !important;
    }

    #pdf-content .practice-chart-cell {
        width: 96px;
        height: 96px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    /* --- Legends --- */
    #pdf-content .process-chart-legend .legend-items,
    #pdf-content .practice-response-legend .response-legend-items {
        display: flex;
        gap: 18px;
        align-items: center;
        margin-top: 12px;
    }

    #pdf-content .legend-color-box,
    #pdf-content .response-color-box {
        display: inline-block;
        width: 18px;
        height: 10px;
        border-radius: 2px;
        border: 1px solid #ccc;
        vertical-align: middle;
    }







.domain-card {
    border: 1.5px solid grey!important;
    border-radius: 10px;
    background-color: #ffffff;
    transition: all 0.25s ease-in-out;
}
.domains-card {
    border: 1.5px solid grey !important;
}
/* Hover highlight */
.domain-card:hover {
    border-color: #0a2472;
    box-shadow: 0 6px 14px rgba(10, 36, 114, 0.15);
}

    /* Expanded accordion highlight */
    .domain-card:has(.accordion-collapse.show) {
        border-color: #0a2472;
        box-shadow: 0 8px 18px rgba(10, 36, 114, 0.2);
    }


.bg-very-light {
    background-color: mintcream!important;
     /* softer than bg-light */
}







.accordion-item:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease-in-out;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button {
    box-shadow: none !important;
}


    #pdf-content .ml1-color {
        background: #fa0200;
    }

    #pdf-content .ml2-color {
        background: #fd9404;
    }

    #pdf-content .ml3-color {
        background: #fdd303;
    }

    #pdf-content .ml4-color {
        background: #1c7ede;
    }

    #pdf-content .ml5-color {
        background: #80cf38;
    }

    /* --- Tables --- */
    #pdf-content .domain-process-table {
        width: 100%;
        border-collapse: collapse !important;
        margin-top: 10px;
    }

        #pdf-content .domain-process-table th,
        #pdf-content .domain-process-table td,
        #pdf-content .rz-data-grid-cell,
        #pdf-content .rz-data-grid-header-cell {
            border: 1px solid #000 !important;
            padding: 10px 12px !important;
            font-size: 15px !important;
            vertical-align: middle;
        }

    /* --- Domain headings --- */
    #pdf-content .domain-header-text {
        font-weight: 700;
        color: #0d3b66;
        margin-top: 18px;
        margin-bottom: 8px;
    }

    /* --- Empty message --- */
    #pdf-content .text-danger.fs-7 {
        color: #c0392b;
    }

    /* --- Footer --- */
    #pdf-content .report-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        color: #666666;
        margin-top: 22px;
        padding-top: 8px;
        border-top: 1px solid #e0e0e0;
    }

    #pdf-content .print-footer {
        display: none;
    }

/* === PDF-Style Report Utility Classes === */

/* Report Section - Plain HTML Container (replaces RadzenCard) */
.report-section {
    background: #ffffff;
    padding: 24px;
    margin: 24px 0;
}

/* Section Dividers */
.pdf-section-divider {
    border: none;
    height: 2px;
    background-color: #1976d2;
    margin: 12px 0 16px 0;
}

/* Typography */
.pdf-heading-primary {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1565c0 !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.3px !important;
}

.pdf-heading-secondary {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1976d2 !important;
    margin-bottom: 10px !important;
    margin-top: 18px !important;
}

.pdf-body-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

.pdf-body-text-large {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #333 !important;
}

/* ML Card Borders - Matching PDF Color Scheme */
.ml-card-border-0 {
    border-left: 5px solid #dc3545 !important;
    background-color: #fff5f5 !important;
}

.ml-card-border-1 {
    border-left: 5px solid #fd7e14 !important;
    background-color: #fff8f0 !important;
}

.ml-card-border-2 {
    border-left: 5px solid #ffc107 !important;
    background-color: #fffbf0 !important;
}

.ml-card-border-3 {
    border-left: 5px solid #28a745 !important;
    background-color: #f0f9f4 !important;
}

.ml-card-border-4 {
    border-left: 5px solid #17a2b8 !important;
    background-color: #f0f8fa !important;
}

.ml-card-border-5 {
    border-left: 5px solid #6f42c1 !important;
    background-color: #f5f0ff !important;
}

/* Definition Cards - PDF Style */
/*.pdf-definition-card {
    border-left: 4px solid #1976d2 !important;
    padding: 12px 16px !important;
    margin-bottom: 8px !important;
    border-radius: 4px !important;
}*/

/*.pdf-definition-term {
    display: inline !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #000000 !important;
}

.pdf-definition-description {
    display: inline !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #444 !important;
}*/
.pdf-definition-term {
    display: inline !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #000000 !important;
   
}

.pdf-definition-description {
    display: inline !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #333 !important;
}

/* ML List Item Styling - Bullet Style */
.ml-list-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
}

.ml-bullet {
    font-size: 16px;
    margin-right: 12px;
    min-width: 22px;
    color: #1976d2;
}

.ml-level-badge {
    font-weight: 700;
    font-size: 15px;
    margin-right: 5px;
}

.ml-level-name {
    font-weight: 700;
    font-size: 15px;
}

.ml-description {
    font-size: 16px!important;
    line-height: 1.7!important;
}

/* Updated score-aggregation-heading to match PDF blue */
.score-aggregation-heading {
    color: #1565c0 !important;
    font-weight: 700 !important;
}

/* Assessment Info Form Fields - PDF Style */
.pdf-info-field-label {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #333 !important;
    background-color: #e9ecef !important;
    padding: 12px 14px !important;
}

.pdf-info-field-value {
    font-size: 14px !important;
    color: #444 !important;
    background-color: #f8f9fa !important;
    padding: 12px 14px !important;
}



/*.domain-process-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin-bottom: 20px;
}

    .domain-process-table th {
        background-color: #F5DEB3;*/ /* wheat */
        /*color: #000;
        font-weight: bold;
        border: 1px solid #000;
        padding: 8px 10px;
        text-align: left;
        vertical-align: middle;
    }

    .domain-process-table td {
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        padding: 8px 10px;
    }

.ml-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
}*/


/* Scoped styling for Assessment Information */
/*.pdf-assessment-section {
    font-family: 'Segoe UI', sans-serif;
}

    .pdf-assessment-section .pdf-heading-primary {
        font-weight: 700;
        color: #1a56db;
        font-size: 20px;
    }*/

/* Label text */
.pdf-assessment-label {
    font-size: 16px;
    color: #333 !important;
    
    margin-bottom: 4px;
}

/* Value text */
.pdf-assessment-value {
    font-size: 16px;
    color: #333 !important;
    line-height: 1.7;
}

/* Each field spacing */
.pdf-assessment-field {
    margin-bottom: 1.2rem;
}




.assessment-value {
    margin-left: 3rem !important;
}






.domain-process-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin-bottom: 20px;
    table-layout: fixed; /* keeps columns tight and consistent */
}

    .domain-process-table th {
        background-color: #F5DEB3; /* wheat */
        color: #000;
        font-weight: bold;
        border: 1px solid #000;
        padding: 4px 6px; /* reduced padding for tighter columns */
        text-align: left; /* ensures process name aligns left */
        vertical-align: middle;
    }

    .domain-process-table td {
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        padding: 4px 6px; /* reduced padding for compact layout */
        text-align: left; /* left-align process names */
        vertical-align: middle;
    }

.ml-badge {
    display: inline-block;
    padding: 2px 6px; /* slightly smaller badge */
    border-radius: 4px;
    color: #fff;
}








/* --- Print Rules --- */
@page {
    size: A4;
    margin: 20mm;
}

@media print {
    #pdf-content {
        width: auto !important;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

        #pdf-content .report-actions-overlay,
        #pdf-content .rz-dropdown,
        #pdf-content .rz-button,
        #pdf-content .action-btn {
            display: none !important;
        }

        #pdf-content .print-footer {
            display: flex !important;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 5mm;
            width: 100%;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            color: #666666;
        }

            #pdf-content .print-footer .footer-left {
                position: absolute;
                left: 20mm;
            }

            #pdf-content .print-footer .footer-right {
                position: absolute;
                right: 20mm;
            }

            #pdf-content .print-footer .pageNumber::after {
                content: counter(page);
            }
}

.models-grid {
    display: flex;
    flex-direction: column;
   
    width: 100%;
}

.model-stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0;
}

.model-stat-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.model-stat-left i {
    font-size: 16px;
    flex-shrink: 0;
}

.model-stat-value {
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    min-width: 40px;
    flex-shrink: 0;
}

.model-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.model-header {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
    color: #009A9A;
    display: inline-block;
    position: relative;
}

    .model-header::after {
        content: "";
        position: absolute;
        bottom: 0; /* stick to bottom of text */
        left: 0;
        width: 25%; /* underline covers half the text */
        height: 3px; /* line thickness */
        background-color: #009A9A; /* same color as text */
    }



.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-label {
    color: #666;
    font-size: 14px;
}

.stat-value {
    font-weight: 600;
    font-size: 16px;
}

.vertical-divider {
    width: 1px;
    background: #e0e0e0;
    height: 100%;
    min-height: 80px;
}




.ai-answer {
    position: relative;
}

.answer-text {
    font-weight: 500;
}

.ai-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #007bff;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    border-radius: 50%;
    width: 22px;
    height: 16px;
    margin-left: 4px;
    vertical-align: super;
    line-height: 1;
    transform: translateY(-3px);
}











.radio-button-container.radio-with-badge {
    position: relative;
}

.ai-badge1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #F44336;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    border-radius: 40%;
    width: 15px;
    height: 15px;
    line-height: 1;
    z-index: 10;
    position: absolute;
    top: -5px;
    margin-left: 2px;
}

    .ai-badge1.badge-position-yes {
        left: 58px;
    }

    .ai-badge1.badge-position-no {
        left: 133px;
    }

    .ai-badge1.badge-position-partial {
        left: 255px;
    }


.assessment-link {
    text-decoration: none;
    color: inherit; 
}

.assessmentai-badge {
    display: inline-block;
    font-size: 0.6em;
    color: #fff;
    background-color: #F44336;
    border-radius: 20%;
    padding: 2px 5px;
    margin-left: 4px;
    vertical-align: super;
    font-weight: 600;
    line-height: 1;
}








.progress-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.progress-dialog-box {
    background: white;
    padding: 25px 30px;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.progress-title {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.progress-bar-wrapper {
    margin-bottom: 15px;
}

.progress-message {
    margin: 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.dashboard-top-button
{
    margin-bottom: 1rem !important;
}


/* ===================== LEGEND DESIGN ===================== */
.legend-container {
    margin-top: 12px;
}

.legend-label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}



/*.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    background: linear-gradient(135deg, #7b5cf7, #6a82fb);
    border-radius: 12px;
    padding: 20px;
}

.form-card {
    background: white;
    border-radius: 12px;
    padding: 30px 40px;
    width: 100%;
    max-width: 550px;
}

.form-title {
    text-align: center;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 15px;
}

.form-label {
    font-weight: 600;
    color: #444;
    display: block;
    margin-bottom: 5px;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

.approve-btn {
    background-color: #28a745 !important;
    color: white !important;
    flex: 1;
}

.clear-btn {
    background-color: #dc3545 !important;
    color: white !important;
    flex: 1;
}



*/


.summary-text {
    margin-left: auto;
    color: #6c757d;
    font-size: 0.9em;
    font-style: normal;
    padding-right: 15px;
}

.domain-title, .process-title, .practice-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.domain-name, .process-name, .practice-name {
    flex: 1;
}


/* Result Symbol Container - Fixed alignment */
.result-symbol-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    margin-left: auto;
}

/* Symbol Styles */
.symbol-success {
    color: #28a745;
    font-size: 1.5rem;
    line-height: 1;
}

.symbol-danger {
    color: #dc3545;
    font-size: 1.5rem;
    line-height: 1;
}

.symbol-warning {
    color: #28a745;
    font-size: 1.5rem;
    line-height: 1;
}

/* Domain Title Layout */
.domain-title {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 12px;
}

    .domain-title .domain-name {
        flex: 1;
    }

/* Process Title Layout */
.process-title {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 10px;
}

    .process-title .process-name {
        flex: 1;
    }

/* Practice Title Layout */
.practice-title {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px;
}

    .practice-title .practice-name {
        flex: 1;
    }

/* Question Title Layout */
/* ===========================================================
   QUESTION BLOCK STYLING
   =========================================================== */
.question-block {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    background-color: #ffffff;
}

    .question-block:hover {
        background-color: #f9fafb;
    }

.question-title {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}

/* Question text - allows wrapping and takes available space */
.question-text {
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
    font-size: 13px;
    color: #4b5563;
    line-height: 1.5;
}

/* Question answers wrapper - groups the answer columns on the right */
.question-answers-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    min-width: 400px; /* Match the assessment-headers min-width */
}

/* Individual answer columns */
.question-answer-1 {
    min-width: 120px;
    text-align: center;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 8px;
}

.question-answer-2 {
    min-width: 120px;
    text-align: center;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 8px;
}

/* Keep the generic class for backward compatibility */
.question-answer {
    min-width: 120px;
    text-align: center;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 8px;
}

.question-answers-wrapper .result-symbol-container {
    min-width: 40px;
    text-align: center;
    flex-shrink: 0;
}

/* Result symbols styling */
.result-symbol-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.symbol-success {
    color: #10b981;
    font-size: 18px;
    font-weight: bold;
}

.symbol-danger {
    color: #ef4444;
    font-size: 18px;
    font-weight: bold;
}

/* Result Header Alignment */
.result-header {
    min-width: 40px;
    text-align: center;
}

/* Assessment Headers Layout */
.assessment-headers {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
}

.assessment-header-item {
    min-width: 120px;
    text-align: center;
}

    .assessment-header-item.result-header {
        min-width: 40px;
    }


/* Result Symbol Container - Keep existing width */
.result-symbol-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    margin-left: auto;
}


.symbol-warning {
    color: #28a745;
    font-size: 1.5rem;
    line-height: 1;
}

/* Domain Title Layout */
.domain-title {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 12px;
}

    .domain-title .domain-name {
        flex: 1;
    }

/* Process Title Layout */
.process-title {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 10px;
}

    .process-title .process-name {
        flex: 1;
    }

/* Practice Title Layout */
.practice-title {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px;
}

    .practice-title .practice-name {
        flex: 1;
    }

/* Question Title Layout - FIX HERE */
.question-block {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    background-color: #ffffff;
}

    .question-block:hover {
        background-color: #f9fafb;
    }

.question-title {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}


/* Question answers wrapper - groups the answer columns on the right */
.question-answers-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    min-width: 400px; /* Match the assessment-headers min-width */
}

    .question-answers-wrapper .question-answer {
        min-width: 120px;
        text-align: center;
        flex-shrink: 0;
        font-size: 13px;
        font-weight: 500;
        padding: 4px 8px;
    }

    .question-answers-wrapper .result-symbol-container {
        min-width: 40px;
        text-align: center;
        flex-shrink: 0;
    }

/* Result symbols styling */
.result-symbol-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.symbol-success {
    color: #10b981;
    font-size: 18px;
    font-weight: bold;
}

.symbol-danger {
    color: #ef4444;
    font-size: 18px;
    font-weight: bold;
}

/* Summary text for analysis mode */
.summary-text {
    margin-left: auto;
}

/* Result Header Alignment */
.result-header {
    min-width: 40px;
    text-align: center;
}

/* Assessment Headers Layout */
.assessment-headers {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
}

.assessment-header-item {
    min-width: 120px;
    text-align: center;
}

    .assessment-header-item.result-header {
        min-width: 40px;
    }





.approval-content {
    display: flex;
    justify-content: space-between;
    background: white;
    border-radius: 12px;
    padding: 10px;
    gap: 30px;
    flex-wrap: wrap;
}

.form-section,
.upload-section {
    flex: 1;
    min-width: 50%;
}

.form-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    text-align: left;
}

.form-group {
    margin-bottom: 18px;
}

.form-label {
    font-weight: 600;
    color: #444;
    display: block;
    margin-bottom: 7px;
}

.upload-note {
    color: #666;
    font-size: 0.9rem;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
}

/*.approve-btn {
    background-color: #28a745 !important;
    color: white !important;
    padding: 10px 25px;
    border-radius: 6px;
}

.reject-btn {
    background-color: #dc3545 !important;
    color: white !important;
    padding: 10px 25px;
    border-radius: 6px;
}*/




/* Unified button style */
.action-btn {
    padding: 8px 20px !important; /* same padding for all */
    border-radius: 5px !important; /* same rounding */
    font-size: 14px !important; /* consistent font */
    text-transform: none !important;
    height: auto !important;
    transition: all 0.3s ease;
}

/* Individual colors */
.approve-btn {
    background-color: #28a745 !important;
    color: white !important;

}

.reject-btn {
    background-color: #dc3545 !important;
    color: white !important;
} 
.rejmar{
    margin-bottom:1.5rem!important;
}

.floating-label {
    position: relative;
    margin-top: 1.5rem;
}

    .floating-label input,
    .floating-label textarea {
        padding: 1rem 0.5rem 0.25rem 0.5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .floating-label label {
        position: absolute;
        top: 0.25rem;
        left: 0.5rem;
        font-size: 0.85rem;
        color: #666;
        pointer-events: none;
        transition: 0.2s ease all;
    }

    .floating-label input:focus + label,
    .floating-label input:not(:placeholder-shown) + label,
    .floating-label textarea:focus + label,
    .floating-label textarea:not(:placeholder-shown) + label {
        top: -0.5rem;
        left: 0.4rem;
        font-size: 0.75rem;
        color: #007bff;
        background: white;
        padding: 0 0.2rem;
    }










/*----------------------------------Poc Dialog-----------------------------------------*/

.poc-dialog-container {
    padding: 1.5rem;
    font-family: 'Segoe UI', sans-serif;
}

.poc-header {
    margin-bottom: 1rem;
    border-bottom: 2px solid #0078d4;
    padding-bottom: 0.5rem;
}

.poc-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0078d4;
    margin-bottom: 0.2rem;
}

.poc-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.3rem;
}

.poc-description {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
}

.poc-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

    .poc-table th,
    .poc-table td {
        border: 1px solid #dee2e6;
        padding: 0.6rem;
        text-align: left;
        vertical-align: top;
    }

    .poc-table th {
        background-color: #f8f9fa;
        font-weight: 600;
    }

.poc-tip {
    background-color: #e9f7fe;
    color: #0c5460;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* PoC Dialog Wrapper */
.poc-dialog-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 600px;
}

/* Header Section - Title at Top Left */
.poc-dialog-header {
    padding: 1.25rem 1.5rem 0.75rem 1.5rem;
}

.poc-dialog-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

/* Blue Subtitle Section */
.poc-dialog-subtitle {
    padding: 0 1.5rem 0.75rem 1.5rem;
}

.poc-subtitle-text {
    font-size: 1rem;
    font-weight: 600;
    color: #0078d4;
    margin: 0;
}

/* Horizontal Divider Line */
.poc-divider {
    height: 1px;
    background-color: #d1d1d1;
    margin: 0 1.5rem;
}

/* Description Section */
.poc-dialog-description {
    padding: 1rem 1.5rem;
}

    .poc-dialog-description p {
        font-size: 0.875rem;
        color: #323130;
        line-height: 1.5;
        margin: 0;
    }

    .poc-dialog-description strong {
        font-weight: 600;
    }

/* Table Container with Internal Scroll */
.poc-table-container {
    margin: 0 1.5rem;
    border: 1px solid #d1d1d1;
    overflow-y: auto;
    max-height: 280px;
    flex: 1;
}

/* Table Styling */
.poc-data-table {
    width: 100%;
    border-collapse: collapse;
}

    .poc-data-table thead {
        position: sticky;
        top: 0;
        background-color: #f3f2f1;
        z-index: 1;
    }

    .poc-data-table th {
        padding: 0.75rem;
        text-align: left;
        font-weight: 600;
        font-size: 0.875rem;
        color: #323130;
        border-bottom: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
    }

        .poc-data-table th:last-child {
            border-right: none;
        }

    .poc-data-table td {
        padding: 0.75rem;
        font-size: 0.875rem;
        color: #323130;
        border-bottom: 1px solid #edebe9;
        border-right: 1px solid #edebe9;
        vertical-align: top;
    }

        .poc-data-table td:last-child {
            border-right: none;
        }

    .poc-data-table tbody tr:last-child td {
        border-bottom: none;
    }

    .poc-data-table tbody tr:hover {
        background-color: #f8f8f8;
    }

/* Tip Box Section */
.poc-tip-box {
    background-color: #cff4fc;
    border: 1px solid #9eeaf9;
    color: #055160;
    padding: 0.875rem 1rem;
    margin: 1rem 1.5rem 1.5rem 1.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.5;
}

    .poc-tip-box strong {
        font-weight: 600;
    }

/* No Data Message */
.poc-no-data {
    text-align: center;
    color: #6c757d;
    padding: 3rem 1.5rem;
    font-size: 0.9rem;
}

/* Scrollbar Styling */
.poc-table-container::-webkit-scrollbar {
    width: 8px;
}

.poc-table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.poc-table-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

    .poc-table-container::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .poc-dialog-header {
        padding: 1rem 1rem 0.5rem 1rem;
    }

    .poc-dialog-title {
        font-size: 1.25rem;
    }

    .poc-dialog-subtitle {
        padding: 0 1rem 0.5rem 1rem;
    }

    .poc-subtitle-text {
        font-size: 0.9375rem;
    }

    .poc-divider {
        margin: 0 1rem;
    }

    .poc-dialog-description {
        padding: 0.75rem 1rem;
    }

    .poc-table-container {
        margin: 0 1rem;
        max-height: 240px;
    }

    .poc-tip-box {
        margin: 1rem 1rem 1rem 1rem;
    }

    .poc-data-table th,
    .poc-data-table td {
        padding: 0.5rem;
        font-size: 0.8125rem;
    }
}
/* PoC Dialog Container */
.poc-dialog-container {
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fff;
}

/* Header Section */
.poc-header {
    background-color: #fff;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    border-bottom: none;
}

.poc-main-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0078d4;
    margin: 0 0 0.5rem 0;
    padding: 0;
}

.poc-subtitle-text {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Description Section */
.poc-description-section {
    padding: 0.75rem 1.5rem 1rem 1.5rem;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.poc-description {
    font-size: 0.875rem;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* Table Wrapper */
.poc-table-wrapper {
    padding: 1.5rem;
    overflow-x: auto;
}

/* Table Styling */
.poc-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

    .poc-table th {
        background-color: #f8f9fa;
        color: #333;
        font-weight: 600;
        font-size: 0.875rem;
        padding: 0.75rem;
        text-align: left;
        border: 1px solid #dee2e6;
    }

    .poc-table td {
        padding: 0.75rem;
        font-size: 0.875rem;
        color: #333;
        border: 1px solid #dee2e6;
        background-color: #fff;
        vertical-align: top;
    }

    .poc-table tbody tr:nth-child(even) td {
        background-color: #f8f9fa;
    }

    .poc-table tbody tr:hover td {
        background-color: #e9ecef;
    }

/* Tip Section */
.poc-tip-section {
    background-color: #cff4fc;
    border: 1px solid #9eeaf9;
    color: #055160;
    padding: 0.75rem 1rem;
    margin: 0 1.5rem 1.5rem 1.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.5;
}

.tip-label {
    font-weight: 600;
}

/* No Data Message */
.poc-no-data {
    text-align: center;
    color: #6c757d;
    padding: 3rem 1.5rem;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .poc-header {
        padding: 1rem 1rem 0.5rem 1rem;
    }

    .poc-main-title {
        font-size: 1.25rem;
    }

    .poc-subtitle-text {
        font-size: 0.9rem;
    }

    .poc-description-section {
        padding: 0.5rem 1rem 0.75rem 1rem;
    }

    .poc-table-wrapper {
        padding: 1rem;
    }

    .poc-tip-section {
        margin: 0 1rem 1rem 1rem;
    }

    .poc-table th,
    .poc-table td {
        padding: 0.5rem;
        font-size: 0.8125rem;
    }
}

.poc-dialog-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
}

/* Header Alignment Fix */
.poc-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Aligns title to top-left */
    margin-bottom: 8px; /* Reduced space below header */
    padding: 0; /* No extra padding if close is in parent */
    flex-shrink: 0;
}

.poc-title-wrapper {
    display: flex;
    flex-direction: column;
    align-self: flex-start; /* Ensures left alignment */
}

.poc-main-title {
    margin: 0;
    font-size: 1.5em; /* Adjust as per design */
    font-weight: bold;
}

.poc-subtitle-text {
    margin: 4px 0 0 0;
    font-size: 1em;
    color: #007bff; /* Blue color to match subtitle */
}

/* Description Spacing */
.poc-description-section {
    margin-bottom: 12px; /* Reduced space below description, above grid */
    flex-shrink: 0;
}

.poc-description {
    margin: 0;
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

/* Grid Styling with Spacing - Now flex to fill space */
.poc-grid-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1; /* Takes remaining space */
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px; /* Space below grid, above tip */
    width: 100%; /* Full width for consistency */
    min-height: 280px; /* Increased minimum height */
}

.poc-grid-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 12px 8px; /* Enhanced padding for visual appeal */
    flex-shrink: 0;
}

.poc-grid-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow-y: auto; /* Only this scrolls */
    flex: 1; /* Fills remaining height in wrapper */
}

.poc-grid-row {
    display: contents;
}

.poc-grid-cell {
    padding: 12px 8px; /* Consistent padding */
    border-bottom: 1px solid #eee;
    word-wrap: break-word;
    vertical-align: top; /* Align content to top */
}

.suggested-header,
.suggested-cell {
    border-right: 1px solid #ddd;
}

.assessment-header,
.assessment-cell {
    /* No right border */
}

/* Tip Styling for Visual Appearance and Width Matching - Enhanced with blue left border */
.poc-tip-section {
    background-color: #cff4fc;
    /* Light background for visual pop */
    border: 1px solid #e9ecef; /* Subtle border */
    border-left: 4px solid #007bff; /* Blue left border to match design */
    border-radius: 4px;
    padding: 12px; /* Padding for better appearance */
    font-size: 0.85em;
    color: #495057;
    line-height: 1.4;
    box-sizing: border-box; /* Ensures width includes padding */
    flex-shrink: 0;
    margin-left: 0; /* Align with grid start */
}

.tip-label {
    font-weight: bold;
    color: #007bff; /* Blue accent for "Tip:" to enhance visual */
}

/* No Data Styling */
.poc-no-data {
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 20px;
    margin-top: 16px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* If close button is inside header (optional) */
.poc-close {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #999;
    align-self: flex-start;
    margin-left: auto;
}

    .poc-close:hover {
        color: #333;
    }
.poc-dialog-container {
    padding: 0 !important;
}

.poc-header {
    background-color: #f5f5f5;
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.poc-main-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.poc-subtitle-text {
    font-size: 1rem;
    font-weight: 600;
    color: #0078d4;
    margin: 4px 0 0 0;
}

.poc-description-section {
    padding: 16px;
    margin-bottom: 0;
}
























.poc-dialog-container {
    padding: 0 !important;
    background: #fff;
}

.poc-header {
    background-color: #f0f0f0;
    padding: 8px 16px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 0;
}

.poc-main-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.poc-subtitle-text {
    font-size: 1rem;
    font-weight: 600;
    color: #0078d4;
    margin: 2px 0 0 0;
}

.poc-description-section {
    padding: 12px 16px;
    background-color: #fff;
    border: none;
    margin-bottom: 8px;
}

.poc-description {
    font-size: 0.85rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.poc-grid-wrapper {
    margin: 0 16px 12px 16px;
}

.poc-tip-section {
    margin: 0 16px 16px 16px;
}

/*----------------------------------Poc Dialog-----------------------------------------*/
/* General assessment heading style */
.assessment-heading {
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    color: #2b4b7c;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

/* Sub-heading indentation for 3.1, 3.2 */
.sub-heading {
    padding-left: 1rem;
}

/* Chart cards styled like your image boxes */
.chart-card {
    border-radius: 12px;
    background-color: #ffffff;
}

    /* Card body spacing */
    .chart-card .card-body {
        padding: 1.5rem;
    }

/* Chart containers sizing */

#domain-score-chart {
    width: 100%;
    min-height: 250px;
}





#comparison-chart {
    width: 100%;
    max-height: 200px !important;
}
/*custom_tree*/
/* -------------------------------------------
   LEVEL 0 TITLES (Score, Weightage, PoC)
   → PURPLE COLOR
--------------------------------------------*/
.rz-treenode-content .rz-treenode-label {
    color: #5a2ea6 !important; /* Purple */
    font-weight: 600;
    font-size: 15px;
}

/* -------------------------------------------
   LEVEL 1 CHILD ITEMS
   → GREEN COLOR
--------------------------------------------*/
.rz-tree .rz-treenode-children .rz-treenode-label {
    color: #0a9f3f !important; /* Green */
    font-weight: 500;
    font-size: 14px;
}

/* -------------------------------------------
   SELECTED ITEM
   → Light blue background + blue text
--------------------------------------------*/
.rz-tree .rz-treenode-content-selected .rz-treenode-label {
    background: #e6f2ff !important;
    color: #1a4cc2 !important;
    border-radius: 6px;
}

/* Remove Radzen default selected colors */
:root {
    --rz-tree-node-selected-color: inherit !important;
    --rz-tree-node-selected-background-color: transparent !important;
}

/* -------------------------------------------
   Arrow/Toggler icons
   → Purple
--------------------------------------------*/
.rz-tree .rz-treenode-toggle {
    color: #5a2ea6 !important;
    font-size: 18px;
}

/* -------------------------------------------
   Hover styling
--------------------------------------------*/
.rz-tree .rz-treenode-label:hover {
    cursor: pointer;
}

/* -------------------------------------------
   Spacing & indent
--------------------------------------------*/
.rz-tree .rz-treenode-children {
    margin-left: 15px !important;
}

.rz-tree {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden !important;
}

.tree-background{
    background-color:white;
    border-radius:12px;
}

.sub-sidebar2 {
    margin-bottom: 1.25rem; /* Very minute spacing of 4px */
}
.tree-header {
    margin-bottom: 20px;
    text-align: left;
    margin-left:10px;
}

.grid-disabled {
    pointer-events: none; /* disables clicking, file select, drag-drop */
    opacity: 0.5; /* shows visually disabled */
    cursor: not-allowed;
}



/*assessmentComment*/
.comment-dialog .rz-dialog-content {
    all: unset !important; /* <-- Removes ALL CSS */
    display: block !important; /* Restore basic layout */
    width: 100% !important;
    height: 100% !important;
}

.comment-dialog-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Header */
.comment-header {
    padding: 4px 20px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.comment-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.close-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: color 0.2s;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
}

    .close-button:hover {
        color: #374151;
    }

/* Comments List */
.comments-list {
    flex: 1;
    overflow-y: auto;
    padding: 20px 25px;
    min-height: 0;
}

.comment-card {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .comment-card:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .comment-card:last-child {
        margin-bottom: 0;
    }

.comment-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 13px;
}

.comment-footer {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9ca3af;
    font-size: 12px;
}

.date-icon {
    font-size: 12px;
}

.comment-content {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.comment-icon {
    cursor:pointer;
    
    flex-shrink: 0;
}


.comment-section {
    margin-top: 2px !important;
}


.comment-item {
    margin-top: 2px;
    margin-bottom: 2px;
}


.question-header {
    margin-bottom: 2px !important;
}


.comment-section hr {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    border-color: #eee;
}


.comment-content p {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

.no-comments,
.loading-state {
    text-align: center;
    color: #9ca3af;
    padding: 60px 20px;
    font-size: 14px;
}


.comment-bottom {
    height: 55px;
    padding: 6px 20px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-shrink: 0;
    margin-top: auto;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
    gap: 20px;
}

.comment-input {
    flex: 1;
}

    .comment-input ::deep .rz-textbox {
        width: 100%;
        height: 40px;
        padding: 10px 14px;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        font-size: 14px;
        transition: border-color 0.2s;
    }

        .comment-input ::deep .rz-textbox:focus {
            border-color: #3b82f6;
            outline: none;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

.save-buttons {
    height: 40px;
    padding: 0 20px !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize !important;
    white-space: nowrap;
}

.save-button:hover:not(:disabled) {
    background-color: #2563eb !important;
}

.save-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Scrollbar styling */
.comments-list::-webkit-scrollbar {
    width: 8px;
}

.comments-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.comments-list::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
}

    .comments-list::-webkit-scrollbar-thumb:hover {
        background: #9ca3af;
    }



/* Container for each comment row */
.comment-row {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
    /* padding: 0px 12px; */
    display: flex;
    align-items: center;
    width: 100% !important;
    background: #fff;
    padding-bottom: 19px;
    padding-right: 10px;
}
.helpb {
    margin-bottom: 0.5rem !important;
}
/* Comment text styling */
.comment-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    flex: 1;
}

/* Comment button styling */
.comment-button {
    width: 36px;
    height: 36px;
    min-width: 0;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
}
.rz-tabview-panel {
    padding: 0px 12px !important;
}

.hr-line{
    padding: 0px 1px !important;
}



hr {
    margin: 1px !important; 
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}



/*download tool*/
tab-navigation {
    display: flex;
    background: transparent;
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 30px;
}

.tab-btn {
    flex: 1;
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #6c757d;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

    .tab-btn:hover {
        color: #2d4a7c;
        background: rgba(45, 74, 124, 0.05);
    }

    .tab-btn.active {
        color: #2d4a7c;
    }

        .tab-btn.active::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            height: 3px;
            background: #2d4a7c;
        }

/* Tab Content Area */
.tab-content-area {
    padding: 20px 0;
}

.model-detail-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Model Header */
.model-header-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.model-icon-container {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.model-icon-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.model-name-title {
    font-size: 32px;
    font-weight: 700;
    color: #2d4a7c;
    margin: 0;
}

/* Model Description */
.model-description-text {
    color: #495057;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
}

/* Statistics */
.model-statistics {
    display: flex;
    gap: 40px;
    justify-content: start;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
    padding: 20px;
    min-width: 120px;
}

.stat-value {
    font-size: 42px;
    font-weight: 700;
    color: #2d4a7c;
    margin-bottom: 8px;
    line-height: 1;
}

.stat-value-size {
    font-size: 20px;
    font-weight: 700;
    color: #2d4a7c;
    margin-bottom: 8px;
    line-height: 1;
}
.stat-title {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tab-btn {
        padding: 14px 16px;
        font-size: 16px;
    }

    .model-name-title {
        font-size: 24px;
    }

    .model-icon-container {
        width: 60px;
        height: 60px;
    }

    .model-icon-img {
        width: 35px;
        height: 35px;
    }

    .model-statistics {
        gap: 20px;
    }

    .stat-value {
        font-size: 32px;
    }
}



.stats-container {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 40px;
    font-weight: 700;
    color: #2d4a7c;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 13px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.read-more-btn {
    color: #2d4a7c;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .read-more-btn:hover {
        gap: 12px;
        color: #1d3a6c;
    }

.main-content-wrapper {
    border-radius: 12px;
    padding: 0;
    background: white;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.button-style {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*notification Details*/
.notification-panels {
    background: white;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.notification-lists {
    overflow-y: auto;
    max-height: 480px;
    height: 500px;
    padding: 0;
    /* Firefox scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #54baba #e8f4f8;
}

.notification-date-headers {
    padding: 12px 16px;
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 14px;
    color: #0066cc;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.notification-items {
    display: flex;
    align-items: flex-start;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

    .notification-items:hover {
        background-color: #f8f9fa;
    }

    .notification-items:last-child {
        border-bottom: none;
    }

.notification-dots {
    width: 8px;
    height: 8px;
    background-color: #0066cc;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 6px;
    flex-shrink: 0;
}

.notification-contents {
    flex: 1;
}

    .notification-contents p {
        margin: 0;
        font-size: 14px;
        color: #333;
        line-height: 1.5;
    }

.no-notifications {
    padding: 40px 20px;
    text-align: center;
    color: #999;
}

    .no-notifications p {
        margin: 0;
        font-size: 14px;
    }
/* WebKit browsers scrollbar */
.notification-lists::-webkit-scrollbar {
    width: 10px;
}

.notification-lists::-webkit-scrollbar-track {
    background: #e8f4f8;
    border-radius: 10px;
}

.notification-lists::-webkit-scrollbar-thumb {
    background: #54baba;
    border-radius: 10px;
    border: 2px solid #e8f4f8;
}

    .notification-lists::-webkit-scrollbar-thumb:hover {
        background: #429a9a;
    }

    .notification-lists::-webkit-scrollbar-thumb:active {
        background: #368080;
    }

/*notification*/

.notification-panel {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 350px;
    max-height: 510px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 9999;
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border-bottom: 1px solid #e0e0e0;
}

    .notification-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

.close-btn {
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .close-btn:hover {
        background-color: #f0f0f0;
    }

.notification-date-header {
    padding: 4px 13px;
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 14px;
    color: #0066cc;
    border-bottom: 1px solid #e0e0e0;
}

.notification-list {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
    padding: 8px 0;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}


.notification-item {
    display: flex;
    align-items: flex-start;
    padding: 2px 12px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

    .notification-item:hover {
        background-color: #f8f9fa;
    }

    .notification-item:last-child {
        border-bottom: none;
    }

.notification-dot {
    width: 8px;
    height: 8px;
    background-color: #0066cc;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 6px;
    flex-shrink: 0;
}

.notification-content {
    flex: 1;
}

    .notification-content p {
        margin: 0 0 4px 0;
        font-size: 12px;
        color: #333;
        line-height: 1.5;
    }

.notification-time {
    font-size: 12px;
    color: #666;
}

.no-notifications {
    padding: 40px 20px;
    text-align: center;
    color: #999;
  
}

    .no-notifications p {
        margin: 0;
        font-size: 14px;
    }

/* Scrollbar styling */
.notification-list::-webkit-scrollbar {
    width: 6px;
}

.notification-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.notification-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

    .notification-list::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

.rz-dialog-mask {
    display: none !important;
}

.notification-footer {
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 5px 15px;
    border-top: 1px solid #e0e0e0;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.more-btn {
    width: 25%;
    padding: 5px 16px;
    background-color: #0066cc;
    color: white !important;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .more-btn:hover {
        background-color: #0052a3;
    }

    .more-btn:active {
        background-color: #004080;
    }

    /*comment*/
.comment-icons {
    font-size: 16px;
    cursor: pointer;
    padding: 6px 10px;
    margin-left:10px;
}

.comment-container {
    width: 2% !important;
}
.symbol-dangers {
    color: red !important;
    font-size: 18px;
    font-weight: bold;
}




/* Container */
.activity-wrapper {
   
}

/* SECTION HEADER */
.section-header {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    border-left: 3px solid #007bff;
    margin-bottom: 20px;
    color: #333;
}

/* Card Design */
.activity-card {
   
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.email-text {
    text-transform: lowercase !important;
}


.domain-card {
   
    border-radius: 12px;
    padding: 20px;
}

.domain-text {
    color: #0d6efd;
    font-size: 1.1rem;
}

.process-text {
    color: #198754;
}

.practice-text {
    color: #495057;
    font-weight: 600;
}

.question-text {
    color: #6c757d;
}

.comment-content {
    font-size: 0.95rem;
}

.comment-iconp {
    color: #b197fc;
    font-size: 20px !important;
    margin-left: 1.1rem !important;
}






/* Timestamp Badge */
/*.timestamp-row {
    margin-bottom: 10px;
}

.timestamp-badge {
    background: #e7f0ff;
    color: #004fbd;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}*/

/* Tags Row */
/*.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}*/

/* Domain Tag */
/*.tag-domain {

    background: rgb(243, 232, 255);
    color: #6f00d4;
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 13px;
}*/

/* Process Tag */
/*.tag-process {
    background: rgb(220, 252, 231);
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 13px;
}*/

/* Practice Tag */
/*.tag-practice {
    background: rgb(254, 243, 199);
    color: #c07900;
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 13px;
}*/

/* Message Text */
/*.log-message {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}*/

/*.activity-card {
   
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 14px;
}*/

/* Timestamp */
.timestamp-row {
    margin-bottom: 14px;
}

.timestamp-badge {
    background: #e7f0ff;
    color: #004fbd;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    border: 1px solid #bcd6ff!important;
}

/* Tag Row */
.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

/* Domain Tag */
.tag-domain {
    background: #f3e8ff;
    color: #667eea !important;
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #d6b6ff !important;
}

/* Process Tag */
.tag-process {
    background: #dcfce7;
    color: #10b981 !important;
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #a8f5c2 !important;
}

/* Practice Tag */
.tag-practice {
    background: #fef3c7;
    color: #f59e0b !important;
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #f8d98e !important;
}

/* Message */
.log-message {
    font-size: 14px;
    
    color: #333;
    margin-top: 4px;
}
.search-container {
    position: relative;
    width: 260px; /* adjust as needed */
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}

.m-card {
    background: #f5f5f5 !important;
}

.search-input {
    padding-left: 35px !important;
}


.rcard {
    min-height: 450px !important;
   
}
.commentd{
    margin-bottom:0!important;
}
.commenthelp{
    margin-bottom:2rem!important;
}

/*Workshop feedback*/
/* ------------------------------
   Main Container
--------------------------------*/
.modern-feedback-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* ------------------------------
   Intro Section
--------------------------------*/
.feedback-intro {
    padding: 32px;
    border-bottom: 1px solid #e5e7eb;
}

    .feedback-intro h3 {
        font-size: 20px;
        font-weight: 600;
        color: #111827;
        margin: 0 0 16px 0;
    }

    .feedback-intro p {
        font-size: 14px;
        line-height: 1.6;
        color: #4b5563;
        margin: 0;
    }

/* ------------------------------
   Question Card
--------------------------------*/
.question-card {
    padding: 32px;
    border-bottom: 1px solid #e5e7eb;
    background: #fafbfc;
    transition: background-color 0.2s ease;
}

    .question-card:hover {
        background: #f8f9fa;
    }

.question-header {
    margin-bottom: 24px;
    line-height: 1.6;
}

.question-label {
    font-weight: 600;
    color: #111827;
    font-size: 15px;
}

.question-text {
    color: #374151;
    font-size: 15px;
    display: inline;
}

.required-indicator {
    color: #dc2626;
    margin-left: 4px;
    font-size: 16px;
}

/* ------------------------------
   Rating Scale
--------------------------------*/
.rating-container {
    background: white;
    border-radius: 12px;
    padding: 28px 24px;
    margin-bottom: 20px;
}

.rating-scale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.scale-label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    white-space: nowrap;
    min-width: 100px;
}

    .scale-label.left {
        text-align: left;
    }

    .scale-label.right {
        text-align: right;
    }

.radio-group {
    display: flex;
    gap: 24px;
    flex: 1;
    justify-content: center;
}

/* ------------------------------
   Radio Buttons
--------------------------------*/

/* ------------------------------
   Checkbox Container
--------------------------------*/
.checkbox-container {
    background: white;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checkbox-option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

    .checkbox-option:hover {
        background: #f9fafb;
    }

    .checkbox-option input[type="radio"] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        accent-color: #6366f1;
    }

        .checkbox-option input[type="radio"]:disabled {
            cursor: not-allowed;
        }

.checkbox-text {
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

/* ------------------------------
   Opinion Section
--------------------------------*/
.opinion-section {
    margin-top: 16px;
}

.opinion-prompt {
    font-size: 13px;
    color: #4b5563;
    margin: 0 0 12px 0;
}

.opinion-input,
.opinion-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #111827;
    transition: all 0.2s ease;
    background: white;
}

.opinion-textarea {
    font-family: inherit;
    resize: vertical;
}

    .opinion-input:focus,
    .opinion-textarea:focus {
        outline: none;
        border-color: #6366f1;
        box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    }

    .opinion-input::placeholder,
    .opinion-textarea::placeholder {
        color: #9ca3af;
    }

    .opinion-input:disabled,
    .opinion-textarea:disabled {
        background: #f9fafb;
        cursor: not-allowed;
        color: #6b7280;
    }

/* ------------------------------
   Submit Button
--------------------------------*/
.submit-section {
    padding: 32px;
    text-align: left;
}

.btn-submit {
    background: #6366f1;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-submit:hover {
        background: #4f46e5;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    }

    .btn-submit:active {
        transform: translateY(0);
    }

/* ------------------------------
   Section Header
--------------------------------*/
.section-headers {
    padding: 24px 32px;
    background: #f3f4f6;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}



.model-selection-button.selected {
    border: 2px solid #0066ff !important;
    background-color: #e8f0ff !important;
    color: #0044cc !important;
    font-weight: 600;
    box-shadow: 0 0 6px rgba(0, 102, 255, 0.4);
}

/*.domain-header {
    color: #007bff;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
}

.process-header {
    color: #28a745;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
}

.practice-header {
    color: #ff9800;
    cursor: pointer;
    font-size: 0.95rem;
}

.comment-bubble {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 8px 12px;
    border-left: 4px solid #007bff;
    transition: background 0.2s ease;
}

.comment-bubble:hover {
    background: #eef4ff;
}

.comment-text {
    color: #000;
    font-size: 0.95rem;
}

.comment-meta {
    font-size: 0.8rem;
    margin-top: 3px;
}

.comment-card {
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
*/
.domain-process-line {
    padding: 6px 8px;
    background-color: #f1f5ff;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.domain-text {
    color: #007bff;
    font-size: 1.05rem;
    font-weight: 600;
}

.process-header {
    color: #28a745;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.practice-header {
    color: #ff9800;
    cursor: pointer;
    font-size: 0.95rem;
}

.comment-bubble {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 8px 12px;
    border-left: 4px solid #007bff;
    transition: background 0.2s ease;
}

    .comment-bubble:hover {
        background: #eef4ff;
    }

.comment-text {
    color: #000;
    font-size: 0.95rem;
}

.comment-meta {
    font-size: 0.8rem;
    margin-top: 3px;
}

.comment-card {
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.comment-card-style {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .comment-card-style:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

.comment-date {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.comment-text {
    color: #343a40;
    font-size: 0.95rem;
    line-height: 1.4;
}

    .comment-text i {
        font-size: 1rem;
        margin-top: 2px;
    }
.text-teal-dark {
    color: rgb(0, 102, 102) !important;
}

.card-com{
    min-height:80vh!important;
}
.chart-fixedp {
    width: 100%;
    height: 600px; /* fixed chart height */
}
.top-chart-cardp {
    min-height: 370px;
    max-height: 550px;
    flex: 1;
}

.domain-assessment-card-compact {
    min-height: 180px;
    max-height: 240px;
}

.domain-assessment-chart-compact {
    height: 120px !important;
}

.assessment-duration-card-compact {
    min-height: 180px;
    max-height: 220px;
}

.assessment-duration-chart-compact {
    height: 110px !important;
}

.dashboard-chart-shell {
    position: relative;
    width: 100%;
    height: 100%;
}

.chart-empty-state {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    color: #6c757d;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(1px);
    z-index: 2;
    pointer-events: none;
}

.help-icon-wrapper {
    transform: scale(1.2);
    margin: auto 0; 
}
.info-icon {
    width: 21px;
    height: 39px;
}
.summary {
    color: #3996b1
}
.legend-l-item {
    height:30px !important
}
.legend-l-domain {
    color: #3874ff !important;
}
.legend-l-process {
    color: #2fb003 !important;
}
.legend-l-process::before {
    background: #2fb003 !important
}
.legend-l-domain::before {
    background: #3874ff !important;
}
.legend-l-item::before {
    content: '';
    width: 8px;
    height: 8px;
    margin-right:2px;
    border-radius: 50%;
    display: inline-block;
}
.assessment-dropdown {
    min-width: 180px;
}

/* Override green ONLY for selected practice */
.rz-tree .rz-treenode-children li.selected-practice .rz-treenode-label {
    color: #1a4cc2 !important;
}

/* Background highlight */
.rz-tree .rz-treenode-children li.selected-practice .rz-treenode-content {
    background-color: #e6f2ff !important;
    border-radius: 6px;
}

.timestamp-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex-shrink: 0; /* ⬅️ prevents shrinking */
    min-width: 230px; /* ⬅️ adjust to your design */
}

.no-tags-row {
    display: flex;
    align-items: center;
    gap: 16px;
}


.inline-message {
    flex: 1; /* ⬅️ message expands, not date */
    margin: 0;
    font-size: 0.95rem;
    color: #333;
}

/* ── Assessment Log controls ── */
/* padding-top matches the RadzenFormField floating-label height so
   align-items-end lines the search input bottom up with the dropdowns */
.alog-search-field {
    width: 160px;
    flex-shrink: 0;
    padding-top: 1.375rem;
}
.alog-cse-field {
    flex: 0 0 220px !important;
    max-width: 220px !important;
}

    /* 🔥 THIS is important — Radzen internal wrapper */
    .alog-cse-field .rz-form-field-content {
        width: 100% !important;
    }

    /* 🔥 Force dropdown width */
    .alog-cse-field .rz-dropdown {
        width: 100% !important;
    }
.alog-assessment-field { width: 180px; flex-shrink: 1; min-width: 120px; }

/* Remove bold from CSE and Assessment form field labels */
.alog-cse-field label,
.alog-assessment-field label {
    font-weight: normal !important;
}

@media (max-width: 767.98px) {
    .alog-search-field,
    .alog-cse-field,
    .alog-assessment-field { width: 100%; flex-shrink: 1; min-width: 0; }
}

/* shrink dropdowns on small screens so they stay in one row */
@media (max-width: 767.98px) {
    /* timestamp badge wrap on tiny screens */
    .timestamp-badge {
        white-space: normal;
        min-width: unset;
        font-size: 12px;
    }

    /* no-tags-row stacks on mobile */
    .no-tags-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .inline-message {
        flex: unset;
        width: 100%;
    }

    .activity-card {
        padding: 10px;
    }

    .tag-row {
        gap: 8px;
    }
}

.check-font{
    font-size:16px !important;
}

.title-fontsize{
    font-size:15px !important;
}
.bullet-line {
    display: flex;
    align-items: flex-start;
}

.bullet {
    margin-right: 8px;
}

.text {
    display: block;
}









.cse-chart-container {
    position: relative;
}

.cse-pagination {
    position: absolute;
    right: 20px;
    bottom: 10px;
    display: flex;
    gap: 6px;
    align-items: center;
}

    .cse-pagination button {
        cursor: pointer;
        padding: 4px 8px;
    }


#lineChart {
    overflow: visible !important;
}

/* Assessment Suggestion Styles */
.suggestion-container {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    margin-top: 8px;
    border-radius: 4px;
    background-color: #f0f7ff;
    border-left: 3px solid #2196F3;
}

.suggestion-text {
    color: #1976D2;
    font-size: 0.875rem;
    font-weight: 500;
}

.config_cardsa {
    height: 70vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


.action-item-list {
    list-style: disc;
    padding-left: 18px;
    margin: 0;
}

    .action-item-list li {
        color: #0d6efd; /* Blue bullet */
        margin-bottom: 6px;
    }

        .action-item-list li span {
            color: #212529; /* Normal text */
        }






.disabled-form-readonly .floating-label input:disabled + label,
.disabled-form-readonly .floating-label textarea:disabled + label {
    color: #999 !important;
}

/* Also override the focus and placeholder-shown states when disabled */
.disabled-form-readonly .floating-label input:disabled:focus + label,
.disabled-form-readonly .floating-label input:disabled:not(:placeholder-shown) + label,
.disabled-form-readonly .floating-label textarea:disabled:focus + label,
.disabled-form-readonly .floating-label textarea:disabled:not(:placeholder-shown) + label {
    color: #999 !important;
}
/*.notification-dropdown {
    width: 380px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    font-family: 'Inter', sans-serif;
    margin-left: 51rem !important;
}

.notification-header h4 {
    font-size: 1.1rem;
}

.notification-item {
    transition: background-color 0.2s ease;
}

    .notification-item:hover {
        background-color: #f8f9fa;
    }

.notification-avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 2px solid #e9ecef;
}

.notification-body {
    max-height: 350px;
    overflow-y: auto;
}

.notification-footer {
    background: #fff;
}

.btn-link {
    font-size: 0.9rem;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: underline;
    }

.notification-date-header {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 4px;
}

.close-btn {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 18px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .close-btn:hover {
        background-color: #f8f9fa;
    }

*/
.notification-dropdowns {
    width: 380px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    font-family: 'Inter', sans-serif;
    margin-left: 55rem !important;
   margin-bottom :2rem!important;
}

.notification-header h4 {
    font-size: 1.1rem;
}

.notification-item {
    transition: background-color 0.2s ease;
}

    .notification-item:hover {
        background-color: #f8f9fa;
    }

.notification-avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 2px solid #e9ecef;
}

.notification-body {
    max-height: 350px;
    overflow-y: auto;
}

.notification-footer {
    background: #fff;
}

.btn-link {
    font-size: 0.9rem;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: underline;
    }

.notification-date-header {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 4px;
}

.close-btn {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 18px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .close-btn:hover {
        background-color: #f8f9fa;
    }

.timestamp-badgenoti {
    background: #e7f0ff;
    color: #004fbd;
    
    border-radius: 6px;
    font-size: 12px;
    
    display: inline-flex;
    align-items: center;
    border: 1px solid #bcd6ff !important;
}
.timestamp-badgenoti1 {
   
    font-size: 14px;
    
    
}

/* Notification card */
.rz-notification {
    max-width: 400px; 
    word-break: break-word; 
}


.rz-notification-summary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.rz-notification-detail {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}





.timeline-container {
    position: relative;
    padding: 5px 5px;
    max-height: 400px; 
    overflow-y: auto; 
}


   
  
   
.timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    height: calc(100% + 72px);
    width: 2px;
    background: #3f94c3;
}


.timeline-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
}

    
    .timeline-item::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 50%; 
        transform: translateY(-50%);
        width: 12px; 
        height: 2px;
        background: #3f94c3;
    }


.timeline-content {
/*    background: #f9f9f9;*/
    padding: 8px 12px;
/*    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}


.timeline-time {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}


.timeline-message {
    font-size: 14px;
    color: #333;
    margin-left: 1.5rem !important;
}


.no-history {
    color: #888;
   
    padding: 10px;
}
.score-time-container {
    margin-top: -1.5rem !important;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 6px;
    margin-left: .1rem;
}
.lineh {
    margin-top: .75rem !important;

}
.phfont{
font-size:16px!important
}
.pfont{
    font-size:12px!important;
    margin-left:0.5rem!important;

      
}
/*.value-tag {
    display: inline-block;
    margin-left: 0.1rem !important;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px !important;
}*/
.value-tag {
    display: block;
    margin-left: 0 !important;
    margin-top: 2px;
    /*   padding: 3px 10px;*/
    border-radius: 10px;
    text-align: center !important;
    font-size: 12px !important;
}


.score-tag {
    background: #e6f4ea;
    color: #1e7e34;
}
.time-tag {
    background: #e7f1ff;
    color: #0d6efd;
}




.scroll_ass .rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content) > td {
    background-color: #ffffff !important;
   
}




.scroll_ass .rz-grid-table tbody tr.selected-arrow-row td {
    /*    background-color: lightblue !important;*/
    background-color: #F5FBFF !important;
    color: #000;
}


.selected-arrow {
    font-size: 18px;
    color: #000;
   
}





/*.merged-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 600;
    text-align: center;
}

.merged-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}*/


.action-header-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    margin-left : 1rem!important;
}

.action-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; 
}



.assessment-rows {
    display: flex;
    align-items: center;
    gap: 20px;
}

.assessment-labels {
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
}

.radio-inline-groups {
    display: flex;
    align-items: center;
    gap: 20px;
}

.radio-inlines {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s ease;
}

    .radio-inlines input {
        margin: 0;
    }

    .radio-inlines.selected {
        background-color: #e6f0ff;
        border: 1px solid #3b82f6;
    }

    .radio-inlines:hover {
        background-color: #f5f5f5;
    }

notification-dialog {
    /* box-sizing: border-box; */
    /* display: flex; */
    /* position: fixed; */
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: var(--rz-dialog-zindex);
    /* align-items: center; */
    /* justify-content: center; */
}

.ncrftimeline {
    margin-bottom: 1rem !important;
}







.html-editor-height {
    height: 300px;
    margin-top: 10px;
}

/* Label styling */
.rz-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Fix RadzenHtmlEditor spacing issues */
.rz-html-editor-content {
    padding: 15px !important;
    line-height: 1.6 !important;
}

    .rz-html-editor-content p {
        margin-bottom: 10px !important;
    }

        .rz-html-editor-content p:last-child {
            margin-bottom: 0 !important;
        }

    .rz-html-editor-content br {
        display: block;
        margin: 5px 0;
        content: "";
    }
.benchmark-item {
    padding: 25px 27px !important;
}

.benchmark-header {
    font-size: 1.1rem !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
}

.benchmark-label {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.benchmark-score {
    font-size: 1.8rem !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    margin-left: 0px !important;
}

.benchmark-progress-container {
    background-color: #f0f2f5 !important;
    border-radius: 8px !important;
    height: 12px !important;
    width: 100% !important;
    overflow: hidden !important;
    margin-top: 10px !important;
}

.benchmark-progress-bar {
    background: linear-gradient(to right, #56ab2f, #a8e063) !important;
    height: 12px !important;
    border-radius: 8px !important;
    transition: width 0.6s ease !important;
}
@media (max-width: 1430px) {


    .benchmark-icon {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .benchmark-item {
        padding: 20px 18px !important;
    }

    .benchmark-score {
        font-size: 22px !important;
        margin-left: -5px !important;
    }

    .benchmark-icon {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .benchmark-item {
        padding: 22px 20px !important;
    }

    .benchmark-score {
        font-size: 1.8rem !important;
        margin-left: 12px !important;
    }

    .benchmark-header {
        font-size: 1.1rem !important;
    }

    .benchmark-icon {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .benchmark-item {
        padding: 18px 16px !important;
    }

    .benchmark-score {
        font-size: 1.5rem !important;
        margin-left: 8px !important;
    }

    .benchmark-icon {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .benchmark-item {
        padding: 16px 14px !important;
    }

    .benchmark-score {
        font-size: 1.3rem !important;
        margin-left: 6px !important;
    }

    .benchmark-icon {
        display: none !important;
    }
}

.card-title-responsive {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
}






.password-toggle-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.password-toggle-wrapper input {
    width: 100%;
    padding-right: 2.5rem;
}

.password-eye-btn {
    position: absolute;
    right: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
    padding: 0;
    line-height: 1;
    font-size: 1rem;
}

    .password-eye-btn:hover {
        color: #343a40;
    }

}
.progress-font{
    font-size :15px;
    font-weight :200;
}

.list-group-item-p {
    position: relative;
    display: block;
    padding: var(--phoenix-list-group-item-padding-y) var(--phoenix-list-group-item-padding-x);
    color: var(--phoenix-list-group-color);
    background-color: var(--phoenix-list-group-bg);
}
.ncrfActionItem {
    cursor: pointer;
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
    margin-top: 2px;
}
/* ToDoTask stage summary card borders */
.task-card-open       { border-left: 4px solid #17a2b8; }
.task-card-inprogress { border-left: 4px solid #007bff; }
.task-card-hold       { border-left: 4px solid #ffc107; }
.task-card-completed  { border-left: 4px solid #28a745; }

.custom-calendar {
    width: 280px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    padding: 10px;
}

/* Header */
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Grid */
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

/* Days */
.calendar-day {
    text-align: center;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
}

    /* Header row */
    .calendar-day.header {
        font-weight: 600;
        cursor: default;
    }

    /* Hover */
    .calendar-day:hover {
        background: #f0f5fb;
    }

    /* Selected */
    .calendar-day.selected {
        background: #4071a8;
        color: #fff;
    }

    /* Today */
    .calendar-day.today {
        border: 1px solid #4071a8;
    }

    /* Disabled (other month) */
    .calendar-day.disabled {
        color: #ccc;
    }
.calendar-popup {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: white;
    margin-top: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.calendar-popup-end {
    left: auto;
    right: 0;
}

/* ── Date input with calendar icon ──────────────────── */
.date-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.date-input-field {
    padding-right: 36px;
    cursor: pointer;
}

.date-input-icon {
    position: absolute;
    right: 8px;
    cursor: pointer;
    color: var(--rz-primary);
    display: flex;
    align-items: center;
}
.rz-dialog .rz-confirm-dialog .rz-button {
    text-transform: none !important;
}
.file-subtitle {
    font-size: 12px;
    color: #666;
}
}
@media (max-width: 576px) {
    .separation {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}


@media (max-width: 576px) {

    .eoi-page .separation {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px;
    }

        .eoi-page .separation .d-flex.align-items-center {
            width: 100%;
            flex-direction: column;
            align-items: stretch !important;
        }

    .eoi-page .rz-w-80 {
        width: 100% !important;
    }

    .eoi-page .grid-header {
        display: none;
    }

    .eoi-page .eoi-card {
        display: flex;
        flex-direction: column;
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .eoi-page .card-column {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 13px;
        margin-bottom: 6px;
    }

    .eoi-page .button-container {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px;
    }

    .eoi-page .col-7,
    .eoi-page .col-5 {
        width: 100% !important;
    }

    .eoi-page .row.col-12 {
        flex-direction: column;
    }

    .eoi-page .d-flex.align-items-center.gap-2 {
        flex-direction: column;
        align-items: stretch !important;
    }

    .eoi-page .rejmar {
        width: 100%;
        margin-top: 10px;
    }
}
