/* _content/Website/Components/IconPickerDialog.razor.rz.scp.css */
.docs-icon-panel[b-li42ocyanf] {
    height: 100px;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    border-radius: var(--mud-default-borderradius);
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.docs-icon-panel:hover[b-li42ocyanf] {
    cursor: pointer;
    background-color: var(--mud-palette-action-default-hover);
}
/* _content/Website/Shared/Cookie.razor.rz.scp.css */
    .cookie-disclaimer[b-w0vm6as4fk] {
        background: #0D1A20;
        color: black;
        opacity: 0.9;
        width: 100%;
        /*bottom: 0;*/
        top: 0;
        left: 0;
        z-index: var(--mud-zindex-dialog);
        height: 450px;
        position: fixed;
    }

        .cookie-disclaimer .container[b-w0vm6as4fk] {
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .cookie-disclaimer .cookie-close[b-w0vm6as4fk] {
            float: right;
            padding: 10px;
            cursor: pointer;
        }

    .buttonCookie[b-w0vm6as4fk] {
        background-color: #EA4F44;
        border-radius: 0.25rem;
        border: 1px solid transparent;
        line-height: 1.5;
        display: inline-block;
        color: white;
        padding: 0.375rem 0.75rem;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        font-size: 1rem;
        font-weight: 400;
        border-radius: 0.25rem;
        margin: 4px 2px;
        cursor: pointer;
    }

    .buttonCookieAccept[b-w0vm6as4fk] {
        background-color: #5e5959;
        border-radius: 0.25rem;
        border: 1px solid transparent;
        line-height: 1.5;
        display: inline-block;
        color: white;
        padding: 0.375rem 0.75rem;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        font-size: 1rem;
        font-weight: 400;
        border-radius: 0.25rem;
        margin: 4px 2px;
        cursor: pointer;
    }
/* _content/Website/Shared/LoginLayout.razor.rz.scp.css */
.logo-container[b-utovs612vc] {
    position: absolute;
    top: 20px;
}

.login-bg[b-utovs612vc] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh !important;
    background-size: cover;
    background-position: center;
    background-image: url("../images/start-bg-hd.webp");
}

@media screen and (min-width: 1920px) {
    .login-bg[b-utovs612vc] {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-image: url("../images/start-bg-4k.webp");
    }
}
/* _content/Website/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dipj2vueam] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dipj2vueam] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dipj2vueam] {
    font-size: 1.1rem;
}

.oi[b-dipj2vueam] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dipj2vueam] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dipj2vueam] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dipj2vueam] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dipj2vueam]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dipj2vueam]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dipj2vueam]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dipj2vueam] {
        display: none;
    }

    .collapse[b-dipj2vueam] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
