@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/ADMINASS/User/ListLogins.razor.rz.scp.css */
.display-password:hover .password[b-7sjgw45tji] 
{
    
}
/* /Pages/ADMINCLUBTEAM/GameDay/GameDayOverview.razor.rz.scp.css */
.bg-green[b-1zf7cdkva9] {
    background-color: var(--bg-lightgreen) !important;
}

.bg-lightblue[b-1zf7cdkva9] {
    background-color: var(--bg-lightblue) !important;
}

.bg-darkgreen[b-1zf7cdkva9] {
    background-color: var(--bg-green) !important;
}

.bg-gray[b-1zf7cdkva9] {
    background-color: var(--bg-gray) !important;
}
/* /Pages/ADMIN/CMS/HomeItemCustomizer.razor.rz.scp.css */
/* /Pages/ADMIN/CMS/NavBarCustomizer.razor.rz.scp.css */

.subpage[b-sa79xv4s9u]::before{
    content: "- ";
    display: inline-block;
    margin-right: 5px;
    margin-left: 10px;
}

/* /Pages/Index.razor.rz.scp.css */
ul[b-8r8lpzj5m7]{
    list-style:none;
}
.content-wrapper[b-8r8lpzj5m7]{
    display:flex;
}
main[b-8r8lpzj5m7]{
    width:100%;
}
aside[b-8r8lpzj5m7]{
    white-space:nowrap;
}
.card-body li[b-8r8lpzj5m7]{
    display:flex;
    flex-direction:column;
}
.separator-line[b-8r8lpzj5m7]{
    display:block;
    height: 1px;
    width: auto;
    background:lightgray;
    margin: 0 .5rem;
}
/* /Pages/PUBLIC/GAME/Calendar/CalendarSubPage.razor.rz.scp.css */
/* /Pages/PUBLIC/GAME/Stand/Individueel.razor.rz.scp.css */
body[b-73m5nrimcx]{
    background-color:red;
}
/* /Pages/PUBLIC/GAME/Stand/Stand.razor.rz.scp.css */
/* /Shared/Header.razor.rz.scp.css */
/* /Shared/LoginComponent.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */

/* /Shared/Navbar.razor.rz.scp.css */
.nav-list[b-i8yibuhcyo] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    position: relative;
    background-color: #2c8257;
    height:2.5rem;
    line-height: 2.5rem;
    color: white;
}
.nav-item[b-i8yibuhcyo]{
    position:relative;
}

.subnav-list[b-i8yibuhcyo]{
    background-color:coral;
    display:flex;
    gap: 1rem;
    position:absolute;
    width:auto;
    left: 0;
    top: 2.5rem;
    display: none;
    line-height: 2.5rem;
}

.nav-item:hover .subnav-list[b-i8yibuhcyo]{
    display: block;
}

.dropdowndiv[b-i8yibuhcyo] {
    width: max-content;
    padding: 0 1rem;
}
/* /Shared/Seperator.razor.rz.scp.css */
div[b-9j7qj3seo3] {
    display: block;
    width: 100%;
    height: 1px;
    background-color: gray;
    margin-top: 8px;
    margin-bottom: 8px;
}
/* /Shared/Spinner.razor.rz.scp.css */
.cue[b-6cudz7l98k] {
    position: relative;
    display: block;
    width: 250px;
    height: 8px;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(244,211,178,1) 40%, rgba(244,211,178,1) 98%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
    animation: cue-b-6cudz7l98k 5s infinite;
    transform: translate();
    border-top-left-radius: 15%;
    border-bottom-left-radius: 15%;
}
.cue span[b-6cudz7l98k]{
    position:absolute;
    left:44%;
    top: -2px;
    font-size:.5rem;
}


.ball[b-6cudz7l98k] {
    width: 15px;
    aspect-ratio: 1;
    background: #822a33;
    display: block;
    border-radius: 45%;
    animation: ball-b-6cudz7l98k 5s infinite;
}
.spinner-wrapper[b-6cudz7l98k]{
    margin-left : auto;
    margin-right:auto;
    margin-top: 5rem;
    position:relative;
}
@keyframes cue-b-6cudz7l98k {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    90% {
        transform: translate(-50px, -10px) rotate(5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}
@keyframes ball-b-6cudz7l98k {
    0% {
        transform: translate(0, 0);
    }

    95% {
        transform: translate(0,0);
    }

    100% {
        transform: translate(50px, 0);
    }
}
/* /Shared/SponsorBar.razor.rz.scp.css */
.sponsor-bar-wrapper[b-4t5ezgakyo] {
    --sponsor-bar-width: 80vw;
    --sponsor-bar-height: 3.5rem;
    --sponsor-bar-elements-displayed: 4;
    --sponsor-bar-elements-width: calc(var(--sponsor-bar-width) / var(--sponsor-bar-elements-displayed));
    --sponsor-bar-speed: 6s;
    --sponser-bar-animation-duration: calc(var(--sponsor-bar-elements) * var(--sponsor-bar-speed));
}


.sponsor-bar[b-4t5ezgakyo] {
    width: var(--sponsor-bar-width);
    height: var(--sponsor-bar-height);
    overflow: hidden;
    position: relative;
}

.sponsor-bar-content[b-4t5ezgakyo] {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling-b-4t5ezgakyo var(--sponser-bar-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling-b-4t5ezgakyo {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--sponsor-bar-elements-width) * var(--sponsor-bar-elements)));
    }
}

.sponsor-bar-content li[b-4t5ezgakyo] {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--sponsor-bar-elements-width);
    max-height: 100%;
    white-space: nowrap;
    padding: 3px;
}

    .sponsor-bar-content li a[b-4t5ezgakyo] {
        width: 100%;
        height: 100%;
    }

        .sponsor-bar-content li a img[b-4t5ezgakyo] {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

@media (max-width: 1100px) {
    .sponsor-bar-wrapper[b-4t5ezgakyo] {
        --sponsor-bar-width: 100%;
        --sponsor-bar-elements-displayed: 3;
    }

    .no-carousel-wrapper[b-4t5ezgakyo] {
        width: 100vw;
    }
}



.no-carousel-bar[b-4t5ezgakyo] {
    width: var(--sponsor-bar-width);
    height: var(--sponsor-bar-height);
    overflow: hidden;
    position: relative;
}

.no-carousel-bar-content[b-4t5ezgakyo] {
    list-style: none;
    height: 100%;
    display: flex;
    padding: unset;
    justify-content:space-evenly;
}

    .no-carousel-bar-content li[b-4t5ezgakyo] {
        display: flex;
        justify-content: center;
        align-items: center;
        /* text-align: center; */
        flex-shrink: 0;
        width: 250px;
        max-height: 100%;
        white-space: nowrap;
    }

        .no-carousel-bar-content li a[b-4t5ezgakyo] {
            width: 100%;
            height: 100%;
        }

    .no-carousel-bar-content a img[b-4t5ezgakyo] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
