/* _content/CardPackInfoWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gy4cxbooyc] {
    padding: 0;
    margin: 0;
}

main[b-gy4cxbooyc] {
    flex: 1;
}

.header[b-gy4cxbooyc] {
    width: 100%;
    height: 100px;
    background-image: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, var(--iccDarkBlue) 10%);
    padding: 0px 20px;
    padding-bottom: 10px;
    position: sticky;
    display: flex;
    align-items: center;
}

.-icc-logo[b-gy4cxbooyc] {
    height: auto;
    width: 100px;
    object-fit: contain;
    user-select: none;
}

.account-buttons[b-gy4cxbooyc] {
    display: flex;
    margin-left: auto;
    column-gap: 12px;
}

.account-button[b-gy4cxbooyc] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding: 0px 10px;
    border-radius: 8px;
    color: white;
    background-color: var(--iccPink);
    text-decoration: none;
    user-select: none;
}

.account-button:hover[b-gy4cxbooyc] {
    opacity: 0.95;
}

.account-button:active[b-gy4cxbooyc] {
    opacity: 0.9;
}

.sidebar[b-gy4cxbooyc] {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 100%;
    position: sticky;
    top: 0;
    background-color: white;
    border-right: solid 1px rgb(128, 128, 128);
}

.main-content[b-gy4cxbooyc] {
    display: flex;
    height: calc(100vh - 100px);
}

.main-article[b-gy4cxbooyc] {
    width: calc(100vw - 250px);
    padding: 0px 20px 20px 20px;
    margin-top: 20px;
    overflow: auto;
}

/*.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row ::deep a, .top-row ::deep .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
    text-decoration: underline;
}

.top-row ::deep a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}*/

/*@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}*/

/*@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/

#blazor-error-ui[b-gy4cxbooyc] {
    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-gy4cxbooyc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CardPackInfoWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-header[b-17jvv7316q] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

.search-bar[b-17jvv7316q] {
    border: none;
    border-width: 2px;
    border-color: rgba(128, 128, 128);
    margin: 0px 4px;
    margin-bottom: 4px;
    user-select: none;
}

.nav-scrollable[b-17jvv7316q] {
    height: 100%;
    overflow-y: auto;
    padding-left: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0);
}

.group-item[b-17jvv7316q] {
    color: black;
    text-align: center;
    cursor: pointer;
    user-select: none;
    padding: 4px 0px;
}

.group-item:hover[b-17jvv7316q] {
    opacity: 0.95;
    background-color: rgba(0, 0, 0, 0.1);
}

.group-item:active[b-17jvv7316q] {
    opacity: 0.95;
    background-color: rgba(0, 0, 0, 0.2);
}

.selected-group-item[b-17jvv7316q] {
    background-color: rgba(0, 0, 0, 0.2);
}

.flex-groups[b-17jvv7316q] {
    display: flex;
    flex-direction: column;
}

.highlight[b-17jvv7316q] {
    background-color: yellow;
}

/*.top-row {
    height: 3.5rem;
    background-color: var(--iccDarkBlue);
}

.nav-scrollable {
    display: none;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.group-item {
    color: black;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.group-item:hover {
    opacity: 0.95;
    background-color: rgba(0, 0, 0, 0.1);
}

.group-item:active {
    opacity: 0.95;
    background-color: rgba(0, 0, 0, 0.2);
}*/
/* _content/CardPackInfoWeb/Components/Layout/SeriesNavMenu.razor.rz.scp.css */
p[b-eqv2rqxmr6] {
    margin: auto;
}

.nav-header[b-eqv2rqxmr6] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

.search-bar[b-eqv2rqxmr6] {
    border: none;
    border-width: 2px;
    border-color: rgba(128, 128, 128);
    margin: 0px 4px;
    margin-bottom: 4px;
    user-select: none;
}

.nav-scrollable[b-eqv2rqxmr6] {
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0);
}

.flex-series-list[b-eqv2rqxmr6] {
    display: flex;
    flex-direction: column;
}

.series-item[b-eqv2rqxmr6] {
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: black;
    text-align: center;
    cursor: pointer;
    user-select: none;
    padding: 8px 0px;
    background-color: var(--iccDarkBlue);
    color: white;
    margin-bottom: 1px;
}

.series-item:hover[b-eqv2rqxmr6] {
    opacity: 0.95;
}

.series-item:active[b-eqv2rqxmr6] {
    opacity: 0.95;
}

.group-item[b-eqv2rqxmr6] {
    font-weight: normal;
    color: black;
    cursor: pointer;
    user-select: none;
    padding: 4px 0px;
    font-size: 13px;
    padding-left: 8px;
}

.group-item:hover[b-eqv2rqxmr6] {
    opacity: 0.95;
    background-color: rgba(0, 0, 0, 0.1);
}

.group-item:active[b-eqv2rqxmr6] {
    opacity: 0.95;
    background-color: rgba(0, 0, 0, 0.2);
}

.selected-group-item[b-eqv2rqxmr6] {
    background-color: rgba(0, 0, 0, 0.2);
}

.highlight[b-eqv2rqxmr6] {
    background-color: yellow;
}
/* _content/CardPackInfoWeb/Components/Pages/AllGroups.razor.rz.scp.css */
.no-authorization-text[b-duc71k38yb] {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    justify-content: center;
    color: red;
    font-size: 40px;
}
/* _content/CardPackInfoWeb/Components/Pages/CardTableDisplay.razor.rz.scp.css */
body[b-3x185aethf] {
    padding: 0;
    margin: 0;
}

td[b-3x185aethf] {
    padding: 10px;
}

th[b-3x185aethf] {
    text-align: center;
    padding: 0px 10px;
    color: white;
    background-color: var(--iccDarkBlue);
    white-space: nowrap;
}

th:first-child[b-3x185aethf]{
    border-radius: 5px 0 0 0;
}

th:last-child[b-3x185aethf]{
    border-radius: 0 5px 0 0;
}

table[b-3x185aethf] {
    border-spacing: 0;
    border-collapse: separate;
    /*border-radius: 6px;*/
    /*border: 1px solid black;*/
    font-size: 14px;
}

th[b-3x185aethf] {
    box-shadow: 0 -10px 0 0 #ffffff;
}

.card-table-data[b-3x185aethf] {
    border-left: 1px solid black;
}

.card-table-data:last-child[b-3x185aethf] {
    border-right: 1px solid black;
}

.card-table-row:last-child td[b-3x185aethf] {
    border-bottom: 1px solid black;
}

.card-table-row:last-child td:first-child[b-3x185aethf] {
    border-radius: 0 0 0 6px;
}

.card-table-row:last-child td:last-child[b-3x185aethf] {
    border-radius: 0 0 6px 0;
}

/* Apply a border to the bottom of all but the last row */
table > thead > tr:not(:last-child) > th[b-3x185aethf],
table > thead > tr:not(:last-child) > td[b-3x185aethf],
table > tbody > tr:not(:last-child) > th[b-3x185aethf],
table > tbody > tr:not(:last-child) > td[b-3x185aethf],
table > tfoot > tr:not(:last-child) > th[b-3x185aethf],
table > tfoot > tr:not(:last-child) > td[b-3x185aethf],
table > tr:not(:last-child) > td[b-3x185aethf],
table > tr:not(:last-child) > th[b-3x185aethf],
table > thead:not(:last-child)[b-3x185aethf],
table > tbody:not(:last-child)[b-3x185aethf],
table > tfoot:not(:last-child)[b-3x185aethf] {
    border-bottom: 1px solid black;
}

.table-header-row[b-3x185aethf] {
    position: sticky;
    top: 0px;
}

.expiring[b-3x185aethf] {
    background-color: rgba(255, 60, 60, 0.8);
}

.card-type-table[b-3x185aethf] {
    border: 1px solid black;
    border-radius: 6px;
}
.card-type-table td:not(:last-child)[b-3x185aethf] {
    border-right: 1px solid black;
}
