/* /Components/Footer.razor.rz.scp.css */
.footer[b-q21dnbb3no] {
    border-top: 1px solid var(--mud-palette-lines-default);
    height: 120px;
    background-color: var(--mud-palette-background);
    padding: 0 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer > div[b-q21dnbb3no] {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-footer[b-q21dnbb3no] {
    display: none;
}

@media (max-width: 768px) {
    .footer[b-q21dnbb3no] {
        display: none;
    }

    .mobile-footer[b-q21dnbb3no] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
    }
}

/* /Layout/Components/CompactNavLink.razor.rz.scp.css */
.nav-link-wrapper[b-q3ck2lrbi8] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link-wrapper:first-child[b-q3ck2lrbi8] {
    display: block;
}


.nav-link-wrapper > a:hover > div[b-q3ck2lrbi8] {
    color: var(--mud-palette-white);
    background-color: var(--mud-palette-chip-default-hover);
}

.nav-link-wrapper > a:focus-visible > div[b-q3ck2lrbi8] {
    box-shadow: 0 0 0 2px var(--mud-palette-secondary);
}

.nav-link-wrapper > a:hover > span[b-q3ck2lrbi8] {
    color: var(--mud-palette-white);
}


/* Styles for the text */
.nav-link-wrapper > a span[b-q3ck2lrbi8] {
    font-size: 12px;
    display: block;
    width: 66px;
    margin-top: 5px;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    text-align: center;
    word-break: break-word;
    color: var(--mud-palette-text-primary);
}

.nav-link-wrapper .nav-active > div[b-q3ck2lrbi8] {
    color: var(--mud-palette-white);
    background-color: var(--mud-palette-chip-default-hover);

}

.nav-link-wrapper .nav-active > span[b-q3ck2lrbi8] {
    color: var(--mud-palette-white);
}
/* /Layout/Components/NavBalance.razor.rz.scp.css */
.container[b-f61rmiaqb1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 74px;
    overflow-x: hidden;

}


.balance-caption[b-f61rmiaqb1] {
    font-size: 12px;
    color: var(--mud-palette-text-primary);
    width: 100%;
    text-align: center;
}

.balance-amount[b-f61rmiaqb1] {
    font-size: 14px;
    font-weight: 700;
    color: var(--mud-palette-white);
    width: 100%;
    text-align: center;
    word-wrap: break-word;
}
/* /Layout/NoSidebarLayout.razor.rz.scp.css */
.container[b-g46lu3iatz] {
    height: 100%;
    min-height: calc(100vh - 120px);
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/backgrounds/background-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* /Layout/SidebarLayout.razor.rz.scp.css */
.body-container[b-7mteq9n3py] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.balance-container[b-7mteq9n3py] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 24px 0;
    margin-top: 2rem;
    background-color: var(--dark-purple);
}

/* /Pages/Auth/Components/SignInForm.razor.rz.scp.css */
.video[b-v6y8c5lchn] {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: visibility 0s, opacity 800ms ease-in-out;
    inset: 0;
    object-fit: cover;
}
/* /Pages/Dashboard/Components/GameCard.razor.rz.scp.css */
.card-container[b-khi5c35m5x] {
    position: relative;
    flex-basis: 33.333333%;
    flex-grow: 1;
    width: 100%;
    max-width: 588px;
    height: 100%;
    border-radius: var(--mud-default-borderradius);
    aspect-ratio: 6 / 5;


}

.card-container img[b-khi5c35m5x] {
    position: absolute;
    width: 100%;
    border-radius: var(--mud-default-borderradius);
    inset: 0;
    aspect-ratio: 6 / 5;
    object-fit: cover;
}

.card-overlay[b-khi5c35m5x] {
    font-size: 1.5rem;
    font-weight: 600;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: opacity 0.3s;
    text-align: center;
    opacity: 0;
    color: white;
    border-radius: var(--mud-default-borderradius);
    background-color: rgba(39, 39, 47, 0.7);
    inset: -1px;
    backdrop-filter: blur(5px);
    gap: 1rem;
}

.card-container:hover .card-overlay[b-khi5c35m5x] {
    opacity: 1;
}

.card-container:hover[b-khi5c35m5x] {
    box-shadow: 0 0 0 2px var(--mud-palette-primary);
}

.card-container:focus-within[b-khi5c35m5x] {
    box-shadow: 0 0 0 2px var(--mud-palette-primary);
}

.card-overlay:focus-within[b-khi5c35m5x] {
    opacity: 1;
}
/* /Pages/Dashboard/Components/TopBar.razor.rz.scp.css */
.container[b-cb18kqvj7u] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
    padding-left: 16px;
    gap: 24px;
}

.container > p[b-cb18kqvj7u] {
    font-size: 18px;
    padding-right: 2rem;
    color: var(--mud-palette-white);
}


.balance-container[b-cb18kqvj7u] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    min-width: 200px;
    max-width: 286px;
    height: 100%;
    padding: 16px 24px 16px 24px;
    background-color: var(--dark-purple);
    gap: 1rem;
}

.balance-amount[b-cb18kqvj7u] {
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    width: 100%;
    text-align: start;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: var(--mud-palette-white);
}


@media (max-width: 960px) {
    .container > p[b-cb18kqvj7u] {
        display: none;
    }
}

@media (max-width: 768px) {
    .container[b-cb18kqvj7u] {
        display: none;
    }
}
/* /Pages/Dashboard/Components/VideoCarousel.razor.rz.scp.css */
.carousel-container[b-7xuqm0ei41] {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    aspect-ratio: 24/9;
}

.carousel[b-7xuqm0ei41] {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-item[b-7xuqm0ei41] {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.carousel-item.active[b-7xuqm0ei41] {
    display: block;
    animation: fadeIn-b-7xuqm0ei41 1s forwards;
}

.carousel-item.fade-out[b-7xuqm0ei41] {
    animation: fadeOut-b-7xuqm0ei41 1s forwards;
}


@keyframes fadeIn-b-7xuqm0ei41 {
    from {
        opacity: 0;
        display: none;
    }
    to {
        opacity: 1;
        display: block;
    }
}

@keyframes fadeOut-b-7xuqm0ei41 {
    from {
        opacity: 1;
        display: block;
    }
    to {
        opacity: 0;
        display: none;
    }
}


.carousel-item video[b-7xuqm0ei41], .carousel-item img[b-7xuqm0ei41] {
    width: 100%;
    height: 100%;
    aspect-ratio: 24/9;
    object-fit: cover;
}


.carousel-controls[b-7xuqm0ei41] {
    display: grid;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 24px;
    grid-template-columns: 1fr 5fr 1fr;
}

.carousel-mute[b-7xuqm0ei41] {
    grid-column-start: 1;
}

.carousel-indicators[b-7xuqm0ei41] {
    text-align: center;
    grid-column-start: 2;
}

.carousel-navigation-buttons[b-7xuqm0ei41] {
    display: flex;
    align-items: center;
    justify-content: end;
    grid-column-start: 3;
}

.carousel-indicator-bar[b-7xuqm0ei41] {
    width: 5.75rem;
    height: 0.25rem;
    border-radius: var(--mud-default-borderradius);
    background-color: var(--mud-palette-text-disabled);

}


/* Dynamic filling bar when selected */
.carousel-indicator-filling-bar[b-7xuqm0ei41] {
    position: relative;
    overflow: hidden;
}

:root[b-7xuqm0ei41] {
    --carousel-indicator-filling-bar-animation-duration: 30s;
}

.carousel-indicator-filling-bar[b-7xuqm0ei41]::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transform-origin: 0% 0%;
    animation: fill-transform-b-7xuqm0ei41 ease-out forwards;
    animation-duration: var(--carousel-indicator-filling-bar-animation-duration);
    border-radius: var(--mud-default-borderradius);
    background-color: var(--mud-palette-primary);
    will-change: transform;
}

.banner-container[b-7xuqm0ei41] {
    position: absolute;
    width: 362px;
}

.banner-button[b-7xuqm0ei41] {
    position: absolute;
    display: none;
}

@media (max-width: 960px) {
    .banner-container[b-7xuqm0ei41] {
        display: none;
    }

    .banner-button[b-7xuqm0ei41] {
        display: block;
    }
}

@keyframes fill-transform-b-7xuqm0ei41 {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (max-width: 768px) {
    .carousel-indicators[b-7xuqm0ei41] {
        display: none;
    }

    .carousel-container[b-7xuqm0ei41] {
        aspect-ratio: 16/9;
    }

    .carousel-item video[b-7xuqm0ei41] {
        aspect-ratio: 16/9;
    }

    .carousel-controls[b-7xuqm0ei41] {
        padding: 0 12px;
    }
}
/* /Pages/Dashboard/Components/WinningsChart.razor.rz.scp.css */
.container[b-0vwqid3dkp] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 20px;

}
/* /Pages/Dashboard/DashboardPage.razor.rz.scp.css */
.container[b-savid4bybu] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 80px;
}

.games-container[b-savid4bybu] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 20px;

}


@media (max-width: 768px) {
    .container[b-savid4bybu] {
        padding-top: 0;
    }

    .games-container[b-savid4bybu] {
        flex-direction: column;
    }
}
/* /Pages/Deposit/DepositPage.razor.rz.scp.css */
.container[b-9clvxgggvj] {
    display: flex;
    overflow-x: hidden;
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 2rem;
    background: url('images/backgrounds/background-2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.layout[b-9clvxgggvj] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    gap: 1rem;

    form {
        flex-grow: 1;
        min-width: 500px;
        max-width: 659px;
        margin-left: auto;
        padding-top: 122px;
    }
}

.right[b-9clvxgggvj] {
    width: 330px;
    margin-left: auto;
    padding-top: 1rem;
}

.image-wrapper[b-9clvxgggvj] {
    position: relative;
    width: 100%;
    height: 100%;
}

.balance-container[b-9clvxgggvj] {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 92px;
    padding: 16px;
    background-color: var(--dark-purple);
    gap: 12px;

}

.badge[b-9clvxgggvj] {
    position: absolute;
    top: 0;
    right: 1rem;
}

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

    .layout[b-9clvxgggvj] {
        overflow-y: auto;
        flex-direction: column;
        gap: 2rem;

        form {
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            margin-left: 0;
            padding-top: 2rem;
        }
    }

    .right[b-9clvxgggvj] {
        width: 100%;
        margin-left: 0;
    }
}
/* /Pages/Onboarding/Components/ImageRadioInput.razor.rz.scp.css */
.container[b-7zp4qvq32s] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    cursor: pointer;
    box-shadow: 0 0 0 1px var(--mud-palette-lines-default);
}

.container:has(input:checked)[b-7zp4qvq32s] {
    box-shadow: 0 0 0 4px var(--mud-palette-primary);
}

.container:has(input:focus-visible)[b-7zp4qvq32s] {
    box-shadow: 0 0 0 2px var(--mud-palette-primary);
}

.container:hover[b-7zp4qvq32s] {
    box-shadow: 0 0 0 2px var(--mud-palette-primary);
}


/* Style the label as a pill */
.custom-radio-label[b-7zp4qvq32s] {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: white;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-radio-label:hover[b-7zp4qvq32s] {
    background-color: rgba(0, 0, 0, 0.7);
}

/*When parent is hovered change the background color of the label*/
.container:hover > .radio-container > .custom-radio-label[b-7zp4qvq32s] {
    color: black;
    background-color: var(--mud-palette-primary);
}

/* Style the checkmark (hidden by default) */
.custom-radio-label .checkmark[b-7zp4qvq32s] {
    display: none !important;
    width: 20px;
    height: 20px;

}

.input-container:has(:checked) + .custom-radio-label[b-7zp4qvq32s] {
    color: black;
    background-color: var(--mud-palette-primary);
}


.input-container:has(:checked) + .custom-radio-label:hover[b-7zp4qvq32s] {
    background-color: var(--mud-palette-primary-darken);
}

.input-container:has(:checked) + .custom-radio-label .checkmark[b-7zp4qvq32s] {
    display: block !important;
}

.image[b-7zp4qvq32s] {
    display: block;
}

.radio-container[b-7zp4qvq32s] {
    position: absolute;
    bottom: 5px;
    left: 5px;
    height: 24px;
}

.input-container[b-7zp4qvq32s] {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border-width: 0;
}

.label-text[b-7zp4qvq32s] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 5px;
    color: inherit;
}

.text[b-7zp4qvq32s] {
    position: absolute;
    display: grid;
    inset: 0;
    place-items: center;
}
/* /Pages/Onboarding/Components/OnboardingLayout.razor.rz.scp.css */
.container[b-1s46tpxmcz] {
    height: 100%;
    min-height: calc(100vh - 120px);
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('images/backgrounds/background-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-content[b-1s46tpxmcz] {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 120px);
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.left[b-1s46tpxmcz] {
    align-self: end;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-grow: 1;
    flex-direction: column;
    width: 50%;
    height: 700px;
    padding: 30px 40px 20px;
    gap: 24px;
}

.right[b-1s46tpxmcz] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 100%;
    padding: 30px 10px;
}

.logout-button-container[b-1s46tpxmcz] {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: end;
    height: 60px;

}

.mobile-logout-button-container[b-1s46tpxmcz] {
    display: none !important;
    width: 100%;
    padding-left: 40px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .left[b-1s46tpxmcz] {
        display: none;
    }

    .right[b-1s46tpxmcz] {
        width: 100%;
    }

    .mobile-logout-button-container[b-1s46tpxmcz] {
        display: block !important;
    }
}

@media (max-width: 960px) {
    .left[b-1s46tpxmcz] {
        padding: 30px 20px 80px;
    }

    .logout-button-container[b-1s46tpxmcz] {
        padding-left: 20px;
    }
}
/* /Pages/Onboarding/FirstDepositPage.razor.rz.scp.css */
.video[b-o6flbh5c4l] {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: visibility 0s, opacity 800ms ease-in-out;
    inset: 0;
    object-fit: cover;
}
/* /Pages/Profile/Components/GnightBanner.razor.rz.scp.css */
.container[b-13auog1w0n] {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.container svg[b-13auog1w0n] {
    display: block;
}

.banner-title[b-13auog1w0n] {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    text-align: center;
}

.ribbon[b-13auog1w0n] {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    width: calc(100% - 2rem);
    padding: 1rem calc(var(--s) + 1.2rem) calc(var(--d) + 0.8rem);
    text-align: center;
    color: #fff;
    background: conic-gradient(at left var(--s) bottom var(--d),
    #0000 25%, #0008 0 37.5%, #0004 0) 0   /50% 100% no-repeat,
    conic-gradient(at right var(--s) bottom var(--d),
            #0004 62.5%, #0008 0 75%, #0000 0) 100%/50% 100% no-repeat;
    background-color: #B7314F; /* the main color */
    --s: 1.8em; /* the ribbon size */
    --d: .8em; /* the depth */
    --c: .8em; /* the cutout part */
    clip-path: polygon(0 var(--d), var(--s) var(--d), var(--s) 0, calc(100% - var(--s)) 0, calc(100% - var(--s)) var(--d), 100% var(--d), calc(100% - var(--c)) calc(50% + var(--d) / 2), 100% 100%, calc(100% - var(--s) - var(--d)) 100%, calc(100% - var(--s) - var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) 100%, 0 100%, var(--c) calc(50% + var(--d) / 2));
}

@media (max-width: 768px) {
    .ribbon[b-13auog1w0n] {
        font-size: 24px;
        width: fit-content;
    }

}
/* /Pages/Profile/ProfilePage.razor.rz.scp.css */
.banner-container[b-20dd7nf0ic] {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container[b-20dd7nf0ic] {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    width: 100%;
    max-width: 449px;

    img {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
    }

}

.content-container[b-20dd7nf0ic] {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: auto;
    padding: 24px 16px;
    gap: 1rem;
}

.layout[b-20dd7nf0ic] {
    display: flex;
    align-items: start;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    height: 100%;
    gap: 36px;
}

.lists-container[b-20dd7nf0ic] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 36px 16px;
    gap: 24px;

    & > div {
        width: 100%;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .image-container[b-20dd7nf0ic] {
        max-width: 100%;
        padding: 1rem 0.5rem;
    }

    .layout[b-20dd7nf0ic] {
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        padding: 1rem 0.5rem;
        gap: 36px;
    }

    .lists-container[b-20dd7nf0ic] {
        flex-direction: column;
        margin-top: 24px;
        gap: 16px;

        h2 {
            font-size: 16px;
        }
    }
}

@media (max-width: 1440px) {
    .image-container[b-20dd7nf0ic] {
        max-width: 330px;
    }
}
/* /Pages/Profile/SessionWagers/Components/SessionOfTheWeekBanner.razor.rz.scp.css */
.container[b-8q35g5oqnh] {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    padding: 16px;
    border: 2px solid var(--mud-palette-primary);
    border-radius: var(--mud-default-borderradius);
}

.table[b-8q35g5oqnh] {
    display: grid;
    width: 100%;
    padding: 1rem 0;
    grid-template-columns: 0.93fr 0.64fr 0.78fr 0.96fr;
}

.table > div[b-8q35g5oqnh] {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.header[b-8q35g5oqnh] {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-right: auto;
    text-align: start;
    color: var(--mud-palette-text-primary);
}

.badge[b-8q35g5oqnh] {
    position: absolute;
    top: 0;
    right: 1.5rem;
}

@media (max-width: 600px) {
    .table[b-8q35g5oqnh] {
        display: flex;
        flex-direction: column;
    }

    .table > div[b-8q35g5oqnh] {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .badge[b-8q35g5oqnh] {
        display: none;
    }
}
/* /Pages/Profile/SessionWagers/SessionWagersPage.razor.rz.scp.css */
.tables-container[b-lhiz33tq0j] {
    display: flex;
    gap: 20px;
    flex-grow: 1;
    width: 100%;
    padding: 20px;
}

.tables-container div[b-lhiz33tq0j] {
    flex-grow: 1;
}
/* /Pages/Profile/Transactions/TransactionsPage.razor.rz.scp.css */
.tables-container[b-xab4ux9sff] {
    display: flex;
    gap: 20px;
    flex-grow: 1;
    width: 100%;
    padding: 20px;
}

.tables-container div[b-xab4ux9sff] {
    flex-grow: 1;
}
/* /Pages/Withdraw/WithdrawPage.razor.rz.scp.css */
.container[b-0srd50k9q2] {
    display: flex;
    overflow-x: hidden;
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 2rem;
    background: url('images/backgrounds/background-2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.layout[b-0srd50k9q2] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    gap: 1rem;

    & > form {
        flex-grow: 1;
        min-width: 500px;
        max-width: 659px;
        margin-left: auto;
        padding-top: 122px;
    }
}


.right[b-0srd50k9q2] {
    width: 330px;
    margin-left: auto;
    padding-top: 1rem;
}

.image-wrapper[b-0srd50k9q2] {
    position: relative;
    width: 100%;
    height: 100%;
}

.balance-container[b-0srd50k9q2] {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 92px;
    padding: 16px;
    background-color: var(--dark-purple);
    gap: 12px;

}

.badge[b-0srd50k9q2] {
    position: absolute;
    top: 0;
    right: 1rem;
}

@media (max-width: 768px) {
    .container[b-0srd50k9q2] {
        flex-direction: column;
        min-height: 100%;
        padding: 1rem;
    }

    .layout[b-0srd50k9q2] {
        overflow-y: auto;
        flex-direction: column;
        padding: 1rem;
        gap: 2rem;

        & > form {
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            margin-left: 0;
            padding-top: 2rem;
        }
    }

    .right[b-0srd50k9q2] {
        width: 100%;
        margin-left: 0;
    }
}
