/* /Components/Common/EditorButtonWithInfo.razor.rz.scp.css */
[b-dti05198te] .text-info {
    cursor: pointer;
}
/* /Components/Common/FieldWithInfo.razor.rz.scp.css */
[b-gq26xrqssi] .text-info {
    cursor: pointer;
}
/* /Components/Files/FileUpload.razor.rz.scp.css */
.custom-drop-zone[b-r1srt7e40g] {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.drop-file-icon[b-r1srt7e40g] {
    font-size: 36px;
}

.dxbl-upload-button-panel .dxbl-upload-cancel-btn[b-r1srt7e40g] {
    display: none;
}
/* /Layout/LoginDisplay.razor.rz.scp.css */
[b-jwf2mxfj2d] .dxbl-menu-bar {
    background: var(--header-background);
    color: white;
}


    [b-jwf2mxfj2d] .dxbl-menu-bar .dxbl-menu-item,
    [b-jwf2mxfj2d] .dxbl-menu-bar .dxbl-menu-title {
        color: white !important;
    }


@media (max-width: 768px) {
    [b-jwf2mxfj2d] .dxbl-menu-bar {
        padding-left: 50px;
    }

    [b-jwf2mxfj2d] .username-menu-item {
        display: none;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-deyliwobnq] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-deyliwobnq] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-deyliwobnq] .content {
    overflow: auto;
}

[b-deyliwobnq] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-deyliwobnq] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-9gifckl8m8] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background: var(--header-background);
}


[b-9gifckl8m8] .layout-title {
    background: var(--header-background);
    font-weight: bold;
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: white;
    padding-left: 15px;
    text-transform: uppercase;
}

[b-9gifckl8m8] .navigation {
    margin-top: 50px;
}

[b-9gifckl8m8] .sidebar-footer {
    padding: 2rem 1rem;
}

.logo[b-9gifckl8m8] {
    text-align: center;
}

[b-9gifckl8m8] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-9gifckl8m8] {
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-9gifckl8m8] .menu {
    background-color: inherit;
}

    [b-9gifckl8m8] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-9gifckl8m8] .menu-item {
    color: var(--bs-white);
}

    [b-9gifckl8m8] .menu-item .dxbl-image {
        text-align: center;
        margin-right: 0.5rem;
        width: 1rem;
        height: 1rem;
    }

#sidebar.expanded[b-9gifckl8m8]  .layout-item {
    display: block;
}

#sidebar.expanded[b-9gifckl8m8]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-9gifckl8m8] {
        min-width: inherit;
        max-width: inherit;
        background: var(--header-background);
    }

        #sidebar.expanded[b-9gifckl8m8] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

            #sidebar.expanded .menu-button[b-9gifckl8m8] {
                background-image: url("images/close.svg");
            }

        #sidebar:not(.expanded)[b-9gifckl8m8]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-9gifckl8m8] {
        text-align: inherit;
    }

    [b-9gifckl8m8] .menu-button-container {
        display: block;
        padding: 8px;
        z-index: 99;
    }

    [b-9gifckl8m8] .navigation {
        margin-top: 0;
    }

    [b-9gifckl8m8] .layout-item {
        display: none;
    }

    [b-9gifckl8m8] .layout-title {
        display: none;
    }

    [b-9gifckl8m8] .sidebar-footer {
        display: none;
    }
}
/* /Pages/Counter.razor.rz.scp.css */
.counter-block[b-wr380bsp5l] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-wr380bsp5l] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-wr380bsp5l] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-wr380bsp5l] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Pages/Home.razor.rz.scp.css */
.welcome[b-cqdiw6pwnz] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-cqdiw6pwnz] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-cqdiw6pwnz] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-cqdiw6pwnz] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-cqdiw6pwnz] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-cqdiw6pwnz] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}
