/* /Components/Casino/Pages/Assets/WelcomeOffers/Preview.razor.rz.scp.css */
.banner-previews[b-960qgi4hqa] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-preview[b-960qgi4hqa] {
    margin: 20px;
}

.banner[b-960qgi4hqa] {
    width: 960px;
    height: 460px;
    position: relative;
    overflow: hidden;
}

.background[b-960qgi4hqa] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.slide[b-960qgi4hqa] {
    opacity: 0;
    transition: opacity 1s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.logo[b-960qgi4hqa] {
    position: absolute;
    width: 30%;
    top: 5%;
    right: 2%;
    transform: translate(0%, 25%);
    opacity: 0;
    object-fit: contain;
}

.subject[b-960qgi4hqa] {
    position: absolute;
    width: auto;
    height: 65%;
    right: 2%;
    bottom: 0%;
    transform: translate(100%, 0%);
}

.extra[b-960qgi4hqa] {
    position: absolute;
    max-width: 20%;
    max-height: 20%;
    object-fit: contain;
}

.text[b-960qgi4hqa] {
    position: absolute;
    width: 65%;
    height: auto;
    left: 0%;
    bottom: 0%;
    font-family: Arial, serif;
    color: #fff;
    font-size: 2.0cqi;
    font-weight: 400;
    padding: 0.5em;
    line-height: 1.5em;
    text-shadow: #000 0px 0px 10px;
}

.text-1[b-960qgi4hqa], .text-2[b-960qgi4hqa] {
    transform: translate(-100%, 0%);
}

.extra-1[b-960qgi4hqa] {
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%) scale(1) rotateY(-90deg) rotateZ(-10deg);
}

.extra-2[b-960qgi4hqa] {
    top: 20%;
    left: 55%;
    transform: translate(-50%, -50%) scale(1) rotateY(-90deg) rotateZ(5deg);
}

.extra-3[b-960qgi4hqa] {
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%) scale(0.5) rotateY(-90deg) rotateZ(15deg);
}

.extra-4[b-960qgi4hqa] {
    top: 10%;
    left: 40%;
    transform: translate(-50%, -50%) scale(0.5) rotateY(-90deg) rotateZ(-15deg);
}

.extra-5[b-960qgi4hqa] {
    top: 10%;
    left: 90%;
    transform: translate(-50%, -50%);
}

.slide.active[b-960qgi4hqa] {
    opacity: 1;
}

.slide.inactive[b-960qgi4hqa] {
    opacity: 0;
}

.active .logo[b-960qgi4hqa] {
    animation: logoAnimation-b-960qgi4hqa 5s 1 ease-in-out;
}

.active .subject[b-960qgi4hqa] {
    animation: subjectAnimation-b-960qgi4hqa 5s 1 ease-in-out;
}

.active .text-1[b-960qgi4hqa] {
    animation: text1Animation-b-960qgi4hqa 5s 1 ease-in-out;
}

.active .text-2[b-960qgi4hqa] {
    animation: text2Animation-b-960qgi4hqa 5s 1 ease-in-out;
}

.active .extra-1[b-960qgi4hqa] {
    animation: extraAnimation1-b-960qgi4hqa 5s 1 ease-in-out;
}

.active .extra-2[b-960qgi4hqa] {
    animation: extraAnimation2-b-960qgi4hqa 5s 1 ease-in-out;
}

.active .extra-3[b-960qgi4hqa] {
    animation: extraAnimation3-b-960qgi4hqa 5s 1 ease-in-out;
}

.active .extra-4[b-960qgi4hqa] {
    animation: extraAnimation4-b-960qgi4hqa 5s 1 ease-in-out;
}

@keyframes logoAnimation-b-960qgi4hqa {
    0% {
        transform: translate(0%, 25%);
        opacity: 0;
    }
    5% {
        transform: translate(0%, 25%);
        opacity: 0;
    }
    15% {
        transform: translate(0%, 0%);
        opacity: 1;
    }
    90% {
        transform: translate(0%, 0%);
        opacity: 1;
    }
    100% {
        transform: translate(0%, 25%);
        opacity: 0;
    }
}

@keyframes subjectAnimation-b-960qgi4hqa {
    0% {
        transform: translate(100%, 0%);
    }
    10% {
        transform: translate(0%, 0%);
    }
    90% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(100%, 0%);
    }
}

@keyframes text1Animation-b-960qgi4hqa {
    0% {
        transform: translate(-100%, 0%);
    }
    10% {
        transform: translate(0%, 0%);
    }
    87% {
        transform: translate(0%, 0%);
    }
    97% {
        transform: translate(-100%, 0%);
    }
    100% {
        transform: translate(-100%, 0%);
    }
}

@keyframes text2Animation-b-960qgi4hqa {
    0% {
        transform: translate(-100%, 0%);
    }
    3% {
        transform: translate(-100%, 0%);
    }
    13% {
        transform: translate(0%, 0%);
    }
    90% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(-100%, 0%);
    }
}


@keyframes extraAnimation1-b-960qgi4hqa {
    0% {
        transform: translate(-50%, -50%) scale(1) rotateY(-90deg) rotateZ(-10deg);
    }
    5% {
        transform: translate(-50%, -50%) scale(1) rotateY(-90deg) rotateZ(-10deg);
    }
    10% {
        transform: translate(-50%, -50%) scale(1) rotateY(0deg) rotateZ(-20deg);
    }
    25% {
        transform: translate(-50%, -50%) scale(1.5) rotateY(0deg) rotateZ(-40deg);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2) rotateY(0deg) rotateZ(20deg);
    }
    70% {
        transform: translate(-50%, -50%) scale(1.4) rotateY(0deg) rotateZ(-10deg);
    }
    80% {
        transform: translate(-50%, -50%) scale(0) rotateY(0deg) rotateZ(-10deg);
    }
    100% {
        transform: translate(-50%, -50%) scale(0) rotateY(-90deg) rotateZ(-10deg);
    }
}

@keyframes extraAnimation2-b-960qgi4hqa {
    0% {
        transform: translate(-50%, -50%) scale(0.9) rotateY(-90deg) rotateZ(5deg);
    }
    6% {
        transform: translate(-50%, -50%) scale(0.9) rotateY(-90deg) rotateZ(5deg);
    }
    20% {
        transform: translate(-50%, -50%) scale(0.9) rotateY(0deg) rotateZ(5deg);
    }
    30% {
        transform: translate(-50%, -50%) scale(1.4) rotateY(0deg) rotateZ(-25deg);
    }
    55% {
        transform: translate(-50%, -50%) scale(1.1) rotateY(0deg) rotateZ(35deg);
    }
    75% {
        transform: translate(-50%, -50%) scale(1.3) rotateY(0deg) rotateZ(5deg);
    }
    83% {
        transform: translate(-50%, -50%) scale(0) rotateY(0deg) rotateZ(5deg);
    }
    100% {
        transform: translate(-50%, -50%) scale(0) rotateY(-90deg) rotateZ(5deg);
    }
}

@keyframes extraAnimation3-b-960qgi4hqa {
    0% {
        transform: translate(-50%, -50%) scale(0.5) rotateY(-90deg) rotateZ(15deg);
    }
    10% {
        transform: translate(-50%, -50%) scale(0.5) rotateY(-90deg) rotateZ(15deg);
    }
    25% {
        transform: translate(-50%, -50%) scale(0.5) rotateY(0deg) rotateZ(15deg);
    }
    34% {
        transform: translate(-50%, -50%) scale(0.6) rotateY(0deg) rotateZ(35deg);
    }
    58% {
        transform: translate(-50%, -50%) scale(0.4) rotateY(0deg) rotateZ(-15deg);
    }
    80% {
        transform: translate(-50%, -50%) scale(0.5) rotateY(0deg) rotateZ(15deg);
    }
    86% {
        transform: translate(-50%, -50%) scale(0) rotateY(0deg) rotateZ(15deg);
    }
    100% {
        transform: translate(-50%, -50%) scale(0) rotateY(-90deg) rotateZ(15deg);
    }
}

@keyframes extraAnimation4-b-960qgi4hqa {
    0% {
        transform: translate(-50%, -50%) scale(0.5) rotateY(-90deg) rotateZ(-15deg);
    }
    13% {
        transform: translate(-50%, -50%) scale(0.5) rotateY(0deg) rotateZ(-15deg);
    }
    27% {
        transform: translate(-50%, -50%) scale(0.7) rotateY(0deg) rotateZ(20deg);
    }
    39% {
        transform: translate(-50%, -50%) scale(0.4) rotateY(0deg) rotateZ(-50deg);
    }
    58% {
        transform: translate(-50%, -50%) scale(0.5) rotateY(0deg) rotateZ(-10deg);
    }
    79% {
        transform: translate(-50%, -50%) scale(1) rotateY(0deg) rotateZ(-10deg);
    }
    89% {
        transform: translate(-50%, -50%) scale(0) rotateY(0deg) rotateZ(-10deg);
    }
    100% {
        transform: translate(-50%, -50%) scale(0) rotateY(-90deg) rotateZ(-15deg);
    }
}
/* /Components/Layout/CasinoLayout.razor.rz.scp.css */
.page[b-nld6p4sxws] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nld6p4sxws] {
    flex: 1;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-nld6p4sxws] {
        justify-content: space-between;
    }

    .top-row[b-nld6p4sxws]  a, .top-row[b-nld6p4sxws]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-nld6p4sxws] {
        min-width: 250px;
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-nld6p4sxws], article[b-nld6p4sxws] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-nld6p4sxws] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-nld6p4sxws] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/CasinoNavMenu.razor.rz.scp.css */
.navbar-toggler[b-qyjt8yi2fz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-qyjt8yi2fz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-qyjt8yi2fz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qyjt8yi2fz] {
    font-size: 1.5rem;
}

.bi[b-qyjt8yi2fz] {
    display: inline-block;
    position: relative;
    /* width: 1.25rem; */
    /* height: 1.25rem; */
    margin-right: 0.75rem;
    /* top: -1px; */
    background-size: cover;
    font-size: 1.5rem;
}

.bi-house-door-fill-nav-menu[b-qyjt8yi2fz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qyjt8yi2fz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qyjt8yi2fz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

.nav-item[b-qyjt8yi2fz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qyjt8yi2fz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-qyjt8yi2fz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qyjt8yi2fz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qyjt8yi2fz] {
        display: none;
    }

    .nav-scrollable[b-qyjt8yi2fz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pvq6kt8pw9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pvq6kt8pw9] {
    flex: 1;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-pvq6kt8pw9] {
        justify-content: space-between;
    }

    .top-row[b-pvq6kt8pw9]  a, .top-row[b-pvq6kt8pw9]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-pvq6kt8pw9] {
        min-width: 250px;
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-pvq6kt8pw9], article[b-pvq6kt8pw9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pvq6kt8pw9] {
    background: lightyellow;
    color: cornflowerblue;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-pvq6kt8pw9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ocqxxg1ike] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ocqxxg1ike] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ocqxxg1ike] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ocqxxg1ike] {
    font-size: 1.5rem;
}

.bi[b-ocqxxg1ike] {
    display: inline-block;
    position: relative;
    /* width: 1.25rem; */
    /* height: 1.25rem; */
    margin-right: 0.75rem;
    /* top: -1px; */
    background-size: cover;
    font-size: 1.5rem;
}

.bi-house-door-fill-nav-menu[b-ocqxxg1ike] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ocqxxg1ike] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ocqxxg1ike] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

.nav-item[b-ocqxxg1ike]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ocqxxg1ike]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ocqxxg1ike] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ocqxxg1ike] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ocqxxg1ike] {
        display: none;
    }

    .nav-scrollable[b-ocqxxg1ike] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/SportsbookLayout.razor.rz.scp.css */
.page[b-pk13mtopdm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pk13mtopdm] {
    flex: 1;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-pk13mtopdm] {
        justify-content: space-between;
    }

    .top-row[b-pk13mtopdm]  a, .top-row[b-pk13mtopdm]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-pk13mtopdm] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-pk13mtopdm], article[b-pk13mtopdm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pk13mtopdm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-pk13mtopdm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/SportsbookNavMenu.razor.rz.scp.css */
.navbar-toggler[b-0an4w1off3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-0an4w1off3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0an4w1off3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0an4w1off3] {
    font-size: 1.5rem;
}

.bi[b-0an4w1off3] {
    display: inline-block;
    position: relative;
    /* width: 1.25rem; */
    /* height: 1.25rem; */
    margin-right: 0.75rem;
    /* top: -1px; */
    background-size: cover;
    font-size: 1.5rem;
}

.bi-house-door-fill-nav-menu[b-0an4w1off3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-0an4w1off3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0an4w1off3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

.nav-item[b-0an4w1off3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0an4w1off3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-0an4w1off3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0an4w1off3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0an4w1off3] {
        display: none;
    }

    .nav-scrollable[b-0an4w1off3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/VideoLayout.razor.rz.scp.css */
.page[b-4lt2qtshqf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4lt2qtshqf] {
    flex: 1;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-4lt2qtshqf] {
        justify-content: space-between;
    }

    .top-row[b-4lt2qtshqf]  a, .top-row[b-4lt2qtshqf]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-4lt2qtshqf] {
        min-width: 250px;
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4lt2qtshqf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

    .top-row[b-4lt2qtshqf], article[b-4lt2qtshqf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4lt2qtshqf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-4lt2qtshqf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/VideoNavMenu.razor.rz.scp.css */
.navbar-toggler[b-donf8lf9b6] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-donf8lf9b6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-donf8lf9b6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-donf8lf9b6] {
    font-size: 1.5rem;
}

.bi[b-donf8lf9b6] {
    display: inline-block;
    position: relative;
    /* width: 1.25rem; */
    /* height: 1.25rem; */
    margin-right: 0.75rem;
    /* top: -1px; */
    background-size: cover;
    font-size: 1.5rem;
}

.bi-house-door-fill-nav-menu[b-donf8lf9b6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-donf8lf9b6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-donf8lf9b6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

.nav-item[b-donf8lf9b6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-donf8lf9b6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-donf8lf9b6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-donf8lf9b6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-donf8lf9b6] {
        display: none;
    }

    .nav-scrollable[b-donf8lf9b6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Sportsbook/Config/TeamColors/Index.razor.rz.scp.css */
.colorbox[b-2h5kzt57vs] {
    width: 28px;
    height: 28px;
    border: 1px solid #888;
    display: inline-block;
    margin: 1px;
}
