@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5cwsdqr1j8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5cwsdqr1j8] {
    flex: 1;
}

.sidebar[b-5cwsdqr1j8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5cwsdqr1j8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5cwsdqr1j8]  a, .top-row[b-5cwsdqr1j8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5cwsdqr1j8]  a:hover, .top-row[b-5cwsdqr1j8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5cwsdqr1j8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5cwsdqr1j8] {
        justify-content: space-between;
    }

    .top-row[b-5cwsdqr1j8]  a, .top-row[b-5cwsdqr1j8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5cwsdqr1j8] {
        flex-direction: row;
    }

    .sidebar[b-5cwsdqr1j8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5cwsdqr1j8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5cwsdqr1j8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5cwsdqr1j8], article[b-5cwsdqr1j8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5cwsdqr1j8] {
    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-5cwsdqr1j8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.mobile-menu-trigger[b-5cwsdqr1j8] {
    align-items: center;
    background: linear-gradient(135deg, #ffffff, #efe7dd);
    border: 1px solid rgba(87, 41, 18, 0.14);
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(24, 34, 27, 0.12);
    color: #17211b;
    display: inline-flex;
    gap: 0.9rem;
    height: 56px;
    justify-content: center;
    margin: 0.75rem 1rem 0 0;
    min-width: 120px;
    padding: 0 1rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mobile-menu-trigger:hover[b-5cwsdqr1j8],
.mobile-menu-trigger:focus-visible[b-5cwsdqr1j8] {
    border-color: rgba(87, 41, 18, 0.28);
    box-shadow: 0 18px 36px rgba(24, 34, 27, 0.16);
    transform: translateY(-1px);
}

.mobile-menu-trigger.is-hidden[b-5cwsdqr1j8],
.mobile-menu-trigger:disabled[b-5cwsdqr1j8] {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px) scale(0.98);
}

.mobile-menu-trigger__label[b-5cwsdqr1j8] {
    font-size: 0.94rem;
    font-weight: 800;
}

.mobile-menu-trigger__icon[b-5cwsdqr1j8] {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-menu-trigger__icon span[b-5cwsdqr1j8] {
    background: #004c25;
    border-radius: 999px;
    display: block;
    height: 2px;
}

.mobile-menu-trigger__icon span:nth-child(1)[b-5cwsdqr1j8] {
    width: 18px;
}

.mobile-menu-trigger__icon span:nth-child(2)[b-5cwsdqr1j8] {
    width: 24px;
}

.mobile-menu-trigger__icon span:nth-child(3)[b-5cwsdqr1j8] {
    width: 14px;
}

.archive-dropdown[b-5cwsdqr1j8] {
    position: relative;
}

.archive-dropdown__toggle[b-5cwsdqr1j8] {
    background: transparent;
    border: 0;
    cursor: pointer;
    width: 100%;
}

.archive-dropdown__toggle[b-5cwsdqr1j8]::after {
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: 8px;
    margin-inline-start: 0.85rem;
    transform: translateY(-2px) rotate(-45deg);
    transition: transform 0.18s ease;
    width: 8px;
}

.archive-dropdown__toggle.show[b-5cwsdqr1j8]::after {
    transform: translateY(1px) rotate(135deg);
}

.archive-dropdown__backdrop[b-5cwsdqr1j8] {
    background: transparent;
    border: 0;
    inset: 0;
    position: fixed;
    z-index: 1040;
}

.archive-dropdown__menu[b-5cwsdqr1j8] {
    border: 1px solid rgba(0, 76, 37, 0.1);
    border-radius: 22px;
    box-shadow: 0 22px 44px rgba(18, 28, 21, 0.16);
    inset-inline-end: 0;
    inset-inline-start: auto;
    margin-top: 0.9rem;
    min-width: 16rem;
    padding: 0.45rem;
    position: absolute;
    top: 100%;
    z-index: 1050;
}

.archive-dropdown__menu .dropdown-item[b-5cwsdqr1j8] {
    border-radius: 16px;
    color: #17211b;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 0.8rem 0.95rem;
    text-align: right;
}

.archive-dropdown__menu .dropdown-item:hover[b-5cwsdqr1j8],
.archive-dropdown__menu .dropdown-item:focus-visible[b-5cwsdqr1j8],
.archive-dropdown__menu .dropdown-item.active[b-5cwsdqr1j8] {
    background: linear-gradient(135deg, rgba(0, 76, 37, 0.08), rgba(157, 203, 0, 0.08));
    color: #004c25;
}

.mobile-menu-trigger:focus-visible[b-5cwsdqr1j8],
.archive-dropdown__toggle:focus-visible[b-5cwsdqr1j8],
.archive-dropdown__backdrop:focus-visible[b-5cwsdqr1j8] {
    outline: 3px solid rgba(157, 203, 0, 0.4);
    outline-offset: 3px;
}

@media (min-width: 1200px) {
    .mobile-menu-trigger[b-5cwsdqr1j8] {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-menu-trigger[b-5cwsdqr1j8],
    .archive-dropdown__toggle[b-5cwsdqr1j8]::after {
        transition: none;
    }
}
/* /Components/Layout/MobileMenu.razor.rz.scp.css */
.mobile-menu[b-r1nzvf2r7k] {
    align-items: stretch;
    direction: ltr;
    display: flex;
    inset: 0;
    justify-content: flex-end;
    position: fixed;
    text-align: right;
    z-index: 1600;
}

.mobile-menu__backdrop[b-r1nzvf2r7k] {
    background:
        radial-gradient(circle at center, rgba(9, 18, 14, 0.14), transparent 42%),
        rgba(9, 18, 14, 0.54);
    backdrop-filter: blur(14px);
    border: 0;
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.26s ease;
}

.mobile-menu__panel[b-r1nzvf2r7k] {
    background:
        radial-gradient(circle at top right, rgba(157, 203, 0, 0.18), transparent 28%),
        radial-gradient(circle at 22% 14%, rgba(87, 41, 18, 0.09), transparent 20%),
        linear-gradient(180deg, rgba(251, 249, 244, 0.99), rgba(243, 239, 232, 0.99));
    border-bottom-left-radius: 34px;
    border-top-left-radius: 34px;
    box-shadow: 0 34px 84px rgba(14, 23, 18, 0.3);
    color: #192319;
    direction: rtl;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-inline-start: 0;
    margin-left: auto;
    max-width: min(92vw, 430px);
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateX(24px);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.26s ease;
    width: 100%;
}

.mobile-menu__panel-glow[b-r1nzvf2r7k] {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.55), transparent 36%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.22), transparent 28%);
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.mobile-menu.is-open .mobile-menu__backdrop[b-r1nzvf2r7k] {
    opacity: 1;
}

.mobile-menu.is-open .mobile-menu__panel[b-r1nzvf2r7k] {
    opacity: 1;
    transform: translateX(0);
}

.mobile-menu.is-closing .mobile-menu__backdrop[b-r1nzvf2r7k] {
    opacity: 0;
}

.mobile-menu.is-closing .mobile-menu__panel[b-r1nzvf2r7k] {
    opacity: 0;
    transform: translateX(18px);
}

.mobile-menu__header[b-r1nzvf2r7k] {
    align-items: center;
    backdrop-filter: blur(18px);
    background: linear-gradient(180deg, rgba(251, 249, 244, 0.96), rgba(251, 249, 244, 0.86));
    border-bottom: 1px solid rgba(0, 76, 37, 0.08);
    display: grid;
    gap: 0.9rem;
    grid-template-columns: auto 1fr auto;
    padding: calc(1rem + env(safe-area-inset-top)) 1rem 1rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.mobile-menu__close[b-r1nzvf2r7k] {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(87, 41, 18, 0.12);
    border-radius: 20px;
    box-shadow: 0 12px 24px rgba(23, 31, 24, 0.08);
    display: inline-flex;
    height: 52px;
    justify-content: center;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
    width: 52px;
}

.mobile-menu__close:hover[b-r1nzvf2r7k],
.mobile-menu__close:focus-visible[b-r1nzvf2r7k] {
    background: #fff;
    border-color: rgba(87, 41, 18, 0.24);
    transform: translateY(-1px);
}

.mobile-menu__close-icon[b-r1nzvf2r7k] {
    display: block;
    height: 18px;
    position: relative;
    width: 18px;
}

.mobile-menu__close-icon[b-r1nzvf2r7k]::before,
.mobile-menu__close-icon[b-r1nzvf2r7k]::after {
    background: #243326;
    border-radius: 999px;
    content: "";
    height: 2px;
    inset: 0;
    margin: auto;
    position: absolute;
    width: 18px;
}

.mobile-menu__close-icon[b-r1nzvf2r7k]::before {
    transform: rotate(45deg);
}

.mobile-menu__close-icon[b-r1nzvf2r7k]::after {
    transform: rotate(-45deg);
}

.mobile-menu__heading[b-r1nzvf2r7k] {
    min-width: 0;
}

.mobile-menu__eyebrow[b-r1nzvf2r7k] {
    color: #7a6655;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0;
}

.mobile-menu__title[b-r1nzvf2r7k] {
    color: #102315;
    font-size: 1.95rem;
    font-weight: 900;
    line-height: 0.98;
    margin: 0.12rem 0 0;
}

.mobile-menu__brand-mark[b-r1nzvf2r7k] {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 76, 37, 0.08);
    border-radius: 20px;
    box-shadow: 0 12px 26px rgba(25, 35, 25, 0.1);
    display: flex;
    height: 58px;
    justify-content: center;
    padding: 0.7rem;
    width: 58px;
}

.mobile-menu__brand-mark img[b-r1nzvf2r7k] {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.mobile-menu__body[b-r1nzvf2r7k] {
    flex: 1;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 1rem 1rem calc(1.35rem + env(safe-area-inset-bottom));
    position: relative;
    z-index: 1;
}

.mobile-menu__nav[b-r1nzvf2r7k] {
    display: grid;
    gap: 1.15rem;
}

.mobile-menu__section[b-r1nzvf2r7k] {
    display: grid;
    gap: 0.72rem;
}

.mobile-menu__section-title[b-r1nzvf2r7k] {
    color: #122617;
    font-size: 1.08rem;
    font-weight: 900;
    margin: 0;
    padding-inline: 0.2rem;
}

.mobile-menu__group[b-r1nzvf2r7k] {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(0, 76, 37, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(19, 28, 21, 0.08);
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0.35rem;
}

.mobile-menu__group--archive[b-r1nzvf2r7k] {
    background: linear-gradient(180deg, rgba(247, 250, 245, 0.98), rgba(255, 255, 255, 0.94));
}

.mobile-menu__group--utility[b-r1nzvf2r7k] {
    background: linear-gradient(180deg, rgba(250, 247, 244, 0.98), rgba(255, 255, 255, 0.94));
}

.mobile-menu__group > li[b-r1nzvf2r7k] {
    display: block;
}

.mobile-menu__group > li + li[b-r1nzvf2r7k] {
    border-top: 1px solid rgba(0, 76, 37, 0.08);
}

.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row {
    align-items: center;
    background: transparent;
    border-radius: 22px;
    box-sizing: border-box;
    color: #173122;
    cursor: pointer;
    display: flex;
    gap: 0.95rem;
    justify-content: space-between;
    min-height: 70px;
    padding: 0.85rem 1rem;
    position: relative;
    text-align: right;
    text-decoration: none !important;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, color 0.18s ease;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}

.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row:hover,
.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row:focus-visible {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 0 1px rgba(0, 76, 37, 0.08);
    color: #102315;
    transform: translateY(-1px);
}

.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row:active {
    background: rgba(241, 235, 228, 0.96);
    transform: scale(0.995);
}

.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 238, 232, 0.95));
    box-shadow: inset 0 0 0 1px rgba(87, 41, 18, 0.12);
}

.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row,
.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row:hover,
.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row:focus-visible,
.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row:active,
.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row:visited {
    text-decoration: none !important;
}

.mobile-menu__row-accent[b-r1nzvf2r7k] {
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 76, 37, 0.16), rgba(0, 76, 37, 0.06));
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    display: inline-flex;
    flex-shrink: 0;
    height: 46px;
    justify-content: center;
    position: relative;
    width: 46px;
}

.mobile-menu__row-accent[b-r1nzvf2r7k]::after {
    background: #006334;
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.22);
    content: "";
    height: 10px;
    opacity: 0.96;
    width: 10px;
}

.mobile-menu__row-accent--archive[b-r1nzvf2r7k] {
    background: linear-gradient(180deg, rgba(191, 213, 104, 0.26), rgba(146, 170, 38, 0.08));
}

.mobile-menu__row-accent--archive[b-r1nzvf2r7k]::after {
    background: #8d9e1b;
}

.mobile-menu__row-accent--utility[b-r1nzvf2r7k] {
    background: linear-gradient(180deg, rgba(119, 77, 53, 0.18), rgba(87, 41, 18, 0.08));
}

.mobile-menu__row-accent--utility[b-r1nzvf2r7k]::after {
    background: #6f3d20;
}

.mobile-menu__row-label[b-r1nzvf2r7k] {
    align-items: center;
    color: #173122;
    display: flex;
    flex: 1;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    min-width: 0;
    padding-inline-start: 0.9rem;
    text-decoration: none !important;
}

.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row:hover .mobile-menu__row-label,
.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row:focus-visible .mobile-menu__row-label,
.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row.active .mobile-menu__row-label {
    color: #102315;
}

.mobile-menu__close:focus-visible[b-r1nzvf2r7k],
.mobile-menu__group[b-r1nzvf2r7k]  .mobile-menu__row:focus-visible,
.mobile-menu__backdrop:focus-visible[b-r1nzvf2r7k] {
    outline: 3px solid rgba(157, 203, 0, 0.42);
    outline-offset: 3px;
}

@media (max-width: 420px) {
    .mobile-menu__header[b-r1nzvf2r7k] {
        gap: 0.75rem;
        padding-inline: 0.85rem;
    }

    .mobile-menu__body[b-r1nzvf2r7k] {
        padding-inline: 0.85rem;
    }

    .mobile-menu__title[b-r1nzvf2r7k] {
        font-size: 1.78rem;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .mobile-menu__panel[b-r1nzvf2r7k] {
        max-width: min(72vw, 440px);
    }

    .mobile-menu__header[b-r1nzvf2r7k] {
        padding-bottom: 0.85rem;
        padding-top: calc(0.75rem + env(safe-area-inset-top));
    }

    .mobile-menu__body[b-r1nzvf2r7k] {
        padding-top: 0.75rem;
    }

    .mobile-menu__nav[b-r1nzvf2r7k] {
        gap: 0.95rem;
    }

    .mobile-menu__row[b-r1nzvf2r7k] {
        min-height: 66px;
    }
}

@media (min-width: 1200px) {
    .mobile-menu[b-r1nzvf2r7k] {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-menu__backdrop[b-r1nzvf2r7k],
    .mobile-menu__panel[b-r1nzvf2r7k],
    .mobile-menu__row[b-r1nzvf2r7k],
    .mobile-menu__close[b-r1nzvf2r7k] {
        transition: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kgjphuixwz] {
    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-kgjphuixwz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-kgjphuixwz] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kgjphuixwz] {
    font-size: 1.1rem;
}

.bi[b-kgjphuixwz] {
    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-kgjphuixwz] {
    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-plus-square-fill-nav-menu[b-kgjphuixwz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-kgjphuixwz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-kgjphuixwz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kgjphuixwz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kgjphuixwz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kgjphuixwz]  .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-kgjphuixwz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-kgjphuixwz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-kgjphuixwz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-kgjphuixwz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kgjphuixwz] {
        display: none;
    }

    .nav-scrollable[b-kgjphuixwz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
