@import '_content/SportsTrakLib/SportsTrakLib.r6z746a4oq.bundle.scp.css';
@import '_content/TAC.Blazor/TAC.Blazor.0gqzn0dutk.bundle.scp.css';

/* /Pages/ReportMeetByEventPage.razor.rz.scp.css */
/* ReportMeetByEventPage Styles */

.report-page-container[b-1hvwd9vgl0] {
    display: flex;
    height: 100%;
    background-color: var(--trak-default-bg, #E8E9F3);
}

.report-filter-panel[b-1hvwd9vgl0] {
    width: 280px;
    min-width: 280px;
    background-color: var(--trak-color-white, White);
    border-right: 1px solid var(--trak-color-light-gray, #E2E3E9);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.filter-header[b-1hvwd9vgl0] {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid var(--trak-color-light-gray, #E2E3E9);
}

.filter-content[b-1hvwd9vgl0] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-label[b-1hvwd9vgl0] {
    font-size: 14px;
    color: var(--trak-color-dark-blue, #0A2463);
}

.report-print-btn[b-1hvwd9vgl0] {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--trak-color-dark-blue, #0A2463);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.report-print-btn:disabled[b-1hvwd9vgl0] {
    background-color: var(--trak-color-gray, #A9A9A9);
    cursor: not-allowed;
}

.report-print-btn:not(:disabled):hover[b-1hvwd9vgl0] {
    opacity: 0.9;
}

.report-content-area[b-1hvwd9vgl0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.report-loading[b-1hvwd9vgl0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.report-no-data[b-1hvwd9vgl0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: var(--trak-color-gray, #A9A9A9);
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .report-page-container[b-1hvwd9vgl0] {
        flex-direction: column;
    }

    .report-filter-panel[b-1hvwd9vgl0] {
        width: 100%;
        min-width: unset;
        border-right: none;
        border-bottom: 1px solid var(--trak-color-light-gray, #E2E3E9);
    }

    .report-content-area[b-1hvwd9vgl0] {
        min-height: 400px;
    }
}
/* /Pages/ReportMeetBySwimmerPage.razor.rz.scp.css */
/* ReportMeetBySwimmerPage Styles */

.report-page-container[b-rtcmqadvxt] {
    display: flex;
    height: 100%;
    background-color: var(--trak-default-bg, #E8E9F3);
}

.report-filter-panel[b-rtcmqadvxt] {
    width: 280px;
    min-width: 280px;
    background-color: var(--trak-color-white, White);
    border-right: 1px solid var(--trak-color-light-gray, #E2E3E9);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.filter-header[b-rtcmqadvxt] {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid var(--trak-color-light-gray, #E2E3E9);
}

.filter-content[b-rtcmqadvxt] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-label[b-rtcmqadvxt] {
    font-size: 14px;
    color: var(--trak-color-dark-blue, #0A2463);
}

.report-print-btn[b-rtcmqadvxt] {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--trak-color-dark-blue, #0A2463);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.report-print-btn:disabled[b-rtcmqadvxt] {
    background-color: var(--trak-color-gray, #A9A9A9);
    cursor: not-allowed;
}

.report-print-btn:not(:disabled):hover[b-rtcmqadvxt] {
    opacity: 0.9;
}

.report-content-area[b-rtcmqadvxt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.report-loading[b-rtcmqadvxt] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.report-no-data[b-rtcmqadvxt] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: var(--trak-color-gray, #A9A9A9);
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .report-page-container[b-rtcmqadvxt] {
        flex-direction: column;
    }

    .report-filter-panel[b-rtcmqadvxt] {
        width: 100%;
        min-width: unset;
        border-right: none;
        border-bottom: 1px solid var(--trak-color-light-gray, #E2E3E9);
    }

    .report-content-area[b-rtcmqadvxt] {
        min-height: 400px;
    }
}
/* /Pages/ReportSwimmerMeetPage.razor.rz.scp.css */
/* ReportSwimmerMeetPage Styles */

.report-page-container[b-207lf1lw04] {
    display: flex;
    height: 100%;
    background-color: var(--trak-default-bg, #E8E9F3);
}

.report-filter-panel[b-207lf1lw04] {
    width: 280px;
    min-width: 280px;
    background-color: var(--trak-color-white, White);
    border-right: 1px solid var(--trak-color-light-gray, #E2E3E9);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.filter-header[b-207lf1lw04] {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid var(--trak-color-light-gray, #E2E3E9);
}

.filter-content[b-207lf1lw04] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-label[b-207lf1lw04] {
    font-size: 14px;
    color: var(--trak-color-dark-blue, #0A2463);
}

.report-print-btn[b-207lf1lw04] {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--trak-color-dark-blue, #0A2463);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.report-print-btn:disabled[b-207lf1lw04] {
    background-color: var(--trak-color-gray, #A9A9A9);
    cursor: not-allowed;
}

.report-print-btn:not(:disabled):hover[b-207lf1lw04] {
    opacity: 0.9;
}

.report-content-area[b-207lf1lw04] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.report-loading[b-207lf1lw04] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.report-no-data[b-207lf1lw04] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: var(--trak-color-gray, #A9A9A9);
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .report-page-container[b-207lf1lw04] {
        flex-direction: column;
    }

    .report-filter-panel[b-207lf1lw04] {
        width: 100%;
        min-width: unset;
        border-right: none;
        border-bottom: 1px solid var(--trak-color-light-gray, #E2E3E9);
    }

    .report-content-area[b-207lf1lw04] {
        min-height: 400px;
    }
}
/* /Pages/ReportTopTimesPage.razor.rz.scp.css */
/* ReportTopTimesPage Styles */

.report-page-container[b-sl8csj0mg8] {
    display: flex;
    height: 100%;
    background-color: var(--trak-default-bg, #E8E9F3);
}

.report-filter-panel[b-sl8csj0mg8] {
    width: 280px;
    min-width: 280px;
    background-color: var(--trak-color-white, White);
    border-right: 1px solid var(--trak-color-light-gray, #E2E3E9);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.filter-header[b-sl8csj0mg8] {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid var(--trak-color-light-gray, #E2E3E9);
}

.filter-content[b-sl8csj0mg8] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-label[b-sl8csj0mg8] {
    font-size: 14px;
    color: var(--trak-color-dark-blue, #0A2463);
}

.report-print-btn[b-sl8csj0mg8] {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--trak-color-dark-blue, #0A2463);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.report-print-btn:disabled[b-sl8csj0mg8] {
    background-color: var(--trak-color-gray, #A9A9A9);
    cursor: not-allowed;
}

.report-print-btn:not(:disabled):hover[b-sl8csj0mg8] {
    opacity: 0.9;
}

.report-content-area[b-sl8csj0mg8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.report-loading[b-sl8csj0mg8] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.report-no-data[b-sl8csj0mg8] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: var(--trak-color-gray, #A9A9A9);
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .report-page-container[b-sl8csj0mg8] {
        flex-direction: column;
    }

    .report-filter-panel[b-sl8csj0mg8] {
        width: 100%;
        min-width: unset;
        border-right: none;
        border-bottom: 1px solid var(--trak-color-light-gray, #E2E3E9);
    }

    .report-content-area[b-sl8csj0mg8] {
        min-height: 400px;
    }
}
/* /Pages/SwimmingMainDashboard.razor.rz.scp.css */
.swimming-main-dashboard[b-x1i16l5udj] {
    padding: 8px;
    height: 100%;
    width: 100%;
}

.dashboard-loading[b-x1i16l5udj] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    min-height: 200px;
}

/* Welcome Panel */
.welcome-compact[b-x1i16l5udj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-height: 80px;
    padding: 8px 16px;
}

.welcome-label[b-x1i16l5udj] {
    font-size: 1.1rem;
    color: #555;
}

.welcome-app-name[b-x1i16l5udj] {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
}

.welcome-logo[b-x1i16l5udj] {
    max-height: 48px;
    max-width: 48px;
    object-fit: contain;
}

/* KPI Row */
.kpi-row[b-x1i16l5udj] {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding: 8px;
    width: 100%;
    height: 100%;
}

.kpi-card[b-x1i16l5udj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    min-width: 0;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.kpi-card:hover[b-x1i16l5udj] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.kpi-card-teams[b-x1i16l5udj] {
    border-top: 3px solid #2376D8;
}

.kpi-card-swimmers[b-x1i16l5udj] {
    border-top: 3px solid #FF7B0B;
}

.kpi-card-meets[b-x1i16l5udj] {
    border-top: 3px solid #156d0e;
}

.kpi-card-entries[b-x1i16l5udj] {
    border-top: 3px solid #FF3219;
    cursor: default;
}

.kpi-card-entries:hover[b-x1i16l5udj] {
    transform: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.kpi-value[b-x1i16l5udj] {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #1f2d3d;
}

.kpi-label[b-x1i16l5udj] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6C757D;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 6px;
}

/* Panel Title */
.panel-title[b-x1i16l5udj] {
    font-size: 1rem;
    font-weight: 600;
    padding: 4px 0 8px 0;
    color: #333;
}

/* Chart Title Link */
.chart-title-link[b-x1i16l5udj] {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    padding: 4px 0 8px 0;
    color: #2c3e50;
    transition: color 0.2s ease;
}

.chart-title-link:hover[b-x1i16l5udj] {
    text-decoration: underline;
    color: #3498DB;
}

/* Recent Meets Panel */
.recent-meets-panel[b-x1i16l5udj] {
    padding: 8px;
    height: 100%;
    overflow: auto;
    background: #fff;
    border-radius: 8px;
}

/* Chart Panel */
.chart-panel[b-x1i16l5udj] {
    padding: 8px;
    background: #fff;
    border-radius: 8px;
    height: 100%;
}

/* Empty State */
.empty-state[b-x1i16l5udj] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    color: #999;
    font-style: italic;
}
/* /Pages/SwimmingStatsPage.razor.rz.scp.css */
/* ── Page Layout ── */
.swimming-stats-page[b-7yjccezhu8] {
    display: flex;
    height: 100vh;
    background-color: #4A90D9;
    padding: 10px 0 0 0;
    overflow: hidden;
}

/* ── Sidebar ── */
.sidebar[b-7yjccezhu8] {
    width: 160px;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 4px;
}

.btn-back[b-7yjccezhu8] {
    background: none;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    margin-left: 10px;
}

.btn-back img[b-7yjccezhu8] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.home-players[b-7yjccezhu8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    padding: 0 4px;
    min-height: 0;
}

.player-btn[b-7yjccezhu8] {
    font-size: 14px;
    border: 2px solid #2E6DB4;
    cursor: pointer;
    padding: 8px 4px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-btn.selected[b-7yjccezhu8] {
    border-width: 4px;
    border-color: #00cc00;
    font-weight: bold;
}

.home-player-btn[b-7yjccezhu8] {
    background-color: #FCFAFA;
    color: black;
}



/* ── Main Content ── */
.main-content[b-7yjccezhu8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 0 10px 10px 0;
    min-height: 0;
}

/* ── Event Entry Form ── */
.event-form[b-7yjccezhu8] {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
    overflow-y: auto;
}

.form-title[b-7yjccezhu8] {
    font-size: 20px;
    font-weight: bold;
    color: #2E6DB4;
    margin: 0 0 6px 0;
}

.form-group[b-7yjccezhu8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-group label[b-7yjccezhu8] {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.form-group select[b-7yjccezhu8],
.form-group input[b-7yjccezhu8],
.form-group textarea[b-7yjccezhu8] {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background-color: AliceBlue;
}

.form-group select:focus[b-7yjccezhu8],
.form-group input:focus[b-7yjccezhu8],
.form-group textarea:focus[b-7yjccezhu8] {
    outline: none;
    border-color: #4A90D9;
    box-shadow: 0 0 0 2px rgba(74, 144, 217, 0.25);
}

.form-group-inline[b-7yjccezhu8] {
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

/* ── DQ Toggle Switch ── */
.toggle-switch[b-7yjccezhu8] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.toggle-switch input[b-7yjccezhu8] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-7yjccezhu8] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 26px;
    transition: 0.3s;
}

.toggle-slider[b-7yjccezhu8]::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

.toggle-switch input:checked + .toggle-slider[b-7yjccezhu8] {
    background-color: #f44336;
}

.toggle-switch input:checked + .toggle-slider[b-7yjccezhu8]::before {
    transform: translateX(24px);
}

/* ── Splits Toggle ── */
.btn-toggle-splits[b-7yjccezhu8] {
    background: none;
    border: 1px solid #4A90D9;
    color: #4A90D9;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    align-self: flex-start;
    margin-bottom: 4px;
}

.btn-toggle-splits:hover[b-7yjccezhu8] {
    background-color: #e8f0fe;
}

/* ── Relay Swimmers Section ── */
.relay-section[b-7yjccezhu8] {
    background-color: #f0f6ff;
    border: 1px solid #c0d8f0;
    border-radius: 6px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.relay-section-title[b-7yjccezhu8] {
    font-size: 16px;
    font-weight: bold;
    color: #2E6DB4;
    margin: 0;
}

.relay-leg[b-7yjccezhu8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.relay-leg label[b-7yjccezhu8] {
    font-weight: bold;
    font-size: 13px;
    color: #333;
}

.relay-leg select[b-7yjccezhu8] {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background-color: AliceBlue;
}

.relay-leg select:focus[b-7yjccezhu8] {
    outline: none;
    border-color: #4A90D9;
    box-shadow: 0 0 0 2px rgba(74, 144, 217, 0.25);
}

/* ── Form Actions ── */
.form-actions[b-7yjccezhu8] {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.btn-save[b-7yjccezhu8] {
    flex: 1;
    padding: 12px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.btn-save:hover[b-7yjccezhu8] {
    background-color: #43a047;
}

.btn-cancel[b-7yjccezhu8] {
    flex: 1;
    padding: 12px;
    background-color: #757575;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.btn-cancel:hover[b-7yjccezhu8] {
    background-color: #616161;
}

/* ── Events Section ── */
.events-section[b-7yjccezhu8] {
    background-color: white;
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 10px;
    border-radius: 8px;
}

.events-header[b-7yjccezhu8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
}

.btn-undo[b-7yjccezhu8] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background-color: #f44336;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.events-title[b-7yjccezhu8] {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    flex: 1;
}

.select-player-hint[b-7yjccezhu8] {
    text-align: center;
    color: #888;
    font-size: 14px;
    padding: 20px;
}

.events-list[b-7yjccezhu8] {
    overflow-y: auto;
    background-color: lightgray;
    margin: 4px 10px;
    flex: 1;
    max-height: 70vh;
}

.event-item[b-7yjccezhu8] {
    padding: 4px 8px;
    font-size: 14px;
    color: black;
    cursor: pointer;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.event-item-relay[b-7yjccezhu8] {
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 8px;
    gap: 2px;
}

.event-relay-line[b-7yjccezhu8] {
    font-weight: bold;
    font-size: 14px;
}

.event-relay-swimmers[b-7yjccezhu8] {
    font-size: 12px;
    color: #555;
}

.event-relay-detail[b-7yjccezhu8] {
    font-size: 12px;
    color: #333;
}

.event-item.selected[b-7yjccezhu8] {
    background-color: #bbdefb;
}

.event-item:hover[b-7yjccezhu8] {
    background-color: #e0e0e0;
}

/* ── Busy Indicator ── */
.trak-busy-overlay[b-7yjccezhu8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.trak-busy-message[b-7yjccezhu8] {
    margin-top: 12px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* ── Alert Popup ── */
.alert-overlay[b-7yjccezhu8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.alert-dialog[b-7yjccezhu8] {
    background: white;
    border-radius: 8px;
    padding: 20px;
    min-width: 280px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.alert-header[b-7yjccezhu8] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.alert-body[b-7yjccezhu8] {
    font-size: 14px;
    margin-bottom: 16px;
}

.alert-ok-btn[b-7yjccezhu8] {
    padding: 8px 32px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
