@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/DiscountCodes/DiscountCodesTableWithFilter.razor.rz.scp.css */
[b-13yz7q8z3p] th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: 1px solid #ccc;
}

[b-13yz7q8z3p] td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border: 1px solid #ccc;
}

[b-13yz7q8z3p] table {
    min-width: 100%;
}
/* /Components/DiscountCodes/_Old_DiscountCodesComponent.razor.rz.scp.css */
[b-27yil2etv7] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-27yil2etv7] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-27yil2etv7] tbody tr {
    height: 1.8rem;
}

/* Style the custom page links*/
.page-buttons[b-27yil2etv7] {
    margin: 1rem 0;
    align-items: center;
}

.page-buttons button[b-27yil2etv7] {
    background: #d6d7d8;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.4rem;
    transition: transform 0.3s ease-out;
    margin: 0.25rem;
}

.page-buttons button:active[b-27yil2etv7] {
    background: #a7c1ff !important;
    color: white;
    transform: scale(0.95) translateY(-0.15rem);
    transition-duration: 0.05s;
}

.page-buttons button:hover:not(.current)[b-27yil2etv7] {
    background: #c0c9dc;
}

.page-buttons button.current[b-27yil2etv7] {
    background: #3771f4;
    color: white;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ffnv850pzu],
.components-reconnect-repeated-attempt-visible[b-ffnv850pzu],
.components-reconnect-failed-visible[b-ffnv850pzu],
.components-pause-visible[b-ffnv850pzu],
.components-resume-failed-visible[b-ffnv850pzu],
.components-rejoining-animation[b-ffnv850pzu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ffnv850pzu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ffnv850pzu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ffnv850pzu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ffnv850pzu],
#components-reconnect-modal.components-reconnect-retrying[b-ffnv850pzu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ffnv850pzu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ffnv850pzu],
#components-reconnect-modal.components-reconnect-failed[b-ffnv850pzu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ffnv850pzu] {
    display: block;
}


#components-reconnect-modal[b-ffnv850pzu] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ffnv850pzu 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-ffnv850pzu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ffnv850pzu 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

    #components-reconnect-modal[b-ffnv850pzu]::backdrop {
        background-color: rgba(0, 0, 0, 0.4);
        animation: components-reconnect-modal-fadeInOpacity-b-ffnv850pzu 0.5s ease-in-out;
        opacity: 1;
    }

@keyframes components-reconnect-modal-slideUp-b-ffnv850pzu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ffnv850pzu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ffnv850pzu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ffnv850pzu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ffnv850pzu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ffnv850pzu] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ffnv850pzu] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ffnv850pzu] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ffnv850pzu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ffnv850pzu] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ffnv850pzu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ffnv850pzu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ffnv850pzu {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Logging/LogPagesNavigation.razor.rz.scp.css */
.log-pages-navigation[b-5ks3vh7laq] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-buttons[b-5ks3vh7laq] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.nav-btn[b-5ks3vh7laq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    color: #495057;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

.nav-btn:hover[b-5ks3vh7laq] {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #212529;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-btn.active[b-5ks3vh7laq] {
    background: #0d6efd;
    border-color: #0d6efd;
    color: white;
    font-weight: 600;
}

.nav-btn.active:hover[b-5ks3vh7laq] {
    background: #0b5ed7;
    border-color: #0b5ed7;
    color: white;
}

.nav-btn i[b-5ks3vh7laq] {
    font-size: 1.125rem;
}

@media (max-width: 768px) {
    .nav-buttons[b-5ks3vh7laq] {
        flex-direction: column;
    }

    .nav-btn[b-5ks3vh7laq] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Logging/LogsViewerComponent.razor.rz.scp.css */
.logs-container[b-rlpm952rcr] {
    padding: 1.5rem;
    max-width: 100%;
}

.logs-header[b-rlpm952rcr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.logs-header h3[b-rlpm952rcr] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
}

.header-actions[b-rlpm952rcr] {
    display: flex;
    gap: 0.5rem;
}

.loading-overlay[b-rlpm952rcr] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Summary Cards */
.summary-cards[b-rlpm952rcr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.summary-card[b-rlpm952rcr] {
    background: white;
    border-radius: 8px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-left: 4px solid;
}

.summary-card.error[b-rlpm952rcr] {
    border-left-color: #dc3545;
}

.summary-card.warning[b-rlpm952rcr] {
    border-left-color: #ffc107;
}

.summary-card.info[b-rlpm952rcr] {
    border-left-color: #0dcaf0;
}

.summary-card.total[b-rlpm952rcr] {
    border-left-color: #6c757d;
}

.card-icon[b-rlpm952rcr] {
    font-size: 2rem;
}

.summary-card.error .card-icon[b-rlpm952rcr] {
    color: #dc3545;
}

.summary-card.warning .card-icon[b-rlpm952rcr] {
    color: #ffc107;
}

.summary-card.info .card-icon[b-rlpm952rcr] {
    color: #0dcaf0;
}

.summary-card.total .card-icon[b-rlpm952rcr] {
    color: #6c757d;
}

.card-value[b-rlpm952rcr] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
}

.card-label[b-rlpm952rcr] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Filters */
.filters-section[b-rlpm952rcr] {
    background: white;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.filter-row[b-rlpm952rcr] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.filter-row:last-child[b-rlpm952rcr] {
    margin-bottom: 0;
}

.filter-group[b-rlpm952rcr] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

.filter-group-wide[b-rlpm952rcr] {
    flex: 2;
    min-width: 300px;
}

.filter-group label[b-rlpm952rcr] {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #495057;
}

.filter-input[b-rlpm952rcr],
.filter-select[b-rlpm952rcr] {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    height: auto;
}

.filter-input[b-rlpm952rcr]::placeholder {
    color: #adb5bd;
}

.filter-input:focus[b-rlpm952rcr],
.filter-select:focus[b-rlpm952rcr] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Logs Table */
.logs-table-container[b-rlpm952rcr] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.no-logs[b-rlpm952rcr] {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

.no-logs i[b-rlpm952rcr] {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.logs-list[b-rlpm952rcr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Log Entry */
.log-entry[b-rlpm952rcr] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.log-entry:hover[b-rlpm952rcr] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.log-entry.expanded[b-rlpm952rcr] {
    border-width: 2px;
}

.log-entry.level-error[b-rlpm952rcr] {
    border-left: 4px solid #dc3545;
}

.log-entry.level-warning[b-rlpm952rcr] {
    border-left: 4px solid #ffc107;
}

.log-entry.level-info[b-rlpm952rcr] {
    border-left: 4px solid #0dcaf0;
}

.log-entry.level-debug[b-rlpm952rcr] {
    border-left: 4px solid #6c757d;
}

.log-entry.level-trace[b-rlpm952rcr] {
    border-left: 4px solid #adb5bd;
}

.log-summary[b-rlpm952rcr] {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem;
    cursor: pointer;
    gap: 0.75rem;
}

.log-summary:hover[b-rlpm952rcr] {
    background: #f8f9fa;
}

.log-level-indicator[b-rlpm952rcr] {
    font-size: 1.25rem;
    padding-top: 0.25rem;
}

.log-entry.level-error .log-level-indicator[b-rlpm952rcr] {
    color: #dc3545;
}

.log-entry.level-warning .log-level-indicator[b-rlpm952rcr] {
    color: #ffc107;
}

.log-entry.level-info .log-level-indicator[b-rlpm952rcr] {
    color: #0dcaf0;
}

.log-entry.level-debug .log-level-indicator[b-rlpm952rcr] {
    color: #6c757d;
}

.log-entry.level-trace .log-level-indicator[b-rlpm952rcr] {
    color: #adb5bd;
}

.log-main[b-rlpm952rcr] {
    flex: 1;
    min-width: 0;
}

.log-header-row[b-rlpm952rcr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    align-items: center;
}

.log-timestamp[b-rlpm952rcr] {
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.log-level-badge[b-rlpm952rcr] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.log-entry.level-error .log-level-badge[b-rlpm952rcr] {
    background: #dc35451a;
    color: #dc3545;
}

.log-entry.level-warning .log-level-badge[b-rlpm952rcr] {
    background: #ffc1071a;
    color: #ff8c00;
}

.log-entry.level-info .log-level-badge[b-rlpm952rcr] {
    background: #0dcaf01a;
    color: #0dcaf0;
}

.log-entry.level-debug .log-level-badge[b-rlpm952rcr] {
    background: #6c757d1a;
    color: #6c757d;
}

.log-logger[b-rlpm952rcr] {
    font-size: 0.875rem;
    color: #495057;
    font-weight: 500;
}

.log-user[b-rlpm952rcr] {
    font-size: 0.875rem;
    color: #6c757d;
    background: #e9ecef;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
}

.log-message[b-rlpm952rcr] {
    font-size: 0.9375rem;
    color: #212529;
    word-break: break-word;
}

.log-message pre[b-rlpm952rcr] {
    margin: 0;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    white-space: pre-wrap;
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 4px;
}

.log-actions[b-rlpm952rcr] {
    display: flex;
    gap: 0.25rem;
}

.btn-icon[b-rlpm952rcr] {
    background: none;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.375rem 0.5rem;
    cursor: pointer;
    color: #6c757d;
    transition: all 0.2s;
}

.btn-icon:hover[b-rlpm952rcr] {
    background: #e9ecef;
    color: #495057;
}

/* Log Details */
.log-details[b-rlpm952rcr] {
    border-top: 1px solid #dee2e6;
    padding: 1rem;
    background: #f8f9fa;
}

.detail-section[b-rlpm952rcr] {
    margin-bottom: 1rem;
}

.detail-section:last-child[b-rlpm952rcr] {
    margin-bottom: 0;
}

.detail-header[b-rlpm952rcr] {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #495057;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-hint[b-rlpm952rcr] {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.detail-table[b-rlpm952rcr] {
    width: 100%;
    font-size: 0.875rem;
}

.detail-table td[b-rlpm952rcr] {
    padding: 0.375rem 0;
}

.detail-label[b-rlpm952rcr] {
    font-weight: 600;
    color: #6c757d;
    width: 120px;
}

.detail-content[b-rlpm952rcr] {
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    white-space: pre-wrap;
    background: white;
    padding: 0.75rem;
    border-radius: 4px;
    margin: 0;
    border: 1px solid #dee2e6;
    color: #212529;
}

.detail-content.exception[b-rlpm952rcr] {
    color: #dc3545;
    border-color: #dc354540;
    background: #fff5f5;
}

.detail-content.clickable[b-rlpm952rcr] {
    cursor: pointer;
    transition: all 0.2s ease;
}

.detail-content.clickable:hover[b-rlpm952rcr] {
    background: #ffe5e8;
    border-color: #dc3545;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
}

/* Load More */
.load-more[b-rlpm952rcr] {
    text-align: center;
    padding: 1rem;
}

.bi[b-rlpm952rcr] {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .logs-container[b-rlpm952rcr] {
        padding: 1rem;
    }

    .summary-cards[b-rlpm952rcr] {
        grid-template-columns: repeat(2, 1fr);
    }

    .filter-group[b-rlpm952rcr] {
        min-width: 100%;
    }

    .log-header-row[b-rlpm952rcr] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
}
/* /Components/MembersList/MemberSearchComponent.razor.rz.scp.css */
.page-size-chooser[b-2xfdt6qp9d] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page-size-chooser select[b-2xfdt6qp9d] {
    margin: 0 1rem;
    padding: 0.25rem 0.5rem;
}

/* Style the custom page links*/
.page-buttons[b-2xfdt6qp9d] {
    margin: 1rem 0;
    align-items: center;
}

.page-buttons button[b-2xfdt6qp9d] {
    background: #d6d7d8;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.4rem;
    transition: transform 0.3s ease-out;
    margin: 0.25rem;
}

.page-buttons button:active[b-2xfdt6qp9d] {
    background: #a7c1ff !important;
    color: white;
    transform: scale(0.95) translateY(-0.15rem);
    transition-duration: 0.05s;
}

.page-buttons button:hover:not(.current)[b-2xfdt6qp9d] {
    background: #c0c9dc;
}

.page-buttons button.current[b-2xfdt6qp9d] {
    background: #3771f4;
    color: white;
}

.go-next[b-2xfdt6qp9d] {
    background: #d6d7d8;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.4rem;
    transition: transform 0.3s ease-out;
    margin: 0.25rem;
}
/* /Components/MembersList/MembersQuickGridComponent.razor.rz.scp.css */
[b-v3t2s6zj91] th.country-name {
    width: 14rem;
}

/* Subtle stripe effect */
[b-v3t2s6zj91] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-v3t2s6zj91] tbody tr {
    height: 1.8rem;
}

/* Style the custom page links*/
.page-buttons[b-v3t2s6zj91] {
    margin: 1rem 0;
    align-items: center;
}

.page-buttons button[b-v3t2s6zj91] {
    background: #d6d7d8;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.4rem;
    transition: transform 0.3s ease-out;
    margin: 0.25rem;
}

.page-buttons button:active[b-v3t2s6zj91] {
    background: #a7c1ff !important;
    color: white;
    transform: scale(0.95) translateY(-0.15rem);
    transition-duration: 0.05s;
}

.page-buttons button:hover:not(.current)[b-v3t2s6zj91] {
    background: #c0c9dc;
}

.page-buttons button.current[b-v3t2s6zj91] {
    background: #3771f4;
    color: white;
}

.paginator[b-v3t2s6zj91] {
    border-top: none !important;
}
/* /Components/Shared/DateRangeComponent.razor.rz.scp.css */
i.fa-calendar-day[b-pjrmx7qawc] {
    border: 2px solid #00008b !important;
}
/* /Components/TicketCodes/UnusedCodesComponent.razor.rz.scp.css */

/* Subtle stripe effect */
[b-hb18ezgw3j] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

/* Don't collapse rows even if they are empty */
[b-hb18ezgw3j] tbody tr {
    height: 1.8rem;
}

.page-size-chooser[b-hb18ezgw3j] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

/* Style the custom page links*/
.page-buttons[b-hb18ezgw3j] {
    margin: 1rem 0;
    align-items: center;
}

.page-buttons button[b-hb18ezgw3j] {
    background: #d6d7d8;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.4rem;
    transition: transform 0.3s ease-out;
    margin: 0.25rem;
}

.page-buttons button:active[b-hb18ezgw3j] {
    background: #a7c1ff !important;
    color: white;
    transform: scale(0.95) translateY(-0.15rem);
    transition-duration: 0.05s;
}

.page-buttons button:hover:not(.current)[b-hb18ezgw3j] {
    background: #c0c9dc;
}

.page-buttons button.current[b-hb18ezgw3j] {
    background: #3771f4;
    color: white;
}
/* /Pages/DiscountCodes/DiscountCodesPage.razor.rz.scp.css */
/* Stop country name text from wrapping, and truncate with ellipsis */
[b-u8r0e5z56p] tbody {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
}

/* Stop the last page from collapsing to the number of rows on it */
[b-u8r0e5z56p] tr {
    border: 1px solid #ccc;
}
/* /Pages/LogPages/AdminHistoryLogsPage.razor.rz.scp.css */
/* /Pages/LogPages/KinoklubbLogsParent.razor.rz.scp.css */
[b-3ns8p5ndfu] th {
    font-weight: bold;
    max-width: 300px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: 1px solid #ccc;
}

[b-3ns8p5ndfu] td {
    font-size: 0.85rem;
    padding: 0.5rem;
    max-width: 300px;
    border: 1px solid #ccc;
}

[b-3ns8p5ndfu] tr {
    border: 1px solid #ccc;
}

[b-3ns8p5ndfu] table {
    min-width: 100%;
}
/* /Pages/Reporting/DailyEnhancedReportComponent.razor.rz.scp.css */
/* DailyEnhancedReportComponent Scoped Styles */
/* Most styles are now inherited from the global _enhanced-components.scss */

/* Component-specific overrides only */
/* Add any DailyEnhancedReportComponent-specific styles here if needed */
/* /Pages/Reporting/StatsEnhancedComponent.razor.rz.scp.css */
/* StatsEnhancedComponent Scoped Styles */
/* Most styles are now inherited from the global _enhanced-components.scss */

/* Component-specific overrides only */
/* Add any StatsEnhancedComponent-specific styles here if needed */
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-7v1ef64w30] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-7v1ef64w30] {
  color: #0077cc;
}

.btn-primary[b-7v1ef64w30] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-7v1ef64w30], .nav-pills .show > .nav-link[b-7v1ef64w30] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-7v1ef64w30] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-7v1ef64w30] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-7v1ef64w30] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7v1ef64w30] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-7v1ef64w30] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
