/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pzvevfhiv4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pzvevfhiv4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.app-brand img[b-pzvevfhiv4]{
    height: 60px;
    width: 60px;
    object-fit: contain;
}
.app-brand span[b-pzvevfhiv4]{
    font-weight: 600;
}
.s_name[b-pzvevfhiv4]{
    font-size: 17px;
}
.s_name span[b-pzvevfhiv4]{
    font-weight: 600;
}

/* Mobile Bottom Navigation */
.mobile-bottom-nav[b-pzvevfhiv4] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #a7a7a7;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.mobile-nav-btn[b-pzvevfhiv4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 8px 6px;
    border-radius: 8px;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    width: 50%;
    cursor: pointer;
}

.mobile-nav-btn:hover[b-pzvevfhiv4] {
    background: #f5f5f5;
    color: #016cbf;
    transform: translateY(-2px);
}

.mobile-nav-btn i[b-pzvevfhiv4] {
    font-size: 20px;
    color: #0940c1;
    font-weight: 600;
}

.mobile-nav-btn span[b-pzvevfhiv4] {
    font-size: 12px;
    color: #1b1b1b;
    font-weight: 600;
}

@media (max-width: 768px) {

    .mobile-nav-btn i[b-pzvevfhiv4] {
        font-size: 20px;
        margin-bottom: 0
    }
    .mobile-nav-btn span[b-pzvevfhiv4] {
        font-size: 12px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/*.components-reconnect-first-attempt-visible,
.components-reconnect-repeated-attempt-visible,
.components-reconnect-failed-visible,
.components-pause-visible,
.components-resume-failed-visible,
.components-rejoining-animation {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible,
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation,
#components-reconnect-modal.components-reconnect-paused .components-pause-visible,
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible,
#components-reconnect-modal.components-reconnect-retrying,
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible,
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible {
    display: block;
}


#components-reconnect-modal {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active {
        background-color: #6b9ed2;
    }

.components-rejoining-animation {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
*/
/* Components/ReconnectModal.razor.css */
/* Collocated CSS for ReconnectModal - CSP Compliant */

#components-reconnect-modal[b-mprqbjjs81] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

    #components-reconnect-modal.components-reconnect-show[b-mprqbjjs81],
    #components-reconnect-modal.components-reconnect-failed[b-mprqbjjs81],
    #components-reconnect-modal.components-reconnect-rejected[b-mprqbjjs81] {
        display: block !important;
    }

.reconnect-overlay[b-mprqbjjs81] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.reconnect-content[b-mprqbjjs81] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    min-width: 300px;
    max-width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.reconnect-icon[b-mprqbjjs81] {
    font-size: 48px;
    margin-bottom: 16px;
    animation: pulse-b-mprqbjjs81 2s infinite;
}

@keyframes pulse-b-mprqbjjs81 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.reconnect-content h2[b-mprqbjjs81] {
    margin: 0 0 12px 0;
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.reconnect-message[b-mprqbjjs81] {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

.reconnect-attempt[b-mprqbjjs81] {
    margin: 0 0 20px 0;
    color: #999;
    font-size: 14px;
}

.reconnect-loader[b-mprqbjjs81] {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0066cc;
    border-radius: 50%;
    animation: spin-b-mprqbjjs81 1s linear infinite;
    margin: 10px 0;
}

@keyframes spin-b-mprqbjjs81 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.reconnect-actions[b-mprqbjjs81] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

    .reconnect-actions button[b-mprqbjjs81] {
        padding: 14px 28px;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s;
        font-weight: 600;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        -webkit-tap-highlight-color: transparent;
    }

.btn-refresh[b-mprqbjjs81] {
    background: #0066cc;
    color: white;
}

    .btn-refresh:active[b-mprqbjjs81] {
        background: #0052a3;
        transform: scale(0.98);
    }

.btn-close[b-mprqbjjs81] {
    background: #666;
    color: white;
}

    .btn-close:active[b-mprqbjjs81] {
        background: #444;
        transform: scale(0.98);
    }

/* Mobile optimization */
@media (max-width: 480px) {
    .reconnect-content[b-mprqbjjs81] {
        min-width: 280px;
        padding: 24px;
    }

    .reconnect-actions button[b-mprqbjjs81] {
        padding: 16px 24px;
        font-size: 15px;
    }
}2[b-mprqbjjs81]
/* /Components/Pages/Dashboard/DioceseAdminDashboard.razor.rz.scp.css */
.diocese-dashboard[b-u0x93flx5a] {
    --card-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    --card-radius: 6px;
    background: #ecf0f5;
    min-height: calc(100vh - 120px);
    padding-bottom: 2rem;
}

.diocese-dashboard h2[b-u0x93flx5a] {
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.01em;
}

/* User Information Card */
.diocese-user-info-card[b-u0x93flx5a] {
    margin-bottom: 2rem;
}

.diocese-user-card[b-u0x93flx5a] {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 1.25rem !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07) !important;
}

.diocese-user-profile-top[b-u0x93flx5a] {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.diocese-user-avatar[b-u0x93flx5a] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.diocese-user-avatar-icon[b-u0x93flx5a] {
    font-size: 2.5rem !important;
    color: #ffffff !important;
}

.diocese-user-details-right[b-u0x93flx5a] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.diocese-user-name[b-u0x93flx5a] {
    color: #212529;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.2;
}

.diocese-user-info-item[b-u0x93flx5a] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: #495057;
    font-weight: 500;
}

.diocese-user-info-icon[b-u0x93flx5a] {
    font-size: 1.25rem !important;
    color: #667eea !important;
}

/* Metrics Grid */
.diocese-metrics-grid[b-u0x93flx5a] {
    margin-bottom: 2rem;
}

.diocese-metric-card[b-u0x93flx5a] {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    padding: 1.5rem !important;
    height: 100%;
}

.diocese-metric-card:hover[b-u0x93flx5a] {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.diocese-metric-content[b-u0x93flx5a] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.diocese-metric-icon-wrapper[b-u0x93flx5a] {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.diocese-metric-icon-schools[b-u0x93flx5a] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.diocese-metric-icon-allocations[b-u0x93flx5a] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.diocese-metric-icon-papers[b-u0x93flx5a] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
}

.diocese-metric-icon-coverage[b-u0x93flx5a] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

[b-u0x93flx5a] .diocese-metric-icon {
    font-size: 2rem !important;
    color: #ffffff !important;
}

[b-u0x93flx5a] .diocese-metric-text {
    flex: 1;
}

[b-u0x93flx5a] .diocese-metric-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.5rem 0;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    width: auto;
}

[b-u0x93flx5a] .diocese-metric-value {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    width: auto;
}

/* Actions Section */
.diocese-actions-section[b-u0x93flx5a] {
    margin-top: 2rem;
}

[b-u0x93flx5a] .diocese-actions-card {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    padding: 1.5rem !important;
}

[b-u0x93flx5a] .diocese-actions-header {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

[b-u0x93flx5a] .diocese-actions-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-u0x93flx5a] .diocese-actions-title i {
    color: #667eea;
    font-size: 1.5rem;
}

[b-u0x93flx5a] .diocese-actions-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

[b-u0x93flx5a] .diocese-action-btn {
    min-width: 150px;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

/* Responsive Design */
@media (max-width: 992px) {
    [b-u0x93flx5a] .diocese-user-profile-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    [b-u0x93flx5a] .diocese-user-details-right {
        align-items: center;
    }

    [b-u0x93flx5a] .diocese-metric-content {
        flex-direction: column;
        text-align: center;
    }

    .diocese-metric-icon-wrapper[b-u0x93flx5a] {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    [b-u0x93flx5a] .diocese-user-avatar {
        width: 70px;
        height: 70px;
    }

    [b-u0x93flx5a] .diocese-user-avatar-icon {
        font-size: 2rem !important;
    }

    [b-u0x93flx5a] .diocese-user-name {
        font-size: 1.25rem;
    }

    [b-u0x93flx5a] .diocese-metric-value {
        font-size: 1.75rem;
    }

    [b-u0x93flx5a] .diocese-action-btn {
        width: 100%;
    }
}

[b-u0x93flx5a] .dashboard-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

[b-u0x93flx5a] .stats-grid {
    margin-bottom: 0.5rem;
}

[b-u0x93flx5a] .metric-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: var(--card-shadow) !important;
    border: none !important;
    background: #fff !important;
    min-height: 80px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    padding: 0 !important;
}

[b-u0x93flx5a] .metric-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12) !important;
}

[b-u0x93flx5a] .metric-icon {
    width: 80px !important;
    min-width: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 2.8rem !important;
    position: relative !important;
}

[b-u0x93flx5a] .metric-icon i {
    opacity: 0.95 !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2)) !important;
    font-size: 26px;
}

[b-u0x93flx5a] .metric-body {
    flex: 1 1 auto !important;
    padding: 8px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 1px !important;
    background: #fff !important;
}

[b-u0x93flx5a] .metric-label {
    font-size: 15px;
    font-weight: 500 !important;
    color: #656565 !important;
    /* letter-spacing: 0.05em !important; */
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}

[b-u0x93flx5a] .metric-value {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
}

[b-u0x93flx5a] .metric-blue .metric-icon {
    background: #3498db !important;
}

[b-u0x93flx5a] .metric-red .metric-icon {
    background: #e74c3c !important;
}

[b-u0x93flx5a] .metric-green .metric-icon {
    background: #2ecc71 !important;
}

[b-u0x93flx5a] .metric-orange .metric-icon {
    background: #f39c12 !important;
}

@media (max-width: 767px) {
    [b-u0x93flx5a] .diocese-dashboard {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    [b-u0x93flx5a] .metric-card {
        margin-bottom: 0.75rem !important;
    }

    [b-u0x93flx5a] .quick-actions .rz-button {
        width: 100%;
        justify-content: center;
    }
}

/* /Components/Pages/Dashboard/TeacherDashboard.razor.rz.scp.css */
/* Mission Banner Card */
.mission-banner-card[b-yng7u20kcf] {
    background: linear-gradient(135deg, #016cbf 0%, #0d8ce7 100%) !important;
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(1, 108, 191, 0.3) !important;
    overflow: hidden;
    position: relative;
}

.mission-banner-card[b-yng7u20kcf]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.1;
    pointer-events: none;
}
.mission-header[b-yng7u20kcf]{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 9px;
    gap: 19px;
}

.mission-header .mission-banner-image[b-yng7u20kcf]{
    height: 112px;
    border-right: 1px solid #cacaca;
}
.mission-title[b-yng7u20kcf] {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #215097 !important;
}

.brand-highlight[b-yng7u20kcf] {
    position: relative;
    color: black;
}

.title-subtitle[b-yng7u20kcf] {
    display: block;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #000000 !important;
    margin-top: 0.5rem !important;
    letter-spacing: 0.5px;
}

.mission-description[b-yng7u20kcf] {
    margin-bottom: 5px;
}

.intro-text[b-yng7u20kcf] , .mission-description p[b-yng7u20kcf]{
    line-height: 1.6;
    color: #000000;
    text-align: left;
    max-width: 900px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.highlight-tlm[b-yng7u20kcf] {
    font-weight: 600;
}

.highlight-tcm[b-yng7u20kcf] {
    font-weight: 600;
}

.highlight-navkir[b-yng7u20kcf] {
    font-weight: 600;
}

.mission-sections[b-yng7u20kcf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 5px;
    color: #2a2a2a;
}

.section-icon[b-yng7u20kcf] {
    font-size: 2rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.section-content[b-yng7u20kcf] {
    flex: 1;
}

.section-title[b-yng7u20kcf] {
    color: #000000 !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.3;
}

.section-item ul[b-yng7u20kcf] {
    margin: 0 !important;
    padding-left: 1.2rem !important;
    list-style-type: disc !important;
}

.section-item li[b-yng7u20kcf] {
    margin-bottom: 0.5rem !important;
    line-height: 1.6;
    color: #000000;
    text-align: left;
    max-width: 900px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.mission-footer[b-yng7u20kcf] {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 2rem;
}

.registration-info h5[b-yng7u20kcf] {
    color: #000000 !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    text-align: center;
}

.registration-info p[b-yng7u20kcf] {
    color: #000000 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
    text-align: justify;
}

.registration-number[b-yng7u20kcf] {
    color: #fbbf24 !important;
    font-size: 1.1em;
}

.board-badge[b-yng7u20kcf] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0.25rem;
}

.board-badge.cbse[b-yng7u20kcf] {
    background: linear-gradient(135deg, #3182ce, #2c5282);
    color: white;
}

.board-badge.cisce[b-yng7u20kcf] {
    background: linear-gradient(135deg, #38a169, #2f855a);
    color: white;
}

.board-badge.state[b-yng7u20kcf] {
    background: linear-gradient(135deg, #d69e2e, #b7791f);
    color: white;
}

/* Teacher Dashboard Container */
.teacher-dashboard-row[b-yng7u20kcf] {
    align-items: stretch;
}

/* Teacher Profile Card - White Background with Colors */
.teacher-profile-card-wrapper[b-yng7u20kcf] {
    margin-bottom: 15px;
}

.teacher-profile-card-new[b-yng7u20kcf] {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 1rem !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07) !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.teacher-profile-top[b-yng7u20kcf] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.teacher-avatar-new[b-yng7u20kcf] {
    background: #efefef;
    border-radius: 5px;
    border: 5px solid #cacaca;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    padding: 7px;
}

.teacher-avatar-icon[b-yng7u20kcf] {
    font-size: 2rem !important;
    color: #ffffff !important;
}

.teacher-details-right[b-yng7u20kcf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.teacher-name[b-yng7u20kcf] {
    color: #212529;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.2;
}

.teacher-info-item[b-yng7u20kcf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.teacher-info-icon[b-yng7u20kcf] {
    font-size: 1rem !important;
    color: #6c757d !important;
}

.teacher-profile-bottom[b-yng7u20kcf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 1px solid #e9ecef;
    position: absolute;
    top: -6px;
    right: 6px;
}

.teacher-school-badge[b-yng7u20kcf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #495057;
    font-weight: 500;
}

.teacher-school-icon[b-yng7u20kcf] {
    font-size: 1rem !important;
    color: #6c757d !important;
}

/* Action Buttons - Button Style */
.teacher-actions-card[b-yng7u20kcf] {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.teacher-action-buttons[b-yng7u20kcf] {
    height: 100%;
}

.teacher-action-btn[b-yng7u20kcf] {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 1.25rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-height: auto;
}

.teacher-action-btn[b-yng7u20kcf]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.teacher-action-btn:hover[b-yng7u20kcf]::before {
    opacity: 1;
}

.teacher-action-btn:hover[b-yng7u20kcf] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.teacher-action-btn:active[b-yng7u20kcf] {
    transform: translateY(-2px);
}


/* Exam Allocation Button */
.teacher-action-btn-exam[b-yng7u20kcf] {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.teacher-action-btn-icon-exam[b-yng7u20kcf] {
    background: linear-gradient(135deg, #388e3c 0%, #2e7d32 100%);
}

/* Magazine Button */
.teacher-action-btn-magazine[b-yng7u20kcf] {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.teacher-action-btn-icon-magazine[b-yng7u20kcf] {
    background: linear-gradient(135deg, #f57c00 0%, #e65100 100%);
}

.teacher-action-btn-icon-wrapper[b-yng7u20kcf] {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bebebe;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    background: white;
}

.teacher-action-btn:hover .teacher-action-btn-icon-wrapper[b-yng7u20kcf] {
    transform: scale(1.05);
}

.teacher-action-btn-icon[b-yng7u20kcf] {
    font-size: 1.75rem !important;
    color: #ffffff !important;
}

.teacher-action-btn-content[b-yng7u20kcf] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.teacher-action-btn-label[b-yng7u20kcf] {
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.teacher-action-btn-title[b-yng7u20kcf] {
    color: #212529;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .teacher-profile-card-wrapper[b-yng7u20kcf] {
        margin-bottom: 1.5rem;
    }

    .teacher-action-btn[b-yng7u20kcf] {
        padding: 1rem;
    }

    .teacher-action-btn-icon-wrapper[b-yng7u20kcf] {
        width: 45px;
        height: 45px;
    }

    .teacher-action-btn-icon[b-yng7u20kcf] {
        font-size: 1.5rem !important;
    }

    .teacher-action-btn-title[b-yng7u20kcf] {
        font-size: 0.9rem;
    }

    .teacher-action-btn-label[b-yng7u20kcf] {
        font-size: 0.7rem;
    }
}

/* New Quick Actions Card */
.new-quick-actions-card[b-yng7u20kcf] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.new-action-buttons[b-yng7u20kcf] {
    height: 100%;
}

.new-action-btn[b-yng7u20kcf] {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 10px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 6px;
}

.new-action-btn[b-yng7u20kcf]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgba(1, 108, 191, 0.05);
}

.new-action-btn:hover[b-yng7u20kcf]::before {
    opacity: 1;
}

.new-action-btn:hover[b-yng7u20kcf] {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.new-action-btn:active[b-yng7u20kcf] {
    transform: translateY(-2px);
}

/* TLM Button */
.new-action-btn-tlm[b-yng7u20kcf] {
    background: linear-gradient(135deg, #e8f4fd 0%, #d4ffeb 100%);
    border: 2px solid #62dfa5;
}

.new-action-btn-tlm:hover[b-yng7u20kcf] {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
}

/* TCM Button */
.new-action-btn-tcm[b-yng7u20kcf] {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 2px solid #0d8ce7;
}

.new-action-btn-tcm:hover[b-yng7u20kcf] {
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
}

/* NAVKIRAN Button */
.new-action-btn-navkir[b-yng7u20kcf] {
    background: linear-gradient(135deg, #fef7ff 0%, #fce7f3 100%);
    border: 2px solid #7c3aed;
}

.new-action-btn-navkir:hover[b-yng7u20kcf] {
    background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
}

/* Notices Button */
.new-action-btn-notices[b-yng7u20kcf] {
    background: linear-gradient(135deg, #f0f4ff 0%, #e0e7ff 100%);
    border: 2px solid #667eea;
}

.new-action-btn-notices:hover[b-yng7u20kcf] {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
}

/* TET Button */
.new-action-btn-tet[b-yng7u20kcf] {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 2px solid #0369a1;
}

.new-action-btn-tet:hover[b-yng7u20kcf] {
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
}

/* Exam Allocation Button */
.new-action-btn-exam[b-yng7u20kcf] {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 2px solid #16a34a;
}

.new-action-btn-exam:hover[b-yng7u20kcf] {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
}

/* Magazine Button */
.new-action-btn-magazine[b-yng7u20kcf] {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 2px solid #d97706;
}

.new-action-btn-magazine:hover[b-yng7u20kcf] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.new-action-btn-icon-wrapper[b-yng7u20kcf] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.new-action-btn-icon-wrapper i[b-yng7u20kcf] {
    font-size: 20px;
}
/* TLM Icon */
.new-action-btn-tlm .new-action-btn-icon-wrapper[b-yng7u20kcf] {
    background: linear-gradient(135deg, #78d3a9 0%, #2ea56e 100%);
    color: #ffffff;
}

/* TCM Icon */
.new-action-btn-tcm .new-action-btn-icon-wrapper[b-yng7u20kcf] {
    background: linear-gradient(135deg, #0d8ce7 0%, #1a9eff 100%);
    color: #ffffff;
}

/* NAVKIRAN Icon */
.new-action-btn-navkir .new-action-btn-icon-wrapper[b-yng7u20kcf] {
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
    color: #ffffff;
}

/* Notices Icon */
.new-action-btn-notices .new-action-btn-icon-wrapper[b-yng7u20kcf] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.new-action-btn:hover .new-action-btn-icon-wrapper[b-yng7u20kcf] {
    transform: scale(1.1) rotate(5deg);
}

.new-action-btn-content[b-yng7u20kcf] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    justify-content: center;
    text-align: left;
}

.new-action-btn-title[b-yng7u20kcf] {
    color: #1a202c;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.new-action-btn-subtitle[b-yng7u20kcf] {
    color: #4a5568;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}
.section-item[b-yng7u20kcf] {
    font-size: 16px;
    padding: 0 22px;
}

.view-detail-btn[b-yng7u20kcf] {
    background: #016cbf00;
    color: #0f5891;
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    font-style: italic;
}

.view-detail-btn i[b-yng7u20kcf] {
    font-size: 11px;
    display: none;
}
/* Responsive Design for Mission Banner */
@media (max-width: 768px) {
    .mission-header .mission-banner-image[b-yng7u20kcf] {
        border:0!important;
    }
    .mission-header[b-yng7u20kcf] {
        flex-direction: column;
    }
    .mission-title[b-yng7u20kcf] {
        font-size: 2rem !important;
    }

    .title-subtitle[b-yng7u20kcf] {
        font-size: 0.9rem !important;
    }

    .intro-text[b-yng7u20kcf] {
        font-size: 1rem !important;
        text-align: center;
    }

    .mission-sections[b-yng7u20kcf] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .section-item[b-yng7u20kcf] {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem;
    }

    .section-icon[b-yng7u20kcf] {
        margin-bottom: 0.5rem;
        margin-top: 0;
    }

    .section-title[b-yng7u20kcf] {
        font-size: 1.1rem !important;
    }

    .section-item li[b-yng7u20kcf] {
        font-size: 0.85rem !important;
    }

    .view-detail-btn[b-yng7u20kcf] {
        padding: 5px 10px;
        font-size: 11px;
        margin-left: 5px;
    }

    .registration-info h5[b-yng7u20kcf] {
        font-size: 1.2rem !important;
    }

    .new-action-buttons .col-md-6[b-yng7u20kcf] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .new-action-btn[b-yng7u20kcf] {
        padding: 1.25rem 1rem;
        min-height: 120px;
    }

    .new-action-btn-icon-wrapper[b-yng7u20kcf] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .new-action-btn-title[b-yng7u20kcf] {
        font-size: 1.1rem;
    }

    .new-action-btn-subtitle[b-yng7u20kcf] {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {

    .mission-title[b-yng7u20kcf] {
        font-size: 1.8rem !important;
    }

    .title-subtitle[b-yng7u20kcf] {
        font-size: 0.8rem !important;
    }

    .intro-text[b-yng7u20kcf] {
        font-size: 0.95rem !important;
    }

    .section-item[b-yng7u20kcf] {
        padding: 1rem;
    }

    .section-title[b-yng7u20kcf] {
        font-size: 1rem !important;
    }

    .section-item li[b-yng7u20kcf] {
        font-size: 0.8rem !important;
    }

    .view-detail-btn[b-yng7u20kcf] {
        padding: 4px 8px;
        font-size: 10px;
        margin-left: 3px;
    }

    .registration-info h5[b-yng7u20kcf] {
        font-size: 1.1rem !important;
    }

    .registration-info p[b-yng7u20kcf] {
        font-size: 0.9rem !important;
    }

    .board-badge[b-yng7u20kcf] {
        padding: 0.2rem 0.5rem;
        font-size: 0.75rem;
    }

    .new-action-buttons .col-md-6[b-yng7u20kcf] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .teacher-profile-card-new[b-yng7u20kcf] {
        padding: 1.25rem !important;
    }

    .teacher-avatar-new[b-yng7u20kcf] {
        width: 70px;
        height: 70px;
        padding: 0.75rem;
    }

    .teacher-avatar-icon[b-yng7u20kcf] {
        font-size: 2rem !important;
    }

    .teacher-name[b-yng7u20kcf] {
        font-size: 1.1rem;
    }

    .teacher-action-btn[b-yng7u20kcf] {
        padding: 0.875rem;
        flex-direction: column;
        text-align: center;
    }

    .new-action-btn[b-yng7u20kcf] {
        padding: 1rem 0.75rem;
        min-height: 100px;
    }

    .new-action-btn-icon-wrapper[b-yng7u20kcf] {
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }

    .new-action-btn-title[b-yng7u20kcf] {
        font-size: 1rem;
    }

    .new-action-btn-subtitle[b-yng7u20kcf] {
        font-size: 0.75rem;
    }
}

/* /Components/Pages/QuestionPaper/SchoolPapers.razor.rz.scp.css */
/* Exam Details Boxes Styling */
.exam-details-boxes[b-zgv4hja21t] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.exam-detail-box[b-zgv4hja21t] {
    flex: 1;
    min-width: 150px;
    background: #fff4ff;
    border-radius: 8px;
    padding: 7px 12px;
    transition: all 0.3s ease;
    border: 1px solid rgb(153 79 79);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exam-detail-box:hover[b-zgv4hja21t] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.exam-detail-label[b-zgv4hja21t] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.exam-detail-value[b-zgv4hja21t] {
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

/* Back Button Styling */
[b-zgv4hja21t] .page-card-header-actions .rz-button {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #fff !important;
    padding: 0.5rem 1rem !important;
    border-radius: 6px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

[b-zgv4hja21t] .page-card-header-actions .rz-button:hover {
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

[b-zgv4hja21t] .page-card-header-actions .rz-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

[b-zgv4hja21t] .page-card-header-actions .rz-button .rz-icon {
    font-size: 1rem !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .exam-details-boxes[b-zgv4hja21t] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .exam-detail-box[b-zgv4hja21t] {
        min-width: 100%;
    }

    .exam-detail-label[b-zgv4hja21t] {
        font-size: 0.7rem;
    }

    .exam-detail-value[b-zgv4hja21t] {
        font-size: 1rem;
    }

    [b-zgv4hja21t] .page-card-header-actions .rz-button {
        width: 100%;
        justify-content: center;
        margin-top: 0.5rem;
    }

    [b-zgv4hja21t] .page-card-header {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

@media (max-width: 576px) {
    .exam-details-boxes[b-zgv4hja21t] {
        gap: 0.5rem;
    }

    .exam-detail-box[b-zgv4hja21t] {
        padding: 0.75rem 1rem;
    }
}

/* /Components/Pages/StaffExam/Contentlist.razor.rz.scp.css */
/* Base styles for content item boxes */
.notice_box[b-4mv5wtigdl] {
    padding: 1rem;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border-left: 5px solid #007bff; /* Primary blue for notices */
}

.notice_box:hover[b-4mv5wtigdl] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.not_date[b-4mv5wtigdl] {
    font-size: 0.85rem;
    color: #007bff;
    margin-bottom: 0.5rem;
    font-weight: 500;
    display: block;
    text-align: right;
    background-color: #e7f3ff; /* Lighter blue */
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    float: right;
}

.ref_no[b-4mv5wtigdl] {
    font-size: 0.85rem;
    color: #007bff;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    text-align: left;
    background-color: #e0efff; /* Even lighter blue */
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    float: left;
}

.notice_box h4[b-4mv5wtigdl] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #343a40;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    clear: both;
}

.not_dtl[b-4mv5wtigdl] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.not_dtl ul[b-4mv5wtigdl] {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.not_dtl li[b-4mv5wtigdl] {
    margin-bottom: 0.5rem;
    color: #495057;
}

.not_dtl strong[b-4mv5wtigdl] {
    color: #343a40;
}

.notice_box p.mt-2[b-4mv5wtigdl] {
    font-size: 0.95rem;
    color: #495057;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.not_ftr[b-4mv5wtigdl] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: auto;
}

.not_ftr .btn[b-4mv5wtigdl] {
    min-width: 80px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .notice_box[b-4mv5wtigdl] {
        padding: 0.75rem;
    }
    .notice_box h4[b-4mv5wtigdl] {
        font-size: 1.1rem;
    }
    .not_date[b-4mv5wtigdl], .ref_no[b-4mv5wtigdl] {
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 0.25rem;
    }
}
/* /Components/Pages/StaffExam/Tetdashboard.razor.rz.scp.css */
/* TET Dashboard Container */
.tet-dashboard-row[b-iygnsgons2] {
    align-items: stretch;
}

.tet-dashboard-row .row.h-100[b-iygnsgons2] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.tet-dashboard-row .row.h-100 > [class*="col-"][b-iygnsgons2] {
    display: flex;
    flex-direction: column;
}

/* User Profile Card */
.tet-user-profile-card[b-iygnsgons2] {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 1.25rem !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07) !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tet-user-profile-top[b-iygnsgons2] {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.tet-user-avatar[b-iygnsgons2] {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid #e0e0e0;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tet-user-photo[b-iygnsgons2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tet-user-details-right[b-iygnsgons2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tet-user-name[b-iygnsgons2] {
    color: #212529;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.2;
}

.tet-user-info-item[b-iygnsgons2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: #495057;
    font-weight: 500;
}

.tet-user-info-icon[b-iygnsgons2] {
    font-size: 1.25rem !important;
    color: #667eea !important;
}

.tet-user-profile-bottom[b-iygnsgons2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.tet-user-badge[b-iygnsgons2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #495057;
    font-weight: 600;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-radius: 6px;
}

.tet-user-badge-icon[b-iygnsgons2] {
    font-size: 1rem !important;
    color: #ffffff !important;
}

.tet-user-additional-info[b-iygnsgons2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.tet-info-row[b-iygnsgons2] {
    display: flex;
    gap: 1rem;
}

.tet-info-item[b-iygnsgons2] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.tet-info-icon[b-iygnsgons2] {
    font-size: 1.25rem !important;
    color: #667eea !important;
    flex-shrink: 0;
}

.tet-info-content[b-iygnsgons2] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tet-info-label[b-iygnsgons2] {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.tet-info-value[b-iygnsgons2] {
    font-size: 0.875rem;
    color: #212529;
    font-weight: 600;
}

/* Notification and Subject Cards */
.tet-notification-card[b-iygnsgons2],
.tet-subject-card[b-iygnsgons2] {
    display: flex;
    flex-direction: column;
}

.tet-fixed-height-body[b-iygnsgons2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 227px;
}

.tet-scrollable-content[b-iygnsgons2] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.tet-subject-card .page-grid[b-iygnsgons2] {
    height: 100%;
}

/* Action Buttons */
.tet-actions-card[b-iygnsgons2] {
    display: flex;
    flex-direction: column;
}
.tet-action-link[b-iygnsgons2] {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.tet-action-button[b-iygnsgons2] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: 4px solid;
    border-radius: 8px;
    padding: 5px 20px;
    height: 100%;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.tet-action-button:hover[b-iygnsgons2] {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.tet-action-button-1[b-iygnsgons2] {
    border-top-color: #3498db;
}

.tet-action-button-2[b-iygnsgons2] {
    border-top-color: #2ecc71;
}

.tet-action-button-3[b-iygnsgons2] {
    border-top-color: #f39c12;
}

.tet-action-button-4[b-iygnsgons2] {
    border-top-color: #e74c3c;
}

.tet-action-button i[b-iygnsgons2] {
    font-size: 2.5rem !important;
}

.tet-action-button-1 i[b-iygnsgons2] {
    color: #3498db !important;
}

.tet-action-button-2 i[b-iygnsgons2] {
    color: #2ecc71 !important;
}

.tet-action-button-3 i[b-iygnsgons2] {
    color: #f39c12 !important;
}

.tet-action-button-4 i[b-iygnsgons2] {
    color: #e74c3c !important;
}

.tet-action-button-title[b-iygnsgons2] {
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
    margin: 0;
}

/* Notifications */
.tet-notifications-list[b-iygnsgons2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
}

.tet-notifications-list[b-iygnsgons2]::-webkit-scrollbar {
    width: 6px;
}

.tet-notifications-list[b-iygnsgons2]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.tet-notifications-list[b-iygnsgons2]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.tet-notifications-list[b-iygnsgons2]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tet-scrollable-content[b-iygnsgons2]::-webkit-scrollbar {
    width: 6px;
}

.tet-scrollable-content[b-iygnsgons2]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.tet-scrollable-content[b-iygnsgons2]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.tet-scrollable-content[b-iygnsgons2]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tet-notification-item[b-iygnsgons2] {
    padding: 0.875rem;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #667eea;
    transition: all 0.2s ease;
}

.tet-notification-item:hover[b-iygnsgons2] {
    background: #e9ecef;
    transform: translateX(3px);
}

.tet-notification-date[b-iygnsgons2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.tet-notification-date-icon[b-iygnsgons2] {
    font-size: 0.9rem !important;
    color: #667eea !important;
}

.tet-notification-title[b-iygnsgons2] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 0.375rem 0;
    line-height: 1.3;
}

.tet-notification-details[b-iygnsgons2] {
    font-size: 0.85rem;
    color: #495057;
    margin: 0;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 992px) {
    .tet-user-profile-top[b-iygnsgons2] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tet-user-details-right[b-iygnsgons2] {
        align-items: center;
    }

    .tet-info-row[b-iygnsgons2] {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .tet-user-avatar[b-iygnsgons2] {
        width: 80px;
        height: 80px;
    }

    .tet-user-name[b-iygnsgons2] {
        font-size: 1.25rem;
    }

    .tet-action-icon[b-iygnsgons2] {
        font-size: 2.5rem !important;
    }

    .tet-action-title[b-iygnsgons2] {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .tet-user-profile-card[b-iygnsgons2] {
        padding: 1rem !important;
    }

    .tet-user-avatar[b-iygnsgons2] {
        width: 70px;
        height: 70px;
    }

    .tet-user-name[b-iygnsgons2] {
        font-size: 1.1rem;
    }
}

/* /Components/Pages/StaffExam/Tlmviewdetail.razor.rz.scp.css */
.section-card[b-plluit2ied] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(1, 108, 191, 0.1);
    padding: 10px;
    margin-bottom: 10px;
}
.about_us[b-plluit2ied] {
    padding: 30px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #e6f3ff 100%);
}


.section-title[b-plluit2ied] {
    font-size: 17px;
    font-weight: 600;
    color: #f4f4f4;
    margin-bottom: 8px;
    padding: 6px 9px;
    background: #207bbe;
    border-radius: 7px;
}
.section-subtitle[b-plluit2ied] {
    font-size: 1rem;
    line-height: 1.5;
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 14px;
}
.rationale-lines[b-plluit2ied] {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}
.rationale-lines p[b-plluit2ied] {
    font-size: 14px;
    line-height: 1.7;
    color: #272727;
    margin-bottom: 0;
    padding: 10px 15px;
    background: #ebf5ff;
    border-radius: 6px;
    border: 1px solid #91c5ee;
    font-weight: 500;
}
.modus-lines p[b-plluit2ied] {
    font-size: 14px;
    color: #272727;
}
.modus-note-compact[b-plluit2ied] {
    margin-top: 15px;
    padding: 12px;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-radius: 6px;
    border-left: 3px solid #f39c12;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.modus-note-compact i[b-plluit2ied] {
    color: #f39c12;
    font-size: 1.1rem;
    margin-top: 2px;
}
.modus-note-compact p[b-plluit2ied] {
    font-size: 0.85rem;
    color: #856404;
    margin: 0;
    line-height: 1.5;
}
.test_section[b-plluit2ied] {
    text-align: center;
}
.test_info_card[b-plluit2ied] {
    margin-bottom: 30px;
}
.test_info_icon[b-plluit2ied] {
    font-size: 3rem;
    color: #016cbf;
    flex-shrink: 0;
    margin-top: 5px;
}
.test_info_card p[b-plluit2ied] {
    font-size: 14px;
    margin: 0;
    color: #222222;
}
.test_structure[b-plluit2ied] {
    padding: 15px;
    border: 2px solid #c7c7c7;
    border-radius: 10px;
    border-top: 2px solid #0671be;
    background: #f4faff;
}
.structure_header h3[b-plluit2ied] {
    font-size: 25px;
    font-weight: 700;
    color: #016cbf;
    margin-bottom: 8px;
}
.structure_header[b-plluit2ied]{
    text-align: center;
}
.structure_subtitle[b-plluit2ied] {
    font-size: 1rem;
    color: #0d8ce7;
    font-weight: 600;
    margin-bottom: 5px;
}
.structure_note[b-plluit2ied] {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}
.level_card_link[b-plluit2ied] {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}
.level_card_link:hover[b-plluit2ied] {
    transform: translateY(-5px);
}
.level_card[b-plluit2ied] {
    background: #ffeded;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #d78989;
}
.level_card:hover[b-plluit2ied] {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.level_card1:hover[b-plluit2ied] {
    border-color: #016cbf;
}
.level_card2:hover[b-plluit2ied] {
    border-color: #0d8ce7;
}

.level_card3:hover[b-plluit2ied] {
    border-color: #16a34a;
}
.level_card4:hover[b-plluit2ied] {
    border-color: #dc2626;
}
.level_number[b-plluit2ied] {
    position: absolute;
    top: 0px;
    right: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    color: #f1b3b3;
    background: transparent !important;
}
.level_number1[b-plluit2ied] {
    background: linear-gradient(135deg, #016cbf 0%, #0d8ce7 100%);
}

.level_number2[b-plluit2ied] {
    background: linear-gradient(135deg, #0d8ce7 0%, #1a9eff 100%);
}

.level_number3[b-plluit2ied] {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
}

.level_number4[b-plluit2ied] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}
.level_card h4[b-plluit2ied] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
}

.level_card p[b-plluit2ied] {
    font-size: 0.95rem;
    color: #383838;
    margin-bottom: 5px;
}

.level_age[b-plluit2ied], .level_download[b-plluit2ied] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 500;
}

.level_age[b-plluit2ied] {
    color: #016cbf;
    margin-bottom: 10px;
}

.level_download[b-plluit2ied] {
    color: #ffffff;
    margin-top: 5px;
    background: #dc5562;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
}

.level_download i[b-plluit2ied] {
    font-size: 14px;
    margin-right: 4px;
}
.curricula_section[b-plluit2ied] {
    margin-top: 15px;
}

.curricula_header[b-plluit2ied] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
}

.curricula_header i[b-plluit2ied] {
    font-size: 1.5rem;
    color: #016cbf;
}

.curricula_header h4[b-plluit2ied] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #016cbf;
    margin: 0;
}

.curricula_section p[b-plluit2ied] {
    font-size: 14px;
    text-align: justify;
    color: #2b2b2b;
}

.curricula_note[b-plluit2ied] {
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    padding: 7px 10px;
    border-radius: 8px;
    border-left: 3px solid #016cbf;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.curricula_note i[b-plluit2ied] {
    color: #016cbf;
    font-size: 16px;
}

.curricula_note p[b-plluit2ied] {
    font-size: 16px;
    color: #0c4a6e;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}

/* Tabs Section */
.tabs_section[b-plluit2ied] {
    margin-top: 30px;
}

:deep.custom_tabs[b-plluit2ied] {
    max-width: 1000px;
    margin: 0 auto;
}

:deep.tabs_detail[b-plluit2ied] {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}

:deep.tab_content[b-plluit2ied] {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

:deep.tab_icon[b-plluit2ied] {
    flex-shrink: 0;
}

:deep.tab_icon i[b-plluit2ied] {
    font-size: 3rem;
    color: #016cbf;
}

:deep.tab_text p[b-plluit2ied] {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

:deep.tab_text p:last-child[b-plluit2ied] {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .rationale-lines[b-plluit2ied]{
        flex-direction: column!important;
    }
    .ud-container[b-plluit2ied], .about_us[b-plluit2ied], .test_deail[b-plluit2ied] {
        padding: 20px 0;
    }

    .section-card[b-plluit2ied], .test_info_card[b-plluit2ied] {
        padding: 20px;
    }

    .ud-title[b-plluit2ied] {
        font-size: 1.5rem;
    }

    .rationale-lines p[b-plluit2ied] {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    .modus-lines p[b-plluit2ied] {
        font-size: 0.85rem;
    }

    .test_info_card[b-plluit2ied] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .level_card[b-plluit2ied] {
        padding: 15px;
    }

    .level_card h4[b-plluit2ied] {
        font-size: 1.1rem;
    }

    .tab_content[b-plluit2ied] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .curricula_note[b-plluit2ied] {
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .section-card[b-plluit2ied] {
        padding: 15px;
    }

    .structure_header h3[b-plluit2ied] {
        font-size: 1.5rem;
    }

    .level_card h4[b-plluit2ied] {
        font-size: 1rem;
    }

    .curricula_header h4[b-plluit2ied] {
        font-size: 1.2rem;
    }

    .test_info_card[b-plluit2ied] {
        padding: 20px;
    }

    .rationale-lines p[b-plluit2ied] {
        padding: 6px 8px;
        font-size: 0.85rem;
    }

    .modus-lines p[b-plluit2ied] {
        font-size: 0.8rem;
    }
}
