@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kiflmza7mf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kiflmza7mf] {
    flex: 1;
}

.sidebar[b-kiflmza7mf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kiflmza7mf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kiflmza7mf]  a, .top-row[b-kiflmza7mf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kiflmza7mf]  a:hover, .top-row[b-kiflmza7mf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kiflmza7mf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-kiflmza7mf] {
        justify-content: space-between;
    }

    .top-row[b-kiflmza7mf]  a, .top-row[b-kiflmza7mf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kiflmza7mf] {
        flex-direction: row;
    }

    .sidebar[b-kiflmza7mf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kiflmza7mf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kiflmza7mf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kiflmza7mf], article[b-kiflmza7mf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-kiflmza7mf] {
    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-kiflmza7mf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Bids/ClassListGrid.razor.rz.scp.css */
/* DiveInvoicing\Components\Pages\Bids\ClassListGrid.razor.css */

/* Hide grid and show cards on small screens */
@media (max-width: 768px) {
    .classlist-grid-desktop[b-y39jy2m3pu] {
        display: none !important;
    }

    .classlist-grid-mobile[b-y39jy2m3pu] {
        display: block !important;
    }
}

/* Show grid and hide cards on larger screens */
@media (min-width: 769px) {
    .classlist-grid-desktop[b-y39jy2m3pu] {
        display: block !important;
    }

    .classlist-grid-mobile[b-y39jy2m3pu] {
        display: none !important;
    }
}

.classlist-mobile-card[b-y39jy2m3pu] {
    width: 100%;
    margin-bottom: 0.5rem;
}
/* /Components/Pages/ClassCosting/ClassCostingDialog.razor.rz.scp.css */
/* Mobile padding to prevent edge overlap */
@media (max-width: 768px) {
    .fluent-dialog[b-wttekvqg0p] {
        padding: 10px;
    }
}

/* Color coding for discounted amounts */
.discounted-amount[b-wttekvqg0p] {
    color: var(--warning-foreground-2) !important;
}

/* Color coding for negative amounts */
.negative-amount[b-wttekvqg0p] {
    color: var(--error-foreground-2) !important;
}

/* Combined class for discounted negative amounts */
.discounted-amount.negative-amount[b-wttekvqg0p] {
    color: var(--error-foreground-2) !important;
}

/* Input controls */
.control-input[b-wttekvqg0p] {
    width: 120px;
}

/* Grid layout for input fields */
.input-grid[b-wttekvqg0p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 15px;
}

/* Section styling */
.section[b-wttekvqg0p] {
    margin-bottom: 24px;
}

.cost-section[b-wttekvqg0p] {
    margin-bottom: 24px;
}

.profitability-section[b-wttekvqg0p] {
    margin-bottom: 16px;
    padding: 16px;
    background-color: var(--neutral-layer-2);
    border-radius: 8px;
}

/* Section headers */
.section-header[b-wttekvqg0p] {
    margin-bottom: 12px;
    font-size: 1.1em;
}

.revenue-header[b-wttekvqg0p] {
    color: var(--accent-foreground-rest);
}

.cost-header[b-wttekvqg0p] {
    color: var(--neutral-foreground-rest);
}

.profitability-header[b-wttekvqg0p] {
    color: var(--accent-foreground-rest);
    margin-bottom: 16px;
}

/* Table styling */
.summary-table[b-wttekvqg0p] {
    margin-bottom: 0;
}

/* Table cell styling */
.label-cell[b-wttekvqg0p] {
    padding: 8px 12px;
    font-weight: 500;
}

.value-cell[b-wttekvqg0p] {
    padding: 8px 12px;
    text-align: right;
    font-weight: 600;
}

.cost-label-cell[b-wttekvqg0p] {
    padding: 6px 12px;
}

.cost-value-cell[b-wttekvqg0p] {
    padding: 6px 12px;
    text-align: right;
}

.total-label-cell[b-wttekvqg0p] {
    padding: 12px 12px 6px 12px;
    font-weight: 600;
    font-size: 1.05em;
    border-top: 2px solid var(--neutral-stroke-accessible);
}

.total-value-cell[b-wttekvqg0p] {
    padding: 12px 12px 6px 12px;
    text-align: right;
    font-weight: 600;
    font-size: 1.05em;
    border-top: 2px solid var(--neutral-stroke-accessible);
}

/* Header cells for profitability table */
.header-cell[b-wttekvqg0p] {
    padding: 8px 12px;
    font-weight: 600;
}

.header-cell-right[b-wttekvqg0p] {
    padding: 8px 12px;
    text-align: right;
    font-weight: 600;
}
/* /Components/Pages/ClassTypes/ClassTypeForm.razor.rz.scp.css */
/* Ensure consistent form field spacing and alignment */
.form-grid-item[b-481tpgscd0] {
    display: flex;
    flex-direction: column;
    min-height: 70px; /* Consistent height for all form controls */
}

.form-grid-item > *[b-481tpgscd0] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Align checkbox to match other controls */
.checkbox-container[b-481tpgscd0] {
    display: flex;
    align-items: flex-end;
    min-height: 70px;
    padding-bottom: 8px;
}
/* /Components/Pages/Invoicing/ManageInvoices.razor.rz.scp.css */
.table[b-uudb31pdbr] {
    color: black !important;
}
/* /Components/Pages/Templates/Index.razor.rz.scp.css */
/* Desktop-only styles */
.desktop-only[b-5sk05v5lnw] {
    display: block;
}

.mobile-only[b-5sk05v5lnw] {
    display: none;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .desktop-only[b-5sk05v5lnw] {
        display: none;
    }
    
    .mobile-only[b-5sk05v5lnw] {
        display: block;
    }
}
/* /Components/Shared/InvoiceCard.razor.rz.scp.css */
/* Invoice card container with responsive sizing */
.invoice-card[b-vxbo4t2wqm] {
    margin-bottom: 1rem;
    max-width: 100%;
}

/* Desktop layout - constrained width */
@media (min-width: 768px) {
    .invoice-card[b-vxbo4t2wqm] {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Only responsive classes needed */
@media (min-width: 768px) {
    .desktop-only[b-vxbo4t2wqm] {
        display: block;
    }
    .mobile-only[b-vxbo4t2wqm] {
        display: none;
    }
}

/* Mobile layout - proper spacing */
@media (max-width: 767px) {
    .invoice-card[b-vxbo4t2wqm] {
        margin-bottom: 1.5rem;
    }
    
    /* Stack header items vertically on mobile */
    .header-stack-mobile[b-vxbo4t2wqm] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
    }
    
    .header-info-mobile[b-vxbo4t2wqm] {
        flex-wrap: wrap;
        gap: 8px !important;
    }
}

@media (max-width: 767px) {
    .desktop-only[b-vxbo4t2wqm] {
        display: none;
    }
    .mobile-only[b-vxbo4t2wqm] {
        display: block;
    }
}

/* Remove inline styles that conflict */
.header-middle[b-vxbo4t2wqm] {
    flex-grow: 1;
}

.payout-date-container[b-vxbo4t2wqm] {
    min-width: 100px;
}

.payout-date-picker[b-vxbo4t2wqm] {
    max-width: 200px;
}

.divider[b-vxbo4t2wqm] {
    margin: 0;
}
/* /Components/Shared/Spinner.razor.rz.scp.css */
.spinner-container[b-vex48q41df] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Ensure it appears above other elements */
}

.spinner-border[b-vex48q41df] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
}
