/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iwywx5eow5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-iwywx5eow5] {
    flex: 1;
}

.sidebar[b-iwywx5eow5] {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
}

.top-row[b-iwywx5eow5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-iwywx5eow5]  a, .top-row[b-iwywx5eow5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-iwywx5eow5]  a:hover, .top-row[b-iwywx5eow5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-iwywx5eow5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-iwywx5eow5] {
        justify-content: space-between;
    }

    .top-row[b-iwywx5eow5]  a, .top-row[b-iwywx5eow5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-iwywx5eow5] {
        flex-direction: row;
    }

    .sidebar[b-iwywx5eow5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-iwywx5eow5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-iwywx5eow5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-iwywx5eow5], article[b-iwywx5eow5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-iwywx5eow5] {
    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-iwywx5eow5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ===== FUTURISTIC SIDEBAR STYLES ===== */

.sidebar-container[b-pxvqopdwu6] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(180deg, #fdf8e8 0%, #f9f0d4 50%, #f5e6be 100%);
    position: relative;
    overflow: hidden;
}

.sidebar-container[b-pxvqopdwu6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at top left, rgba(212, 168, 83, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(212, 168, 83, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.navbar-toggler[b-pxvqopdwu6] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(212, 168, 83, 0.4);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28212, 168, 83, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(212, 168, 83, 0.1);
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.navbar-toggler:checked[b-pxvqopdwu6] {
    background-color: rgba(212, 168, 83, 0.25);
    border-color: #d4a853;
    box-shadow: 0 0 20px rgba(212, 168, 83, 0.3);
}

/* ===== TOP ROW / BRAND ===== */
.top-row[b-pxvqopdwu6] {
    height: auto;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(184, 134, 11, 0.2);
    position: relative;
    z-index: 1;
}

.brand-container[b-pxvqopdwu6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.logo-glow[b-pxvqopdwu6] {
    position: relative;
    padding: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
    box-shadow: 
        0 0 30px rgba(184, 134, 11, 0.25),
        inset 0 0 20px rgba(255, 255, 255, 0.5);
    animation: pulse-glow-b-pxvqopdwu6 3s ease-in-out infinite;
}

@keyframes pulse-glow-b-pxvqopdwu6 {
    0%, 100% { box-shadow: 0 0 30px rgba(184, 134, 11, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.5); }
    50% { box-shadow: 0 0 40px rgba(184, 134, 11, 0.4), inset 0 0 25px rgba(255, 255, 255, 0.6); }
}

.brand-logo[b-pxvqopdwu6] {
    height: 60px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(212, 168, 83, 0.4));
    transition: transform 0.3s ease;
}

.brand-logo:hover[b-pxvqopdwu6] {
    transform: scale(1.05);
}

.navbar-brand[b-pxvqopdwu6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 0.1rem;
}

.brand-text[b-pxvqopdwu6] {
    font-size: 0.85rem;
    font-weight: 400;
    color: #8b7355;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.brand-text-accent[b-pxvqopdwu6] {
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #b8860b 0%, #d4a853 50%, #b8860b 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer-b-pxvqopdwu6 3s linear infinite;
    letter-spacing: 2px;
}

@keyframes shimmer-b-pxvqopdwu6 {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* ===== NAVIGATION SECTION ===== */
.nav-section[b-pxvqopdwu6] {
    padding: 1.25rem 1.25rem 0.5rem;
    position: relative;
}

.nav-section-title[b-pxvqopdwu6] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #b8860b;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-spacer[b-pxvqopdwu6] {
    flex: 1;
    min-height: 2rem;
}

/* ===== NAV ITEMS ===== */
.nav-item[b-pxvqopdwu6] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
    position: relative;
}

.nav-item:first-of-type[b-pxvqopdwu6] {
    padding-top: 0.5rem;
}

.nav-item[b-pxvqopdwu6]  .nav-link {
    color: #5d4e37;
    border-radius: 12px;
    height: 3rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0.15rem 0;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    padding: 0 0.75rem;
}

.nav-item[b-pxvqopdwu6]  .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(212, 168, 83, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.nav-item[b-pxvqopdwu6]  .nav-link:hover::before {
    transform: translateX(100%);
}

.nav-icon-wrapper[b-pxvqopdwu6] {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(184, 134, 11, 0.15);
    margin-right: 0.75rem;
    transition: all 0.3s ease;
}

.nav-text[b-pxvqopdwu6] {
    flex: 1;
    transition: all 0.3s ease;
}

.nav-indicator[b-pxvqopdwu6] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease;
}

.nav-item[b-pxvqopdwu6]  .nav-link.active {
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.25) 0%, rgba(212, 168, 83, 0.15) 100%);
    color: #3d2e1a;
    box-shadow: 
        0 4px 15px rgba(184, 134, 11, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-item[b-pxvqopdwu6]  .nav-link.active .nav-icon-wrapper {
    background: linear-gradient(135deg, #d4a853 0%, #c9a227 100%);
    box-shadow: 0 0 15px rgba(212, 168, 83, 0.4);
}

.nav-item[b-pxvqopdwu6]  .nav-link.active .nav-indicator {
    background: #d4a853;
    box-shadow: 0 0 10px rgba(212, 168, 83, 0.6);
}

.nav-item[b-pxvqopdwu6]  .nav-link:hover {
    background: rgba(184, 134, 11, 0.12);
    color: #3d2e1a;
    transform: translateX(4px);
}

.nav-item[b-pxvqopdwu6]  .nav-link:hover .nav-icon-wrapper {
    background: rgba(184, 134, 11, 0.25);
    transform: scale(1.05);
}

/* ===== LOGOUT STYLES ===== */
.logout-item[b-pxvqopdwu6] {
    border-top: 1px solid rgba(212, 168, 83, 0.15);
    padding-top: 1rem !important;
    margin-top: 0.5rem;
}

.logout-link[b-pxvqopdwu6] {
    color: #6b5a45 !important;
}

.logout-link:hover[b-pxvqopdwu6] {
    background: rgba(239, 68, 68, 0.15) !important;
    color: #ef4444 !important;
}

.logout-link:hover .logout-icon[b-pxvqopdwu6] {
    background: rgba(239, 68, 68, 0.2) !important;
}

/* ===== SCROLLABLE NAV ===== */
.nav-scrollable[b-pxvqopdwu6] {
    display: none;
    flex: 1;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

.nav-scrollable > nav[b-pxvqopdwu6] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pxvqopdwu6] {
    display: flex;
}

/* ===== ICONS ===== */
.bi[b-pxvqopdwu6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
}

.bi[b-pxvqopdwu6]::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.nav-item[b-pxvqopdwu6]  .nav-link.active .bi::before {
    filter: brightness(0) invert(1);
}

.bi-house-door-fill-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-cash-coin-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-cash-coin' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0z'/%3E%3Cpath d='M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1h-.003zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195l.054.012z'/%3E%3Cpath d='M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083c.058-.344.145-.678.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1H1z'/%3E%3Cpath d='M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 5.982 5.982 0 0 1 3.13-1.567z'/%3E%3C/svg%3E");
}

.bi-award-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-award' viewBox='0 0 16 16'%3E%3Cpath d='M9.669.864 8 0 6.331.864l-1.858.282-.842 1.68-1.337 1.32L2.6 6l-.306 1.854 1.337 1.32.842 1.68 1.858.282L8 12l1.669-.864 1.858-.282.842-1.68 1.337-1.32L13.4 6l.306-1.854-1.337-1.32-.842-1.68L9.669.864zm1.196 1.193.684 1.365 1.086 1.072L12.387 6l.248 1.506-1.086 1.072-.684 1.365-1.51.229L8 10.874l-1.355-.702-1.51-.229-.684-1.365-1.086-1.072L3.614 6l-.25-1.506 1.087-1.072.684-1.365 1.51-.229L8 1.126l1.356.702 1.509.229z'/%3E%3Cpath d='M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z'/%3E%3C/svg%3E");
}

.bi-journal-bookmark-fill-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-journal-bookmark-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 1h6v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8V1z'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z'/%3E%3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z'/%3E%3C/svg%3E");
}

.bi-person-plus-fill-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-person-plus-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-person-arms-up-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-person-arms-up' viewBox='0 0 16 16'%3E%3Cpath d='M8 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3Cpath d='m5.93 6.704-.846 8.451a.768.768 0 0 0 1.523.203l.81-4.865a.59.59 0 0 1 1.165 0l.81 4.865a.768.768 0 0 0 1.523-.203l-.845-8.451A1.492 1.492 0 0 1 10.5 5.5L13 2.284a.796.796 0 0 0-1.239-.998L9.634 3.84a.72.72 0 0 1-.33.235c-.23.074-.665.176-1.304.176-.64 0-1.074-.102-1.305-.176a.72.72 0 0 1-.329-.235L4.239 1.286a.796.796 0 0 0-1.24.998l2.5 3.216c.317.316.475.758.43 1.204Z'/%3E%3C/svg%3E");
}

.bi-whatsapp-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-whatsapp' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-bank-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-credit-card-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7H0zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}



/* ===== MEDIA QUERIES ===== */
@media (min-width: 641px) {
    .navbar-toggler[b-pxvqopdwu6] {
        display: none;
    }

    .nav-scrollable[b-pxvqopdwu6] {
        display: flex !important;
        height: calc(100vh - 140px);
        overflow-y: auto;
    }
    
    .nav-scrollable[b-pxvqopdwu6]::-webkit-scrollbar {
        width: 4px;
    }
    
    .nav-scrollable[b-pxvqopdwu6]::-webkit-scrollbar-track {
        background: rgba(212, 168, 83, 0.05);
    }
    
    .nav-scrollable[b-pxvqopdwu6]::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #d4a853 0%, #c9a227 100%);
        border-radius: 4px;
    }
    
    .nav-scrollable[b-pxvqopdwu6]::-webkit-scrollbar-thumb:hover {
        background: #d4a853;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6dtrovujtk],
.components-reconnect-repeated-attempt-visible[b-6dtrovujtk],
.components-reconnect-failed-visible[b-6dtrovujtk],
.components-pause-visible[b-6dtrovujtk],
.components-resume-failed-visible[b-6dtrovujtk],
.components-rejoining-animation[b-6dtrovujtk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-retrying[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-failed[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6dtrovujtk] {
    display: block;
}


#components-reconnect-modal[b-6dtrovujtk] {
    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-b-6dtrovujtk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6dtrovujtk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6dtrovujtk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6dtrovujtk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6dtrovujtk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6dtrovujtk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6dtrovujtk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6dtrovujtk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6dtrovujtk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6dtrovujtk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6dtrovujtk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6dtrovujtk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6dtrovujtk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6dtrovujtk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6dtrovujtk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6dtrovujtk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6dtrovujtk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6dtrovujtk {
    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/Pages/HorariosProfesor.razor.rz.scp.css */
/* Estilos para la tabla de horarios */
#horario-data-table[b-gf5u8usbkz] {
    width: 100%;
    table-layout: fixed; /* Fuerza columnas de igual ancho */
}

#horario-data-table th[b-gf5u8usbkz],
#horario-data-table td[b-gf5u8usbkz] {
    text-align: center;
    vertical-align: middle;
    padding: 12px 8px;
}

/* Columna de horario m�s peque�a */
#horario-data-table th:first-child[b-gf5u8usbkz],
#horario-data-table td:first-child[b-gf5u8usbkz] {
    width: 120px;
}

/* Columnas de d�as con ancho igual */
#horario-data-table th:not(:first-child)[b-gf5u8usbkz],
#horario-data-table td:not(:first-child)[b-gf5u8usbkz] {
    width: calc((100% - 120px) / 5);
}

/* Celdas con clase - texto con wrap */
.cell-dia[b-gf5u8usbkz] {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: none;
}

.cell-dia.tiene-clase[b-gf5u8usbkz] {
    background-color: #fef3e2;
}

/* Info de la clase dentro de la celda */
.clase-info[b-gf5u8usbkz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px;
    margin: 2px 0;
}

/* Separador cuando hay m�ltiples clases */
.clase-info + .clase-info[b-gf5u8usbkz] {
    border-top: 1px dashed #c9a227;
    padding-top: 8px;
    margin-top: 4px;
}

.clase-materia[b-gf5u8usbkz] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    text-align: center;
}

.clase-grupo[b-gf5u8usbkz] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #c9a227;
    background-color: #f5f5f5;
    padding: 2px 8px;
    border-radius: 10px;
    margin-top: 4px;
}

/* Separar materia y grupo en l�neas diferentes */
.clase-materia[b-gf5u8usbkz]::before {
    content: '';
}

.sin-clase[b-gf5u8usbkz] {
    color: #ccc;
    font-size: 1rem;
}

/* Horario time badge */
.horario-time[b-gf5u8usbkz] {
    display: inline-block;
    background: linear-gradient(135deg, #2c5364, #0f2027);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

/* Estado vac�o y cargando */
.state-container[b-gf5u8usbkz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 16px;
}

.state-icon-wrapper i[b-gf5u8usbkz] {
    font-size: 3rem;
    color: #ccc;
}

.state-text[b-gf5u8usbkz] {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

.state-subtext[b-gf5u8usbkz] {
    font-size: 0.9rem;
    color: #999;
    margin: 0;
}

.spinner[b-gf5u8usbkz] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #c9a227;
    border-radius: 50%;
    animation: spin-b-gf5u8usbkz 1s linear infinite;
}

@keyframes spin-b-gf5u8usbkz {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* /Components/Pages/PlanAcademico.razor.rz.scp.css */
/* ==================== PLAN ACAD�MICO - DISE�O MODERNO ==================== */

.plan-container[b-5us6umfh6d] {
    --primary: #d4af37;
    --primary-dark: #b8960b;
    --primary-light: #f5e6c8;
    --bg-main: #fafafa;
    --bg-card: #ffffff;
    --text-dark: #2d3748;
    --text-muted: #718096;
    --border: #e2e8f0;
    --success: #48bb78;
    --danger: #f56565;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
    --radius: 12px;
    --radius-sm: 8px;
    
    min-height: 100vh;
    background: var(--bg-main);
    padding: 2rem;
}

/* ==================== HEADER ==================== */
.plan-header[b-5us6umfh6d] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: var(--radius);
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-md);
}

.header-content[b-5us6umfh6d] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    color: white;
}

.header-icon[b-5us6umfh6d] {
    font-size: 3rem;
    opacity: 0.9;
}

.plan-header h1[b-5us6umfh6d] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.plan-header p[b-5us6umfh6d] {
    margin: 0.25rem 0 0;
    opacity: 0.9;
    font-size: 0.95rem;
}

/* ==================== ALERTAS ==================== */
.alert-box[b-5us6umfh6d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: var(--radius-sm);
    margin-bottom: 1.5rem;
    animation: slideIn-b-5us6umfh6d 0.3s ease;
}

@keyframes slideIn-b-5us6umfh6d {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.alert-success[b-5us6umfh6d] {
    background: #f0fff4;
    border-left: 4px solid var(--success);
    color: #276749;
}

.alert-error[b-5us6umfh6d] {
    background: #fff5f5;
    border-left: 4px solid var(--danger);
    color: #c53030;
}

.alert-box i[b-5us6umfh6d] { font-size: 1.25rem; }

.alert-close[b-5us6umfh6d] {
    margin-left: auto;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0.5;
    font-size: 1.1rem;
    transition: opacity 0.2s;
}

.alert-close:hover[b-5us6umfh6d] { opacity: 1; }

/* ==================== TABS ==================== */
.tabs-container[b-5us6umfh6d] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    background: var(--bg-card);
    padding: 0.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.tab-btn[b-5us6umfh6d] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border: none;
    background: transparent;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-weight: 600;
    color: var(--text-muted);
    transition: all 0.25s ease;
}

.tab-btn:hover[b-5us6umfh6d] {
    background: var(--primary-light);
    color: var(--primary-dark);
}

.tab-btn.active[b-5us6umfh6d] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    box-shadow: var(--shadow-sm);
}

.tab-btn i[b-5us6umfh6d] { font-size: 1.1rem; }

.tab-badge[b-5us6umfh6d] {
    background: rgba(255,255,255,0.2);
    padding: 0.15rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
}

.tab-btn:not(.active) .tab-badge[b-5us6umfh6d] {
    background: var(--border);
    color: var(--text-muted);
}

/* ==================== CONTENIDO PRINCIPAL ==================== */
.tab-content[b-5us6umfh6d] {
    animation: fadeIn-b-5us6umfh6d 0.3s ease;
}

@keyframes fadeIn-b-5us6umfh6d {
    from { opacity: 0; }
    to { opacity: 1; }
}

.content-card[b-5us6umfh6d] {
    background: var(--bg-card);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 1.5rem;
}

/* ==================== TOOLBAR ==================== */
.card-toolbar[b-5us6umfh6d] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--border);
}

.search-box[b-5us6umfh6d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--bg-main);
    padding: 0.65rem 1rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    flex: 1;
    min-width: 200px;
    max-width: 350px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.search-box:focus-within[b-5us6umfh6d] {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.search-box i[b-5us6umfh6d] { color: var(--text-muted); }

.search-box input[b-5us6umfh6d] {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 0.95rem;
    color: var(--text-dark);
}

.filter-selects[b-5us6umfh6d] {
    display: flex;
    gap: 0.75rem;
}

.filter-selects select[b-5us6umfh6d] {
    padding: 0.65rem 1rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: var(--bg-main);
    font-size: 0.9rem;
    color: var(--text-dark);
    cursor: pointer;
    min-width: 180px;
    transition: border-color 0.2s;
}

.filter-selects select:focus[b-5us6umfh6d] {
    outline: none;
    border-color: var(--primary);
}

.btn-add[b-5us6umfh6d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.25rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    border: none;
    border-radius: var(--radius-sm);
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-left: auto;
}

.btn-add:hover[b-5us6umfh6d] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
}

/* ==================== FORMULARIO ==================== */
.form-panel[b-5us6umfh6d] {
    background: linear-gradient(135deg, #fffbf0 0%, #fff9e6 100%);
    border: 1px solid var(--primary-light);
    border-radius: var(--radius);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    animation: slideDown-b-5us6umfh6d 0.3s ease;
}

@keyframes slideDown-b-5us6umfh6d {
    from { opacity: 0; transform: translateY(-15px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-panel h3[b-5us6umfh6d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
    font-size: 1.1rem;
    color: var(--primary-dark);
}

.form-grid[b-5us6umfh6d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.form-grid-carrera[b-5us6umfh6d] {
    grid-template-columns: 100px 1fr 1fr 1fr;
}

.form-group[b-5us6umfh6d] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.form-group-wide[b-5us6umfh6d] {
    grid-column: span 2;
}

.form-group label[b-5us6umfh6d] {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--text-dark);
}

.form-group input[b-5us6umfh6d],
.form-group select[b-5us6umfh6d] {
    padding: 0.7rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: white;
}

.form-group input:focus[b-5us6umfh6d],
.form-group select:focus[b-5us6umfh6d] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.form-group input:disabled[b-5us6umfh6d] {
    background: #f7fafc;
    color: var(--text-muted);
}

.form-buttons[b-5us6umfh6d] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed var(--border);
}

.btn-save[b-5us6umfh6d] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.5rem;
    background: var(--success);
    color: white;
    border: none;
    border-radius: var(--radius-sm);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.btn-save:hover[b-5us6umfh6d] {
    background: #38a169;
    transform: translateY(-1px);
}

.btn-cancel[b-5us6umfh6d] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.5rem;
    background: var(--bg-main);
    color: var(--text-muted);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-cancel:hover[b-5us6umfh6d] {
    background: #edf2f7;
}

/* ==================== GRID DE CARDS ==================== */
.data-grid[b-5us6umfh6d] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.data-card[b-5us6umfh6d] {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.data-card:hover[b-5us6umfh6d] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-light);
}

.data-card-header[b-5us6umfh6d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, var(--primary-light) 0%, #fff5dc 100%);
    border-bottom: 1px solid var(--border);
}

.data-id[b-5us6umfh6d] {
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--primary-dark);
    background: white;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    border: 1px solid var(--primary);
}

.data-actions[b-5us6umfh6d] {
    display: flex;
    gap: 0.35rem;
}

.data-card-body[b-5us6umfh6d] {
    padding: 1rem;
}

.data-card-body h4[b-5us6umfh6d] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}

/* ==================== BOTONES DE ACCI�N ==================== */
.btn-icon[b-5us6umfh6d] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-edit-icon[b-5us6umfh6d] {
    background: var(--primary-light);
    color: var(--primary-dark);
}

.btn-edit-icon:hover[b-5us6umfh6d] {
    background: var(--primary);
    color: white;
}

.btn-delete-icon[b-5us6umfh6d] {
    background: #fed7d7;
    color: #c53030;
}

.btn-delete-icon:hover[b-5us6umfh6d] {
    background: var(--danger);
    color: white;
}

/* ==================== TABLA ==================== */
.table-responsive[b-5us6umfh6d] {
    overflow-x: auto;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.data-table[b-5us6umfh6d] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.data-table thead[b-5us6umfh6d] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.data-table th[b-5us6umfh6d] {
    padding: 1rem 0.85rem;
    text-align: left;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.data-table tbody tr[b-5us6umfh6d] {
    border-bottom: 1px solid var(--border);
    transition: background 0.15s;
}

.data-table tbody tr:hover[b-5us6umfh6d] {
    background: #fffbf0;
}

.data-table td[b-5us6umfh6d] {
    padding: 0.85rem;
    color: var(--text-dark);
    vertical-align: middle;
}

.td-name[b-5us6umfh6d] {
    font-weight: 500;
    max-width: 250px;
}

.id-badge[b-5us6umfh6d] {
    display: inline-block;
    background: var(--primary-light);
    color: var(--primary-dark);
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.8rem;
}

.status-badge[b-5us6umfh6d] {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.status-active[b-5us6umfh6d] {
    background: #c6f6d5;
    color: #276749;
}

.status-inactive[b-5us6umfh6d] {
    background: #fed7d7;
    color: #c53030;
}

.table-actions[b-5us6umfh6d] {
    display: flex;
    gap: 0.35rem;
}

/* ==================== ESTADOS VAC�O Y CARGA ==================== */
.loading-state[b-5us6umfh6d],
.empty-state[b-5us6umfh6d] {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-muted);
}

.loading-state i[b-5us6umfh6d],
.empty-state i[b-5us6umfh6d] {
    font-size: 4rem;
    color: var(--border);
    margin-bottom: 1rem;
    display: block;
}

.loading-state p[b-5us6umfh6d],
.empty-state p[b-5us6umfh6d] {
    font-size: 1.1rem;
    margin: 0;
}

.spinner[b-5us6umfh6d] {
    width: 48px;
    height: 48px;
    border: 4px solid var(--border);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin-b-5us6umfh6d 0.8s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-5us6umfh6d {
    to { transform: rotate(360deg); }
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .plan-container[b-5us6umfh6d] { padding: 1rem; }
    
    .tabs-container[b-5us6umfh6d] {
        flex-direction: column;
    }
    
    .tab-btn[b-5us6umfh6d] {
        justify-content: flex-start;
    }
    
    .card-toolbar[b-5us6umfh6d] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .search-box[b-5us6umfh6d] { max-width: none; }
    
    .btn-add[b-5us6umfh6d] {
        margin-left: 0;
        justify-content: center;
    }
    
    .filter-selects[b-5us6umfh6d] {
        flex-direction: column;
    }
    
    .filter-selects select[b-5us6umfh6d] {
        min-width: auto;
        width: 100%;
    }
    
    .form-grid-carrera[b-5us6umfh6d] {
        grid-template-columns: 1fr;
    }
    
    .form-group-wide[b-5us6umfh6d] {
        grid-column: span 1;
    }
    
    .data-grid[b-5us6umfh6d] {
        grid-template-columns: 1fr;
    }
}
