/* _content/Web.Spelletjes.nl/Components/Controls/Players/Videoplayer.razor.rz.scp.css */
.video-background[b-61g9clv5fm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-color: black;
}

    .video-background video[b-61g9clv5fm] {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
/* _content/Web.Spelletjes.nl/Components/Controls/Toolbar/Toolbar.razor.rz.scp.css */
.toolbar-container[b-onf8mww7g1] {
    display: flex;
    width: 100%;
    height: 12vh;
    justify-content: center;
    align-items: center;
}
/* _content/Web.Spelletjes.nl/Components/Controls/Toolbar/ToolbarButton.razor.rz.scp.css */
.toolbar-items[b-hratadflxo] {
    display: flex;
    list-style: none;
    position: relative;
    width: 130px;
    height: 300px;
    justify-content: center;
    align-items: center;
}

.toolbar-button[b-hratadflxo] {
    background-color: transparent;
    border: 0;
}

.li-animated button[b-hratadflxo] {
    transition: transform 0.3s ease-in-out;
}

.li-animated:hover button[b-hratadflxo] {
    transform: scale(1.25) translateY(-3%);
}

.item[b-hratadflxo] {
    display: flex;
    cursor: pointer;
    color: #fff;
    font-size: 40px;
    width: 115px;
    height: 100px;
    border-radius: 18px;
    border-width: 4px;
    border-style: ridge;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
    position: absolute;
    background: linear-gradient(45deg, #f4eecf 0%, rgba(100,117,33,1) 80%);
}

.foot-text[b-hratadflxo] {
    font-weight: bold;
    font-size: 13px;
    color: #075e50;
    text-transform: uppercase;
}
/* _content/Web.Spelletjes.nl/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-xfjgijnqwo] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xfjgijnqwo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
