/* _content/SupportApp/Layout/MainLayout.razor.rz.scp.css */
@media (min-width: 641px) {
    .sidebar[b-q4k6qsi31j] {
        flex: 0 0 auto;
        width: 400px;
    }

    .sidebar-resizer[b-q4k6qsi31j] {
        width: 6px;
        cursor: col-resize;
        background-color: rgba(0,0,0,0.05);
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar-resizer:hover[b-q4k6qsi31j] {
        background-color: rgba(0,0,0,0.15);
    }
}
.page[b-q4k6qsi31j] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

main[b-q4k6qsi31j] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.sidebar[b-q4k6qsi31j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-q4k6qsi31j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-q4k6qsi31j]  a, .top-row .btn-link[b-q4k6qsi31j] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-q4k6qsi31j] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Make the main content area scrollable within the fixed viewport */
.content[b-q4k6qsi31j] {
    flex: 1;
    overflow: auto;
    min-height: 0;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-q4k6qsi31j] {
        display: none;
    }

    .top-row.auth[b-q4k6qsi31j] {
        justify-content: space-between;
    }

    .top-row a[b-q4k6qsi31j], .top-row .btn-link[b-q4k6qsi31j] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q4k6qsi31j] {
        flex-direction: row;
    }

    .sidebar[b-q4k6qsi31j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q4k6qsi31j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-q4k6qsi31j], article[b-q4k6qsi31j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SupportApp/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ccjklrr0o8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ccjklrr0o8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ccjklrr0o8] {
    font-size: 1.1rem;
}

.oi[b-ccjklrr0o8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ccjklrr0o8] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-ccjklrr0o8] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-ccjklrr0o8] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-ccjklrr0o8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        min-height: 2.25rem;
        display: flex;
        align-items: center;
        line-height: 1.2; /* more compact line wrapping */
        padding: 0.35rem 0.5rem;
        white-space: normal; /* allow wrapping */
        word-break: break-word; /* avoid overflow */
    }

/* More compact for nested items */
.ps-4 .nav-item[b-ccjklrr0o8] {
    font-size: 0.85rem;
    padding-bottom: 0.2rem;
}

.ps-4 .nav-item[b-ccjklrr0o8]  a {
    min-height: 2rem;
    line-height: 1.15; /* even tighter for nested */
    padding: 0.3rem 0.5rem;
}

        .nav-item[b-ccjklrr0o8]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-ccjklrr0o8]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-ccjklrr0o8] {
        display: none;
    }

    .collapse[b-ccjklrr0o8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* Brand styles */
.app-brand[b-ccjklrr0o8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.app-brand .brand-icon[b-ccjklrr0o8] {
    display: inline-block;
}

/* Tabs for Explorer/Support */
.nav-tabs[b-ccjklrr0o8] {
    display: flex;
    gap: 0.5rem;
    margin: 0.5rem 0 0.25rem 0;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.tab-button[b-ccjklrr0o8] {
    background: transparent;
    border: 1px solid transparent;
    color: #d7d7d7;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    cursor: pointer;
    height: 2rem;
    line-height: 1.6rem;
}

.tab-button.active[b-ccjklrr0o8] {
    background-color: rgba(255,255,255,0.15);
    color: #fff;
    border-color: rgba(255,255,255,0.15);
}

.tab-button:hover[b-ccjklrr0o8] {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}
/* _content/SupportApp/Pages/Bookings/ByPlace.razor.rz.scp.css */
.row-scroll[b-ahz34ke0x4] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: .5rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-bottom: .25rem;
}

.row-scroll[b-ahz34ke0x4]::-webkit-scrollbar {
    height: 8px;
}

.row-scroll[b-ahz34ke0x4]::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 4px;
}

.row-scroll > .card[b-ahz34ke0x4] {
    min-width: 260px;
    flex: 0 0 auto;
}


.selectable[b-ahz34ke0x4] { cursor: pointer; }

.gantt[b-ahz34ke0x4] {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
}

.gantt-header[b-ahz34ke0x4] {
    display: grid;
    grid-template-columns: 220px 1fr;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem .25rem 0 0;
    border-bottom: 0;
    overflow: hidden;
}

.gantt-header-label[b-ahz34ke0x4] {
    background: rgba(0,0,0,.02);
}

.gantt-header-hours[b-ahz34ke0x4] {
    display: grid;
    grid-template-columns: repeat(24, minmax(0, 1fr));
}

.gantt-header-hour[b-ahz34ke0x4] {
    font-size: 12px;
    line-height: 1;
    padding: .5rem 0;
    padding-left: 4px;
    text-align: left;
    border-left: 1px solid rgba(0,0,0,.08);
}

.gantt-header-hour:first-child[b-ahz34ke0x4] { border-left: 0; }

.gantt-row[b-ahz34ke0x4] {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: stretch;
    border-top: 1px solid rgba(0,0,0,.05);
}

.gantt-row:first-child[b-ahz34ke0x4] { border-top: 0; }

.gantt-row-label[b-ahz34ke0x4] {
    padding: .5rem .75rem;
    background: rgba(0,0,0,.02);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gantt-row-bars[b-ahz34ke0x4] {
    position: relative;
    height: 48px;
    background-image: repeating-linear-gradient(to right,
        rgba(0,0,0,.02) 0,
        rgba(0,0,0,.02) calc((100% / 24) - 1px),
        rgba(0,0,0,.08) calc((100% / 24) - 1px),
        rgba(0,0,0,.08) calc(100% / 24)
    );
}

.gantt-bar[b-ahz34ke0x4] {
    position: absolute;
    top: 12px;
    height: 24px;
    background: rgba(13,110,253,.35);
    border: 1px solid rgba(13,110,253,.6);
    border-radius: 4px;
    min-width: 2px;
    cursor: pointer;
}

/* Simple modal for booking details */
.gantt-modal-backdrop[b-ahz34ke0x4] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 1050;
}

.gantt-modal[b-ahz34ke0x4] {
    position: fixed;
    left: 50%;
    top: 10vh;
    transform: translateX(-50%);
    width: min(560px, 92vw);
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    z-index: 1060;
}

.gantt-modal-header[b-ahz34ke0x4] {
    padding: .75rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gantt-modal-body[b-ahz34ke0x4] {
    padding: 1rem;
}
