/* /Components/Account/Pages/Admin/UsersDashboard.razor.rz.scp.css */
/* Pointer cursor and highlight on Name cell hover */
[b-wyiunm9hm2] table tbody td.name-cell,
[b-wyiunm9hm2] table tbody td.name-cell * {
    cursor: pointer;
}

[b-wyiunm9hm2] table tbody td.name-cell:hover {
    background-color: var(--bs-table-hover-bg, rgba(0, 0, 0, 0.075));
}

/* Clickable cells (group, etc.) — highlight on hover with pointer cursor */
[b-wyiunm9hm2] table tbody td.clickable-cell,
[b-wyiunm9hm2] table tbody td.clickable-cell * {
    cursor: pointer;
}

[b-wyiunm9hm2] table tbody td.clickable-cell:hover {
    background-color: var(--bs-table-hover-bg, rgba(0, 0, 0, 0.075));
}
/* /Components/Account/Shared/AccountNavMenu.razor.rz.scp.css */

.decal-logo[b-uatlsiud3z] {
    margin-bottom: 8px;
    width:350px;
}

.decal-logo-small[b-uatlsiud3z] {
    width: 50px;
}
/* /Components/Account/Shared/AdminLayout.razor.rz.scp.css */
@media (min-width: 1280px) {
    .container[b-a4ji4hrv97], .container-sm[b-a4ji4hrv97], .container-md[b-a4ji4hrv97], .container-lg[b-a4ji4hrv97], .container-xl[b-a4ji4hrv97] {
        max-width: 1920px;
    }
}

.body-recover[b-a4ji4hrv97] {
    padding-top: 50px;
    width: 100%;
    height: 100%;
}

.container[b-a4ji4hrv97] {
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

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

.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 {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */

.decal-logo[b-kupsevrlyx] {
    margin-bottom: 8px;
    width:350px;
}

.decal-logo-small[b-kupsevrlyx] {
    width: 50px;
}

/* Modal z-index fix - force header to low z-index when modal is active */
.modal-active[b-kupsevrlyx] {
    z-index: 5 !important;
}

/* Prevent body scroll when modal is open */
:global(.modal-open)[b-kupsevrlyx] {
    overflow: hidden !important;
    height: 100vh;
    width: 100vw;
}
/* /Components/Pages/Game.razor.rz.scp.css */
/* /Components/Pages/Home.razor.rz.scp.css */
.card-img-gradient[b-dxg033n5fw]::after {
    background: rgba(0, 112, 192, 0.3) !important;
    background: linear-gradient(to top, rgba(0, 112, 192, 0.8) 0%, rgba(0, 112, 192, 0.3) 35%, rgba(0, 112, 192, 0) 100%) !important;
}

.media-feature[b-dxg033n5fw] {
    padding-left: 4rem;
    padding-right: 4rem;
    min-height: 300px;
}
/* /Components/Shared/BottomFooter.razor.rz.scp.css */
/* /Components/Shared/ContactUs.razor.rz.scp.css */
/* /Components/Shared/CookieConsent.razor.rz.scp.css */
.banner-spec[b-g40p79yq2s]{
    border-color:rgb(0,0,0,.4);
    border-width:3px;
}
/* /Components/Shared/ModalPopup.razor.rz.scp.css */
.modal[b-cqjos081gs] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-backdrop[b-cqjos081gs] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

.modal.fade[b-cqjos081gs] {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.modal.fade.show[b-cqjos081gs] {
    opacity: 1;
}

.modal-backdrop.fade[b-cqjos081gs] {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.modal-backdrop.fade.show[b-cqjos081gs] {
    opacity: 0.5;
}

/* Ensure modal appears above other content */
.modal.show[b-cqjos081gs] {
    display: block !important;
}

/* Prevent body scroll when modal is open */
:global(body:has(.modal.show))[b-cqjos081gs] {
    overflow: hidden;
}

/* Modal dialog positioning */
.modal-dialog[b-cqjos081gs] {
    position: relative;
    margin: 1.75rem auto;
    pointer-events: none;
    width: auto;
    max-width: 500px;
}

.modal-dialog-centered[b-cqjos081gs] {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem * 2);
}

/* Modal sizes */
.modal-sm[b-cqjos081gs] {
    max-width: 300px;
}

.modal-lg[b-cqjos081gs] {
    max-width: 800px;
}

.modal-xl[b-cqjos081gs] {
    max-width: 1140px;
}

/* Modal content */
.modal-content[b-cqjos081gs] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    outline: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header[b-cqjos081gs] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: calc(0.375rem - 1px);
    border-top-right-radius: calc(0.375rem - 1px);
}

.modal-title[b-cqjos081gs] {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.25rem;
}

.modal-body[b-cqjos081gs] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer[b-cqjos081gs] {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-right-radius: calc(0.375rem - 1px);
    border-bottom-left-radius: calc(0.375rem - 1px);
}

.modal-footer > *[b-cqjos081gs] {
    margin: 0.25rem;
}

/* Scrollable modal */
.modal-dialog-scrollable[b-cqjos081gs] {
    height: calc(100% - 1rem * 2);
}

.modal-dialog-scrollable .modal-content[b-cqjos081gs] {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body[b-cqjos081gs] {
    overflow-y: auto;
}

/* Close button styling */
.btn-close[b-cqjos081gs] {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m.235 1.196 1.414-1.414L8 6.128 14.351-.06l1.414 1.414L9.414 7.707l6.351 6.353-1.414 1.414L8 9.128l-6.351 6.346L.235 14.06l6.351-6.353z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
    cursor: pointer;
}

.btn-close:hover[b-cqjos081gs] {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus[b-cqjos081gs] {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

/* Responsive adjustments */
@media (min-width: 576px) {
    .modal-dialog[b-cqjos081gs] {
        margin: 1.75rem auto;
    }
    
    .modal-dialog-centered[b-cqjos081gs] {
        min-height: calc(100% - 1.75rem * 2);
    }
}
