/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-58nu5v9m6r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-58nu5v9m6r] {
    flex: 1;
    background-color: var(--color-neutral-50);
}

.sidebar[b-58nu5v9m6r] {
    background-image: var(--sidebar-bg);
}

.top-row[b-58nu5v9m6r] {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-neutral-200);
    box-shadow: var(--shadow-sm);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-58nu5v9m6r]  a, .top-row[b-58nu5v9m6r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-58nu5v9m6r]  a:hover, .top-row[b-58nu5v9m6r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-58nu5v9m6r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row[b-58nu5v9m6r] {
        justify-content: space-between;
    }

    .top-row[b-58nu5v9m6r]  a, .top-row[b-58nu5v9m6r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-58nu5v9m6r] {
        flex-direction: row;
    }

    .sidebar[b-58nu5v9m6r] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-58nu5v9m6r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-58nu5v9m6r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-58nu5v9m6r], article[b-58nu5v9m6r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-elltx885zi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-elltx885zi] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-brand[b-elltx885zi] {
    font-family: var(--font-display);
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.bi[b-elltx885zi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    opacity: 0.7;
    transition: opacity 150ms ease;
}

.nav-item[b-elltx885zi]  a.active .bi,
.nav-item[b-elltx885zi]  a:hover .bi {
    opacity: 1;
}

.bi-calendar-event-nav-menu[b-elltx885zi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23B0B5C0' class='bi bi-calendar-event' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}

.nav-item[b-elltx885zi] {
    font-size: 0.9375rem;
    padding-bottom: 0.375rem;
}

    .nav-item:first-of-type[b-elltx885zi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-elltx885zi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-elltx885zi]  a {
        color: var(--sidebar-text);
        border-radius: var(--radius-md);
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        transition: background-color 150ms ease, color 150ms ease;
        border-left: 3px solid transparent;
    }

.nav-item[b-elltx885zi]  a.active {
    background-color: var(--sidebar-active-bg);
    color: var(--sidebar-text-active);
    border-left-color: var(--color-primary);
}

.nav-item[b-elltx885zi]  a:hover {
    background-color: var(--sidebar-hover-bg);
    color: var(--sidebar-text-active);
}

[b-elltx885zi] .nav-user-section {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: auto;
}

@media (min-width: 768px) {
    .navbar-toggler[b-elltx885zi] {
        display: none;
    }

    .collapse[b-elltx885zi] {
        display: block;
    }

    .nav-scrollable[b-elltx885zi] {
        height: calc(100vh - 3.5rem - 5rem);
        overflow-y: auto;
    }
}
/* /Pages/HolidayScanner.razor.rz.scp.css */
.territory-list[b-p84pmb6jzu] {
    max-height: 60vh;
    overflow-y: auto;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
}

.territory-item[b-p84pmb6jzu] {
    display: flex;
    align-items: center;
    padding: 0.4rem 0.6rem;
    cursor: pointer;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    transition: background-color 0.15s;
}

.territory-item:last-child[b-p84pmb6jzu] {
    border-bottom: none;
}

.territory-item:hover[b-p84pmb6jzu] {
    background-color: var(--bs-tertiary-bg, #f8f9fa);
}

.territory-item.selected[b-p84pmb6jzu] {
    background-color: var(--bs-primary-bg-subtle, #cfe2ff);
    font-weight: 600;
}
