@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/PLWAdmin/Components/Admin/EditParty.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-5c9zg53elp] {
    height: 15rem;
    overflow-y: auto;
}

    .grid[b-5c9zg53elp]  table {
        min-width: 100%;
    }

[b-5c9zg53elp] tbody tr {
    background-color: rgba(0,0,0,0.04);
    padding: 2px;
}

    [b-5c9zg53elp] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
        padding: 2px;
    }

/* For virtualized grids, it's essential that all rows have the same known height */
[b-5c9zg53elp] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-5c9zg53elp] .quickgrid[theme=corporate] {
    font-family: 'OpenSans-Regular','Arial';
    color: black;
}

    [b-5c9zg53elp] .quickgrid[theme=corporate] .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
        text-transform: uppercase;
    }

    [b-5c9zg53elp] .quickgrid[theme=corporate] .sort-indicator {
        color: blue;
    }

.TotalSum[b-5c9zg53elp] {
    font-family: 'OpenSans-Bold','Arial';
    color: darkred;
    font-weight: bold;
    font-size: 20px;
}


/* _content/PLWAdmin/Components/Admin/EditUsers.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-oklqu0hsqe] {
    height: auto;
    overflow-y: auto;
}

    .grid[b-oklqu0hsqe]  table {
        min-width: 100%;
    }

[b-oklqu0hsqe] tbody tr {
    background-color: rgba(0,0,0,0.04);
    padding: 2px;
}

    [b-oklqu0hsqe] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
        padding: 2px;
    }
/* Sticky header while scrolling */
[b-oklqu0hsqe] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-oklqu0hsqe] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

/*::deep tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}*/


[b-oklqu0hsqe] .quickgrid[theme=corporate] {
    font-family: 'OpenSans-Regular','Arial';
    color: black;
}

    [b-oklqu0hsqe] .quickgrid[theme=corporate] .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
        text-transform: uppercase;
    }

    [b-oklqu0hsqe] .quickgrid[theme=corporate] .sort-indicator {
        color: blue;
    }
/* _content/PLWAdmin/Components/Admin/Party.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-378udpzuyp] {
    height: 15rem;
    overflow-y: auto;
}

    .grid[b-378udpzuyp]  table {
        min-width: 100%;
    }

[b-378udpzuyp] tbody tr {
    background-color: rgba(0,0,0,0.04);
    padding: 2px;
}

    [b-378udpzuyp] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
        padding: 2px;
    }

/* For virtualized grids, it's essential that all rows have the same known height */
[b-378udpzuyp] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-378udpzuyp] .quickgrid[theme=corporate] {
    font-family: 'OpenSans-Regular','Arial';
    color: black;
}

    [b-378udpzuyp] .quickgrid[theme=corporate] .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
        text-transform: uppercase;
    }

    [b-378udpzuyp] .quickgrid[theme=corporate] .sort-indicator {
        color: blue;
    }

.TotalSum[b-378udpzuyp]{
    font-family: 'OpenSans-Bold','Arial';
    color:darkred;
    font-weight:bold;
    font-size:20px;
}
/* _content/PLWAdmin/Components/Admin/PartySearch.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-9ft4vfe2w2] {
    height: auto;
    overflow-y: auto;
}

    .grid[b-9ft4vfe2w2]  table {
        min-width: 100%;
    }

[b-9ft4vfe2w2] tbody tr {
    background-color: rgba(0,0,0,0.04);
    padding: 2px;
}

    [b-9ft4vfe2w2] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
        padding: 2px;
    }

/* For virtualized grids, it's essential that all rows have the same known height */
[b-9ft4vfe2w2] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-9ft4vfe2w2] .quickgrid[theme=corporate] {
    font-family: 'OpenSans-Regular','Arial';
    color: black;
}

    [b-9ft4vfe2w2] .quickgrid[theme=corporate] .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
        text-transform: uppercase;
    }

    [b-9ft4vfe2w2] .quickgrid[theme=corporate] .sort-indicator {
        color: blue;
    }
/* _content/PLWAdmin/Components/Admin/Products.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-ogwn0aze77] {
    height: auto;
    overflow-y: auto;
}

    .grid[b-ogwn0aze77]  table {
        min-width: 100%;
    }

[b-ogwn0aze77] tbody tr {
    background-color: rgba(0,0,0,0.04);
    padding: 2px;
}

    [b-ogwn0aze77] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
        padding: 2px;
    }
/* Sticky header while scrolling */
[b-ogwn0aze77] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-ogwn0aze77] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

/*::deep tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}*/


[b-ogwn0aze77] .quickgrid[theme=corporate] {
    font-family: 'OpenSans-Regular','Arial';
    color: black;
}

    [b-ogwn0aze77] .quickgrid[theme=corporate] .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
        text-transform: uppercase;
    }

    [b-ogwn0aze77] .quickgrid[theme=corporate] .sort-indicator {
        color: blue;
    }
/* _content/PLWAdmin/Components/Admin/Rooms.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-mj2qxgbf5c] {
    height: auto;
    overflow-y: auto;
}

    .grid[b-mj2qxgbf5c]  table {
        min-width: 100%;
    }

[b-mj2qxgbf5c] tbody tr {
    background-color: rgba(0,0,0,0.04);
    padding: 2px;
}

    [b-mj2qxgbf5c] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
        padding: 2px;
    }
/* Sticky header while scrolling */
[b-mj2qxgbf5c] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-mj2qxgbf5c] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

/*::deep tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}*/


[b-mj2qxgbf5c] .quickgrid[theme=corporate] {
    font-family: 'OpenSans-Regular','Arial';
    color: black;
}

    [b-mj2qxgbf5c] .quickgrid[theme=corporate] .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
        text-transform: uppercase;
    }

    [b-mj2qxgbf5c] .quickgrid[theme=corporate] .sort-indicator {
        color: blue;
    }
/* _content/PLWAdmin/Components/Admin/Settings.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-va52gn55rk] {
    height: auto;
    overflow-y: auto;
    overflow-x: auto;

}

    .grid[b-va52gn55rk]  table {
        min-width: 100%;
    }

[b-va52gn55rk] tbody tr {
    background-color: rgba(0,0,0,0.04);
    padding: 2px;
}

    [b-va52gn55rk] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
        padding: 2px;
    }

/* For virtualized grids, it's essential that all rows have the same known height */
[b-va52gn55rk] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-va52gn55rk] .quickgrid[theme=corporate] {
    font-family: 'OpenSans-Regular','Arial';
    color: black;
    font-size:12px;
}

    [b-va52gn55rk] .quickgrid[theme=corporate] .col-title {
        gap: 0.4rem; /* Separate the sort indicator from title text */
        font-weight: bold;
        text-transform: uppercase;
    }

    [b-va52gn55rk] .quickgrid[theme=corporate] .sort-indicator {
        color: blue;
    }
/* _content/PLWAdmin/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-365nkxxuge] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-365nkxxuge] {
    flex: 1;
}

.sidebar[b-365nkxxuge] {
    background-image: linear-gradient(180deg, rgb(60, 110, 176) 0%, #87f2fe 70%);
}

.top-row[b-365nkxxuge] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-365nkxxuge]  a, .top-row[b-365nkxxuge]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-365nkxxuge]  a:hover, .top-row[b-365nkxxuge]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-365nkxxuge]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-365nkxxuge] {
        justify-content: space-between;
    }

    .top-row[b-365nkxxuge]  a, .top-row[b-365nkxxuge]  .btn-link {
        margin-left: 0;
    }
}

/*old value 640px*/
@media (min-width: 1080px) {
    .page[b-365nkxxuge] {
        flex-direction: row;
    }

    .sidebar[b-365nkxxuge] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-365nkxxuge] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-365nkxxuge]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-365nkxxuge], article[b-365nkxxuge] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-365nkxxuge] {
    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-365nkxxuge] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* _content/PLWAdmin/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jzo3uunnum] {
    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-jzo3uunnum] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-jzo3uunnum] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jzo3uunnum] {
    font-size: 1.1rem;
}

.bi[b-jzo3uunnum] {
    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-jzo3uunnum] {
    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-jzo3uunnum] {
    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-jzo3uunnum] {
    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");
}

.bi-lock-nav-menu[b-jzo3uunnum] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-bag-plus-fill-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bag-plus-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0M8.5 8a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V12a.5.5 0 0 0 1 0v-1.5H10a.5.5 0 0 0 0-1H8.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-gear-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill-gear' viewBox='0 0 16 16'%3E%3Cpath d='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4m9.886-3.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E");
}

.bi-person-fill-add-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill-add' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 1 0m-2-6a3 3 0 1 1-6 0 3 3 0 0 1 6 0'/%3E%3Cpath d='M2 13c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4'/%3E%3C/svg%3E");
}

.bi-cake-2-fill-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cake2-fill' viewBox='0 0 16 16'%3E%3Cpath d='m2.899.804.595-.792.598.79A.747.747 0 0 1 4 1.806v4.886q-.532-.09-1-.201V1.813a.747.747 0 0 1-.1-1.01ZM13 1.806v4.685a15 15 0 0 1-1 .201v-4.88a.747.747 0 0 1-.1-1.007l.595-.792.598.79A.746.746 0 0 1 13 1.806m-3 0a.746.746 0 0 0 .092-1.004l-.598-.79-.595.792A.747.747 0 0 0 9 1.813v5.17q.512-.02 1-.055zm-3 0v5.176q-.512-.018-1-.054V1.813a.747.747 0 0 1-.1-1.01l.595-.79.598.789A.747.747 0 0 1 7 1.806'/%3E%3Cpath d='M4.5 6.988V4.226a23 23 0 0 1 1-.114V7.16c0 .131.101.24.232.25l.231.017q.498.037 1.02.055l.258.01a.25.25 0 0 0 .26-.25V4.003a29 29 0 0 1 1 0V7.24a.25.25 0 0 0 .258.25l.259-.009q.52-.018 1.019-.055l.231-.017a.25.25 0 0 0 .232-.25V4.112q.518.047 1 .114v2.762a.25.25 0 0 0 .292.246l.291-.049q.547-.091 1.033-.208l.192-.046a.25.25 0 0 0 .192-.243V4.621c.672.184 1.251.409 1.677.678.415.261.823.655.823 1.2V13.5c0 .546-.408.94-.823 1.201-.44.278-1.043.51-1.745.696-1.41.376-3.33.603-5.432.603s-4.022-.227-5.432-.603c-.702-.187-1.305-.418-1.745-.696C.408 14.44 0 14.046 0 13.5v-7c0-.546.408-.94.823-1.201.426-.269 1.005-.494 1.677-.678v2.067c0 .116.08.216.192.243l.192.046q.486.116 1.033.208l.292.05a.25.25 0 0 0 .291-.247M1 8.82v1.659a1.935 1.935 0 0 0 2.298.43.935.935 0 0 1 1.08.175l.348.349a2 2 0 0 0 2.615.185l.059-.044a1 1 0 0 1 1.2 0l.06.044a2 2 0 0 0 2.613-.185l.348-.348a.94.94 0 0 1 1.082-.175c.781.39 1.718.208 2.297-.426V8.833l-.68.907a.94.94 0 0 1-1.17.276 1.94 1.94 0 0 0-2.236.363l-.348.348a1 1 0 0 1-1.307.092l-.06-.044a2 2 0 0 0-2.399 0l-.06.044a1 1 0 0 1-1.306-.092l-.35-.35a1.935 1.935 0 0 0-2.233-.362.935.935 0 0 1-1.168-.277z'/%3E%3C/svg%3E");
}

.bi-calendar-2-fill-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-week-fill' viewBox='0 0 16 16'%3E%3Cpath d='M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M9.5 7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5m3 0h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5M2 10.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-.5zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.bi-settings-2-fill-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-door-open-fill-nav-menu[b-jzo3uunnum] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-door-open-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H11V.5a.5.5 0 0 0-.57-.495l-7 1A.5.5 0 0 0 3 1.5V15zM11 2h.5a.5.5 0 0 1 .5.5V15h-1zm-2.5 8c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1'/%3E%3C/svg%3E");
}


.nav-item[b-jzo3uunnum] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jzo3uunnum] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jzo3uunnum] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jzo3uunnum]  .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-jzo3uunnum]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jzo3uunnum]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-jzo3uunnum] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-jzo3uunnum] {
    display: block;
}

/*old value 640px*/
@media (min-width: 1080px) {
    .navbar-toggler[b-jzo3uunnum] {
        display: none;
    }

    .nav-scrollable[b-jzo3uunnum] {
        /* 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/PLWAdmin/Components/Layout/StoreLayout.razor.rz.scp.css */

.page[b-f3s55hiczj] {
    font-family: OpenSans-Regular;
    background-color: #ffdd2a;
    height: 100%;
    margin: 0;
    padding: 0;
}


    #blazor-error-ui[b-f3s55hiczj]

{
    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-f3s55hiczj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* _content/PLWAdmin/Components/Pages/Index.razor.rz.scp.css */
body[b-qto8tg763a] {
   
}

p[b-qto8tg763a] {
    font-family: OpenSans-Regular;
}

option[b-qto8tg763a] {
    font-family: OpenSans-Regular;
}

h1[b-qto8tg763a] {
    font-family: OpenSans-ExtraBold;
    color: #49b8fd;
}

h4[b-qto8tg763a] {
    font-family: OpenSans-ExtraBold;
}

h5[b-qto8tg763a] {
    font-family: OpenSans-ExtraBold;
    color: #49b8fd;
}

h1:focus[b-qto8tg763a] {
    outline: none;
}

.stickyHeader[b-qto8tg763a] {
    background-color: #ffdd2a;
}

.PartySumme[b-qto8tg763a] {
    font-family: "OpenSans-ExtraBold";
    color: #e30613;
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: white;
    text-shadow: white 1px 0 10px;
}

.plwlogo[b-qto8tg763a] {
    min-width: 290px;
}

.fntsmall[b-qto8tg763a] {
    font-size: 11px;
}

.fntsmallred[b-qto8tg763a] {
    font-size: 11px;
    color: red;
}

.fntred[b-qto8tg763a]{
    color:red;
}

.CardImg[b-qto8tg763a]{
    width:50px;
    height:100%;
}

