@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Shared/Header.razor.rz.scp.css */
.navbar[b-xuh9o9plo2] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: white;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
    z-index: 1000;
    position: relative;
}

    .navbar .navbar-toggler[b-xuh9o9plo2] {
        outline: none;
        border-radius: 0;
        padding-left: .75rem;
        padding-right: .75rem;
        box-shadow: none;
        align-self: stretch;
    }

        .navbar .navbar-toggler .navbar-toggler-icon[b-xuh9o9plo2] {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
            background-color: transparent !important;
            height: 2rem;
            width: 2rem;
        }

.header-hamburger[b-xuh9o9plo2] {
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    color: gray;
}

.header-logo[b-xuh9o9plo2] {
    margin-left: 8px;
    text-decoration: none;
}

.header-logo-img[b-xuh9o9plo2] {
    height: 34px;
    width: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .header-logo-img[b-xuh9o9plo2] {
        height: 28px;
    }

    .header-hamburger .icon[b-xuh9o9plo2] {
        font-size: 18px;
        position: relative;
        top: 1px; 
    }
}

.header-announcement[b-xuh9o9plo2] {
    background: #f59e0b;
    color: #fff;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 0.75rem;
    white-space: nowrap;
}


/*disabled 11.04.2024*/
/*@media (max-width: 768px) {
    .navbar {
        height: 4.5rem;
    }

        .navbar .navbar-toggler {
            width: 4.5rem;
        }

            .navbar .navbar-toggler .navbar-toggler-icon {
                height: 2.75rem;
                width: 2.75rem;
            }
}*/
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vxgav4dz9d] {
    height: 100%;
    overflow: hidden;
    background-image: url('/images/tlo-okapi.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/*::deep .page-layout,
::deep .page-layout > .dx-gridlayout-root,
::deep .layout-item {
    background-color: inherit;
}*/

[b-vxgav4dz9d] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
    position: relative;
    /*    background-color: var(--background-color);*/
}

@media (max-width: 1199.98px) {
    [b-vxgav4dz9d] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-vxgav4dz9d] .fit-width {
    max-width: 100%;
}

[b-vxgav4dz9d] .mw-1100 {
    max-width: 1100px;
}

[b-vxgav4dz9d] .content .content-wrapper {
    position: absolute;
    right: 0;
}

[b-vxgav4dz9d] .content .content-background {
    position: fixed;
    inset: 0; 
    pointer-events: none;
}


    [b-vxgav4dz9d] .content .content-background.content-background--sidebar-expanded {
        left: calc(50% + 150px);
    }

/*    ::deep .content .content-background::after {
        content: "OK-API";
        white-space: nowrap;
        z-index: -1;
    }*/

@media (max-width: 576px) {
    [b-vxgav4dz9d] .content .content-background {
        transform: translate(-50%, -50%) scale(0.45);
        font-size: 11rem;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    [b-vxgav4dz9d] .content .content-background {
        transform: translate(-50%, -50%) scale(0.5);
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    [b-vxgav4dz9d] .content .content-background {
        transform: translate(-50%, -50%) scale(0.75);
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-mx45xh41on] {
    min-width: 300px;
    overflow: auto;
    height: 100%;
    margin-right: 0.5rem;
    z-index: 900;
    position: relative;
}

@media (max-width: 1400px) 
{
    .sidebar[b-mx45xh41on] {
        background-color: #f9f9f9;
        border-bottom: 1px solid #e9e9e9;
    }
}

.sidebar.okapi-sidebar.sidebar-desktop[b-mx45xh41on] {
    position: relative;
    height: 100%;
    transform: none;
}

/* --- telefon --- */
.sidebar.okapi-sidebar.sidebar-mobile[b-mx45xh41on] {
    position: fixed;
    top: 56px;
    left: 0;
    width: 120px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    transform: translateX(0);
    transition: transform 0.25s ease-out;
    background-color: transparent;
}

    .sidebar.okapi-sidebar.sidebar-mobile.sidebar-collapsed[b-mx45xh41on] {
        transform: translateX(-100%);
    }

.sidebar.okapi-sidebar.sidebar-desktop.sidebar-collapsed[b-mx45xh41on] {
    width: 72px; 
}

.page[b-mx45xh41on] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-mx45xh41on] .page-layout,
[b-mx45xh41on] .page-layout > .dx-gridlayout-root,
[b-mx45xh41on] .layout-item {
    background-color: inherit;
}

[b-mx45xh41on] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-mx45xh41on] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-mx45xh41on] .fit-width {
    max-width: 100%;
}

[b-mx45xh41on] .mw-1100 {
    max-width: 1100px;
}
