/* _content/VNBIM.Gateway/Pages/Account/Login.razor.rz.scp.css */
/* _content/VNBIM.Gateway/Pages/Counter.razor.rz.scp.css */
.counter-block[b-6tt98cc5pq] {
    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-6tt98cc5pq] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-6tt98cc5pq] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-6tt98cc5pq] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/VNBIM.Gateway/Pages/Index.razor.rz.scp.css */
.welcome[b-ynk25i5kwa] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-ynk25i5kwa] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-ynk25i5kwa] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-ynk25i5kwa] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-ynk25i5kwa] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-ynk25i5kwa] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-ynk25i5kwa] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-ynk25i5kwa] .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-ynk25i5kwa] .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-ynk25i5kwa] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-ynk25i5kwa] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-ynk25i5kwa] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-ynk25i5kwa] .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;
    }
/* _content/VNBIM.Gateway/Shared/MainLayout.razor.rz.scp.css */
.page[b-8xpph76ddv] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-8xpph76ddv] .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-8xpph76ddv] .content {
    overflow: auto;
}

[b-8xpph76ddv] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-8xpph76ddv] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}
/* _content/VNBIM.Gateway/Shared/NavMenu.razor.rz.scp.css */

.aside[b-hbb2zplmp0] {
    color: #fff;
    width: 0;
    padding-left: 20px;
    height: 100vh;
    border-top-right-radius: 100px;
    position: relative;
    transition-duration: 0.2s;
    background-color: transparent;
    transition-property: width;
}
    .aside.active[b-hbb2zplmp0] {
        width: 250px;
         background-image: linear-gradient(30deg, #0048bd, #44a7fd);
    }

.close-btn[b-hbb2zplmp0]
{
    position:absolute!important;
    top:0!important;
    right:0!important;
}

.aside a[b-hbb2zplmp0] {
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: left; /* Horizontally center */
    align-items: center;
    padding: 12px;
    padding-left: 30px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

        .aside a:hover[b-hbb2zplmp0] {
            color: #3f5efb;
            background: #fff;
            outline: none;
            position: relative;
            background-color: #fff;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
        }

        .aside a span[b-hbb2zplmp0] {
            margin-right: 5px;
        }

        .aside a:hover[b-hbb2zplmp0]::after {
            content: "";
            position: absolute;
            background-color: transparent;
            bottom: 100%;
            right: 0;
            height: 35px;
            width: 35px;
            border-bottom-right-radius: 18px;
            box-shadow: 0 20px 0 0 #fff;
        }

        .aside a:hover[b-hbb2zplmp0]::before {
            content: "";
            position: absolute;
            background-color: transparent;
            top: 38px;
            right: 0;
            height: 35px;
            width: 35px;
            border-top-right-radius: 18px;
            box-shadow: 0 -20px 0 0 #fff;
        }

    .aside p[b-hbb2zplmp0] {
        margin: 0;
        padding: 40px 0;
    }

body[b-hbb2zplmp0] {
    font-family: 'Roboto';
    width: 100%;
    height: 100vh;
    margin: 0;
}

.social[b-hbb2zplmp0] {
    height: 0;
}

    .social i[b-hbb2zplmp0]:before {
        width: 14px;
        height: 14px;
        font-size: 14px;
        position: fixed;
        color: #fff;
        background: #0077B5;
        padding: 10px;
        border-radius: 50%;
        top: 5px;
        right: 5px;
    }
