@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Mercurius.LAN.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* Responsive menu toggle button for mobile */
.menu-toggle[b-49c7jcioov] {
    position: fixed;
    top: 1rem;
    right: 1.5rem;
    z-index: 2001;
    width: 44px;
    height: 44px;
    background: #174d1a;
    border: none;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(33,114,38,0.12);
    transition: background 0.2s;
}

.overlay[b-49c7jcioov] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
}

.menu-toggle-inner[b-49c7jcioov] {
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
}

.menu-toggle .bar[b-49c7jcioov] {
    position: absolute;
    left: 0;
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s , opacity 0.2s;
    transform-origin: center;
}
.menu-toggle .bar:nth-child(1)[b-49c7jcioov] { top: 7px; }
.menu-toggle .bar:nth-child(2)[b-49c7jcioov] { top: 14px; }
.menu-toggle .bar:nth-child(3)[b-49c7jcioov] { top: 21px; }

/* Animate to X when menu is open */
.menu-toggle.open .bar:nth-child(1)[b-49c7jcioov] {
    top: 14px;
    transform: rotate(45deg);
}
.menu-toggle.open .bar:nth-child(2)[b-49c7jcioov] {
    opacity: 0;
}
.menu-toggle.open .bar:nth-child(3)[b-49c7jcioov] {
    top: 14px;
    transform: rotate(-45deg);
}

@media (min-width: 641px) {
    .menu-toggle[b-49c7jcioov] {
        display: none !important;
    }
}

@media (max-width: 640.98px) {
    .sidebar[b-49c7jcioov] {
        position: fixed;
        left: 0;
        top: 0;
        max-width: 320px;
        height: 100vh;
        z-index: 1002;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(.4,0,.2,1);
        box-shadow: 2px 0 12px 0 rgba(33, 114, 38, 0.18);
    }
    .sidebar.open[b-49c7jcioov] {
        transform: translateX(0);
    }
    main[b-49c7jcioov] {
        width: 100%;
    }
}
.page[b-49c7jcioov] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-49c7jcioov] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Modern green sidebar gradient */
.sidebar[b-49c7jcioov] {
    background: linear-gradient(135deg, #174d1a 0%, #217226 100%);
    box-shadow: 2px 0 12px 0 rgba(33, 114, 38, 0.08);
}

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

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

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

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

/* Responsive menu icon logic removed as requested */

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

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

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

#blazor-error-ui[b-49c7jcioov] {
    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-49c7jcioov] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Mercurius.LAN.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-qe7y4ukjm2] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer;

}

.logo-text[b-qe7y4ukjm2] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.logo-image[b-qe7y4ukjm2] {
    width: 8rem;
    align-content: center;
    display: block;
    margin: 0 auto;
}

.nav-item[b-qe7y4ukjm2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

.nav-section[b-qe7y4ukjm2] {
    width: inherit;
    position: relative;
    color: #d7d7d7;
    padding: 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user-section[b-qe7y4ukjm2] {
    position: absolute;
    bottom: 0;
}

.nav-section:hover:not(:has(.dropdown-menu-custom:hover))[b-qe7y4ukjm2] {
    background-color: var(--accent-dark);
}

.overlay[b-qe7y4ukjm2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
}



.user-section .user-icon[b-qe7y4ukjm2] {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.user-section .dropdown-menu-custom[b-qe7y4ukjm2] {
    bottom: 100%;
    transform: translateY(-5px);
    top: auto;
}

.dropdown-menu-custom[b-qe7y4ukjm2] {
    position: absolute;
    top: 100%;
    background-color: var(--accent-color);
    color: #d7d7d7;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    text-align: left;

    line-height: 1.5rem;
    border-radius: 0.25rem;
    min-width: 100%;
    border: none;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.dropdown-item:hover[b-qe7y4ukjm2] {
    background-color: var(--accent-dark);
    color: white;
}
.dropdown-item[b-qe7y4ukjm2] {
    padding-left: 1rem;
    padding-top: 0.1rem;
    border-radius: 0.25rem;
}

/* Added styles to vertically align the name with the icon */
.user-section .user-profile[b-qe7y4ukjm2] {
    display: flex;
    align-items: center;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Admin/PlayerManagement.razor.rz.scp.css */

.horizontal-layout[b-no1epv45oy] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Admin/SponsorManagement.razor.rz.scp.css */

.horizontal-layout[b-ux9x1rp66j] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Admin/TeamManagement.razor.rz.scp.css */
/* _content/Mercurius.LAN.Web/Components/Pages/Admin/UserManagement.razor.rz.scp.css */
.form-group .add-role-btn[b-8wt53s9cif] {
    margin-top: 0.5rem;
    display: block;
}

.roles-bubble-container[b-8wt53s9cif] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.role-bubble[b-8wt53s9cif] {
    display: inline-flex;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 16px;
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    font-size: 0.95rem;
    margin-right: 0.25rem;
    position: relative;
}
.remove-role-btn[b-8wt53s9cif] {
    background: none;
    border: none;
    color: #888;
    font-size: 1.1rem;
    margin-left: 0.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}
.remove-role-btn:hover[b-8wt53s9cif] {
    color: #d32f2f;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/AddGameDialog.razor.rz.scp.css */
.participants-modal-overlay[b-1kms50345s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.participants-modal-dialog[b-1kms50345s] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding: 2.5rem 3rem;
    min-width: 600px;
    max-width: 80vw;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.participants-modal-dialog h3[b-1kms50345s] {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    text-align: center;
}

.participants-modal-dialog .bi-plus-circle[b-1kms50345s] {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
    transition: color 0.2s;
}

.participants-modal-dialog .bi-plus-circle:hover[b-1kms50345s] {
    color: var(--accent-dark);
}

.form-group[b-1kms50345s] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1.2rem;
}

.form-group-inline[b-1kms50345s] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.form-group-inline .form-group[b-1kms50345s] {
    flex: 1;
}

.form-group label[b-1kms50345s] {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #495057;
}

.form-group input[b-1kms50345s],
.form-group select[b-1kms50345s] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group input:focus[b-1kms50345s],
.form-group select:focus[b-1kms50345s] {
    border-color: #28a745;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.participants-modal-close[b-1kms50345s] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--accent-color);
    cursor: pointer;
    transition: color 0.2s;
}

.participants-modal-close:hover[b-1kms50345s] {
    color: var(--accent-dark);
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/GameDetail.razor.rz.scp.css */
/* Full-width game header background */
/* --- Hanging Tabs from the Line --- */
.game-header-tabs[b-97wfsxcg33] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}
.game-header-tabs h1[b-97wfsxcg33] {
    width: 100%;
    border-bottom: 3px solid #217226;
    margin-bottom: 0;
    padding-bottom: 0.75rem;
    font-size: 2rem;
    background: transparent;
    z-index: 1;
    position: relative;
}
/* Adjust margin-top to align tabs exactly with the border */
.game-header-tabs .tabs[b-97wfsxcg33] {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    background: transparent;
}
/* Ensure only bottom corners are rounded for hanging effect */
/* Lower the tab buttons to sit flush with the border */
.tab-btn[b-97wfsxcg33] {
    border-radius: 0 0 2rem 2rem !important;
    border-top: none;
    border-bottom: 2px solid #217226;
    border-left: 2px solid #217226;
    border-right: 2px solid #217226;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 4px 12px rgba(33,114,38,0.07);
    position: relative;
    background: #e8f5e9;
    color: #217226;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    flex: 1 1 0;
    padding: 0.5rem 0.5rem;
    font-size: clamp(1rem, 2vw, 1.2rem);
    cursor: pointer;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-btn:disabled[b-97wfsxcg33] {
    background: #217226;
    color: #fff;
    border-bottom: 3px solid #217226;
    z-index: 3;
}
.game-header-tabs .tabs[b-97wfsxcg33]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: transparent;
    border-bottom: 3px solid transparent;
    z-index: 0;
}
.tab-content[b-97wfsxcg33] {
    padding-top: 2.5rem;
}

#tab-selector[b-97wfsxcg33]{
    border: none;
}
@media (max-width: 600px) {
    .game-header-tabs[b-97wfsxcg33] {
        margin-bottom: 1.5rem;
    }
    .game-header-tabs h1[b-97wfsxcg33] {
        font-size: 1.3rem;
        padding-bottom: 0.5rem;
    }
    .game-header-tabs .tabs[b-97wfsxcg33] {
        display: none !important;
    }
    .tabs-dropdown[b-97wfsxcg33] {
        display: flex;
        margin-top: 0.5rem;
        margin-bottom: 0;
        align-items: center;
        justify-content: center;
        background: #e8f5e9;
        border-radius: 2rem;
        padding: 0.3em 0.7em;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
    .tab-content[b-97wfsxcg33] {
        padding-top: 1.5rem;
    }
}
.game-detail[b-97wfsxcg33] {
    margin: 2rem auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(33,114,38,0.10);
    width: calc(100vw - 320px); /* Account for sidebar width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

.game-detail-content[b-97wfsxcg33]{
        padding: 0rem 2.5rem 2rem 2.5rem;
}

@media (max-width: 770px) {
    .game-detail[b-97wfsxcg33] {
        max-width: 100vw;
        border-radius: 0;
        margin: 1rem 0;
        left: 0; /* Reset offset for small screens */
        width: 100%;
    }
}
.tabs-dropdown[b-97wfsxcg33] {
    display: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.tabs[b-97wfsxcg33] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap;
}
@media (max-width: 600px) {
    .game-detail[b-97wfsxcg33] {
        max-width: 100vw;
        border-radius: 0;
        margin: 1rem 0;
    }
    .tabs[b-97wfsxcg33] {
        display: none;
    }
    .tabs-dropdown[b-97wfsxcg33] {
        display: flex;
        margin-top: 0.5rem;
        margin-bottom: 0;
        align-items: center;
        justify-content: center;
        background: #e8f5e9;
        border-radius: 1.2em;
        box-shadow: 0 2px 8px rgba(33,114,38,0.08);
        padding: 0.3em 0.7em;
        border: 1px solid #217226;
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }
    .tabs-dropdown select[b-97wfsxcg33] {
        width: 100%;
        font-size: clamp(0.9rem, 2vw, 1.1rem);
        padding: 0.5em 2em 0.5em 0.8em;
        background: #e8f5e9;
        color: #217226;
        font-weight: 700;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        text-align: center;
        text-align-last: center;
        margin: 0;
        min-width: 100px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .tabs-dropdown select:focus[b-97wfsxcg33] {
        box-shadow: 0 0 0 2px #4fd36d33;
    }
    .tabs-dropdown[b-97wfsxcg33]::after {
        content: '\25BC';
        position: absolute;
        right: 1.2em;
        top: 50%;
        transform: translateY(-50%);
        color: #217226;
        pointer-events: none;
        font-size: 1.1em;
        background: #e8f5e9;
        padding-left: 0.3em;
    }
    .tab-content[b-97wfsxcg33] {
        padding: 1rem 0 0 0;
    }
    h1[b-97wfsxcg33] {
        font-size: 1.3rem;
        word-break: break-word;
        color: #217226;
    }
}

.tab-btn:disabled[b-97wfsxcg33] {
    background: #217226;
    color: #fff;
    cursor: default;
}
.tab-content[b-97wfsxcg33] {
    padding: 1.5rem 0 0 0;
}
h1[b-97wfsxcg33] {
    color: black;
}
@media (max-width: 320px) {
    .game-header-tabs[b-97wfsxcg33] {
        margin-bottom: 0.5rem;
        flex-direction: column;
        align-items: center;
    }
    .game-header-tabs h1[b-97wfsxcg33] {
        font-size: 0.9rem;
        padding-bottom: 0.2rem;
        text-align: center;
    }
    .game-header-tabs .tabs[b-97wfsxcg33] {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.2rem;
    }
    .tab-btn[b-97wfsxcg33] {
        min-width: 70px;
        font-size: 0.6rem;
        padding: 0.1rem 0.5rem;
    }
    .tabs-dropdown[b-97wfsxcg33] {
        display: none;
    }
}

@media (max-width: 280px) {
    .game-header-tabs[b-97wfsxcg33] {
        margin-bottom: 0.3rem;
        flex-direction: column;
        align-items: center;
    }
    .game-header-tabs h1[b-97wfsxcg33] {
        font-size: 0.8rem;
        padding-bottom: 0.1rem;
        text-align: center;
    }
    .game-header-tabs .tabs[b-97wfsxcg33] {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.1rem;
    }
    .tab-btn[b-97wfsxcg33] {
        min-width: 60px;
        font-size: 0.5rem;
        padding: 0.05rem 0.4rem;
    }
    .tabs-dropdown[b-97wfsxcg33] {
        display: none;
    }
}
.game-image[b-97wfsxcg33] {
    text-align: center;
}

.game-image-display[b-97wfsxcg33] {
    width: 100%;
    aspect-ratio: 3/1;
    max-height: 15rem;
    object-fit:cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    object-position: center center;
}

.action-buttons[b-97wfsxcg33] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    justify-content: flex-start;
}
.action-buttons button[b-97wfsxcg33] {
    flex: 0 1 auto;
    margin-bottom: 0.25rem;
}
@media (max-width: 600px) {
    .action-buttons[b-97wfsxcg33] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    .action-buttons button[b-97wfsxcg33] {
        width: 100%;
        min-width: 0;
    }
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/GamesOverview.razor.rz.scp.css */
@media (min-width: 600px) {
    .search-bar-container[b-7jhdnxw3ki] {
        margin-top: 0;
    }
    h1 + .search-bar-container[b-7jhdnxw3ki] {
        margin-left: 0;
    }
}

.modern-add-game-card .bi-plus-circle[b-7jhdnxw3ki] {
    font-size: 3rem;
    color: var(--accent-color);
}

.modern-add-game-card h5[b-7jhdnxw3ki] {
    margin-top: 0.5rem;
}

.modern-add-game-card p[b-7jhdnxw3ki] {
    color: #6c757d;
}

.card[b-7jhdnxw3ki] {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--card-bg-color);
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(33, 114, 38, 1); /* Reduced glow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

    .card:hover[b-7jhdnxw3ki] {
        transform: translateY(-5px);
        box-shadow: 0 0 10px rgba(33, 114, 38, 1.2); /* Reduced glow */
    }

.card-img-top[b-7jhdnxw3ki] {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 3 / 1;
    object-fit: fill;
    border: none;
    border-radius: 4px 4px 0px 0px;
    object-position: center center;
    background-color: black;
    height: auto;
}

.card-body[b-7jhdnxw3ki] {
    flex: 1 1 auto;
    overflow: hidden;
}

.card-footer[b-7jhdnxw3ki] {
    flex: 0 0 auto;
}

.card-title[b-7jhdnxw3ki] {
    font-weight: 700;
    color: var(--accent-color);
    font-size: 1.2rem;
    text-transform: uppercase;
    border-bottom: 2px solid var(--accent-color);
}

.card-text[b-7jhdnxw3ki] {
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

    .card-text small[b-7jhdnxw3ki] {
        color: #e0e0e0; /* Brighter text for readability */
        font-style: normal;
        background-color: #333; /* Contrasting background */
        padding: 3px 6px;
        border-radius: 4px;
        font-size: 0.8rem;
    }

.card-header[b-7jhdnxw3ki] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.card-link[b-7jhdnxw3ki] {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(33, 114, 38, 0.08);
}

.card-link:hover[b-7jhdnxw3ki],
.card-link:focus[b-7jhdnxw3ki] {
    background-color: #267c2e;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(33, 114, 38, 0.18);
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/Matches/BracketView/BracketMatchComponent.razor.rz.scp.css */
/* Styling for BracketMatchComponent */
.bracket-match[b-tbvpzlcfvu] {
    background: #fff;
    border: 2px solid #4caf50;
    border-radius: 8px;
    width: 220px;
    height: 60px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.08);
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    color: #333;
    padding: 0.75rem 0.2rem !important;
    box-sizing: border-box;
    overflow: hidden;
}

.relative[b-tbvpzlcfvu] {
    position: relative; 
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/Matches/BracketView/DoubleEliminationBracketComponent.razor.rz.scp.css */
.bracket-absolute-container[b-8terslmyv0] {
    position: relative;
    min-width: 100%;
    max-width: 100vw;
    overflow-x: auto;
    box-sizing: border-box;
}

.bracket-root[b-8terslmyv0] {
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: auto;
    padding-bottom: 1rem;
    cursor: grab;
}

.bracket-root:active[b-8terslmyv0] {
    cursor: grabbing;
}

.bracket-columns[b-8terslmyv0] {
    display: block;
}

.bracket-titles[b-8terslmyv0] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.bracket-title[b-8terslmyv0] {
    flex: 1 1 0;
    text-align: center;
    min-width: 220px;
    margin-bottom: 1rem;
}

/* Adjusting the position of .bracket-match to ensure proper alignment within its parent constraints */


.participant-col[b-8terslmyv0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    flex: 1 1 0;
    width: 0;
    overflow: hidden;
}

.vs-col[b-8terslmyv0] {
    color: #888;
    font-size: 0.95em;
    font-weight: normal;
    padding: 0 0.2em;
    white-space: nowrap;
    flex: 0 0 auto;
}

.participant-row[b-8terslmyv0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 0.25em;
    margin-bottom: 2px;
}

.participant-name[b-8terslmyv0] {
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95em;
    padding-left: 0.2em;
}

.participant-score[b-8terslmyv0] {
    flex: 0 0 auto;
    text-align: right;
    font-size: 0.95em;
    margin-left: 0.5em;
}

.vs-row[b-8terslmyv0] {
    text-align: center;
    color: #888;
    font-size: 0.95em;
    margin-bottom: 2px;
}
.container-box[b-8terslmyv0]{
    border: 1px solid #ccc;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/Matches/BracketView/MatchParticipantRow.razor.rz.scp.css */
.participant-row[b-sus2x20431] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 0.25em;
    margin-bottom: 2px;
}

.participant-name[b-sus2x20431] {
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95em;
    padding-left: 0.2em;
}

.participant-score[b-sus2x20431] {
    font-size: 1.1em;
    color: #388e3c;
    margin-left: 0.5em;
    text-align: right;
}

.winner[b-sus2x20431] {
    font-weight: bolder;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/Matches/BracketView/SingleEliminationBracketComponent.razor.rz.scp.css */
.bracket-absolute-container[b-fyvso50fvx] {
    position: relative;
    min-height: auto;
    min-width: 100%;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden; /* Ensure only horizontal scrolling */
    box-sizing: border-box;    
}

.bracket-root[b-fyvso50fvx] {
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden; /* Ensure only horizontal scrolling */
    padding-bottom: 1rem;
    cursor: grab;
}

.bracket-root:active[b-fyvso50fvx] {
    cursor: grabbing;
}

.bracket-columns[b-fyvso50fvx] {
    display: block;
}

.bracket-titles[b-fyvso50fvx] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.bracket-title[b-fyvso50fvx] {
    flex: 1 1 0;
    text-align: center;
    min-width: 220px;
    margin-bottom: 1rem;
}

.bracket-match[b-fyvso50fvx] {
    background: #fff;
    border: 2px solid #4caf50;
    border-radius: 8px;
    width: 220px;
    height: 60px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.08);
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    font-weight: bold;
    color: #333;
    padding: 0.75rem 0.2rem !important;
    box-sizing: border-box;
    overflow: hidden;
}
.match-row[b-fyvso50fvx] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 100%;
    gap: 0.4em;
    overflow: hidden;
}

.participant-col[b-fyvso50fvx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    flex: 1 1 0;
    width: 0;
    overflow: hidden;
}

.vs-col[b-fyvso50fvx] {
    color: #888;
    font-size: 0.95em;
    font-weight: normal;
    padding: 0 0.2em;
    white-space: nowrap;
    flex: 0 0 auto;
}

.participant-row[b-fyvso50fvx] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 0.25em;
    margin-bottom: 2px;
}

.participant-name[b-fyvso50fvx] {
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95em;
    padding-left: 0.2em;
}

.participant-score[b-fyvso50fvx] {
    flex: 0 0 auto;
    text-align: right;
    font-size: 0.95em;
    margin-left: 0.5em;
}

.vs-row[b-fyvso50fvx] {
    text-align: center;
    color: #888;
    font-size: 0.95em;
    margin-bottom: 2px;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/Matches/DetailView/MatchDetailsDialog.razor.rz.scp.css */
.match-modal-overlay[b-vkl9z32oej] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-modal-dialog[b-vkl9z32oej] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding: 2.5rem 3rem;
    min-width: 600px;
    max-width: 80vw;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: default;
}

    .match-modal-dialog h3[b-vkl9z32oej] {
        font-size: 1.8rem;
        font-weight: bold;
        color: var(--accent-color);
        margin-bottom: 1.5rem;
        text-align: center;
    }

.match-modal-close[b-vkl9z32oej] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--accent-color);
    cursor: pointer;
    transition: color 0.2s;
}

    .match-modal-close:hover[b-vkl9z32oej] {
        color: var(--accent-dark);
    }
.match-header[b-vkl9z32oej] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2em;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 0.2em;
    color: #222;
}
.match-header-name[b-vkl9z32oej] {
    display: flex;
    align-items: center;
    gap: 0.3em;
}
.match-header-score[b-vkl9z32oej] {
    color: #4caf50;
    font-size: 1.08em;
    font-weight: 700;
}
.match-header-vs[b-vkl9z32oej] {
    color: #888;
    font-size: 1.1em;
    font-weight: 600;
}
.match-format[b-vkl9z32oej] {
    text-align: center;
    color: #aaa;
    font-size: 1.05em;
    font-weight: 500;
    margin-bottom: 1.2em;
    margin-top: 0.1em;
    letter-spacing: 0.01em;
}
.participants-section[b-vkl9z32oej] {
    margin-bottom: 1.5em;
}
.participants-grid[b-vkl9z32oej] {
    display: flex;
    gap: 1.2em;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.2em;
}
.match-meta-section[b-vkl9z32oej] {
    margin-top: 1.2em;
    background: #f4f4f4;
    border-radius: 8px;
    padding: 0.8em 1.2em;
}
.meta-row[b-vkl9z32oej] {
    display: flex;
    justify-content: space-between;
    font-size: 1.01em;
    margin-bottom: 0.2em;
}
.meta-label[b-vkl9z32oej] {
    color: #666;
    font-weight: 500;
}
.meta-value[b-vkl9z32oej] {
    color: #222;
    font-weight: 600;
}
.participant-detail[b-vkl9z32oej] {
    margin-bottom: 0.7rem;
    padding: 0.5rem 0.7rem;
    background: #f7f7f7;
    border-radius: 6px;
    font-size: 1.05em;
}
.score[b-vkl9z32oej] {
    float: right;
    font-weight: bold;
    color: #4caf50;
}
.winner-section[b-vkl9z32oej] {
    background: #e8f5e9;
    border-radius: 6px;
    padding: 0.5rem 0.7rem;
    font-size: 1.1em;
}
.participant-card[b-vkl9z32oej] {
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.08);
    padding: 1.1em 1.5em 1.1em 1.5em;
    min-width: 220px;
    max-width: 320px;
    border: 2px solid #e0e0e0;
    position: relative;
    transition: border 0.2s;
}
.participant-card.winner-card[b-vkl9z32oej] {
    border: 2.5px solid #4caf50;
    background: #e8f5e9;
}
.participant-card.loser-card[b-vkl9z32oej] {
    border: 2.5px solid #e53935;
    background: #ffebee;
}
.score-inputs[b-vkl9z32oej] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.score-input[b-vkl9z32oej] {
    width: 150px;
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

.save-button-container[b-vkl9z32oej] {
    text-align: center;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/Tabs/OverviewTab.razor.rz.scp.css */
.game-overview-container[b-8hkakn6uf4] {
    font-family: 'Orbitron', sans-serif;
    padding: 20px;
    background-color: #f8f9fa !important;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.game-overview-header[b-8hkakn6uf4] {
    text-align: center;
    color: #343a40;
    margin-bottom: 20px;
}

.overview-details[b-8hkakn6uf4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overview-column[b-8hkakn6uf4] {
    flex: 1;
    padding: 10px;
}

.overview-column:first-child[b-8hkakn6uf4] {
    border-right: 1px solid #dee2e6;
}

.overview-column p[b-8hkakn6uf4] {
    margin: 10px 0;
    color: #343a40;
}

.overview-formats[b-8hkakn6uf4] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.format-item[b-8hkakn6uf4] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    color: #495057;
}

.format-item span[b-8hkakn6uf4] {
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #6c757d;
}

.btn-accent[b-8hkakn6uf4] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-accent:hover[b-8hkakn6uf4] {
    background-color: #0056b3;
}



.overview-container .btn[b-8hkakn6uf4] {
    margin-top: 20px;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/Tabs/ParticipantsTab.razor.rz.scp.css */
.modal-overlay[b-fat7em96w3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-dialog[b-fat7em96w3] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 32px rgba(76, 175, 80, 0.18);
    padding: 2rem 2.5rem 1.5rem 2.5rem;
    min-width: 340px;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    color: #222;
}
.participants-modal-overlay[b-fat7em96w3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.participants-modal-dialog[b-fat7em96w3] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding: 2.5rem 3rem;
    min-width: 600px;
    max-width: 80vw;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.participants-modal-dialog h3[b-fat7em96w3] {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    text-align: center;
}
.participants-modal-close[b-fat7em96w3] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--accent-color);
    cursor: pointer;
    transition: color 0.2s;
}
.participants-modal-close:hover[b-fat7em96w3] {
    color: var(--accent-dark);
}

/* Styling for participants modal */
.participants-scroll-list[b-fat7em96w3] {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 1rem;
    border: 1px solid var(--accent-color);
    padding: 0.5rem;
    border-radius: 8px;
}

    .participants-scroll-list div[b-fat7em96w3] {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .participants-scroll-list label[b-fat7em96w3] {
        margin-left: 0.5rem;
        color: var(--text-color);
    }
.centered-grid[b-fat7em96w3]{
    justify-content: center;
}
.participants-overview-grid[b-fat7em96w3] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em;
    justify-content: flex-start;
    margin-top: 1.5em;
}
.participant-overview-card[b-fat7em96w3] {
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.08);
    padding: 1.2em 1.5em 1.2em 1.5em;
    width: 14rem;
    border: 2px solid #e0e0e0;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: border 0.2s, box-shadow 0.2s;
}

    .participant-overview-card:hover[b-fat7em96w3] {
        border: 2.5px solid #4caf50;
        box-shadow: 0 0 0 2px #a5d6a7;
    }

.participant-avatar[b-fat7em96w3] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.7em;
}

.player-avatar[b-fat7em96w3] {
    background: #4caf50;
}

.team-avatar[b-fat7em96w3] {
    background: #1976d2;
}

.participant-overview-name[b-fat7em96w3] {
    font-size: 1.15em;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 0.2em;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    white-space: normal;
}

.delete-icon[b-fat7em96w3] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: #ff4d4d;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
}

.delete-icon:hover[b-fat7em96w3] {
    background: #e60000;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Games/Tabs/PlacementsTab.razor.rz.scp.css */
.placements-container[b-qm8louec3n] {
    font-family: 'Orbitron', sans-serif;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    padding-top: 4rem; /* Increase padding to encapsulate names above podium steps */
}

.placements-header[b-qm8louec3n] {
    text-align: center;
    color: #343a40;
    margin-bottom: 50px; /* Increased margin to prevent overlap with the podium */
}

.podium[b-qm8louec3n] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
    position: relative;
    gap: 10px; /* Add spacing between steps */
}

.podium-step[b-qm8louec3n] {
    text-align: center;
    width: 100px;
    margin: 0 5px;
    border-radius: 10px 10px 0 0; /* Rounded corners */
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Add shadow for 3D effect */
    border: 2px solid rgba(0, 0, 0, 0.1); /* Subtle border */
}

.podium-step.gold[b-qm8louec3n] {
    background: linear-gradient(135deg, #ffd700, #ffcc00); /* Gradient for gold */
    height: 80px;
    order: 1;
}

.podium-step.silver[b-qm8louec3n] {
    background: linear-gradient(135deg, #c0c0c0, #d9d9d9); /* Gradient for silver */
    height: 60px;
    order: 0;
}

.podium-step.bronze[b-qm8louec3n] {
    background: linear-gradient(135deg, #cd7f32, #d08c47); /* Gradient for bronze */
    height: 40px;
    order: 2;
}

.podium-step .participant-name[b-qm8louec3n] {
        position: absolute;
        top: -3rem;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
    color: #000;
    border-radius: 0.75rem; /* Rounded corners */
    font-size: 0.9em; /* Adjusted font size */
    font-weight: 600; /* Bolder text */
    padding: 0.3em 0.6em; /* Compact padding */
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2); /* Subtle shadow */
    border: 0.0625em solid rgba(0, 0, 0, 0.1); /* Add border */
    text-align: center; /* Center-align text */
    white-space: nowrap; /* Prevent text wrapping */
    z-index: 1; /* Ensure names appear above other elements */
}

.placements-list[b-qm8louec3n] {
    list-style: none;
    padding: 0;
}

.placement-item[b-qm8louec3n] {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    transition: transform 0.2s;
}

.placement-item:hover[b-qm8louec3n] {
    transform: scale(1.02);
}

.placement-title[b-qm8louec3n] {
    font-weight: bold;
    color: #495057;
}

.participant-list[b-qm8louec3n] {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.participant-item[b-qm8louec3n] {
    padding: 5px;
    color: #6c757d;
}
/* _content/Mercurius.LAN.Web/Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.privacy-policy-container[b-6xkapdkd5s] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

    .privacy-policy-container h1[b-6xkapdkd5s] {
        font-size: 2em;
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .privacy-policy-container h2[b-6xkapdkd5s] {
        font-size: 1.5em;
        color: #2c3e50;
        margin-top: 30px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .privacy-policy-container h3[b-6xkapdkd5s] {
        font-size: 1.2em;
        color: #444;
        margin-top: 25px;
    }

    .privacy-policy-container p[b-6xkapdkd5s] {
        margin-bottom: 15px;
    }

    .privacy-policy-container ul[b-6xkapdkd5s] {
        margin-bottom: 15px;
        padding-left: 20px;
    }

/* Styling voor de datalijsten in sectie 3 */
.data-list[b-6xkapdkd5s] {
    list-style-type: none;
    padding: 0;
}

    .data-list li[b-6xkapdkd5s] {
        background: #f9f9f9;
        margin-bottom: 10px;
        padding: 15px;
        border-left: 4px solid #0073aa; /* Kleuraccent */
        border-radius: 4px;
    }

.data-label[b-6xkapdkd5s] {
    display: block;
    font-weight: bold;
    font-size: 1.05em;
    color: #222;
}

.data-meta[b-6xkapdkd5s] {
    font-size: 0.9em;
    color: #666;
    display: inline-block;
    margin-top: 4px;
}

.tag[b-6xkapdkd5s] {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 5px;
}

.tag-req[b-6xkapdkd5s] {
    background-color: #ffebee;
    color: #c62828;
}
/* Rood voor verplicht */
.tag-opt[b-6xkapdkd5s] {
    background-color: #e8f5e9;
    color: #2e7d32;
}
/* Groen voor optioneel */

.warning-box[b-6xkapdkd5s] {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 15px;
    border-radius: 5px;
    color: #856404;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Sponsors.razor.rz.scp.css */
.sponsors-container[b-7kc3bwczt7] {
    height: 100%;
    overflow-y: auto;
    text-align: center;
}


.card-deck[b-7kc3bwczt7] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-row[b-7kc3bwczt7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.card-img[b-7kc3bwczt7]{
    object-fit: contain;
    background: none;
}

.card[b-7kc3bwczt7] {
    position: relative;
    overflow: hidden;
    padding: 0.5rem;
    display: flex;
    width: auto;
    border: none;
    box-shadow: none;
    background: none;
}
.card[b-7kc3bwczt7]::after {
    content: attr(data-overlay-text); /* Get the text from a data attribute */
    visibility: hidden; /* Hide the pseudo-element, but keep it in the flow */
    white-space: nowrap; /* Prevent the text from wrapping */
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0; /* Adjust padding if needed to match the overlay */
}

.card img[b-7kc3bwczt7] {
    transition: transform 0.3s ease;
    border-bottom: none;

}

.card:hover img[b-7kc3bwczt7] {
    transform: scale(1.1);
    filter: blur(3px);
}

.card-overlay[b-7kc3bwczt7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 1.2rem;
    font-weight: bold;
}

.card:hover .card-overlay[b-7kc3bwczt7] {
    opacity: 1;
}
/* _content/Mercurius.LAN.Web/Components/Pages/Users/ChangePassword.razor.rz.scp.css */
.chp-container[b-4shhzk3cu2] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: var(--primary-color);
}

.chp-card[b-4shhzk3cu2] {
    background: var(--card-bg-color);
    border: 1px solid var(--card-border-color);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(33, 114, 38, 0.4);
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

    .chp-card h3[b-4shhzk3cu2] {
        color: var(--accent-color);
        margin-bottom: 1.5rem;
    }

.btn-primary[b-4shhzk3cu2] {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover[b-4shhzk3cu2] {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
/* _content/Mercurius.LAN.Web/Components/Pages/Users/Login.razor.rz.scp.css */
/* Login Page Styles */
.login-container[b-kxze3hrkf9] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: var(--primary-color);
}

.login-card[b-kxze3hrkf9] {
    background: var(--card-bg-color);
    border: 1px solid var(--card-border-color);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(33, 114, 38, 0.4);
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.login-card h3[b-kxze3hrkf9] {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
}

.form-group[b-kxze3hrkf9] {
    margin-bottom: 1rem;
}

.btn-primary[b-kxze3hrkf9] {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover[b-kxze3hrkf9] {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
/* _content/Mercurius.LAN.Web/Components/Shared/CustomAutocomplete.razor.rz.scp.css */
.custom-autocomplete[b-cae8weea7u] {
    max-width: 340px;
    position: relative;
}

/* Updated Input Styling */
.custom-autocomplete-input[b-cae8weea7u] {
    height: 3rem;
    width: 100%;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23217226" stroke-width="2" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>') no-repeat 0.75rem center/1.2rem 1.2rem;
    padding-left: 2.5rem;
    border: 1px solid lightgrey;
    box-shadow: 0 2px 8px rgba(33, 114, 38, 0.07);
    transition: border-color 0.2s, box-shadow 0.2s;
    border-radius: 2rem 2rem 0 0; /* Rounded top, straight bottom */
    border-bottom: none;
}

.dropdown-closed .custom-autocomplete-input[b-cae8weea7u] {
    border-radius: 2rem; /* Fully rounded */
    border-bottom: 1px solid lightgrey; /* Add the bottom border back */
}

.custom-autocomplete-input:focus[b-cae8weea7u] {
    outline: none;
}

/* Updated Dropdown Styling */
.custom-autocomplete-dropdown[b-cae8weea7u] {
    width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    background: #fff;
    border: 1px solid lightgrey;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 2rem 2rem;
    border-top: none;
}

    .custom-autocomplete-dropdown li[b-cae8weea7u] {
        padding: 10px 2.5rem; /* Match padding to input for alignment */
        cursor: pointer;
        color: black;
    }

        .custom-autocomplete-dropdown li:hover[b-cae8weea7u] {
            background: #f0f0f0;
        }
/* _content/Mercurius.LAN.Web/Components/Shared/LoadingScreen.razor.rz.scp.css */
.loading-overlay[b-jnahdoewij] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.85);
    z-index: 3000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.loading-spinner-ring[b-jnahdoewij] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2em;
}
.spinner-ring[b-jnahdoewij] {
    width: 54px;
    height: 54px;
    border: 6px solid #e0e0e0;
    border-top: 6px solid #4caf50;
    border-radius: 50%;
    animation: spin-b-jnahdoewij 1s linear infinite;
}
@keyframes spin-b-jnahdoewij {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loading-message[b-jnahdoewij] {
    font-size: 1.25em;
    color: #388e3c;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
}
/* _content/Mercurius.LAN.Web/Components/Shared/ParticipantCardComponent.razor.rz.scp.css */
.participant-overview-card[b-uawyq8v2tk] {
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.08);
    padding: 1.2em 1.5em 1.2em 1.5em;
    width: 14rem;
    border: 2px solid #e0e0e0;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: border 0.2s, box-shadow 0.2s;
}

    .participant-overview-card:hover[b-uawyq8v2tk] {
        border: 2.5px solid #4caf50;
        box-shadow: 0 0 0 2px #a5d6a7;
    }

.participant-avatar[b-uawyq8v2tk] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.7em;
}

.player-avatar[b-uawyq8v2tk] {
    background: #4caf50;
}

.team-avatar[b-uawyq8v2tk] {
    background: #1976d2;
}

.participant-overview-name[b-uawyq8v2tk] {
    font-size: 1.15em;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 0.2em;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    white-space: normal;
}
/* _content/Mercurius.LAN.Web/Components/Shared/ParticipantComponent.razor.rz.scp.css */
.participant-card[b-qgsmw3bkvq] {
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.08);
    padding: 1.1em 1.5em 1.1em 1.5em;
    min-width: 220px;
    max-width: 320px;
    border: 2px solid #e0e0e0;
    position: relative;
    transition: border 0.2s;
}
.participant-header-row[b-qgsmw3bkvq] {
    display: flex;
    align-items: center;
    gap: 0.7em;
    margin-bottom: 0.3em;
}
.participant-type[b-qgsmw3bkvq] {
    font-size: 1.05em;
    font-weight: 600;
    color: #4caf50;
    display: flex;
    align-items: center;
    gap: 0.4em;
}
.participant-name[b-qgsmw3bkvq] {
    font-size: 1.15em;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
}
.captain-label[b-qgsmw3bkvq] {
    font-size: 0.95em;
    color: #388e3c;
    font-weight: 600;
    margin-top: 0.5em;
}
.captain-name[b-qgsmw3bkvq] {
    font-size: 1.08em;
    font-weight: 600;
    margin-bottom: 0.2em;
}
.participant-table[b-qgsmw3bkvq] {
    width: 100%;
    font-size: 0.98em;
    margin-bottom: 0.5em;
    border-collapse: collapse;
}
.participant-table td[b-qgsmw3bkvq] {
    padding: 0.1em 0.3em;
    color: #444;
}

.copy-icon[b-qgsmw3bkvq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 0.45em;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.85;
}
.copy-icon svg[b-qgsmw3bkvq] { width: 14px; height: 14px; fill: none; stroke: var(--accent-color); stroke-width: 1.6; }
.copy-icon:hover[b-qgsmw3bkvq] { opacity: 1; }
.copy-icon.copied[b-qgsmw3bkvq] { transform: scale(0.98); opacity: 0.95; }

/* Toast from uiInteractions.js */
.js-copy-toast[b-qgsmw3bkvq] {
    background: var(--accent-color);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.16);
    font-size: 0.95em;
    opacity: 0;
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 9999;
}
.js-copy-toast.show[b-qgsmw3bkvq] { opacity: 1; transform: translateY(-4px); }

/* _content/Mercurius.LAN.Web/Components/Shared/SponsorScroller.razor.rz.scp.css */
.wrapper[b-19i8dvfpx7] {
    display: flex;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: 1rem;
}
.slider[b-19i8dvfpx7] {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    overflow: hidden;
    mask-image: linear-gradient( to right, transparent, #000 15% 85%, transparent );    
    
}

.sponsor-logo[b-19i8dvfpx7] {
    filter: drop-shadow(2px 2px 2px #222);
    -webkit-filter: drop-shadow(2px 2px 2px #222);
}

.slide[b-19i8dvfpx7] {
    display: flex;
    animation: slide-b-19i8dvfpx7 60s linear infinite;

}

    .slide img[b-19i8dvfpx7] {
        height: 100px;
        padding: 0 30px 0 30px;
    }

@keyframes slide-b-19i8dvfpx7 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
