/* _content/game-dev.nl/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-u985h50816] {
    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-u985h50816] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/game-dev.nl/Components/Pages/TTSDemo.razor.rz.scp.css */
.align-content-center[b-pffar1e4av] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.align-content-center-2[b-pffar1e4av] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 700px;
    background: #ccc;
    border-radius: 20px;
    border: 3px solid #444;
    border-style: ridge;
}
/* _content/game-dev.nl/Components/Toolbar/ToolbarButton.razor.rz.scp.css */
.toolbar-items[b-dmlzz0klk0] {
    list-style: none;
    position: relative;
    width: 190px;
}

.toolbar-button[b-dmlzz0klk0] {
    background-color: transparent;
    border: 0;
}

.li-animated button[b-dmlzz0klk0] {
    transition: transform 0.3s ease-in-out;
}

.li-animated:hover button[b-dmlzz0klk0] {
    transform: scale(1.15) translateY(-3%);
}

.item[b-dmlzz0klk0] {
    cursor: pointer;
    width: 180px;
    height: 210px;
    border-radius: 18px;
    border-width: 4px;
    border-style: ridge;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
    background: linear-gradient(135deg, rgb(188,224,238) 0%,rgb(41,184,229) 50%,rgb(179,220,237) 100%);
}

.foot-text[b-dmlzz0klk0] {
    font-weight: bold;
    font-size: 16px;
    color: rgb(166, 25, 25);
    text-transform: uppercase;
}
/* _content/game-dev.nl/Components/Videoplayer.razor.rz.scp.css */
.video-background[b-qzg425mkw7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-color: black;
}

    .video-background video[b-qzg425mkw7] {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
