/* /Components/Layout/LoginLayout.razor.rz.scp.css */
/*.page {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}



.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.container[b-w0z1m87cjq] {
    margin-top: 10px; /* Add a top margin to avoid content overlay */
}



ul[b-w0z1m87cjq] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #bec2cb;
}

li[b-w0z1m87cjq] {
    float: left;
}

    li a[b-w0z1m87cjq] {
        display: inline-block;
        color: #212121;
        text-align: center;
        vertical-align: middle;
        padding: 14px 20px;
        text-decoration: none;
        height: 90px;
        line-height: 70px;
        font-weight: 600;
        font-size: 19px;
    }

        li a:hover[b-w0z1m87cjq] {
            background-color: #26c6da;
            color: white;
            transition: 0.4s;
        }


@keyframes tvturnon-b-w0z1m87cjq {
    0% {
        height: 0px;
    }

    100% {
        height: 90px;
    }
}
/* /Components/Layout/MainLayoutDashboard.razor.rz.scp.css */
.container[b-j9a39dbnkc] {
    margin-top: 10px; /* Add a top margin to avoid content overlay */
}



ul[b-j9a39dbnkc] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #bec2cb;
}

li[b-j9a39dbnkc] {
    float: left;
}

    li a[b-j9a39dbnkc] {
        display: inline-block;
        color: #212121;
        text-align: center;
        vertical-align: middle;
        padding: 14px 20px;
        text-decoration: none;
        height: 90px;
        line-height: 70px;
        font-weight: 600;
        font-size: 19px;
    }

        li a:hover[b-j9a39dbnkc] {
            background-color: #26c6da;
            color: white;
            transition: 0.4s;
        }


@keyframes tvturnon-b-j9a39dbnkc {
    0% {
        height: 0px;
    }

    100% {
        height: 90px;
    }
}
/* /Components/Login/Login.razor.rz.scp.css */
.page[b-5rz9yoexcw] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-5rz9yoexcw] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-5rz9yoexcw] #menu-top {
    display: block;
}

    [b-5rz9yoexcw] #menu-top.hidden {
        display: none;
    }

[b-5rz9yoexcw] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-5rz9yoexcw] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-5rz9yoexcw] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-5rz9yoexcw] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-5rz9yoexcw] {
    display: flex;
    gap: 10px;
    padding: 2rem 0rem;
}

    .nav-buttons-container[b-5rz9yoexcw]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-5rz9yoexcw]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

@media (max-width: 768px) {
    [b-5rz9yoexcw] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 768px) {
    [b-5rz9yoexcw] #menu-top {
        display: none;
    }
}
/* /Components/Pages/Client/ClientList.razor.rz.scp.css */
.counter-block[b-f1xico9aea] {
    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-f1xico9aea] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-f1xico9aea] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-f1xico9aea] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/Index.razor.rz.scp.css */
[b-sbmlhk4951] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-sbmlhk4951] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-sbmlhk4951] .title {
    text-align: center;
}

[b-sbmlhk4951] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-sbmlhk4951] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-sbmlhk4951] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-sbmlhk4951] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-sbmlhk4951] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-sbmlhk4951] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-sbmlhk4951] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
