/* _content/BowlingTracker/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-v7dz1a15va] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v7dz1a15va] {
    flex: 1;
}

.sidebar[b-v7dz1a15va] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (min-width: 641px) {
    .page[b-v7dz1a15va] {
        flex-direction: row;
    }

    .sidebar[b-v7dz1a15va] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    article[b-v7dz1a15va] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-v7dz1a15va] {
    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-v7dz1a15va] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BowlingTracker/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ianm7jcic0] {
    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-ianm7jcic0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ianm7jcic0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ianm7jcic0] {
    font-size: 1.1rem;
}

.brand-icon[b-ianm7jcic0] {
    position: relative;
    top: -2px;
    margin-right: 0.4rem;
}

.bi[b-ianm7jcic0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ianm7jcic0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-cup-nav-menu[b-ianm7jcic0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cellipse cx='7.5' cy='4.3' rx='4.3' ry='1.6'/%3E%3Cpath d='M4,5 L11,5 L11,14.5 C11,15.3 10.3,16 9.5,16 L5.5,16 C4.7,16 4,15.3 4,14.5 Z'/%3E%3Cpath d='M11,7 C13.5,7 13.5,11.5 11,11.5' stroke='white' stroke-width='1.3' fill='none'/%3E%3C/svg%3E");
}

.bi-cash-nav-menu[b-ianm7jcic0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Crect x='1' y='4' width='14' height='8' rx='1.5' fill='none' stroke='white' stroke-width='1.2'/%3E%3Ccircle cx='8' cy='8' r='2'/%3E%3Ccircle cx='3' cy='6' r='0.6'/%3E%3Ccircle cx='13' cy='6' r='0.6'/%3E%3Ccircle cx='3' cy='10' r='0.6'/%3E%3Ccircle cx='13' cy='10' r='0.6'/%3E%3C/svg%3E");
}

.bi-schedule-nav-menu[b-ianm7jcic0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M3,1 L9,1 L13,5 L13,15 C13,15.6 12.6,16 12,16 L3,16 C2.4,16 2,15.6 2,15 L2,2 C2,1.4 2.4,1 3,1 Z'/%3E%3Cpolygon points='9,1 13,5 9,5' fill='%23c8c8d0'/%3E%3Crect x='4' y='7.3' width='7' height='1.1' fill='%23495057'/%3E%3Crect x='4' y='9.8' width='7' height='1.1' fill='%23495057'/%3E%3Crect x='4' y='12.3' width='5' height='1.1' fill='%23495057'/%3E%3C/svg%3E");
}

.bi-stats-nav-menu[b-ianm7jcic0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Crect x='1.5' y='9' width='2.6' height='6'/%3E%3Crect x='6.7' y='5.5' width='2.6' height='9.5'/%3E%3Crect x='11.9' y='2' width='2.6' height='13'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-ianm7jcic0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Crect x='7.2' y='0.6' width='1.6' height='2.4'/%3E%3Crect x='7.2' y='13' width='1.6' height='2.4'/%3E%3Crect x='0.6' y='7.2' width='2.4' height='1.6'/%3E%3Crect x='13' y='7.2' width='2.4' height='1.6'/%3E%3Crect x='2.3' y='2.3' width='2' height='2'/%3E%3Crect x='11.7' y='2.3' width='2' height='2'/%3E%3Crect x='2.3' y='11.7' width='2' height='2'/%3E%3Crect x='11.7' y='11.7' width='2' height='2'/%3E%3Cpath fill-rule='evenodd' d='M8,2 a6,6 0 1,0 0.01,0 Z M8,5.3 a2.7,2.7 0 1,0 0.01,0 Z'/%3E%3C/svg%3E");
}

.nav-icon-text[b-ianm7jcic0] {
    display: inline-block;
    width: 1.25rem;
    margin-right: 0.75rem;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
}

.nav-item[b-ianm7jcic0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ianm7jcic0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ianm7jcic0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ianm7jcic0]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ianm7jcic0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ianm7jcic0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ianm7jcic0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ianm7jcic0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ianm7jcic0] {
        display: none;
    }

    .nav-scrollable[b-ianm7jcic0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
