/* _content/BFDApp/Components/Account/Pages/Login.razor.rz.scp.css */
.checkbox[b-fhpfmwd7cw] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    padding-left: 8px;
    gap: 16px; /* Add gap property to create space between items */
}

.form-check-input[b-fhpfmwd7cw] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid var(--mud-palette-action-default);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    flex-shrink: 0;
    /* Remove margin-right since we're using gap */
}

.form-check-input:checked[b-fhpfmwd7cw] {
    background-color: var(--mud-palette-primary);
    border-color: var(--mud-palette-primary);
}

.form-check-input:checked[b-fhpfmwd7cw]::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-check-input:hover[b-fhpfmwd7cw] {
    border-color: var(--mud-palette-action-default-hover);
}

.form-label[b-fhpfmwd7cw] {
    color: var(--mud-palette-text-primary);
    font-family: var(--mud-typography-default-family);
    font-size: 0.875rem;
    line-height: 1.25;
    letter-spacing: 0.01071em;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
}
/* _content/BFDApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-trpr3alath] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-trpr3alath] {
    flex: 1;
}

.sidebar[b-trpr3alath] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-trpr3alath] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-trpr3alath]  a, .top-row[b-trpr3alath]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-trpr3alath]  a:hover, .top-row[b-trpr3alath]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-trpr3alath]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-trpr3alath] {
        justify-content: space-between;
    }

    .top-row[b-trpr3alath]  a, .top-row[b-trpr3alath]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-trpr3alath] {
        flex-direction: row;
    }

    .sidebar[b-trpr3alath] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-trpr3alath] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-trpr3alath]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-trpr3alath], article[b-trpr3alath] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-trpr3alath] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-trpr3alath] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BFDApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6641zmqj7y] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6641zmqj7y] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6641zmqj7y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6641zmqj7y] {
    font-size: 1.1rem;
}

.bi[b-6641zmqj7y] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-plus-square-fill-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-6641zmqj7y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-6641zmqj7y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-6641zmqj7y] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-6641zmqj7y] {
    padding-bottom: 1rem;
}

.nav-item[b-6641zmqj7y]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-6641zmqj7y]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6641zmqj7y]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6641zmqj7y] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6641zmqj7y] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6641zmqj7y] {
        display: none;
    }

    .nav-scrollable[b-6641zmqj7y] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BFDApp/Components/Pages/Home.razor.rz.scp.css */
.home-container[b-u5plqz2c1m] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-section[b-u5plqz2c1m] {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
}

.logo-container[b-u5plqz2c1m] {
    margin-bottom: 1.5rem;
}

.responsive-logo[b-u5plqz2c1m] {
    max-width: 100%;
    height: auto;
    width: 200px;
    max-width: 80vw;
}

.welcome-content h1[b-u5plqz2c1m] {
    font-size: 2rem;
    font-weight: 600;
    color: #FF0000;
    margin-bottom: 0.5rem;
}

.welcome-content p[b-u5plqz2c1m] {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0;
}

.quick-actions[b-u5plqz2c1m] {
    margin-top: 2rem;
}

.action-grid[b-u5plqz2c1m] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.action-card[b-u5plqz2c1m] {
    padding: 1rem;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.action-card:hover[b-u5plqz2c1m] {
    transform: translateY(-2px);
}

.login-prompt[b-u5plqz2c1m] {
    max-width: 400px;
    margin: 0 auto;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .home-container[b-u5plqz2c1m] {
        padding: 0.5rem;
    }

    .hero-section[b-u5plqz2c1m] {
        padding: 1rem 0.5rem;
        margin-bottom: 1.5rem;
    }

    .responsive-logo[b-u5plqz2c1m] {
        width: 150px;
    }

    .welcome-content h1[b-u5plqz2c1m] {
        font-size: 1.75rem;
    }

    .welcome-content p[b-u5plqz2c1m] {
        font-size: 1rem;
    }

    .action-grid[b-u5plqz2c1m] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .action-card[b-u5plqz2c1m] {
        padding: 0.75rem;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .responsive-logo[b-u5plqz2c1m] {
        width: 120px;
    }

    .welcome-content h1[b-u5plqz2c1m] {
        font-size: 1.5rem;
    }

    .hero-section[b-u5plqz2c1m] {
        padding: 0.75rem 0.25rem;
    }
}
/* _content/BFDApp/Components/Pages/MyCalendar.razor.rz.scp.css */
/* MyCalendar.razor.css - Modern Hybrid Design */

/* Root Container */
.modern-calendar-container[b-qmsvf5d5e3] {
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
}

/* Loading State */
.loading-overlay[b-qmsvf5d5e3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    color: var(--mud-palette-primary);
}

/* Header Section */
.calendar-header-modern[b-qmsvf5d5e3] {
    margin-bottom: 1.5rem;
}

.header-card[b-qmsvf5d5e3] {
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5rem;
}

.header-content[b-qmsvf5d5e3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.title-section[b-qmsvf5d5e3] {
    flex: 1;
}

.calendar-title-modern[b-qmsvf5d5e3] {
    font-weight: 700 !important;
    background: linear-gradient(135deg, #C8102E 0%, #e53e3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 !important;
}

.calendar-subtitle[b-qmsvf5d5e3] {
    color: rgba(0, 0, 0, 0.6) !important;
    margin: 0 !important;
}

.nav-controls-modern[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-buttons[b-qmsvf5d5e3] {
    border-radius: 12px !important;
}

.today-button[b-qmsvf5d5e3] {
    border-radius: 0 !important;
    min-width: 80px !important;
    font-weight: 600 !important;
}

.controls-section[b-qmsvf5d5e3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.view-selector-modern[b-qmsvf5d5e3] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.view-chip[b-qmsvf5d5e3] {
    border-radius: 20px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.view-chip:hover[b-qmsvf5d5e3] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(200, 16, 46, 0.2);
}

.platoon-toggles-modern[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.platoon-label[b-qmsvf5d5e3] {
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.platoon-chips[b-qmsvf5d5e3] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.platoon-chip[b-qmsvf5d5e3] {
    border-radius: 16px !important;
    font-weight: 600 !important;
    min-width: 40px !important;
    transition: all 0.2s ease !important;
}

.platoon-chip:hover[b-qmsvf5d5e3] {
    transform: scale(1.05);
}

/* Calendar Content */
.calendar-content-modern[b-qmsvf5d5e3] {
    margin-bottom: 1.5rem;
}

.calendar-grid-container[b-qmsvf5d5e3] {
    border-radius: 16px !important;
    overflow: hidden;
    background: white !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08) !important;
}

.calendar-grid-modern[b-qmsvf5d5e3] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #e2e8f0;
}

/* Day Headers */
.day-header-modern[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, #C8102E 0%, #a00e26 100%);
    color: white;
    padding: 1rem 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    position: relative;
}

.day-header-full[b-qmsvf5d5e3] {
    display: inline;
}

.day-header-short[b-qmsvf5d5e3],
.day-header-mini[b-qmsvf5d5e3] {
    display: none;
}

/* Day Cells */
.day-cell-modern[b-qmsvf5d5e3] {
    background: white;
    min-height: 120px;
    padding: 0.75rem 0.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 0;
    transition: all 0.2s ease;
    cursor: pointer;
}

.day-cell-modern:hover[b-qmsvf5d5e3] {
    background: #f8fafc;
    transform: scale(1.02);
    z-index: 10;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.day-cell-modern.today[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, rgba(200, 16, 46, 0.05) 0%, rgba(200, 16, 46, 0.02) 100%);
    border: 2px solid #C8102E;
    border-radius: 8px;
}

.day-cell-modern.other-month[b-qmsvf5d5e3] {
    background: #f1f5f9;
    color: #94a3b8;
}

.day-cell-modern.other-month:hover[b-qmsvf5d5e3] {
    background: #e2e8f0;
}

.day-number-modern[b-qmsvf5d5e3] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #1e293b;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day-cell-modern.today .day-number-modern[b-qmsvf5d5e3] {
    color: #C8102E;
    background: rgba(200, 16, 46, 0.1);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0 auto 0.5rem;
}

.day-cell-modern.other-month .day-number-modern[b-qmsvf5d5e3] {
    color: #94a3b8;
}

/* Events Container */
.events-container-modern[b-qmsvf5d5e3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}

/* Event Bars */
.event-bar-modern[b-qmsvf5d5e3] {
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    margin: 1px 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.event-bar-modern:hover[b-qmsvf5d5e3] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.event-content[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.event-text[b-qmsvf5d5e3] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

/* Event Type Styling */
.event-bar-modern.vacation[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.event-bar-modern.btt[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.event-bar-modern.platoon-1[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.event-bar-modern.platoon-2[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
}

.event-bar-modern.platoon-3[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    color: white;
}

.event-bar-modern.platoon-4[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    color: white;
}

.more-events-indicator[b-qmsvf5d5e3] {
    font-size: 0.6875rem;
    color: #64748b;
    text-align: center;
    padding: 0.25rem;
    background: rgba(100, 116, 139, 0.1);
    border-radius: 4px;
    margin-top: 2px;
    font-weight: 500;
}

/* Three Months View */
.three-months-container-modern[b-qmsvf5d5e3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.month-card-modern[b-qmsvf5d5e3] {
    border-radius: 12px !important;
    overflow: hidden;
    background: white !important;
}

.month-header-modern[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, #C8102E 0%, #a00e26 100%);
    color: white;
    padding: 1rem;
    text-align: center;
}

.month-title[b-qmsvf5d5e3] {
    margin: 0 !important;
    font-weight: 600 !important;
}

.mini-calendar-grid[b-qmsvf5d5e3] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #e2e8f0;
    padding: 1px;
}

.mini-day-header[b-qmsvf5d5e3] {
    background: #f1f5f9;
    color: #64748b;
    padding: 0.5rem 0.25rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
}

.mini-day-cell[b-qmsvf5d5e3] {
    background: white;
    min-height: 40px;
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mini-day-cell.today[b-qmsvf5d5e3] {
    background: rgba(200, 16, 46, 0.1);
}

.mini-day-cell.other-month[b-qmsvf5d5e3] {
    background: #f8fafc;
    color: #cbd5e1;
}

.mini-day-number[b-qmsvf5d5e3] {
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 0.125rem;
}

.mini-event-dots[b-qmsvf5d5e3] {
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
    justify-content: center;
}

.mini-event-dot[b-qmsvf5d5e3] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #64748b;
}

.mini-event-dot.vacation[b-qmsvf5d5e3] { background: #10b981; }
.mini-event-dot.btt[b-qmsvf5d5e3] { background: #3b82f6; }
.mini-event-dot.regular-shift[b-qmsvf5d5e3] { background: #C8102E; }
.mini-event-dot.shift-change[b-qmsvf5d5e3] { background: #f59e0b; }
.mini-event-dot.other-platoon-shift[b-qmsvf5d5e3],
.mini-event-dot.platoon-1[b-qmsvf5d5e3] { background: #f59e0b; }
.mini-event-dot.platoon-2[b-qmsvf5d5e3] { background: #8b5cf6; }
.mini-event-dot.platoon-3[b-qmsvf5d5e3] { background: #06b6d4; }
.mini-event-dot.platoon-4[b-qmsvf5d5e3] { background: #ec4899; }

/* Year View */
.year-view-container-modern[b-qmsvf5d5e3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.year-month-card[b-qmsvf5d5e3] {
    border-radius: 8px !important;
    overflow: hidden;
    background: white !important;
}

.year-month-header[b-qmsvf5d5e3] {
    background: #f1f5f9;
    color: #1e293b;
    padding: 0.75rem;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}

.year-month-title[b-qmsvf5d5e3] {
    margin: 0 !important;
    font-weight: 600 !important;
}

.year-mini-grid[b-qmsvf5d5e3] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #f1f5f9;
    padding: 1px;
}

.year-day-header[b-qmsvf5d5e3] {
    background: #e2e8f0;
    color: #64748b;
    padding: 0.25rem;
    text-align: center;
    font-size: 0.625rem;
    font-weight: 600;
}

.year-day-cell[b-qmsvf5d5e3] {
    background: white;
    min-height: 24px;
    padding: 0.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.year-day-cell.today[b-qmsvf5d5e3] {
    background: rgba(200, 16, 46, 0.2);
}

.year-day-cell.other-month[b-qmsvf5d5e3] {
    background: #f8fafc;
    color: #cbd5e1;
}

.year-day-number[b-qmsvf5d5e3] {
    font-size: 0.625rem;
    font-weight: 500;
}

.year-event-indicator[b-qmsvf5d5e3] {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #64748b;
}

/* Time Off List View */
.time-off-container-modern[b-qmsvf5d5e3] {
    border-radius: 16px !important;
    background: white !important;
    overflow: hidden;
}

.time-off-header[b-qmsvf5d5e3] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.time-off-title[b-qmsvf5d5e3] {
    margin: 0 !important;
    color: #1e293b !important;
    font-weight: 600 !important;
}

.time-off-controls[b-qmsvf5d5e3] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.time-off-list[b-qmsvf5d5e3] {
    padding: 1.5rem;
    max-height: 600px;
    overflow-y: auto;
}

.time-off-month-group[b-qmsvf5d5e3] {
    margin-bottom: 2rem;
}

.month-group-title[b-qmsvf5d5e3] {
    margin: 0 0 1rem 0 !important;
    color: #C8102E !important;
    font-weight: 600 !important;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(200, 16, 46, 0.1);
}

.time-off-items[b-qmsvf5d5e3] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.time-off-item[b-qmsvf5d5e3] {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    background: white !important;
    transition: all 0.2s ease !important;
}

.time-off-item:hover[b-qmsvf5d5e3] {
    border-color: #C8102E !important;
    box-shadow: 0 4px 12px rgba(200, 16, 46, 0.1) !important;
    transform: translateY(-1px);
}

.time-off-item-content[b-qmsvf5d5e3] {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.time-off-date[b-qmsvf5d5e3] {
    min-width: 80px;
    text-align: center;
}

.time-off-date .mud-typography-subtitle2[b-qmsvf5d5e3] {
    color: #1e293b !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.time-off-date .mud-typography-caption[b-qmsvf5d5e3] {
    color: #64748b !important;
    margin: 0 !important;
}

.time-off-details[b-qmsvf5d5e3] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.time-off-name[b-qmsvf5d5e3] {
    margin: 0 !important;
    font-weight: 500 !important;
    color: #1e293b !important;
}

.time-off-type-chip[b-qmsvf5d5e3] {
    border-radius: 20px !important;
    font-weight: 500 !important;
}

.empty-state-modern[b-qmsvf5d5e3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: #64748b;
    text-align: center;
}

.empty-icon[b-qmsvf5d5e3] {
    margin-bottom: 1rem !important;
    opacity: 0.5;
}

.empty-state-modern .mud-typography-h6[b-qmsvf5d5e3] {
    margin: 0 0 0.5rem 0 !important;
    color: #64748b !important;
}

.empty-state-modern .mud-typography-body2[b-qmsvf5d5e3] {
    margin: 0 !important;
    color: #94a3b8 !important;
}

/* Legend */
.legend-container-modern[b-qmsvf5d5e3] {
    border-radius: 12px !important;
    background: white !important;
    padding: 1rem;
}

.legend-title[b-qmsvf5d5e3] {
    margin: 0 0 0.75rem 0 !important;
    color: #1e293b !important;
    font-weight: 600 !important;
}

.legend-items-modern[b-qmsvf5d5e3] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.legend-item-modern[b-qmsvf5d5e3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #64748b;
}

.legend-indicator[b-qmsvf5d5e3] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    flex-shrink: 0;
}

.legend-indicator.platoon-1[b-qmsvf5d5e3] { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }
.legend-indicator.platoon-2[b-qmsvf5d5e3] { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); }
.legend-indicator.platoon-3[b-qmsvf5d5e3] { background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%); }
.legend-indicator.platoon-4[b-qmsvf5d5e3] { background: linear-gradient(135deg, #ec4899 0%, #db2777 100%); }

/* Responsive Design */
@media (max-width: 1200px) {
    .modern-calendar-container[b-qmsvf5d5e3] {
        padding: 0.75rem;
    }

    .day-cell-modern[b-qmsvf5d5e3] {
        min-height: 100px;
    }

    .event-bar-modern[b-qmsvf5d5e3] {
        font-size: 0.6875rem;
        padding: 0.2rem 0.4rem;
    }
}

@media (max-width: 768px) {
    .modern-calendar-container[b-qmsvf5d5e3] {
        padding: 0.5rem;
    }

    .header-content[b-qmsvf5d5e3] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .nav-controls-modern[b-qmsvf5d5e3] {
        justify-content: center;
    }

    .controls-section[b-qmsvf5d5e3] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .view-selector-modern[b-qmsvf5d5e3] {
        justify-content: center;
    }

    .platoon-toggles-modern[b-qmsvf5d5e3] {
        justify-content: center;
    }

    .day-header-modern[b-qmsvf5d5e3] {
        padding: 0.75rem 0.25rem;
    }

    .day-header-full[b-qmsvf5d5e3] {
        display: none;
    }

    .day-header-short[b-qmsvf5d5e3] {
        display: inline;
    }

    .day-cell-modern[b-qmsvf5d5e3] {
        min-height: 80px;
        padding: 0.5rem 0.25rem;
    }

    .day-cell-modern:hover[b-qmsvf5d5e3] {
        transform: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .event-bar-modern[b-qmsvf5d5e3] {
        font-size: 0.625rem;
        padding: 0.15rem 0.3rem;
    }

    .three-months-container-modern[b-qmsvf5d5e3] {
        grid-template-columns: 1fr;
    }

    .year-view-container-modern[b-qmsvf5d5e3] {
        grid-template-columns: repeat(2, 1fr);
    }

    .time-off-header[b-qmsvf5d5e3] {
        flex-direction: column;
        align-items: stretch;
    }

    .time-off-controls[b-qmsvf5d5e3] {
        justify-content: space-between;
    }

    .time-off-item-content[b-qmsvf5d5e3] {
        flex-direction: column;
        align-items: start;
        gap: 0.75rem;
    }

    .time-off-details[b-qmsvf5d5e3] {
        width: 100%;
    }

    .legend-items-modern[b-qmsvf5d5e3] {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .modern-calendar-container[b-qmsvf5d5e3] {
        padding: 0.2rem;
        width: 100%;
        max-width: 100%;
        margin: 0;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .header-card[b-qmsvf5d5e3] {
        padding: 1rem;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .calendar-title-modern[b-qmsvf5d5e3] {
        font-size: 1.5rem !important;
    }

    .calendar-subtitle[b-qmsvf5d5e3] {
        font-size: 0.8rem !important;
    }

    .calendar-grid-container[b-qmsvf5d5e3] {
        width: 100%;
        max-width: 100%;
        margin: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    .calendar-grid-modern[b-qmsvf5d5e3] {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin: 0;
        box-sizing: border-box;
    }

    .day-header-modern[b-qmsvf5d5e3] {
        padding: 0.3rem 0.05rem;
        font-size: 0.6rem;
        overflow: hidden;
        box-sizing: border-box;
    }

    .day-header-short[b-qmsvf5d5e3] {
        display: none;
    }

    .day-header-mini[b-qmsvf5d5e3] {
        display: inline;
    }

    .day-cell-modern[b-qmsvf5d5e3] {
        min-height: 55px;
        padding: 0.15rem 0.05rem;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .day-number-modern[b-qmsvf5d5e3] {
        font-size: 0.65rem;
        margin-bottom: 0.15rem;
    }

    .event-bar-modern[b-qmsvf5d5e3] {
        font-size: 0.45rem;
        padding: 0.05rem 0.1rem;
        min-height: 12px;
        margin: 0.25px 0;
        overflow: hidden;
    }

    .event-text[b-qmsvf5d5e3] {
        font-size: 0.45rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .more-events-indicator[b-qmsvf5d5e3] {
        font-size: 0.4rem;
        padding: 0.05rem;
    }

    .year-view-container-modern[b-qmsvf5d5e3] {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }

    .year-month-card[b-qmsvf5d5e3] {
        min-height: 140px;
    }

    .year-month-header[b-qmsvf5d5e3] {
        padding: 0.3rem;
    }

    .year-month-title[b-qmsvf5d5e3] {
        font-size: 0.7rem !important;
    }

    .year-day-cell[b-qmsvf5d5e3] {
        min-height: 14px;
        padding: 0.03rem;
    }

    .year-day-number[b-qmsvf5d5e3] {
        font-size: 0.4rem;
    }

    .year-day-header[b-qmsvf5d5e3] {
        padding: 0.1rem;
        font-size: 0.4rem;
    }

    .year-event-indicator[b-qmsvf5d5e3] {
        width: 2px;
        height: 2px;
    }

    .nav-buttons[b-qmsvf5d5e3] {
        width: 100%;
    }

    .today-button[b-qmsvf5d5e3] {
        min-width: 60px !important;
    }

    .view-chip[b-qmsvf5d5e3] {
        font-size: 0.75rem !important;
    }

    .platoon-chip[b-qmsvf5d5e3] {
        font-size: 0.7rem !important;
    }
}

/* Animation Classes */
@keyframes fadeInUp-b-qmsvf5d5e3 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calendar-grid-container[b-qmsvf5d5e3],
.month-card-modern[b-qmsvf5d5e3],
.year-month-card[b-qmsvf5d5e3],
.time-off-container-modern[b-qmsvf5d5e3] {
    animation: fadeInUp-b-qmsvf5d5e3 0.3s ease-out;
}

/* Focus States for Accessibility */
.day-cell-modern:focus[b-qmsvf5d5e3] {
    outline: 2px solid #C8102E;
    outline-offset: 2px;
}

.event-bar-modern:focus[b-qmsvf5d5e3] {
    outline: 2px solid #C8102E;
    outline-offset: 1px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .day-cell-modern[b-qmsvf5d5e3] {
        border: 1px solid #000;
    }

    .event-bar-modern[b-qmsvf5d5e3] {
        border: 1px solid #000;
    }

    .legend-indicator[b-qmsvf5d5e3] {
        border: 1px solid #000;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .day-cell-modern[b-qmsvf5d5e3],
    .event-bar-modern[b-qmsvf5d5e3],
    .time-off-item[b-qmsvf5d5e3],
    .view-chip[b-qmsvf5d5e3],
    .platoon-chip[b-qmsvf5d5e3] {
        transition: none;
    }

    .day-cell-modern:hover[b-qmsvf5d5e3],
    .event-bar-modern:hover[b-qmsvf5d5e3] {
        transform: none;
    }

    .calendar-grid-container[b-qmsvf5d5e3],
    .month-card-modern[b-qmsvf5d5e3],
    .year-month-card[b-qmsvf5d5e3],
    .time-off-container-modern[b-qmsvf5d5e3] {
        animation: none;
    }
}
/* _content/BFDApp/Components/Pages/PC/Dashboard.razor.rz.scp.css */
/* PC Dashboard Styles */

.weather-banner[b-av6vhzffwb] {
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(96, 125, 139, 0.08) 0%, rgba(96, 125, 139, 0.03) 100%);
    border: 1px solid rgba(96, 125, 139, 0.2);
    transition: all 0.3s ease;
}

.weather-banner:hover[b-av6vhzffwb] {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

.quick-actions-card[b-av6vhzffwb] {
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.05) 0%, rgba(255, 0, 0, 0.02) 100%);
    border: 1px solid rgba(255, 0, 0, 0.2);
    transition: all 0.3s ease;
    height: 100%;
}

.quick-actions-card:hover[b-av6vhzffwb] {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(255, 0, 0, 0.1);
}

.date-navigation[b-av6vhzffwb] {
    display: flex;
    align-items: center;
}

.date-display[b-av6vhzffwb] {
    min-width: 140px;
    text-align: center;
    font-weight: 500;
}

.status-section[b-av6vhzffwb] {
    min-height: 120px;
}

.staff-chips[b-av6vhzffwb] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.station-badge[b-av6vhzffwb] {
    margin-left: 8px;
    opacity: 0.7;
    font-size: 0.75rem;
    background: rgba(255,255,255,0.2);
    padding: 2px 6px;
    border-radius: 4px;
}

.btt-badge[b-av6vhzffwb] {
    margin-left: 8px;
    font-weight: 600;
    font-size: 0.75rem;
    background: rgba(33, 150, 243, 0.2);
    color: #1976d2;
    padding: 2px 6px;
    border-radius: 4px;
}

.empty-state[b-av6vhzffwb] {
    opacity: 0.6;
    text-align: center;
    padding: 20px;
    font-style: italic;
}

.station-card[b-av6vhzffwb] {
    border-radius: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 200px;
}

.station-card:hover[b-av6vhzffwb] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.instructor-summary[b-av6vhzffwb] {
    background: rgba(33, 150, 243, 0.05);
    border-radius: 8px;
    padding: 12px;
    border-left: 3px solid #2196f3;
}

.instructor-chip[b-av6vhzffwb] {
    font-size: 0.7rem !important;
    height: 20px !important;
}

.staff-member[b-av6vhzffwb] {
    padding: 10px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.regular-staff[b-av6vhzffwb] {
    background: rgba(76, 175, 80, 0.06);
    border-left: 3px solid #4caf50;
}

.covering-staff[b-av6vhzffwb] {
    background: rgba(33, 150, 243, 0.06);
    border-left: 3px solid #2196f3;
}

.staff-member:hover[b-av6vhzffwb] {
    transform: translateX(2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.weather-details[b-av6vhzffwb] {
    opacity: 0.8;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .date-navigation[b-av6vhzffwb] {
        flex-direction: column;
        gap: 8px;
    }

    .date-display[b-av6vhzffwb] {
        min-width: auto;
    }

    .staff-chips[b-av6vhzffwb] {
        justify-content: center;
    }

    .station-card[b-av6vhzffwb] {
        margin-bottom: 12px;
        min-height: 180px;
    }

    .instructor-summary[b-av6vhzffwb] {
        padding: 8px;
    }

    .weather-banner[b-av6vhzffwb] {
        margin-bottom: 16px;
    }
}

@media (max-width: 600px) {
    .instructor-summary[b-av6vhzffwb] {
        text-align: center;
    }

    .instructor-chip[b-av6vhzffwb] {
        margin: 2px !important;
    }
}

/* Utility Classes */
.fw-bold[b-av6vhzffwb] {
    font-weight: 600 !important;
}

.fw-medium[b-av6vhzffwb] {
    font-weight: 500 !important;
}

.opacity-75[b-av6vhzffwb] {
    opacity: 0.75;
}
/* _content/BFDApp/Components/Pages/ProfileSettings.razor.rz.scp.css */
/* Profile Settings Page Styles */

.instructor-role-card[b-gbwimnfo5y] {
    transition: box-shadow 0.2s ease-in-out;
    height: 100%;
}

.instructor-role-card:hover[b-gbwimnfo5y] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Ensure consistent card heights in the instructor roles grid */
.instructor-role-card .mud-card-content[b-gbwimnfo5y] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 80px;
}

/* Custom styling for profile sections */
.profile-section[b-gbwimnfo5y] {
    margin-bottom: 1.5rem;
}

/* Password visibility toggle styling */
.mud-input-adornment-end[b-gbwimnfo5y] {
    cursor: pointer;
}

/* Success and error states for form fields */
.profile-success[b-gbwimnfo5y] {
    border-color: var(--mud-palette-success) !important;
}

.profile-error[b-gbwimnfo5y] {
    border-color: var(--mud-palette-error) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .instructor-role-card .mud-card-content[b-gbwimnfo5y] {
        min-height: 70px;
    }
}

/* Loading state overlay */
.profile-loading[b-gbwimnfo5y] {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

/* Account information styling */
.account-info-item[b-gbwimnfo5y] {
    text-align: center;
    padding: 1rem;
}

@media (min-width: 600px) {
    .account-info-item[b-gbwimnfo5y] {
        text-align: left;
    }
}
/* _content/BFDApp/Components/Pages/ShiftChanges.razor.rz.scp.css */
/* Mobile responsive table container */
.table-container-mobile[b-5swhpfo2g1] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Mobile responsive table styling */
.mobile-responsive-table[b-5swhpfo2g1] {
    min-width: 600px; /* Ensures table doesn't get too cramped */
}

/* Sticky first column (Date) */
.sticky-column[b-5swhpfo2g1] {
    position: sticky;
    left: 0;
    background: var(--mud-palette-surface);
    z-index: 10;
    border-right: 1px solid var(--mud-palette-lines-default) !important;
    min-width: 120px;
}

/* Sticky actions column */
.sticky-actions[b-5swhpfo2g1] {
    position: sticky;
    right: 0;
    background: var(--mud-palette-surface);
    z-index: 10;
    border-left: 1px solid var(--mud-palette-lines-default) !important;
    min-width: 120px;
    text-align: center;
}

/* Ensure sticky columns work in dark mode */
[data-theme="dark"] .sticky-column[b-5swhpfo2g1],
[data-theme="dark"] .sticky-actions[b-5swhpfo2g1] {
    background: var(--mud-palette-dark);
}

/* Mobile breakpoint adjustments */
@media (max-width: 599px) {
    .table-container-mobile[b-5swhpfo2g1] {
        margin: 0 -8px; /* Extend to container edges */
        border-radius: 0;
    }

    .mobile-responsive-table[b-5swhpfo2g1] {
        min-width: 500px;
    }

    .sticky-column[b-5swhpfo2g1] {
        min-width: 100px;
    }

    .sticky-actions[b-5swhpfo2g1] {
        min-width: 100px;
    }

    /* Make chips smaller on mobile */
    .mobile-responsive-table .mud-chip[b-5swhpfo2g1] {
        font-size: 0.75rem;
        height: 24px;
        padding: 0 8px;
    }

    /* Adjust icon button sizes */
    .mobile-responsive-table .mud-icon-button[b-5swhpfo2g1] {
        width: 32px;
        height: 32px;
    }

    .mobile-responsive-table .mud-icon-button .mud-icon-root[b-5swhpfo2g1] {
        font-size: 1rem;
    }
}

/* Tablet breakpoint */
@media (min-width: 600px) and (max-width: 959px) {
    .mobile-responsive-table[b-5swhpfo2g1] {
        min-width: 700px;
    }
}

/* Large screens - remove horizontal scroll */
@media (min-width: 960px) {
    .table-container-mobile[b-5swhpfo2g1] {
        overflow-x: visible;
    }

    .mobile-responsive-table[b-5swhpfo2g1] {
        min-width: 100%;
    }

    .sticky-column[b-5swhpfo2g1],
    .sticky-actions[b-5swhpfo2g1] {
        position: static;
        border: none !important;
    }
}

/* Touch-friendly action buttons */
.mobile-responsive-table .d-flex.gap-1[b-5swhpfo2g1] {
    gap: 4px;
    justify-content: center;
    align-items: center;
}

/* Better spacing for mobile content */
@media (max-width: 599px) {
    .mobile-responsive-table .mud-table-cell[b-5swhpfo2g1] {
        padding: 8px 4px;
    }

    .sticky-column[b-5swhpfo2g1] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .sticky-actions[b-5swhpfo2g1] {
        padding-left: 4px !important;
        padding-right: 8px !important;
    }
}

/* Improve readability of text in mobile tables */
@media (max-width: 599px) {
    .mobile-responsive-table .mud-typography-body2[b-5swhpfo2g1] {
        font-size: 0.875rem;
        line-height: 1.2;
    }

    .mobile-responsive-table .mud-typography-caption[b-5swhpfo2g1] {
        font-size: 0.75rem;
        line-height: 1.1;
    }
}

/* =======================================================
   OPTION 3: CLEAN MINIMAL NAVIGATION STYLE
   ======================================================= */

.shift-nav-grid[b-5swhpfo2g1] {
    display: grid;
    gap: 8px;
    background: none;
    margin: 16px;
    padding: 4px;
}

.shift-nav-button[b-5swhpfo2g1] {
    background: var(--mud-palette-surface) !important;
    border: 2px solid var(--mud-palette-lines-default) !important;
    border-radius: 12px !important;
    padding: 20px 12px !important;
    height: auto !important;
    min-height: 100px;
    transition: all 0.25s ease !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
}

/* Subtle accent bar */
.shift-nav-button[b-5swhpfo2g1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: var(--mud-palette-lines-default);
    border-radius: 0 0 2px 2px;
    transition: all 0.3s ease;
}

.shift-nav-button:hover[b-5swhpfo2g1] {
    background: var(--mud-palette-surface) !important;
    transform: translateY(-2px) !important;
    box-shadow:
            0 4px 12px rgba(0, 0, 0, 0.12),
            0 1px 3px rgba(0, 0, 0, 0.08) !important;
    border-color: var(--mud-palette-primary-lighten) !important;
}

.shift-nav-button:hover[b-5swhpfo2g1]::before {
    width: 50px;
    background: var(--mud-palette-primary);
}

/* Active state */
.shift-nav-button.mud-button-filled-primary[b-5swhpfo2g1] {
    background: var(--mud-palette-surface) !important;
    color: var(--mud-palette-primary) !important;
    border-color: var(--mud-palette-primary) !important;
    box-shadow:
            0 2px 8px rgba(var(--mud-palette-primary-rgb), 0.15),
            0 1px 3px rgba(0, 0, 0, 0.08);
}

.shift-nav-button.mud-button-filled-primary[b-5swhpfo2g1]::before {
    width: 60px;
    height: 4px;
    background: var(--mud-palette-primary);
}

.shift-nav-button.mud-button-filled-primary:hover[b-5swhpfo2g1] {
    transform: translateY(-3px) !important;
    box-shadow:
            0 6px 16px rgba(var(--mud-palette-primary-rgb), 0.2),
            0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.nav-button-content[b-5swhpfo2g1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.nav-icon[b-5swhpfo2g1] {
    font-size: 28px !important;
    transition: transform 0.25s ease;
    opacity: 0.85;
}

.shift-nav-button:hover .nav-icon[b-5swhpfo2g1] {
    transform: scale(1.08);
    opacity: 1;
}

.shift-nav-button.mud-button-filled-primary .nav-icon[b-5swhpfo2g1] {
    opacity: 1;
}

.nav-label[b-5swhpfo2g1] {
    text-align: center;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    font-size: 0.8rem !important;
    opacity: 0.8;
    transition: opacity 0.25s ease;
}

.shift-nav-button:hover .nav-label[b-5swhpfo2g1],
.shift-nav-button.mud-button-filled-primary .nav-label[b-5swhpfo2g1] {
    opacity: 1;
    font-weight: 600 !important;
}

/* Dark mode support */
[data-theme="dark"] .shift-nav-button[b-5swhpfo2g1] {
    background: var(--mud-palette-dark) !important;
    border-color: var(--mud-palette-dark-lighten) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .shift-nav-button:hover[b-5swhpfo2g1] {
    background: var(--mud-palette-dark-lighten) !important;
    box-shadow:
            0 4px 16px rgba(0, 0, 0, 0.3),
            0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

/* Mobile responsive navigation */
/* More compact mobile responsive navigation */
@media (max-width: 599px) {
    .shift-nav-grid[b-5swhpfo2g1] {
        grid-template-columns: repeat(2, 1fr); /* Force 2x2 grid */
        gap: 4px;
        margin: 8px;
        padding: 0;
    }

    .shift-nav-button[b-5swhpfo2g1] {
        padding: 12px 8px !important;
        min-height: 65px;
        border-radius: 8px !important;
    }

    .shift-nav-button[b-5swhpfo2g1]::before {
        width: 20px;
        height: 2px;
    }

    .shift-nav-button:hover[b-5swhpfo2g1]::before {
        width: 30px;
    }

    .nav-button-content[b-5swhpfo2g1] {
        gap: 6px;
    }

    .nav-icon[b-5swhpfo2g1] {
        font-size: 20px !important;
    }

    .nav-label[b-5swhpfo2g1] {
        font-size: 0.7rem !important;
        line-height: 1.1 !important;
    }
}

/* Desktop navigation layout */
@media (min-width: 768px) {
    .shift-nav-grid[b-5swhpfo2g1] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 20px;
    }

    .shift-nav-button[b-5swhpfo2g1] {
        min-height: 110px;
    }
}

/* Section content styling */
.section-content[b-5swhpfo2g1] {
    border-top: 1px solid var(--mud-palette-lines-default);
}

/* =======================================================
   HISTORY SECTION IMPROVEMENTS
   ======================================================= */

.history-filter-bar[b-5swhpfo2g1] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 16px;
    background: var(--mud-palette-surface-variant);
}

.status-chips .mud-chip[b-5swhpfo2g1],
.time-chips .mud-chip[b-5swhpfo2g1] {
    margin: 2px;
    transition: transform 0.2s ease;
}

.status-chips .mud-chip:hover[b-5swhpfo2g1],
.time-chips .mud-chip:hover[b-5swhpfo2g1] {
    transform: translateY(-1px);
}

.advanced-filters-content[b-5swhpfo2g1] {
    animation: slideDown 0.3s ease;
}

.history-table[b-5swhpfo2g1] {
    border-radius: 8px;
    overflow: hidden;
}

/* Mobile-specific history improvements */
@media (max-width: 599px) {
    .history-filter-bar[b-5swhpfo2g1] {
        padding: 12px;
    }

    .status-chips .mud-chip[b-5swhpfo2g1],
    .time-chips .mud-chip[b-5swhpfo2g1] {
        font-size: 0.75rem;
        height: 28px;
    }
}

/* =======================================================
   IMPROVED MOBILE ACTIVE REQUESTS CARDS
   ======================================================= */

/* Base mobile card improvements */
@media (max-width: 767px) {
    /* Direct Requests Mobile Cards */
    .direct-request-mobile-card[b-5swhpfo2g1] {
        margin-bottom: 12px !important;
        border-radius: 12px !important;
        border: 1px solid var(--mud-palette-lines-default);
        transition: all 0.2s ease;
    }

    .direct-request-mobile-card:hover[b-5swhpfo2g1] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .direct-request-mobile-card .mud-card-content[b-5swhpfo2g1] {
        padding: 16px !important;
    }

    /* Card Header Row - Status and Date */
    .mobile-card-header[b-5swhpfo2g1] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .mobile-card-status-chip[b-5swhpfo2g1] {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .mobile-card-date[b-5swhpfo2g1] {
        font-size: 0.8rem;
        opacity: 0.7;
        font-weight: 500;
    }

    /* Shift Type - Main content */
    .mobile-card-shift-type[b-5swhpfo2g1] {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        margin-bottom: 8px;
        color: var(--mud-palette-text-primary);
    }

    /* Employee info section */
    .mobile-card-employee-info[b-5swhpfo2g1] {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
        padding: 8px;
        background: var(--mud-palette-background-grey);
        border-radius: 6px;
    }

    .mobile-card-employee-details[b-5swhpfo2g1] {
        flex: 1;
        min-width: 0; /* Allows text truncation */
    }

    .mobile-card-employee-name[b-5swhpfo2g1] {
        font-size: 0.9rem;
        font-weight: 500;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-card-employee-meta[b-5swhpfo2g1] {
        font-size: 0.75rem;
        opacity: 0.7;
        display: flex;
        gap: 8px;
    }

    /* Action buttons row */
    .mobile-card-actions[b-5swhpfo2g1] {
        display: flex;
        gap: 8px;
        justify-content: flex-end;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid var(--mud-palette-divider);
    }

    /* Make action buttons more touch-friendly */
    .mobile-card-actions .mud-button[b-5swhpfo2g1] {
        height: 36px;
        padding: 0 16px;
        border-radius: 18px;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Marketplace Posts Mobile Cards */
    .marketplace-mobile-card[b-5swhpfo2g1] {
        margin-bottom: 12px !important;
        border-radius: 12px !important;
        border: 1px solid var(--mud-palette-lines-default);
        transition: all 0.2s ease;
    }

    .marketplace-mobile-card:hover[b-5swhpfo2g1] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    /* Marketplace specific styling */
    .marketplace-mobile-card .mud-card-content[b-5swhpfo2g1] {
        padding: 16px !important;
    }

    .marketplace-card-actions[b-5swhpfo2g1] {
        display: flex;
        gap: 8px;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid var(--mud-palette-divider);
    }

    /* Days posted indicator */
    .mobile-card-days-posted[b-5swhpfo2g1] {
        font-size: 0.75rem;
        opacity: 0.6;
        font-style: italic;
    }

    /* Section headers for mobile */
    .mobile-section-header[b-5swhpfo2g1] {
        margin-bottom: 16px;
    }

    .mobile-section-title[b-5swhpfo2g1] {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        margin-bottom: 4px;
    }

    .mobile-section-subtitle[b-5swhpfo2g1] {
        font-size: 0.85rem;
        opacity: 0.7;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    /* View All link styling */
    .mobile-view-all-link[b-5swhpfo2g1] {
        font-size: 0.8rem;
        font-weight: 600;
        text-decoration: none;
        color: var(--mud-palette-primary);
        display: inline-flex;
        align-items: center;
        gap: 4px;
        margin-top: 8px;
        padding: 4px 8px;
        border-radius: 12px;
        background: rgba(var(--mud-palette-primary-rgb), 0.1);
        transition: all 0.2s ease;
    }

    .mobile-view-all-link:hover[b-5swhpfo2g1] {
        background: rgba(var(--mud-palette-primary-rgb), 0.15);
        transform: translateX(2px);
    }

    /* Empty state improvements for mobile */
    .mobile-empty-state[b-5swhpfo2g1] {
        text-align: center;
        padding: 24px 16px;
        border-radius: 12px;
        background: var(--mud-palette-background-grey);
        border: 1px dashed var(--mud-palette-divider);
    }

    .mobile-empty-state .mud-icon-root[b-5swhpfo2g1] {
        font-size: 2rem;
        opacity: 0.5;
        margin-bottom: 8px;
    }
}

/* Extra small screens (< 480px) */
@media (max-width: 479px) {
    .direct-request-mobile-card .mud-card-content[b-5swhpfo2g1],
    .marketplace-mobile-card .mud-card-content[b-5swhpfo2g1] {
        padding: 12px !important;
    }

    .mobile-card-actions[b-5swhpfo2g1] {
        flex-direction: column;
        gap: 6px;
    }

    .mobile-card-actions .mud-button[b-5swhpfo2g1] {
        width: 100%;
        justify-content: center;
    }

    .marketplace-card-actions[b-5swhpfo2g1] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .mobile-card-employee-meta[b-5swhpfo2g1] {
        flex-direction: column;
        gap: 2px;
    }
}
/* =======================================================
   COMPACT MOBILE DIRECT REQUESTS LIST STYLE
   ======================================================= */

.compact-request-item[b-5swhpfo2g1] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 12px;
    transition: all 0.2s ease;
}

.compact-request-item:hover[b-5swhpfo2g1] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.compact-request-main[b-5swhpfo2g1] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.compact-request-left[b-5swhpfo2g1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    gap: 4px;
}

.compact-date[b-5swhpfo2g1] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    text-align: center;
    line-height: 1.1;
}

.compact-shift-chip[b-5swhpfo2g1] {
    font-size: 0.6rem !important;
    height: 20px !important;
    padding: 0 6px !important;
}

.compact-request-center[b-5swhpfo2g1] {
    flex: 1;
    min-width: 0; /* Allows text truncation */
    padding: 0 8px;
}

.compact-from-text[b-5swhpfo2g1] {
    font-size: 0.85rem;
    line-height: 1.2;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compact-meta-text[b-5swhpfo2g1] {
    font-size: 0.7rem;
    color: var(--mud-palette-text-secondary);
    opacity: 0.8;
}

.compact-request-actions[b-5swhpfo2g1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 70px;
}

.compact-action-btn[b-5swhpfo2g1] {
    height: 28px !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    border-radius: 4px !important;
    padding: 0 8px !important;
    min-width: 65px !important;
}

.deny-btn[b-5swhpfo2g1] {
    order: 2; /* Put deny button below accept */
}

.accept-btn[b-5swhpfo2g1] {
    order: 1; /* Put accept button on top */
}

.compact-status-text[b-5swhpfo2g1] {
    font-size: 0.65rem;
    color: var(--mud-palette-text-secondary);
    text-align: center;
    font-style: italic;
    line-height: 1.1;
}

.compact-notes-row[b-5swhpfo2g1] {
    display: flex;
    align-items: center;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--mud-palette-divider);
    gap: 6px;
}

.notes-icon[b-5swhpfo2g1] {
    color: var(--mud-palette-info) !important;
    opacity: 0.8;
}

.notes-btn[b-5swhpfo2g1] {
    font-size: 0.7rem !important;
    height: 24px !important;
    padding: 0 8px !important;
    min-height: unset !important;
}

.compact-view-all[b-5swhpfo2g1] {
    text-align: center;
    margin-top: 12px;
    padding: 8px;
}

/* Dark mode support */
[data-theme="dark"] .compact-request-item[b-5swhpfo2g1] {
    background: var(--mud-palette-dark);
    border-color: var(--mud-palette-dark-lighten);
}

[data-theme="dark"] .compact-request-item:hover[b-5swhpfo2g1] {
    background: var(--mud-palette-dark-lighten);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Extra small screens (< 350px width) */
@media (max-width: 349px) {
    .compact-request-main[b-5swhpfo2g1] {
        gap: 4px;
    }

    .compact-request-left[b-5swhpfo2g1] {
        min-width: 50px;
    }

    .compact-action-btn[b-5swhpfo2g1] {
        min-width: 60px !important;
        font-size: 0.6rem !important;
    }

    .compact-from-text[b-5swhpfo2g1] {
        font-size: 0.8rem;
    }
}

/* =======================================================
   COMPACT MOBILE MARKETPLACE POSTS LIST STYLE
   ======================================================= */

.compact-marketplace-item[b-5swhpfo2g1] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 12px;
    transition: all 0.2s ease;
}

.compact-marketplace-item:hover[b-5swhpfo2g1] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.compact-marketplace-main[b-5swhpfo2g1] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.compact-marketplace-center[b-5swhpfo2g1] {
    flex: 1;
    min-width: 0;
    padding: 0 8px;
}

.compact-marketplace-status[b-5swhpfo2g1] {
    font-size: 0.85rem;
    line-height: 1.2;
    margin-bottom: 2px;
    color: var(--mud-palette-text-primary);
}

.compact-marketplace-days[b-5swhpfo2g1] {
    font-size: 0.7rem;
    color: var(--mud-palette-text-secondary);
    opacity: 0.8;
    font-style: italic;
}

.compact-marketplace-actions[b-5swhpfo2g1] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 80px;
    justify-content: flex-end;
}

.compact-remove-btn[b-5swhpfo2g1] {
    height: 28px !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    border-radius: 4px !important;
    padding: 0 8px !important;
    min-width: 65px !important;
}

.compact-notes-icon-btn[b-5swhpfo2g1] {
    width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
}

.compact-notes-icon-btn .mud-icon-root[b-5swhpfo2g1] {
    font-size: 1rem !important;
}

/* Dark mode support */
[data-theme="dark"] .compact-marketplace-item[b-5swhpfo2g1] {
    background: var(--mud-palette-dark);
    border-color: var(--mud-palette-dark-lighten);
}

[data-theme="dark"] .compact-marketplace-item:hover[b-5swhpfo2g1] {
    background: var(--mud-palette-dark-lighten);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Extra small screens */
@media (max-width: 349px) {
    .compact-marketplace-actions[b-5swhpfo2g1] {
        flex-direction: column;
        gap: 4px;
        min-width: 65px;
    }

    .compact-remove-btn[b-5swhpfo2g1] {
        min-width: 60px !important;
        font-size: 0.6rem !important;
    }
}

.compact-swap-id[b-5swhpfo2g1] {
    font-size: 0.65rem;
    font-weight: 500;
    color: var(--mud-palette-text-secondary);
    text-align: center;
    line-height: 1;
    opacity: 0.8;
    margin-bottom: 2px;
}
/* _content/BFDApp/Components/Pages/UpcomingChanges.razor.rz.scp.css */
/* Base styles for the Upcoming Changes page */
.upcoming-changes-container[b-dzfve6cghy] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header section styling */
.header-section[b-dzfve6cghy] {
    margin-bottom: 2rem;
}

.header-icon[b-dzfve6cghy] {
    font-size: 3rem;
    opacity: 0.8;
}

/* Change item cards */
.change-card[b-dzfve6cghy] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
}

.change-card:hover[b-dzfve6cghy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Progress bars */
.progress-container[b-dzfve6cghy] {
    margin: 0.75rem 0;
}

/* Status chips */
.status-chip[b-dzfve6cghy] {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
}

/* Tag chips */
.tag-chip[b-dzfve6cghy] {
    font-size: 0.7rem;
    opacity: 0.8;
}

/* Feedback section */
.feedback-section[b-dzfve6cghy] {
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Section dividers */
.section-divider[b-dzfve6cghy] {
    margin: 2rem 0;
    opacity: 0.3;
}

/* Animation for completed items */
.completed-item[b-dzfve6cghy] {
    opacity: 0.85;
    position: relative;
}

.completed-item[b-dzfve6cghy]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 49%, rgba(76, 175, 80, 0.1) 50%, rgba(76, 175, 80, 0.1) 51%, transparent 52%);
    pointer-events: none;
    border-radius: 8px;
}

/* Mobile-specific optimizations */
@media (max-width: 768px) {
    .upcoming-changes-container[b-dzfve6cghy] {
        padding: 0.5rem;
    }

    /* Smaller header on mobile */
    .header-section[b-dzfve6cghy] {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .header-icon[b-dzfve6cghy] {
        font-size: 2rem;
        display: none; /* Hide decorative icons on small screens */
    }

    /* Full-width cards on mobile */
    .change-card[b-dzfve6cghy] {
        margin-bottom: 1rem;
    }

    /* Stack buttons vertically on mobile */
    .feedback-buttons[b-dzfve6cghy] {
        flex-direction: column !important;
        align-items: stretch;
        gap: 0.75rem;
    }

    .feedback-buttons .mud-button[b-dzfve6cghy] {
        width: 100%;
        justify-content: center;
    }

    /* Smaller chips on mobile */
    .status-chip[b-dzfve6cghy] {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }

    .tag-chip[b-dzfve6cghy] {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }

    /* Reduce spacing on mobile */
    .section-divider[b-dzfve6cghy] {
        margin: 1.5rem 0;
    }
}

/* Extra small screens (phones in portrait) */
@media (max-width: 480px) {
    .upcoming-changes-container[b-dzfve6cghy] {
        padding: 0.25rem;
    }

    /* Even more compact on very small screens */
    .change-card[b-dzfve6cghy] {
        padding: 1rem !important;
    }

    /* Adjust typography for small screens */
    .change-title[b-dzfve6cghy] {
        font-size: 1.1rem !important;
        line-height: 1.3;
    }

    .change-description[b-dzfve6cghy] {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    /* Stack status and date vertically on very small screens */
    .card-header[b-dzfve6cghy] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem;
    }

    .card-header .mud-typography[b-dzfve6cghy] {
        align-self: flex-end;
    }
}

/* Tablet and larger screens */
@media (min-width: 769px) {
    .upcoming-changes-container[b-dzfve6cghy] {
        padding: 1.5rem;
    }

    /* Enhance hover effects on non-touch devices */
    .change-card:hover[b-dzfve6cghy] {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

    /* Show decorative elements on larger screens */
    .header-icon[b-dzfve6cghy] {
        display: block;
    }
}

/* Large screens */
@media (min-width: 1200px) {
    .upcoming-changes-container[b-dzfve6cghy] {
        padding: 2rem;
    }

    /* More spacing on large screens */
    .section-divider[b-dzfve6cghy] {
        margin: 3rem 0;
    }

    .header-section[b-dzfve6cghy] {
        margin-bottom: 3rem;
    }
}

/* Print styles */
@media print {
    .upcoming-changes-container[b-dzfve6cghy] {
        padding: 0;
        max-width: 100%;
    }

    .change-card[b-dzfve6cghy] {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd;
        margin-bottom: 1rem;
    }

    .feedback-section[b-dzfve6cghy] {
        display: none;
    }

    .header-icon[b-dzfve6cghy] {
        display: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .change-card[b-dzfve6cghy] {
        border: 2px solid currentColor;
    }

    .completed-item[b-dzfve6cghy]::after {
        background: repeating-linear-gradient(
                45deg,
                transparent 0,
                transparent 10px,
                rgba(0, 0, 0, 0.1) 10px,
                rgba(0, 0, 0, 0.1) 20px
        );
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .change-card[b-dzfve6cghy] {
        transition: none;
    }

    .change-card:hover[b-dzfve6cghy] {
        transform: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    }
}
/* _content/BFDApp/Components/ShiftMarket/Components/ShiftAcceptanceDialog.razor.rz.scp.css */
[b-1s49pmtslx] .mud-list {
    background-color: transparent !important;
}

[b-1s49pmtslx] .mud-list-item {
    border-radius: 4px;
}

[b-1s49pmtslx] .mud-list-item:hover {
    background-color: var(--mud-palette-background-grey) !important;
}
[b-1s49pmtslx] .custom-list.mud-list {
    background-color: transparent !important;
}
