@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* _content/HotelCleanApp.Web/Components/Layout/MainAdminLayout.razor.rz.scp.css */
.page[b-6cd6divf5x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6cd6divf5x] {
    flex: 1;
}

.sidebar[b-6cd6divf5x] {
    background-color: rgb(59, 136, 249);
}

.top-row[b-6cd6divf5x] {
    background-color: rgb(59, 136, 249);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6cd6divf5x]  a, .top-row[b-6cd6divf5x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6cd6divf5x]  a:hover, .top-row[b-6cd6divf5x]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6cd6divf5x]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6cd6divf5x] {
        justify-content: space-between;
    }

    .top-row[b-6cd6divf5x]  a, .top-row[b-6cd6divf5x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6cd6divf5x] {
        flex-direction: row;
    }

    .sidebar[b-6cd6divf5x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6cd6divf5x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6cd6divf5x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6cd6divf5x], article[b-6cd6divf5x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6cd6divf5x] {
    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-6cd6divf5x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



/* Top navbar */
.ui.menu.navbar-menu[b-6cd6divf5x] {
    background-color: #3b88f9 !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}
.ui.menu.navbar-menu .item[b-6cd6divf5x],
.ui.menu.navbar-menu .dropdown[b-6cd6divf5x] {
    color: white !important;
}
.ui.menu.navbar-menu .ui.dropdown .menu[b-6cd6divf5x] {
    color: rgba(0,0,0,.87) !important;
}
.ui.menu.navbar-menu .ui.dropdown .menu .item[b-6cd6divf5x] {
    color: rgba(0,0,0,.87) !important;
}

/* Room tile: thicker top border */
.room-tile.ui.basic.button[b-6cd6divf5x] {
    border-top: 2px solid !important;
}

/* Mobile responsive */
@media only screen and (max-width: 767px) {
    .main-content[b-6cd6divf5x] {
        margin-left: 0;
        padding: 10px;
    }
    .sidebar-desktop[b-6cd6divf5x] {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .sidebar-mobile-toggle[b-6cd6divf5x] {
        display: none !important;
    }
}
/* _content/HotelCleanApp.Web/Components/Layout/MainGlobalLayout.razor.rz.scp.css */
.page[b-do5ymnl9so] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-do5ymnl9so] {
    flex: 1;
}

.sidebar[b-do5ymnl9so] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-do5ymnl9so] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-do5ymnl9so]  a, .top-row[b-do5ymnl9so]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-do5ymnl9so]  a:hover, .top-row[b-do5ymnl9so]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-do5ymnl9so]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-do5ymnl9so] {
        justify-content: space-between;
    }

    .top-row[b-do5ymnl9so]  a, .top-row[b-do5ymnl9so]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-do5ymnl9so] {
        flex-direction: row;
    }

    .sidebar[b-do5ymnl9so] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-do5ymnl9so] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-do5ymnl9so]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-do5ymnl9so], article[b-do5ymnl9so] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-do5ymnl9so] {
    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-do5ymnl9so] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HotelCleanApp.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r17nzqrz3t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r17nzqrz3t] {
    flex: 1;
}

.sidebar[b-r17nzqrz3t] {
    background-color: rgb(59, 136, 249);
}

.top-row[b-r17nzqrz3t] {
    background-color: rgb(59, 136, 249);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r17nzqrz3t]  a, .top-row[b-r17nzqrz3t]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r17nzqrz3t]  a:hover, .top-row[b-r17nzqrz3t]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r17nzqrz3t]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r17nzqrz3t] {
        justify-content: space-between;
    }

    .top-row[b-r17nzqrz3t]  a, .top-row[b-r17nzqrz3t]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r17nzqrz3t] {
        flex-direction: row;
    }

    .sidebar[b-r17nzqrz3t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r17nzqrz3t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r17nzqrz3t]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r17nzqrz3t], article[b-r17nzqrz3t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-r17nzqrz3t] {
    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-r17nzqrz3t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



/* Top navbar */
.ui.menu.navbar-menu[b-r17nzqrz3t] {
    background-color: #3b88f9 !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
}
.ui.menu.navbar-menu .item[b-r17nzqrz3t],
.ui.menu.navbar-menu .dropdown[b-r17nzqrz3t] {
    color: white !important;
}
.ui.menu.navbar-menu .ui.dropdown .menu[b-r17nzqrz3t] {
    color: rgba(0,0,0,.87) !important;
}
.ui.menu.navbar-menu .ui.dropdown .menu .item[b-r17nzqrz3t] {
    color: rgba(0,0,0,.87) !important;
}

/* Room tile: thicker top border */
.room-tile.ui.basic.button[b-r17nzqrz3t] {
    border-top: 2px solid !important;
}

/* Mobile responsive */
@media only screen and (max-width: 767px) {
    .main-content[b-r17nzqrz3t] {
        margin-left: 0;
        padding: 10px;
    }
    .sidebar-desktop[b-r17nzqrz3t] {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .sidebar-mobile-toggle[b-r17nzqrz3t] {
        display: none !important;
    }
}
/* _content/HotelCleanApp.Web/Components/Layout/NavAdminMenu.razor.rz.scp.css */
.navbar-toggler[b-fet90ept4h] {
    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-fet90ept4h] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fet90ept4h] {
    min-height: 3.5rem;
    background-color: rgb(59, 136, 249);
}

.navbar-brand[b-fet90ept4h] {
    font-size: 1.1rem;
}

.bi[b-fet90ept4h] {
    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-fet90ept4h] {
    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-fet90ept4h] {
    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-fet90ept4h] {
    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-fet90ept4h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fet90ept4h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fet90ept4h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fet90ept4h]  .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-fet90ept4h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fet90ept4h]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fet90ept4h] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fet90ept4h] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fet90ept4h] {
        display: none;
    }

    .nav-scrollable[b-fet90ept4h] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/HotelCleanApp.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mih2qpf2si] {
    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-mih2qpf2si] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mih2qpf2si] {
    min-height: 3.5rem;
    background-color: rgb(59, 136, 249);
}

.navbar-brand[b-mih2qpf2si] {
    font-size: 1.1rem;
}

.bi[b-mih2qpf2si] {
    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-mih2qpf2si] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' 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-user-fill-nav-menu[b-mih2qpf2si] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="white" class="bi bi-people-fill" viewBox="0 0 16 16"><path d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"/></svg>');
}

.bi-settings-fill-nav-menu[b-mih2qpf2si] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="white" class="bi bi-gear-wide-connected" viewBox="0 0 16 16"><path d="M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5m0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78zM5.048 3.967l-.087.065zm-.431.355A4.98 4.98 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8zm.344 7.646.087.065z"/></svg>');
}

.bi-dollar-fill-nav-menu[b-mih2qpf2si] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="white" class="bi bi-currency-dollar" viewBox="0 0 16 16"><path d="M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73z"/></svg>');
}

.bi-informations-fill-nav-menu[b-mih2qpf2si] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="white" class="bi bi-info-lg" viewBox="0 0 16 16"><path d="m9.708 6.075-3.024.379-.108.502.595.108c.387.093.464.232.38.619l-.975 4.577c-.255 1.183.14 1.74 1.067 1.74.72 0 1.554-.332 1.933-.789l.116-.549c-.263.232-.65.325-.905.325-.363 0-.494-.255-.402-.704zm.091-2.755a1.32 1.32 0 1 1-2.64 0 1.32 1.32 0 0 1 2.64 0"/></svg>');
}

.bi-logout-fill-nav-menu[b-mih2qpf2si] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="white" class="bi bi-box-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0z"/><path fill-rule="evenodd" d="M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708z"/></svg>');
}

.bi-plus-square-fill-nav-menu[b-mih2qpf2si] {
    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-mih2qpf2si] {
    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-mih2qpf2si] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mih2qpf2si] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mih2qpf2si] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mih2qpf2si]  .nav-link {
        color: #ffffff;
        background: none;
        border: none;
        border-radius: 4px;
        height: 6rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mih2qpf2si]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mih2qpf2si]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mih2qpf2si] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mih2qpf2si] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mih2qpf2si] {
        display: none;
    }

    .nav-scrollable[b-mih2qpf2si] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
