@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Insights/Components/CommentsAnalysis.razor.rz.scp.css */
.chart-wrapper[b-pquuo01lp9] {
    max-height: 250px;
    position: relative;
}

    .chart-wrapper #sentimentChart[b-pquuo01lp9] {
        position: relative;
        z-index: 10;
    }

    .chart-wrapper #ca-chart-text[b-pquuo01lp9] {
        left: 0;
        top: 0;
        font-family: var(--primary-font-family);
        font-style: normal;
        right: 0;
        display: flex;
        justify-content: center;
        position: absolute;
        z-index: 0;
        height: 100%;
        padding: 0;
        align-items: center;
        color: #333E48;
    }
/* /Insights/Components/DashboardTitle.razor.rz.scp.css */
.title[b-mn8z4834lq] {
    min-width: 300px;
    max-width: 350px;
}

.title-filter-details[b-mn8z4834lq] {
    background-color: #fff;
    overflow: hidden;
    padding: 0px;
    max-height: 0;
    opacity: 0;
    padding: 5px;
    z-index: 10000;
}

    .title-filter-details.closed[b-mn8z4834lq] {
        border: 1px solid #a0a0a0;
        max-height: 0;
        opacity: 0;
        transition: max-height 0.2s ease, opacity 0.5s ease;
    }

    .title-filter-details.open[b-mn8z4834lq] {
        border: 1px solid #a0a0a0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        max-height: 500px;
        opacity: 1;
        transition: max-height 0.5s ease, opacity 0.2s ease;
    }

@keyframes expandHeight-b-mn8z4834lq {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

@keyframes collapseHeight-b-mn8z4834lq {
    from {
        height: 100%;
    }

    to {
        height: 0;
    }
}
/* /Insights/Components/EnpsAnalysis.razor.rz.scp.css */
.apexcharts-svg[b-ksa27846cq] {
    overflow: visible;
}

.chart-container[b-ksa27846cq] {
    padding: 10px;
}
/* /Insights/Components/FlightRiskAnalysis.razor.rz.scp.css */
/*.bar-container {
    width: 100%;
    padding: 25px;
}

.bar-row {
    position: relative;
    width: 100%;
    margin-top: 0px;
    height: 50px;
    border: 1px solid;
}

.bar-block-no {
    position: relative;
    height: 100%;
    z-index: 100;
}

.bar-block-yes {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: rgba(119, 2, 2, 1);
    background-color: rgba(255, 0, 0, 1.0);
    background-image: linear-gradient(to top, rgba(255, 0, 0, 1.0), rgba(255, 0, 0, 0.8));
    z-index: 1;
}

.bar-filler {
    position: relative;
    height: 100%;
    background-color: rgba(0, 174, 78, 1);
    background-image: linear-gradient(to top, rgba(0, 174, 78, 1), rgba(0, 174, 78, 0.8));
}

.bar-text {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 4px 0;
    background-color: transparent;
    color: black;
    z-index: 1000;
    height: 100%;
    margin-top: 16px;
}

.bar-text-no {
    margin-top: 17px;
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
    color: white;
    text-align: left;
    z-index: 500;
    font-size: 16px;
    padding-left: 8px;
    font-weight: 600;
}

.bar-text-yes {
    margin-top: 17px;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    right: 0;
    height: 100%;
    background-color: transparent;
    color: white;
    text-align: right;
    z-index: 500;
    font-size: 16px;
    padding-right: 8px;
    font-weight: 600;
}

.benchmark {
    position: absolute;
    top: 0;
    border-left: 3px solid black;
    margin-top: -6px;
    margin-bottom: -6px;
    width: 1px;
    height: 62px;
    margin-right: 4px;
    color: rgba(0, 0, 0, 1);
    z-index: 200;
}

.benchmark-legend {
    color: rgba(0, 0, 0, 1);
    padding-right: 4px;
    font-size: 24px;
    font-weight: 900;
}

.animate-block {
    height: 50px;
    position: absolute;
    animation: expandWidth 2s ease-in-out forwards;
}

@keyframes expandWidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}*/
/* /Insights/Components/FlightRiskAnalysisLoadingTemplate.razor.rz.scp.css */
.loading-bar-container[b-bnhi7mp37q] {
    width: 100%;
    padding: 2px;
}
/* /Insights/Components/IndicatorNoDataView.razor.rz.scp.css */
img[b-xw8bz1h5w8] {
    max-height: 225px;
    max-width: 225px;
    align-self: center;
}
/* /Insights/Components/MultiSelect.razor.rz.scp.css */
.multi-select[b-5z88uabyy4] {
    min-width: 220px;
}

.btn.multi-select-toggle[b-5z88uabyy4] {
    position: relative;
    border: 1px solid;
}

.multi-select-toggle[b-5z88uabyy4]::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.multi-select-content[b-5z88uabyy4] {
    position: absolute;
    z-index: 10001;
    min-width: 250px;
}

.custom-close:hover[b-5z88uabyy4] {
    background-color: lightgray;
    cursor: pointer;
    color: #0d6efd;
}
/* /Insights/Components/MultiSelectOption.razor.rz.scp.css */
.list-group-item:not(:last-of-type):hover[b-st1prral3h] {
    background-color: lightgray;
    cursor: pointer;
}

.icon[b-st1prral3h] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    font-size: 2rem;
    line-height: 40px;
    text-align: left;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

    /* Green tick icon */
    .icon.tick[b-st1prral3h] {
        color: green;
        opacity: 1; /* Initially visible */
        transform: rotateY(0deg);
    }

    /* Red cross icon (hidden initially) */
    .icon.cross[b-st1prral3h] {
        color: red;
        transform: rotateY(90deg);
    }

/* Add animation class to switch to red cross */
.icon-container.unselected .tick[b-st1prral3h] {
    opacity: 0;
    transform: rotateY(-90deg);
}

.icon-container.unselected .cross[b-st1prral3h] {
    opacity: 1;
    transform: rotateY(0deg);
}
/* /Insights/Components/Q15DonutChart.razor.rz.scp.css */
.chart-container[b-j60fnhobm8] {
    position: relative;
}

.chart-text-container[b-j60fnhobm8] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart-text-content[b-j60fnhobm8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}


.text-small[b-j60fnhobm8] {
    margin-top: auto;
    font-size: 14px;
    font-family: "Work Sans";
}

.text-large[b-j60fnhobm8] {
    font-size: 25px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: auto;
    font-family: Helvetica, Arial, sans-serif;    
}
/* /Insights/Components/QuickFilter.razor.rz.scp.css */
.qf[b-muio04z4iv] {
    min-width: 250px;
}

.btn.qf-toggle[b-muio04z4iv] {
    position: relative;
}

.qf-content[b-muio04z4iv] {
    position: absolute;
    z-index: 1039;
}

.list-group-item:not(:last-of-type):hover[b-muio04z4iv] {
    background-color: lightgray;
    cursor: pointer;
}

.icon[b-muio04z4iv] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    font-size: 2rem;
    line-height: 40px;
    text-align: left;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

    /* Green tick icon */
    .icon.tick[b-muio04z4iv] {
        color: green;
        opacity: 1; /* Initially visible */
        transform: rotateY(0deg);
    }

    /* Red cross icon (hidden initially) */
    .icon.cross[b-muio04z4iv] {
        color: red;
        transform: rotateY(90deg);
    }

/* Add animation class to switch to red cross */
.icon-container.unselected .tick[b-muio04z4iv] {
    opacity: 0;
    transform: rotateY(-90deg);
}

.icon-container.unselected .cross[b-muio04z4iv] {
    opacity: 1;
    transform: rotateY(0deg);
}
/* /Insights/Components/SurveyAverageScoreIndicator.razor.rz.scp.css */
.red[b-bzv2514nfr] {
    background: rgba(239, 5, 5, 1.0);
    border-radius: 5px;
}

.amber[b-bzv2514nfr] {
    background: rgba(255, 194, 14, 1.0);
    border-radius: 5px;
}

.light-green[b-bzv2514nfr] {
    background: rgba(146, 208, 81, 1.0);
    border-radius: 5px;
}

.dark-green[b-bzv2514nfr] {
    background: rgba(0, 174, 78, 1.0);
    border-radius: 5px;
}
/* /Insights/Dashboard.razor.rz.scp.css */
.filter-btn[b-cvxxm2gz2k] {
    border-radius: 2rem !important;
}
/* /Insights/ProgressTracker.razor.rz.scp.css */
.bar-container[b-63q97xcnay] {
    width: 75%;
    border-left: 3px solid black;
    border-bottom: 3px solid black;
    padding: 2px;
}

.bar-row[b-63q97xcnay] {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 30px;
    border: 1px solid;
}

.bar-block[b-63q97xcnay] {
    position: relative;
    height: 100%;
}

.bar-filler[b-63q97xcnay] {
    position: relative;
    height: 100%;
}

.bar-text[b-63q97xcnay] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 4px 0;
    background-color: transparent;
    color: black;
    z-index: 1000;
    height: 100%;
}

.has-children[b-63q97xcnay] {
    cursor: pointer;
}

    .has-children:hover[b-63q97xcnay] {
        box-shadow: 3px 3px 10px 5px;
    }

        .has-children:hover .bar-text[b-63q97xcnay] {
            -webkit-text-decoration: underline;
            text-decoration: underline;
        }

.high[b-63q97xcnay] {
    color: rgba(12, 67, 41, 1);
}

.moderate[b-63q97xcnay] {
    color: rgba(86, 90, 0, 1);
}

.less[b-63q97xcnay] {
    color: rgba(119, 2, 2, 1);
}

.high .bar-filler[b-63q97xcnay] {
    background-color: rgba(25, 135, 84, 0.5);
    background-image: linear-gradient(to top, rgba(25, 135, 84, 0.5), rgba(25, 135, 84, 0.1));
}

.moderate .bar-filler[b-63q97xcnay] {
    background-color: rgba(254, 172, 1, 0.5);
    background-image: linear-gradient(to top, rgba(254, 172, 1, 0.5), rgba(254, 172, 1, 0.1));
}

.less .bar-filler[b-63q97xcnay] {
    background-color: rgba(239, 5, 5, 0.5);
    background-image: linear-gradient(to top, rgba(239, 5, 5, 0.5), rgba(239, 5, 5, 0.1));
}

.high-total[b-63q97xcnay] {
    color: rgba(12, 67, 41, 1);
    border-bottom: 3px solid rgba(12, 67, 41, 1);
    background-color: rgba(25, 135, 84, 0.5);
    background-image: linear-gradient(to top, rgba(25, 135, 84, 0.5), rgba(25, 135, 84, 0.1));
}

.moderate-total[b-63q97xcnay] {
    color: rgba(86, 90, 0, 1);
    border-bottom: 3px solid rgba(86, 90, 0, 1);
    background-color: rgba(254, 172, 1, 0.5);
    background-image: linear-gradient(to top, rgba(254, 172, 1, 0.5), rgba(254, 172, 1, 0.1));
}

.less-total[b-63q97xcnay] {
    color: rgba(119, 2, 2, 1);
    border-bottom: 5px solid rgba(119, 2, 2, 1);
    background-color: rgba(239, 5, 5, 0.5);
    background-image: linear-gradient(to top, rgba(239, 5, 5, 0.5), rgba(239, 5, 5, 0.1));
}

.animate-block[b-63q97xcnay] {
    height: 30px;
    position: absolute;
    animation: expandWidth-b-63q97xcnay 0.5s ease-in-out forwards;
}

@keyframes expandWidth-b-63q97xcnay {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/*Chart 2*/

.bar-chart[b-63q97xcnay] {
    position: relative;
    height: 16px;
}

    .bar-chart .bar-fg[b-63q97xcnay], .bar-chart .bar-bg[b-63q97xcnay] {
        position: absolute;
        height: 16px;
    }

    .bar-chart .bar-bg[b-63q97xcnay] {
        background: #F1F1F1;
        z-index: 1;
    }

    .bar-chart .bar-fg[b-63q97xcnay] {
        z-index: 2;
    }

/* Progress Tracker Styles */
.progress-tracker[b-63q97xcnay] {
    max-width: 100% !important;
    /*margin: 20px 0 !important;*/
}

    .progress-tracker .stats-cards-container[b-63q97xcnay] {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
        gap: 20px !important;
        margin-bottom: 30px !important;
    }

    .progress-tracker .stats-card[b-63q97xcnay] {
        background: white !important;
        border-radius: 12px !important;
        padding: 16px 24px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
        display: flex !important;
        align-items: center !important;
        gap: 16px !important;
        border-left: 4px solid transparent !important;
        border: 1px solid #e0e0e0 !important;
    }

        .progress-tracker .stats-card:nth-child(1)[b-63q97xcnay] {
            border-left-color: #4CAF50 !important;
        }

        .progress-tracker .stats-card:nth-child(2)[b-63q97xcnay] {
            border-left-color: #2196F3 !important;
        }

        .progress-tracker .stats-card:nth-child(3)[b-63q97xcnay] {
            border-left-color: #FF9800 !important;
        }

        .progress-tracker .stats-card:nth-child(4)[b-63q97xcnay] {
            border-left-color: #9C27B0 !important;
        }

        .progress-tracker .stats-card.completion-rate[b-63q97xcnay] {
            border-left-color: #E91E63 !important;
        }

    .progress-tracker .stats-icon[b-63q97xcnay] {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 24px !important;
    }

    .progress-tracker .users-icon[b-63q97xcnay] {
        background-color: #E8F5E8 !important;
        color: #4CAF50 !important;
    }

    .progress-tracker .completed-icon[b-63q97xcnay] {
        background-color: #E3F2FD !important;
        color: #2196F3 !important;
    }

    .progress-tracker .progress-icon[b-63q97xcnay] {
        background-color: #FFF3E0 !important;
        color: #FF9800 !important;
    }

    .progress-tracker .not-started-icon[b-63q97xcnay] {
        background-color: #F3E5F5 !important;
        color: #9C27B0 !important;
    }

    .progress-tracker .rate-icon[b-63q97xcnay] {
        background-color: #FCE4EC !important;
        color: #E91E63 !important;
    }

    .progress-tracker .stats-content[b-63q97xcnay] {
        flex: 1 !important;
    }

    .progress-tracker .stats-number[b-63q97xcnay] {
        font-size: 28px !important;
        font-weight: 700 !important;
        color: #2C3E50 !important;
        /*margin-bottom: 4px !important;*/
    }

    .progress-tracker .stats-label[b-63q97xcnay] {
        font-size: 14px !important;
        color: #7F8C8D !important;
        font-weight: 500 !important;
    }

    .progress-tracker .tracker-breadcrumb[b-63q97xcnay] {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        color: #017dfc !important;
        font-weight: 500 !important;
        margin-bottom: 24px !important;
        font-size: 16px !important;
    }

        .progress-tracker .tracker-breadcrumb i[b-63q97xcnay] {
            font-size: 18px !important;
        }

    .progress-tracker .breadcrumb-link[b-63q97xcnay] {
        color: #017dfc !important;
        text-decoration: none !important;
    }

        .progress-tracker .breadcrumb-link:hover[b-63q97xcnay] {
            text-decoration: underline !important;
        }

    .progress-tracker .tracker-breadcrumb span[b-63q97xcnay] {
        color: #2F3133 !important;
        text-decoration: none !important;
    }

    .progress-tracker .segments-overview h3[b-63q97xcnay] {
        color: #2C3E50 !important;
        font-size: 24px !important;
        font-weight: 600 !important;
        margin-bottom: 20px !important;
    }

    .progress-tracker .performance-legend[b-63q97xcnay] {
        display: flex !important;
        gap: 24px !important;
        margin-bottom: 24px !important;
        flex-wrap: wrap !important;
    }

.progress-table > :not(caption) > * > *[b-63q97xcnay] {
    box-shadow: none !important
}

.progress-table > tbody > tr:hover > *[b-63q97xcnay] {
    background-color: #fafafa;
}

.progress-table tbody td[b-63q97xcnay] {
    vertical-align: middle;
}

/*.progress-table > tbody > tr:hover .test-progress-bar-track, .table-hover > tbody > tr:hover .test-progress-bar-track .test-mini-progress {
    background: #FFF;
}*/

.legend-item[b-63q97xcnay] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.legend-color[b-63q97xcnay] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.legend-item.excellent .legend-color[b-63q97xcnay] {
    background-color: #4CAF50;
}

.legend-item.good .legend-color[b-63q97xcnay] {
    background-color: #FF9800;
}

.legend-item.fair .legend-color[b-63q97xcnay] {
    background-color: #FFC107;
}

.legend-item.needs-attention .legend-color[b-63q97xcnay] {
    background-color: #F44336;
}

.progress-table-container[b-63q97xcnay] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.progress-table[b-63q97xcnay] {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

    .progress-table thead[b-63q97xcnay] {
        background-color: #F8F9FA;
    }

    .progress-table th[b-63q97xcnay] {
        padding: 16px 20px;
        text-align: left;
        font-weight: 600;
        color: #2C3E50;
        border-bottom: 1px solid #E9ECEF;
        position: relative;
    }

        .progress-table th.sortable[b-63q97xcnay] {
            cursor: pointer;
            user-select: none;
            transition: background-color 0.2s ease;
        }

            .progress-table th.sortable:hover[b-63q97xcnay] {
                background-color: #E9ECEF;
            }

/* Sortable table specific styles */
#sortable-progress-table th.sortable[b-63q97xcnay] {
    position: relative;
}

    #sortable-progress-table th.sortable i[b-63q97xcnay] {
        font-size: 0.9rem;
    }

        #sortable-progress-table th.sortable i.bx-sort-up[b-63q97xcnay] {
            color: #017DFC;
        }

        #sortable-progress-table th.sortable i.bx-sort-down[b-63q97xcnay] {
            color: #017DFC;
        }

    #sortable-progress-table th.sortable:active[b-63q97xcnay] {
        background-color: #DEE2E6;
    }

/* TEST STYLES: Visual Comparison Approaches */

/* View Toggle Buttons */
.view-toggle[b-63q97xcnay] {
    display: flex;
    gap: 8px;
}

    .view-toggle .btn[b-63q97xcnay] {
        border-radius: 20px;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 500;
    }

/* Test Approach 1: Toggle Progress Bars */
.test-progress-bar-container[b-63q97xcnay] {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

.test-progress-bar-wrapper[b-63q97xcnay] {
    position: relative;
    margin-bottom: 4px;
}

.test-progress-bar-track[b-63q97xcnay] {
    width: 100%;
    height: 20px;
    background-color: #E9ECEF;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.test-progress-bar-fill[b-63q97xcnay] {
    height: 100%;
    border-radius: 10px;
    transition: width 0.3s ease;
    position: relative;
}

    .test-progress-bar-fill.excellent[b-63q97xcnay] {
        background: linear-gradient(90deg, #4CAF50 0%, #66BB6A 100%);
    }

    .test-progress-bar-fill.good[b-63q97xcnay] {
        background: linear-gradient(90deg, #FF9800 0%, #FFB74D 100%);
    }

    .test-progress-bar-fill.fair[b-63q97xcnay] {
        background: linear-gradient(90deg, #FFC107 0%, #FFD54F 100%);
    }

    .test-progress-bar-fill.needs-attention[b-63q97xcnay] {
        background: linear-gradient(90deg, #F44336 0%, #EF5350 100%);
    }

.test-progress-bar-label[b-63q97xcnay] {
    font-size: 11px;
    font-weight: 600;
    color: #2C3E50;
    text-align: center;
    display: block;
    margin-top: 2px;
}

/* Test Approach 2: Combined Display */
.test-combined-display[b-63q97xcnay] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.test-mini-progress[b-63q97xcnay] {
    width: 80px;
    height: 4px;
    background-color: #E9ECEF;
    border-radius: 2px;
    overflow: hidden;
}

.test-mini-progress-fill[b-63q97xcnay] {
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s ease;
}

    .test-mini-progress-fill.excellent[b-63q97xcnay] {
        background-color: #4CAF50;
    }

    .test-mini-progress-fill.good[b-63q97xcnay] {
        background-color: #FF9800;
    }

    .test-mini-progress-fill.fair[b-63q97xcnay] {
        background-color: #FFC107;
    }

    .test-mini-progress-fill.needs-attention[b-63q97xcnay] {
        background-color: #F44336;
    }

/* Test Approach 3: Full-Width Visual Comparison */
.test-visual-comparison[b-63q97xcnay] {
    background: #F8F9FA;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E9ECEF;
}

.test-comparison-row[b-63q97xcnay] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 16px;
}

    .test-comparison-row:last-child[b-63q97xcnay] {
        margin-bottom: 0;
    }

.test-comparison-label[b-63q97xcnay] {
    min-width: 200px;
    flex-shrink: 0;
    text-align: right;
    padding-right: 12px;
}

.test-comparison-bar[b-63q97xcnay] {
    flex: 1;
    height: 24px;
    background-color: #E9ECEF;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    min-width: 200px;
}

.test-comparison-fill[b-63q97xcnay] {
    height: 100%;
    border-radius: 12px;
    transition: width 0.5s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
}

    .test-comparison-fill.excellent[b-63q97xcnay] {
        background: linear-gradient(90deg, #4CAF50 0%, #66BB6A 100%);
    }

    .test-comparison-fill.good[b-63q97xcnay] {
        background: linear-gradient(90deg, #FF9800 0%, #FFB74D 100%);
    }

    .test-comparison-fill.fair[b-63q97xcnay] {
        background: linear-gradient(90deg, #FFC107 0%, #FFD54F 100%);
    }

    .test-comparison-fill.needs-attention[b-63q97xcnay] {
        background: linear-gradient(90deg, #F44336 0%, #EF5350 100%);
    }

.test-comparison-text[b-63q97xcnay] {
    font-size: 12px;
    font-weight: 600;
    color: black;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Responsive adjustments for test styles */
@media (max-width: 768px) {
    .view-toggle[b-63q97xcnay] {
        flex-direction: column;
        gap: 4px;
    }

    .test-comparison-row[b-63q97xcnay] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .test-comparison-label[b-63q97xcnay] {
        min-width: auto;
        text-align: left;
        padding-right: 0;
    }
}

.progress-table td[b-63q97xcnay] {
    padding: 16px 20px;
    border-bottom: 1px solid #F1F3F4;
}

.progress-table tbody tr:hover[b-63q97xcnay] {
    background-color: #F8F9FA;
}

.unit-name-cell[b-63q97xcnay] {
    font-weight: 500;
    color: #2C3E50;
}

.unit-link[b-63q97xcnay] {
    color: #017dfc;
    text-decoration: none;
}

    .unit-link:hover[b-63q97xcnay] {
        text-decoration: underline;
    }

.number-cell[b-63q97xcnay] {
    font-weight: 500;
    color: #34495E;
    text-align: right;
}

.completion-rate-cell[b-63q97xcnay] {
    text-align: center;
}

.completion-badge[b-63q97xcnay] {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    color: white;
}

    .completion-badge.excellent[b-63q97xcnay] {
        background-color: #4CAF50;
    }

    .completion-badge.good[b-63q97xcnay] {
        background-color: #FF9800;
    }

    .completion-badge.fair[b-63q97xcnay] {
        background-color: #FFC107;
        color: #2C3E50;
    }

    .completion-badge.needs-attention[b-63q97xcnay] {
        background-color: #F44336;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .stats-cards-container[b-63q97xcnay] {
        grid-template-columns: 1fr;
    }

    .performance-legend[b-63q97xcnay] {
        flex-direction: column;
        gap: 12px;
    }

    .progress-table-container[b-63q97xcnay] {
        overflow-x: auto;
    }

    .progress-table[b-63q97xcnay] {
        min-width: 600px;
    }
}
/* /Shared/Components/RadialProgressBar.razor.rz.scp.css */
.circular-progress[b-oct979nh0k] {
    --size: 150px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 15px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
}

.circular-progress circle[b-oct979nh0k] {
    cx: var(--half-size);
    cy: var(--half-size);
    r: var(--radius);
    stroke-width: var(--stroke-width);
    fill: none;
    stroke-linecap: round;
}

.circular-progress circle.bg[b-oct979nh0k] {
    stroke: #e2e2e2;
}

.circular-progress circle.fg[b-oct979nh0k] {
    transform: rotate(-90deg);
    transform-origin: var(--half-size) var(--half-size);
    stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
    transition: stroke-dasharray 0.3s linear 0s;
}

.label[b-oct979nh0k] {
    background: none;
    font-size: 25px;
    bottom: 0.4em;
    cursor: default;
    display: block;
    left: 47px;
    width: 56px;
    height: 40px;
    position: absolute;
    text-align: center;
    top: 55px;
}
