@import '_content/XTOS.PlayerUI.ClientsCore.AccountComponents/XTOS.PlayerUI.ClientsCore.AccountComponents.gc21dm78cp.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.Authentication/XTOS.PlayerUI.ClientsCore.Authentication.o2k8rm6s52.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.BetslipComponents/XTOS.PlayerUI.ClientsCore.BetslipComponents.t3um3l9tfq.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.CommonPages/XTOS.PlayerUI.ClientsCore.CommonPages.ap14rdy202.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.DialogComponents/XTOS.PlayerUI.ClientsCore.DialogComponents.3vh5pfu5hd.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.FixturesComponents/XTOS.PlayerUI.ClientsCore.FixturesComponents.m8swwdnanh.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.LayoutComponents/XTOS.PlayerUI.ClientsCore.LayoutComponents.h6vi8nt2m5.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.MyBetsComponents/XTOS.PlayerUI.ClientsCore.MyBetsComponents.kept42cq1e.bundle.scp.css';

/* /Components/FeaturedCarouselDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Container
   ══════════════════════════════════════════ */
.featured-carousel[b-e9s1f838u4] {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
    margin: 16px 16px 0;
}

/* ══════════════════════════════════════════
   MudCarousel core overrides
   ══════════════════════════════════════════ */
[b-e9s1f838u4] .featured-carousel-mud {
    height: clamp(280px, 36vw, 440px);
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-item {
    overflow: hidden;
}

/* ── Arrow navigation ── */
[b-e9s1f838u4] .featured-carousel-mud .mud-icon-button {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5),
                0 0 0 1.5px rgba(0, 0, 0, 0.08);
    opacity: 1 !important;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-icon-button:hover {
    background: #fff !important;
    transform: scale(1.1);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.6),
                0 0 0 1.5px rgba(0, 0, 0, 0.12);
}

[b-e9s1f838u4] .featured-carousel-mud .mud-icon-button .mud-icon-button-label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    line-height: 1;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous .mud-icon-root,
[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next .mud-icon-root {
    color: #1a1a1a !important;
    font-size: 26px !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous {
    left: 24px !important;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next {
    right: 24px !important;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous .mud-icon-button {
    margin-left: 24px;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next .mud-icon-button {
    margin-right: 24px;
}

/* ══════════════════════════════════════════
   Carousel item
   ══════════════════════════════════════════ */
.featured-carousel-item[b-e9s1f838u4] {
    position: relative;
    height: clamp(280px, 36vw, 440px);
    width: 100%;
    background-image: var(--desktop-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding-bottom: 28px;
    overflow: hidden;
}

/* ── Overlay ── */
.featured-carousel-overlay[b-e9s1f838u4] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.featured-carousel-item--banner .featured-carousel-overlay[b-e9s1f838u4] {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.70) 20%,
        rgba(0, 0, 0, 0.35) 42%,
        rgba(0, 0, 0, 0.05) 54%,
        transparent 58%
    );
}

.featured-carousel-item--promo .featured-carousel-overlay[b-e9s1f838u4] {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.72) 20%,
        rgba(0, 0, 0, 0.38) 42%,
        rgba(0, 0, 0, 0.05) 54%,
        transparent 58%
    );
}

/* ── Content area (bottom-left) ── */
.featured-carousel-content[b-e9s1f838u4] {
    position: relative;
    z-index: 2;
    padding: 24px 40px 24px 86px;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.featured-carousel-title[b-e9s1f838u4] {
    color: #fff;
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    font-weight: 900;
    margin: 0;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
}

.featured-carousel-subtitle[b-e9s1f838u4] {
    color: #f5a623;
    font-size: clamp(1rem, 1.8vw, 1.6rem);
    font-weight: 800;
    margin: 0;
    line-height: 1.15;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    border-top: 3px solid #f5a623;
    padding-top: 3px;
    display: inline-block;
}

.featured-carousel-tag[b-e9s1f838u4] {
    display: inline-block;
    background: #f5a623;
    color: #1a1a1a;
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 2px 8px;
    border-radius: 3px;
    align-self: flex-start;
    margin-top: 3px;
}

.featured-carousel-description[b-e9s1f838u4] {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.8rem, 1vw, 0.92rem);
    margin: 3px 0 0;
    line-height: 1.45;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    max-width: 360px;
}

.featured-carousel-actions[b-e9s1f838u4] {
    margin-top: 10px;
}

[b-e9s1f838u4] .featured-carousel-btn {
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 6px;
    padding: 6px 22px;
    text-transform: none;
    font-size: 0.88rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

/* ── Clickable link for banner type ── */
.featured-carousel-link[b-e9s1f838u4] {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* ══════════════════════════════════════════
   Responsive — Tablet (≤960px)
   ══════════════════════════════════════════ */
@media (max-width: 960px) {
    .featured-carousel[b-e9s1f838u4] {
        border-radius: 0;
        margin: 0;
        box-shadow: none;
    }

    [b-e9s1f838u4] .featured-carousel-mud {
        height: clamp(220px, 48vw, 340px);
    }

    .featured-carousel-item[b-e9s1f838u4] {
        height: clamp(220px, 48vw, 340px);
        background-image: var(--mobile-bg, var(--desktop-bg));
    }

    .featured-carousel-content[b-e9s1f838u4] {
        padding: 18px 32px 18px 80px;
        max-width: 100%;
    }

    .featured-carousel-description[b-e9s1f838u4] {
        max-width: 100%;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous {
        left: 18px !important;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next {
        right: 18px !important;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous .mud-icon-button {
        margin-left: 18px;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next .mud-icon-button {
        margin-right: 18px;
    }
}

/* ══════════════════════════════════════════
   Responsive — Mobile (≤600px)
   ══════════════════════════════════════════ */
@media (max-width: 600px) {
    [b-e9s1f838u4] .featured-carousel-mud {
        height: clamp(190px, 56vw, 280px);
    }

    .featured-carousel-item[b-e9s1f838u4] {
        height: clamp(190px, 56vw, 280px);
    }

    .featured-carousel-content[b-e9s1f838u4] {
        padding: 14px 16px 14px 72px;
        gap: 2px;
    }

    .featured-carousel-subtitle[b-e9s1f838u4] {
        border-top-width: 2px;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-icon-button {
        width: 38px;
        height: 38px;
        min-width: 38px;
        opacity: 1;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous .mud-icon-button {
        margin-left: 14px;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next .mud-icon-button {
        margin-right: 14px;
    }
}
/* /Components/HomePageComponent.razor.rz.scp.css */
.home-page[b-6frxa6ndp6] {
    margin-left: -24px;
    margin-right: -40px;
}

@media (max-width: 959px) {
    .home-page[b-6frxa6ndp6] {
        margin-left: 0;
        margin-right: 0;
    }
}
/* /Components/Layout/Header.razor.rz.scp.css */
[b-tyq0m0jog2] .mud-toolbar {
    flex-direction: column;
}

[b-tyq0m0jog2] .mud-toolbar-gutters {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 600px) {
    [b-tyq0m0jog2] .mud-toolbar-gutters {
        padding-left: 0;
        padding-right: 0;
    }

    .header-bottom[b-tyq0m0jog2] {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.header-bottom[b-tyq0m0jog2] {
    padding-left: 16px;
    padding-right: 16px;
}

.header-bottom[b-tyq0m0jog2] {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    background: var(--mud-palette-drawer-background);
    color: var(--mud-palette-drawer-text);
}

.header-links[b-tyq0m0jog2] {
    height: 100%;
    display: flex;
    margin-left: 22px;
}

[b-tyq0m0jog2] .mud-nav-link-text {
    margin-left: 0px !important;
    margin-inline-start: 0px !important;
}

.header-bottom[b-tyq0m0jog2]  .mud-nav-link-text {
    font-size: 16px;
}

[b-tyq0m0jog2] .mud-nav-item {
    height: 100%;
}

.header-bottom[b-tyq0m0jog2]  .mud-nav-link {
    height: 100%;
    color: var(--mud-palette-text-secondary);
    border-radius: 0;
    align-items: center;
    transition: none;
}

    .header-bottom[b-tyq0m0jog2]  .mud-nav-link:hover,
    .header-bottom[b-tyq0m0jog2]  .mud-nav-link.active {
        border-bottom: 2px solid var(--mud-palette-text-secondary);
    }

    .header-bottom[b-tyq0m0jog2]  .mud-nav-link.active {
        font-weight: 700 !important;
        color: var(--mud-palette-text-secondary) !important;
    }

[b-tyq0m0jog2] .mud-nav-link-text {
    white-space: nowrap;
}

.header-auth-container[b-tyq0m0jog2] {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
}

.app-logo[b-tyq0m0jog2] {
    width: 170px;
    background-size: contain;
    background-position: left;
    height: 58px;
    background-repeat: no-repeat;
}

@media (max-width: 445px) {
    .header-auth-container[b-tyq0m0jog2] {
        gap: 5px;
    }

    .app-logo[b-tyq0m0jog2] {
        width: 80px;
    }
}

[b-tyq0m0jog2] .mud-button {
    padding: 6px 10px;
}

[b-tyq0m0jog2] .btn {
    background-color: var(--mud-palette-secondary) !important;
    border: 1px solid var(--mud-palette-secondary) !important;
    color: var(--mud-palette-primary) !important;
    text-transform: unset !important;
    width: 80px;
}

    [b-tyq0m0jog2] .btn:hover {
        background-color: var(--mud-palette-secondary) !important;
        opacity: 0.8;
    }

[b-tyq0m0jog2] .btn-inverted {
    background-color: var(--mud-palette-primary) !important;
    border: 1px solid var(--mud-palette-secondary) !important;
    color: var(--mud-palette-secondary) !important;
    text-transform: unset !important;
    width: 80px;
}

    [b-tyq0m0jog2] .btn-inverted:hover {
        background-color: var(--mud-palette-primary) !important;
        opacity: 0.8;
    }

[b-tyq0m0jog2] .btn-circle {
    border-radius: 100%;
    color: #ffffff;
    border-color: #ffffff;
}

    [b-tyq0m0jog2] .btn-circle:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #1c3252;
    }

.logout-btn-content[b-tyq0m0jog2] {
    display: flex;
    gap: 5px;
    align-items: center;
}

.container[b-tyq0m0jog2] {
    display: flex;
    flex: 1;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

@media (min-width: 1081px) {
    .container[b-tyq0m0jog2] {
        max-width: 1040px;
    }
}

@media (min-width: 1281px) {
    .container[b-tyq0m0jog2] {
        max-width: 1240px;
    }
}

@media (min-width: 1367px) {
    .container[b-tyq0m0jog2] {
        max-width: 1326px;
    }
}

@media (min-width: 1441px) {
    .container[b-tyq0m0jog2] {
        max-width: 1400px;
    }
}

.space-between[b-tyq0m0jog2] {
    justify-content: space-between;
}

.account-button[b-tyq0m0jog2] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(0, 112, 235) 0%, rgb(0, 112, 235) 100%);
    padding: 10px 15px;
    border-radius: 4px;
    min-width: 150px;
    gap: 5px;
}

    .account-button span[b-tyq0m0jog2] {
        margin-top: 3px;
    }

.user-menu-item[b-tyq0m0jog2] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: bold;
}

.user-menu-item-icon[b-tyq0m0jog2] {
    color: #0050a8;
}

.balance-value[b-tyq0m0jog2] {
    letter-spacing: 1px;
    font-weight: bolder;
}

.user-balance-info[b-tyq0m0jog2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

[b-tyq0m0jog2] .mud-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-tyq0m0jog2] .mud-list-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

[b-tyq0m0jog2] .userMenuButton {
    color: var(--mud-palette-primary) !important;
}

[b-tyq0m0jog2] .userMenuButton button {
    color: var(--mud-palette-primary) !important;
}

    [b-tyq0m0jog2] .userMenuButton button:hover {
        background-color: var(--mud-palette-secondary) !important;
        opacity: 0.8;
    }

[b-tyq0m0jog2] .dark-mode-toggle {
    margin-right: 15px;
}

[b-tyq0m0jog2] .mud-list-item.old-site-link {
    color: var(--mud-palette-primary) !important;
    font-weight: bold !important;
}

.old-site-link-wrapper[b-tyq0m0jog2] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

/* Cashier Link Styles */
.cashier-link[b-tyq0m0jog2] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px;
    background: var(--mud-palette-secondary);
    color: var(--mud-palette-primary);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 2px solid var(--mud-palette-secondary);
}

    .cashier-link:hover[b-tyq0m0jog2] {
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
        opacity: 0.9;
        filter: brightness(1.05);
    }

    .cashier-link:active[b-tyq0m0jog2] {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .cashier-link:focus-visible[b-tyq0m0jog2] {
        outline: 2px solid var(--mud-palette-secondary);
        outline-offset: 2px;
    }

.cashier-link-icon[b-tyq0m0jog2] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    z-index: 1;
}

.cashier-icon-svg[b-tyq0m0jog2] {
    width: 100%;
    height: 100%;
    display: block;
}

.cashier-link-text[b-tyq0m0jog2] {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.cashier-link-pulse[b-tyq0m0jog2] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: currentColor;
    opacity: 0.3;
    animation: cashier-pulse-b-tyq0m0jog2 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes cashier-pulse-b-tyq0m0jog2 {
    0%, 100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.7);
    }
    50% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.8);
    }
}

/* Mobile optimizations */
@media (max-width: 959px) {
    .cashier-link[b-tyq0m0jog2] {
        padding: 6px;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        justify-content: center;
        gap: 0;
    }

    .cashier-link-icon[b-tyq0m0jog2] {
        width: 32px;
        height: 32px;
    }
}
/* /Components/PromoBannerDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Promo Banner — generic reusable component
   ══════════════════════════════════════════ */
.promo-banner[b-g3kf5820vm] {
    margin: 12px 16px 0;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.promo-banner-link[b-g3kf5820vm] {
    display: block;
    text-decoration: none;
}

.promo-banner picture[b-g3kf5820vm] {
    display: block;
}

.promo-banner-img[b-g3kf5820vm] {
    width: 100%;
    height: auto;
    display: block;
}

/* ══════════════════════════════════════════
   Responsive — Tablet / Mobile (≤959px)
   ══════════════════════════════════════════ */
@media (max-width: 959px) {
    .promo-banner[b-g3kf5820vm] {
        margin: 8px 0 0;
        border-radius: 0;
    }
}
/* /Layouts/BaseLayout.razor.rz.scp.css */
.base-container[b-ucsyx7ovhj] {
    margin-top: var(--mud-appbar-height);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.base-container.full-width[b-ucsyx7ovhj] {
    max-width: unset;
    width: 100%;
}

    .base-container.full-width .content-container[b-ucsyx7ovhj] {
        max-width: unset;
        width: 100%;
    }

    .base-container.full-width[b-ucsyx7ovhj]  .main-container {
        width: 100%;
        padding: 0;
        max-width: 1320px;
    }

@media (min-width: 1081px) {
    .base-container.full-width[b-ucsyx7ovhj]  .main-container {
        max-width: 1040px;
    }
}

@media (min-width: 1281px) {
    .base-container.full-width[b-ucsyx7ovhj]  .main-container {
        max-width: 1240px;
    }
}

@media (min-width: 1367px) {
    .base-container.full-width[b-ucsyx7ovhj]  .main-container {
        max-width: 1326px;
    }
}

@media (min-width: 1441px) {
    .base-container.full-width[b-ucsyx7ovhj]  .main-container {
        max-width: 1400px;
    }
}

.left-fill[b-ucsyx7ovhj] {
    position: absolute;
    left: 0;
    display: block;
    background-color: var(--mud-palette-tertiary);
    height: 100%;
}

@media (min-width: 1441px) {
    .base-container[b-ucsyx7ovhj] {
        max-width: 1400px;
    }
}

@media (min-width: 1367px) {
    .base-container[b-ucsyx7ovhj] {
        max-width: 1326px;
    }
}

@media (min-width: 600px) {
    .body-container[b-ucsyx7ovhj] {
        display: flex;
    }
}

@media (max-width: 959px) {
    [b-ucsyx7ovhj] .mud-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1081px) {
    .base-container[b-ucsyx7ovhj] {
        max-width: 1040px;
    }
}

@media (min-width: 1281px) {
    .base-container[b-ucsyx7ovhj] {
        max-width: 1240px;
    }
}

@media (min-width: 1440px) {
    .base-container[b-ucsyx7ovhj] {
        max-width: 1400px;
    }
}

.main-nav-menu-container[b-ucsyx7ovhj] {
    background-color: var(--mud-palette-tertiary);
    padding-right: 16px;
}

.betslip-container[b-ucsyx7ovhj] {
    min-width: 375px;
}

.betslip-inner[b-ucsyx7ovhj] {
    box-shadow: rgb(0 0 0 / 25%) -1px 0px 6px;
    width: 375px;
    top: var(--mud-appbar-height);
    flex-basis: 0%;
    flex-grow: 1;
    -webkit-box-flex: 1;
    align-items: stretch;
    -webkit-box-align: stretch;
    justify-content: flex-start;
    -webkit-box-pack: start;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    background-color: rgb(240, 243, 248);
    box-sizing: border-box;
    bottom: 0px;
    position: fixed;
}

[b-ucsyx7ovhj] .main-nav-menu-list {
    width: fit-content;
    margin-left: auto;
}

.mobile-betslip-container[b-ucsyx7ovhj] {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 63px;
    z-index: 200;
}

[b-ucsyx7ovhj] .open {
    display: block;
}

[b-ucsyx7ovhj] .mobile-betslip-container .betslip-content {
    height: 0;
    padding: 0;
    transition: all 0.3s;
    overflow: hidden;
}

    [b-ucsyx7ovhj] .mobile-betslip-container .betslip-content.open {
        height: calc(100vh - var(--mud-appbar-height) - 120px);
    }

.header-logo-container[b-ucsyx7ovhj] {
    padding-right: 24px;
}

.content-container[b-ucsyx7ovhj] {
    flex: 1;
    min-width: 0;
    background-color: var(--mud-palette-background);
}

@media (max-width: 960px) {
    .content-container[b-ucsyx7ovhj] {
        width: 100%;
        max-width: 100%;
    }
}

[b-ucsyx7ovhj] .main-container {
    min-height: 60vh;
}
/* /Pages/AllSports.razor.rz.scp.css */
.section[b-9y60cymy17] {
    display: flex;
    flex-direction: column;
    background-color: var(--mud-palette-primary-lighten);
    margin-top: 12px;
    padding: 12px 0 0 16px;
}

@media (max-width: 768px) {
    .section[b-9y60cymy17] {
        margin-top: 0;
    }
}

.section-title[b-9y60cymy17] {
    font-weight: bolder;
    font-size: 16px;
}

.section-link[b-9y60cymy17] {
    display: flex;
    padding: 16px 16px 16px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: var(--mud-palette-text-primary);
    border-bottom: 1px solid var(--mud-palette-divider);
}

.section-link:last-child[b-9y60cymy17] {
    border-bottom: none;
}

.section-details[b-9y60cymy17] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.section-icon[b-9y60cymy17] {
    margin-top: 3px;
    color: var(--mud-palette-primary);
    min-width: 35px;
    text-align: center;
}

.section-icon i[b-9y60cymy17] {
    font-size: 20px;
}

.logo-badge[b-9y60cymy17] {
    border-radius: 50%;
    font-weight: bold;
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin: auto;
}
/* /Pages/ContactPage.razor.rz.scp.css */
ol[b-qrtia0d5sl] {
    padding: 25px;
    background-color: var(--mud-palette-primary-lighten);
    border-radius: 5px;
    line-height: 28px;
    font-size: 18px;
}

li[b-qrtia0d5sl] {
    margin-left: 20px;
}

a[b-qrtia0d5sl] {
    color: var(--mud-palette-primary);
    font-weight: bold;
}

.social-link[b-qrtia0d5sl] {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    transition: opacity 0.2s ease-in-out;
}

.social-link:hover[b-qrtia0d5sl] {
    opacity: 0.6;
}

.social-link-icon[b-qrtia0d5sl] {
    line-height: 14px;
}

.social-link a[b-qrtia0d5sl] {
    line-height: 25px;
}

.comma-separator[b-qrtia0d5sl] {
    margin-right: 5px;
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* Dashboard Container */
.dashboard[b-8r1d6rk8k0] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* Enhanced Dashboard Header */
.dashboard-header[b-8r1d6rk8k0] {
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-primary-darken, #1565c0) 100%);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: var(--mud-elevation-4);
    position: relative;
    overflow: hidden;
}

    .dashboard-header[b-8r1d6rk8k0]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%23ffffff"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%23ffffff"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%23ffffff"/></svg>') no-repeat bottom;
        background-size: cover;
        opacity: 0.1;
        pointer-events: none;
    }

.header-content[b-8r1d6rk8k0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 20px;
}

.header-left[b-8r1d6rk8k0] {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.header-icon[b-8r1d6rk8k0] {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    backdrop-filter: blur(10px);
}

.header-text h1[b-8r1d6rk8k0] {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}

.welcome-text[b-8r1d6rk8k0] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0;
}

    .welcome-text strong[b-8r1d6rk8k0] {
        color: white;
        font-weight: 600;
    }

.header-right[b-8r1d6rk8k0] {
    display: flex;
    align-items: center;
}

/* Quick Stats Cards */
.quick-stats[b-8r1d6rk8k0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card[b-8r1d6rk8k0] {
    background: var(--mud-palette-background);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: var(--mud-elevation-2);
    border-left: 4px solid;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .stat-card[b-8r1d6rk8k0]::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        opacity: 0.1;
        transform: translate(30%, -30%);
    }

    .stat-card:hover[b-8r1d6rk8k0] {
        transform: translateY(-4px);
        box-shadow: var(--mud-elevation-8);
    }

.stat-card-primary[b-8r1d6rk8k0] {
    border-left-color: var(--mud-palette-primary);
}

    .stat-card-primary .stat-icon[b-8r1d6rk8k0] {
        background: rgba(33, 150, 243, 0.1);
        color: var(--mud-palette-primary);
    }

.stat-card-success[b-8r1d6rk8k0] {
    border-left-color: var(--mud-palette-success, #4caf50);
}

    .stat-card-success .stat-icon[b-8r1d6rk8k0] {
        background: rgba(76, 175, 80, 0.1);
        color: var(--mud-palette-success, #4caf50);
    }

.stat-card-info[b-8r1d6rk8k0] {
    border-left-color: var(--mud-palette-info, #2196F3);
}

    .stat-card-info .stat-icon[b-8r1d6rk8k0] {
        background: rgba(33, 150, 243, 0.1);
        color: var(--mud-palette-info, #2196F3);
    }

.stat-card-warning[b-8r1d6rk8k0] {
    border-left-color: var(--mud-palette-warning, #ff9800);
}

    .stat-card-warning .stat-icon[b-8r1d6rk8k0] {
        background: rgba(255, 152, 0, 0.1);
        color: var(--mud-palette-warning, #ff9800);
    }

.stat-icon[b-8r1d6rk8k0] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-content[b-8r1d6rk8k0] {
    flex: 1;
}

.stat-value[b-8r1d6rk8k0] {
    font-size: 28px;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
    line-height: 1.2;
    margin-bottom: 4px;
}

.stat-label[b-8r1d6rk8k0] {
    font-size: 13px;
    color: var(--mud-palette-text-secondary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Help Section */
.help-section[b-8r1d6rk8k0] {
    background-color: var(--mud-palette-primary-lighten);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: var(--mud-elevation-2);
    text-align: center;
    border: 1px solid var(--mud-palette-divider);
}

    .help-section h3[b-8r1d6rk8k0] {
        color: var(--mud-palette-primary);
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .help-section p[b-8r1d6rk8k0] {
        color: var(--mud-palette-text-primary);
        font-size: 14px;
        line-height: 1.6;
        margin: 10px 0;
    }

    .help-section .contact-info[b-8r1d6rk8k0] {
        margin-top: 20px;
        font-size: 15px;
        color: var(--mud-palette-text-primary);
    }

        .help-section .contact-info strong[b-8r1d6rk8k0] {
            color: var(--mud-palette-primary);
        }

        .help-section .contact-info a[b-8r1d6rk8k0] {
            color: var(--mud-palette-secondary);
            text-decoration: none;
            font-weight: 600;
        }

            .help-section .contact-info a:hover[b-8r1d6rk8k0] {
                text-decoration: underline;
            }

/* Info Cards */
.info-cards[b-8r1d6rk8k0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.info-card[b-8r1d6rk8k0] {
    background-color: var(--mud-palette-primary-lighten);
    border-radius: 8px;
    padding: 25px;
    box-shadow: var(--mud-elevation-2);
    border-left: 4px solid var(--mud-palette-primary);
}

    .info-card h3[b-8r1d6rk8k0] {
        color: var(--mud-palette-primary);
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .info-card p[b-8r1d6rk8k0] {
        color: var(--mud-palette-text-primary);
        font-size: 13px;
        line-height: 1.6;
        margin: 10px 0;
    }

    .info-card .important-note[b-8r1d6rk8k0] {
        background-color: rgba(255, 193, 7, 0.1);
        padding: 12px;
        border-radius: 4px;
        border-left: 3px solid var(--mud-palette-warning, #ffc107);
        margin-top: 15px;
    }

    .info-card .bonus-option[b-8r1d6rk8k0] {
        background-color: var(--mud-palette-background);
        padding: 15px;
        border-radius: 4px;
        margin: 10px 0;
        border: 1px solid var(--mud-palette-divider);
    }

        .info-card .bonus-option strong[b-8r1d6rk8k0] {
            color: var(--mud-palette-text-primary);
            font-size: 14px;
            font-weight: 700;
        }

        .info-card .bonus-option p[b-8r1d6rk8k0] {
            margin: 5px 0 0 0;
            font-size: 12px;
            color: var(--mud-palette-text-primary);
        }

/* Wagers Section */
.wagers-section[b-8r1d6rk8k0] {
    background-color: var(--mud-palette-primary-lighten);
    border-radius: 8px;
    box-shadow: var(--mud-elevation-2);
    margin-bottom: 30px;
    overflow: hidden;
}

.section-header[b-8r1d6rk8k0] {
    background-color: var(--mud-palette-primary);
    color: white;
    padding: 15px 20px;
    border-bottom: 2px solid var(--mud-palette-primary-darken, #1565c0);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .section-header h3[b-8r1d6rk8k0] {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px;
        letter-spacing: 1px;
        color: white;
    }

.section-link[b-8r1d6rk8k0] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .section-link:hover[b-8r1d6rk8k0] {
        background-color: rgba(255, 255, 255, 0.2);
        transform: translateX(2px);
        border-color: rgba(255, 255, 255, 0.3);
    }

    .section-link svg[b-8r1d6rk8k0] {
        transition: transform 0.3s ease;
    }

    .section-link:hover svg[b-8r1d6rk8k0] {
        transform: translateX(3px);
    }

.wagers-content[b-8r1d6rk8k0] {
    padding: 20px;
}

/* Table Styling */
[b-8r1d6rk8k0] .wagers-table-header th.mud-table-cell {
    color: var(--mud-palette-text-primary);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-8r1d6rk8k0] .wagers-table-content > td {
    color: var(--mud-palette-text-primary) !important;
    font-size: 14px;
    padding: 12px 10px;
}

[b-8r1d6rk8k0] .wagers-table-content {
    background-color: var(--mud-palette-background);
    transition: background-color 0.2s ease;
}

    [b-8r1d6rk8k0] .wagers-table-content:nth-child(even) {
        background-color: var(--mud-palette-primary-lighten);
    }

    [b-8r1d6rk8k0] .wagers-table-content:hover {
        background-color: var(--mud-palette-action-default-hover);
    }

.table-row-column[b-8r1d6rk8k0] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .table-row-column span[b-8r1d6rk8k0] {
        line-height: 1.4;
    }

/* Result Status Colors */
.result-win[b-8r1d6rk8k0] {
    color: var(--mud-palette-success, #4caf50);
    font-weight: 600;
}

.result-lose[b-8r1d6rk8k0] {
    color: var(--mud-palette-error, #f44336);
    font-weight: 600;
}

/* Not Authorized State */
.not-authorized[b-8r1d6rk8k0] {
    text-align: center;
    padding: 60px 20px;
    background-color: var(--mud-palette-primary-lighten);
    border-radius: 8px;
    margin-top: 40px;
}

    .not-authorized h3[b-8r1d6rk8k0] {
        color: var(--mud-palette-text-primary);
        font-size: 20px;
    }

/* Responsive Design */
@media (max-width: 960px) {
    .dashboard[b-8r1d6rk8k0] {
        padding: 15px;
    }

    .dashboard-header[b-8r1d6rk8k0] {
        padding: 20px;
    }

    .header-content[b-8r1d6rk8k0] {
        flex-direction: column;
        gap: 20px;
    }

    .header-left[b-8r1d6rk8k0] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .header-text h1[b-8r1d6rk8k0] {
        font-size: 24px;
    }

    .header-right[b-8r1d6rk8k0] {
        width: 100%;
        justify-content: center;
    }

    .quick-stats[b-8r1d6rk8k0] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }

    .stat-card[b-8r1d6rk8k0] {
        padding: 16px;
    }

    .stat-value[b-8r1d6rk8k0] {
        font-size: 24px;
    }

    .stat-label[b-8r1d6rk8k0] {
        font-size: 12px;
    }

    .help-section[b-8r1d6rk8k0] {
        padding: 20px;
    }

        .help-section h3[b-8r1d6rk8k0] {
            font-size: 18px;
        }

        .help-section p[b-8r1d6rk8k0] {
            font-size: 13px;
        }

    .info-cards[b-8r1d6rk8k0] {
        grid-template-columns: 1fr;
    }

    .info-card[b-8r1d6rk8k0] {
        padding: 20px;
    }

    .section-header h3[b-8r1d6rk8k0] {
        font-size: 16px;
    }

    .section-link[b-8r1d6rk8k0] {
        font-size: 13px;
        padding: 5px 10px;
    }

        .section-link span[b-8r1d6rk8k0] {
            display: none;
        }

        .section-link svg[b-8r1d6rk8k0] {
            width: 18px;
            height: 18px;
        }

    .wagers-content[b-8r1d6rk8k0] {
        padding: 10px;
    }

    [b-8r1d6rk8k0] table.mud-table-root,
    [b-8r1d6rk8k0] .mud-sm-table .mud-table-body,
    [b-8r1d6rk8k0] .mud-sm-table .mud-table-row {
        display: flex;
        flex-direction: column;
    }

    .table-row-column[b-8r1d6rk8k0] {
        align-items: flex-end;
        text-align: end;
    }

    [b-8r1d6rk8k0] .wagers-table-content > td {
        padding: 8px 10px;
    }
}

@media (max-width: 600px) {
    .dashboard-header[b-8r1d6rk8k0] {
        padding: 15px;
        border-radius: 12px;
    }

    .header-text h1[b-8r1d6rk8k0] {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .welcome-text[b-8r1d6rk8k0] {
        font-size: 14px;
    }

    .header-icon[b-8r1d6rk8k0] {
        padding: 10px;
    }

        .header-icon svg[b-8r1d6rk8k0] {
            width: 32px;
            height: 32px;
        }

    .quick-stats[b-8r1d6rk8k0] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .stat-card[b-8r1d6rk8k0] {
        padding: 14px;
    }

    .stat-icon[b-8r1d6rk8k0] {
        width: 48px;
        height: 48px;
    }

        .stat-icon svg[b-8r1d6rk8k0] {
            width: 20px;
            height: 20px;
        }

    .stat-value[b-8r1d6rk8k0] {
        font-size: 22px;
    }

    .stat-label[b-8r1d6rk8k0] {
        font-size: 11px;
    }

    .section-header[b-8r1d6rk8k0] {
        padding: 12px 15px;
    }

        .section-header h3[b-8r1d6rk8k0] {
            font-size: 15px;
        }

    .section-link[b-8r1d6rk8k0] {
        padding: 4px 8px;
    }

        .section-link svg[b-8r1d6rk8k0] {
            width: 16px;
            height: 16px;
        }

    .help-section[b-8r1d6rk8k0] {
        padding: 15px;
    }

        .help-section h3[b-8r1d6rk8k0] {
            font-size: 16px;
        }

        .help-section p[b-8r1d6rk8k0] {
            font-size: 12px;
        }

    .info-card h3[b-8r1d6rk8k0] {
        font-size: 14px;
    }

    .info-card p[b-8r1d6rk8k0] {
        font-size: 12px;
    }
}
/* /Pages/ExtraContentPage.razor.rz.scp.css */
.extra-content[b-461pf0y7q4] {
    background-color: var(--mud-palette-primary-lighten);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 45px;
    font-size: 16px;
    margin-top: 15px;
    line-height: 28px;
}

@media (max-width: 600px) {
    .extra-content[b-461pf0y7q4] {
        padding: 15px 15px;
    }
}
/* /Pages/LeaguePage.razor.rz.scp.css */
.empty-view[b-veatudge3t] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    gap: 5px;
}

    .empty-view img[b-veatudge3t] {
        width: 300px;
        margin-bottom: 25px;
    }

    .empty-view h3[b-veatudge3t] {
        font-size: 24px;
    }
/* /Pages/More.razor.rz.scp.css */
.section[b-4dpglssh3b] {
    display: flex;
    flex-direction: column;
    background-color: var(--mud-palette-primary-lighten);
    margin-top: 12px;
    padding: 12px 0 0 16px;
}

@media (max-width: 768px) {
    .section[b-4dpglssh3b] {
        margin-top: 0;
    }
}

.section-title[b-4dpglssh3b] {
    font-weight: bolder;
    font-size: 16px;
}

.section-link[b-4dpglssh3b] {
    display: flex;
    padding: 16px 16px 16px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: var(--mud-palette-text-primary);
    border-bottom: 1px solid var(--mud-palette-divider);
    cursor:pointer;
}

.section-link:last-child[b-4dpglssh3b] {
    border-bottom: none;
}

.section-link.highlight[b-4dpglssh3b] {
    font-weight: bold;
}

    .section-link.highlight .section-name[b-4dpglssh3b] {
        color: var(--mud-palette-primary);
    }

.section-details[b-4dpglssh3b] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--mud-palette-text-primary);
}

.section-icon[b-4dpglssh3b] {
    margin-top: 3px;
}

.section-icon i[b-4dpglssh3b] {
    font-size: 20px;
}

.arrow-icon svg[b-4dpglssh3b] {
    fill: var(--mud-palette-primary);
}
/* /Pages/MyAccount.razor.rz.scp.css */
.account-container[b-l6s30aoacw] {
    min-height: calc(100vh - var(--mud-appbar-height));
}

[b-l6s30aoacw] input,
[b-l6s30aoacw] select {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #E2E2E2;
    padding: 6px;
    font-size: 14px;
}

[b-l6s30aoacw] input:disabled {
    background-color: #E0E0E0;
}

[b-l6s30aoacw] .section-title {
    font-weight: 600;
    margin-bottom: 24px;
}

[b-l6s30aoacw] section.account {
    padding: 32px 24px;
    background-color: var(--mud-palette-primary-lighten);
}

[b-l6s30aoacw] .password-input {
    position: relative;
}

[b-l6s30aoacw] .password-input .mud-icon-button {
    position: absolute;
    right: 2px;
    top: 5px;
}
/* /Pages/MyBets.razor.rz.scp.css */
body[b-xk6j1em682] {
}
/* /Pages/PostLogout.razor.rz.scp.css */
.logout-card[b-5ds9ukzvvn] {
    width: 100%;
    display: grid;
    place-items: center;
    padding: 15px;
    gap: 5px;
}
/* /Pages/SignUpPage.razor.rz.scp.css */
.card[b-v5ajfhmg09] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 15px 35px;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
}

.text-section[b-v5ajfhmg09] {
    color: var(--mud-palette-text-primary);
}

    .text-section h1[b-v5ajfhmg09] {
        color: var(--mud-palette-primary);
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 20px;
    }

p[b-v5ajfhmg09] {
    margin-bottom: 15px;
}

span:last-child[b-v5ajfhmg09] {
    font-size: 12px;
    font-stretch: condensed;
    margin-top: 25px;
}

[b-v5ajfhmg09] .mud-select-input svg {
    fill: var(--mud-palette-text-primary);
}

[b-v5ajfhmg09] .mud-input-helper-text {
    color: var(--mud-palette-text-primary);
}

@media (max-width: 600px) {
    .card[b-v5ajfhmg09] {
        align-items: center;
        width: 100%;
    }

    .text-section[b-v5ajfhmg09] {
        text-align: left;
        border-radius: 5px;
        padding: 5px 15px;
        color: var(--mud-palette-text-primary);
    }

        .text-section h1[b-v5ajfhmg09] {
            font-size: 1.6rem;
            text-align: center;
        }
}

.signup-wrapper[b-v5ajfhmg09] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--mud-palette-primary-lighten);
}
/* /Pages/ThirdPartyServicesPage.razor.rz.scp.css */
iframe[b-s2g5dw61xu] {
    width: 100%;
    height: 85vh;
}

.loading-wrapper[b-s2g5dw61xu] {
    padding: 100px;
}

header[b-s2g5dw61xu] {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    height: 80px;
}

    header a[b-s2g5dw61xu] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid var(--mud-palette-primary);
        padding: 5px;
        border-radius: 5px;
        min-width: 100px;
        color: var(--mud-palette-primary);
        width: 80px;
    }

        header a:last-of-type[b-s2g5dw61xu] {
            text-align: right;
        }

    header h3[b-s2g5dw61xu] {
        margin: 0;
    }

@media (max-width: 960px) {
    header[b-s2g5dw61xu] {
        display: flex;
        text-align: center;
    }

    iframe[b-s2g5dw61xu] {
        width: 100%;
        height: 78vh;
    }
}

.permission-error[b-s2g5dw61xu] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
