@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ux4f40bfrg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-ux4f40bfrg] {
    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-ux4f40bfrg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/IBooking/Administration/EditCourse.razor.rz.scp.css */
label[b-xre0tie31a] {
    font-weight: 700
}

    label.noblock[b-xre0tie31a] {
        display: contents;
    }
/* /Components/Pages/IBooking/Administration/EditDay.razor.rz.scp.css */
label[b-wxva23bxeg] {
    font-weight: 700
}

    label.noblock[b-wxva23bxeg] {
        display: contents;
    }
/* /Components/Pages/IBooking/Courses.razor.rz.scp.css */
span.look-like-link[b-z5egqn8477] {
    cursor: pointer;
    color: #2179a7;
}

    span.look-like-link:hover[b-z5egqn8477] {
        background-color: #d7e5ed;
    }
/* /Components/Pages/IBooking/Header.razor.rz.scp.css */
.ibooking-header[b-wsyi0tkp50] {
    width: 100%;
    display: inline-block;
}
/* /Components/Pages/Skyview/WishlistModal.razor.rz.scp.css */
.modal[b-80e5vdydcw] {
    height: auto;
    position: fixed;
}

.modal-backdrop[b-80e5vdydcw] {
    position: fixed;
}

.color-circle[b-80e5vdydcw] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%; /* Makes the element circular */
}

.dropdown-list[b-80e5vdydcw] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    width: 280px;
}

.dropdown-list li[b-80e5vdydcw] {
    padding: 8px;
    cursor: pointer;
}

.dropdown-list li:hover[b-80e5vdydcw] {
    background-color: #f0f0f0;
}

.btn-group-xs > .btn[b-80e5vdydcw], .btn-xs[b-80e5vdydcw] {
    padding: .5rem .3rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}
/* /Components/Pages/Statistics/Statistics.razor.rz.scp.css */
.stats-page[b-wb24oe6ygk] {
    --ink: #0b0b0b;
    --ink-2: #52514e;
    --muted: #898781;
    --hairline: rgba(11, 11, 11, 0.10);
    --surface: #ffffff;
    --accent: #2a78d6;
    --accent-soft: #eef4fc;
    --up: #006300;
    --up-bg: rgba(12, 163, 12, 0.10);
    --down: #b42318;
    --down-bg: rgba(208, 59, 59, 0.08);
}

.stats-period-text[b-wb24oe6ygk] {
    margin: -0.25rem 0 1rem;
    color: var(--muted);
    font-size: 0.9rem;
}

/* ---------- Filter bar ---------- */

.stats-filters[b-wb24oe6ygk] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 1.25rem;
    padding: 0.9rem 1rem;
    margin-bottom: 1.25rem;
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: 12px;
}

.stats-filter[b-wb24oe6ygk] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.stats-filter > label[b-wb24oe6ygk] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--muted);
}

.stats-filter select[b-wb24oe6ygk],
.stats-filter input[type="date"][b-wb24oe6ygk] {
    font: inherit;
    font-size: 0.9rem;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid #d5d4cd;
    border-radius: 8px;
    padding: 0.4rem 0.6rem;
    min-height: 2.35rem;
}

.stats-filter select:focus-visible[b-wb24oe6ygk],
.stats-filter input:focus-visible[b-wb24oe6ygk],
.stats-segmented button:focus-visible[b-wb24oe6ygk] {
    outline: 2px solid var(--accent);
    outline-offset: 1px;
}

.stats-filter select[b-wb24oe6ygk] {
    min-width: 11rem;
    cursor: pointer;
}

.stats-segmented[b-wb24oe6ygk] {
    display: inline-flex;
    border: 1px solid #d5d4cd;
    border-radius: 8px;
    overflow: hidden;
    background: var(--surface);
}

.stats-segmented button[b-wb24oe6ygk] {
    font: inherit;
    font-size: 0.85rem;
    color: var(--ink-2);
    background: transparent;
    border: none;
    border-right: 1px solid #e5e4dd;
    padding: 0.45rem 0.8rem;
    cursor: pointer;
    min-height: 2.2rem;
}

.stats-segmented button:last-child[b-wb24oe6ygk] {
    border-right: none;
}

.stats-segmented button:hover:not(:disabled):not(.active)[b-wb24oe6ygk] {
    background: #f5f4f0;
}

.stats-segmented button.active[b-wb24oe6ygk] {
    background: var(--accent-soft);
    color: #1c5cab;
    font-weight: 600;
}

.stats-segmented button:disabled[b-wb24oe6ygk] {
    color: #c3c2b7;
    cursor: default;
}

.stats-filter-toggle[b-wb24oe6ygk] {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.55rem;
}

.stats-filter-toggle > label[b-wb24oe6ygk] {
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ink-2);
    order: 2;
    cursor: pointer;
}

.stats-filter-toggle input[type="checkbox"][b-wb24oe6ygk] {
    order: 1;
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--accent);
    cursor: pointer;
}

/* ---------- Loading ---------- */

.stats-content[b-wb24oe6ygk] {
    transition: opacity 0.15s ease;
}

.stats-loading[b-wb24oe6ygk] {
    opacity: 0.55;
    pointer-events: none;
}

/* ---------- KPI tiles ---------- */

.stats-kpis[b-wb24oe6ygk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.stats-kpi[b-wb24oe6ygk] {
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.stats-kpi-label[b-wb24oe6ygk] {
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--muted);
}

.stats-kpi-value[b-wb24oe6ygk] {
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.1;
    color: var(--ink);
}

.stats-kpi-sub[b-wb24oe6ygk] {
    font-size: 0.78rem;
    color: var(--muted);
    min-height: 1.2rem;
}

.stats-kpi-delta[b-wb24oe6ygk] {
    align-self: flex-start;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    min-height: 1.2rem;
}

.stats-kpi-delta.up[b-wb24oe6ygk] {
    color: var(--up);
    background: var(--up-bg);
}

.stats-kpi-delta.down[b-wb24oe6ygk] {
    color: var(--down);
    background: var(--down-bg);
}

.stats-kpi-delta.flat[b-wb24oe6ygk] {
    color: var(--muted);
    background: transparent;
    padding-left: 0;
}

/* ---------- Chart grid & cards ---------- */

.stats-grid[b-wb24oe6ygk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.stats-card[b-wb24oe6ygk] {
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: 12px;
    padding: 1rem 1.1rem 0.5rem;
    min-width: 0;
}

.stats-span2[b-wb24oe6ygk] {
    grid-column: 1 / -1;
}

.stats-card header[b-wb24oe6ygk] {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    margin-bottom: 0.25rem;
}

.stats-card h2[b-wb24oe6ygk] {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ink);
    margin: 0;
}

.stats-card-sub[b-wb24oe6ygk] {
    font-size: 0.78rem;
    color: var(--muted);
}

.stats-empty[b-wb24oe6ygk] {
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: 12px;
    padding: 3rem 1rem;
    text-align: center;
    color: var(--muted);
}

/* ---------- Table view ---------- */

.stats-tables[b-wb24oe6ygk] {
    margin-top: 1rem;
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: 12px;
    padding: 0.9rem 1.1rem;
}

.stats-tables summary[b-wb24oe6ygk] {
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink-2);
}

.stats-tables-grid[b-wb24oe6ygk] {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 2rem;
    margin-top: 1rem;
    align-items: start;
}

.stats-tables table[b-wb24oe6ygk] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.83rem;
}

.stats-tables th[b-wb24oe6ygk] {
    text-align: left;
    font-weight: 600;
    color: var(--muted);
    border-bottom: 1px solid var(--hairline);
    padding: 0.35rem 0.5rem;
    white-space: nowrap;
}

.stats-tables td[b-wb24oe6ygk] {
    padding: 0.3rem 0.5rem;
    border-bottom: 1px solid #f0efec;
    color: var(--ink-2);
}

.stats-tables th.num[b-wb24oe6ygk],
.stats-tables td.num[b-wb24oe6ygk] {
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
    .stats-grid[b-wb24oe6ygk] {
        grid-template-columns: 1fr;
    }

    .stats-tables-grid[b-wb24oe6ygk] {
        grid-template-columns: 1fr;
    }

    .stats-filter[b-wb24oe6ygk] {
        flex: 1 1 45%;
    }

    .stats-filter select[b-wb24oe6ygk] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Pages/TandemStatistics/TandemStatistics.razor.rz.scp.css */
.tandem-year-nav[b-nk8b4lttkf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.tandem-year-nav a[b-nk8b4lttkf] {
    text-decoration: none;
}

.tandem-year-nav a:hover[b-nk8b4lttkf] {
    text-decoration: underline;
}

.tandem-compare-nav[b-nk8b4lttkf] {
    font-size: 0.9em;
    opacity: 0.85;
}

.tandem-compare-label[b-nk8b4lttkf] {
    color: #6b7280;
}

.tandem-compare-nav a[b-nk8b4lttkf] {
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
}

.tandem-compare-on[b-nk8b4lttkf] {
    background: #475569;
    color: #fff !important;
    border-color: #475569 !important;
}

.tandem-compare-off[b-nk8b4lttkf] {
    color: #475569;
}

button.btn[b-nk8b4lttkf] {
    transition: transform 60ms ease-out, box-shadow 60ms ease-out, filter 60ms ease-out;
}

button.btn:not(:disabled):hover[b-nk8b4lttkf] {
    filter: brightness(1.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

button.btn:not(:disabled):active[b-nk8b4lttkf] {
    transform: translateY(1px) scale(0.98);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.18);
    filter: brightness(0.95);
}
/* /Components/Pages/Transaction/RefundModal.razor.rz.scp.css */
.modal[b-sd6rn3sdls] {
    height: 100%;
    position: fixed;
}

.modal-backdrop[b-sd6rn3sdls] {
    position: fixed;
}
