@import '_content/EZAccess.BlazorCalendar/EZAccess.BlazorCalendar.p6s2vs2udx.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l0moju7hsc] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header[b-l0moju7hsc] {
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: var(--bs-box-shadow);
}

main[b-l0moju7hsc] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: calc(100vh - 3.5rem);
}

.navbar-brand[b-l0moju7hsc] {
    color: var(--bs-light)
}

#navbar-toggler-placeholder[b-l0moju7hsc] {
    width: 4rem;
}

.navbar-toggler[b-l0moju7hsc] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-l0moju7hsc] {
        background-color: rgba(255, 255, 255, 0.5);
    }

        .navbar-toggler:checked ~ .nav-scrollable[b-l0moju7hsc] {
            display: block;
        }

        .navbar-toggler:checked ~ article[b-l0moju7hsc] {
            display: none;
        }

.nav-scrollable[b-l0moju7hsc] {
    display: none;
    height: calc(100vh - 3.5rem);
    /*background-color: var(--bs-primary-bg-subtle);*/
    box-shadow: var(--bs-box-shadow);
}

@media (min-width: 768px) {
    main[b-l0moju7hsc] {
        flex-direction: row;
    }

    #navbar-toggler-placeholder[b-l0moju7hsc] {
        display: none
    }

    .navbar-toggler[b-l0moju7hsc] {
        display: none;
    }

    .nav-scrollable[b-l0moju7hsc] {
        width: 250px;
        position: sticky;
        top: 0;
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    article[b-l0moju7hsc] {
        width: calc(100vw - 250px)
    }
}

/* Display Error */

#blazor-error-ui[b-l0moju7hsc] {
    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-l0moju7hsc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
