/* /Components/Modal.razor.rz.scp.css */
.modal[b-i3m1anr5bb] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.blazor-modal-content[b-i3m1anr5bb] {
    width: 650px;
    margin: auto;
    margin-top: 150px;
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    box-shadow: 6px 4px 38px -21px rgba(0,0,0,0.75);
    overflow: hidden;
}

.show[b-i3m1anr5bb] {
    display: block;
    animation-name: show-animation-b-i3m1anr5bb;
    animation-duration: 1s;
}

@keyframes show-animation-b-i3m1anr5bb {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.hide[b-i3m1anr5bb] {
    display: none;
}

.blazor-modal-header[b-i3m1anr5bb] {
    background-color: purple;
    padding: 15px;
    color: white;
}

.blazor-modal-title[b-i3m1anr5bb] {
    margin: 5px;
    display: inline-block;
}

.blazor-modal-close-button[b-i3m1anr5bb] {
    float: right;
    margin: 5px;
    cursor: pointer;
}

    .blazor-modal-close-button:hover[b-i3m1anr5bb] {
        color: red;
    }

.blazor-modal-body[b-i3m1anr5bb] {
    padding: 10px;
}

.blazor-modal-footer[b-i3m1anr5bb] {
    background-color: purple;
    padding: 10px;
}
/* /Components/Toast.razor.rz.scp.css */
/* /Pages/Account/Register.razor.rz.scp.css */
.register-content[b-jmc5pzhyy4] {
    padding: 0px 30px;
    
}

.signup-box[b-jmc5pzhyy4] {
    border-radius: 20px;
    /*background-image: url(assets/img/gallery/news-1.jpg)*/
}
.app[b-jmc5pzhyy4]{
    padding:0px !important;
}
.d-flex[b-jmc5pzhyy4]{
    margin-top:-6%;
}
.div-account[b-jmc5pzhyy4] {
    background-color: white;
    margin: 4% 0px;
    border-radius: 20px;
    box-shadow: 0 0 10px lightgrey;
}
.card[b-jmc5pzhyy4]{
    background:transparent !important;
    border:0px;
}
/* /Pages/eFinance/ChartOfAccount.razor.rz.scp.css */
/* /Pages/Login.razor.rz.scp.css */
.main[b-32d00r8inh] {
    border-radius: 20px;
    background-image: url(assets/img/bg/bg_1.jpeg)
}
.d-flex[b-32d00r8inh] {
    margin-top: -2%;
}
.div-account[b-32d00r8inh] {
    box-shadow: 0 0 14px dimgrey;
}
/* /Shared/Layout.razor.rz.scp.css */

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zgue9mx9qw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-zgue9mx9qw] {
    flex: 1;
}

.sidebar[b-zgue9mx9qw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zgue9mx9qw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zgue9mx9qw]  a, .top-row .btn-link[b-zgue9mx9qw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-zgue9mx9qw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zgue9mx9qw] {
        display: none;
    }

    .top-row.auth[b-zgue9mx9qw] {
        justify-content: space-between;
    }

    .top-row a[b-zgue9mx9qw], .top-row .btn-link[b-zgue9mx9qw] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zgue9mx9qw] {
        flex-direction: row;
    }

    .sidebar[b-zgue9mx9qw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zgue9mx9qw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-zgue9mx9qw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jscvv9ufsy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jscvv9ufsy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jscvv9ufsy] {
    font-size: 1.1rem;
}

.oi[b-jscvv9ufsy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jscvv9ufsy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jscvv9ufsy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jscvv9ufsy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jscvv9ufsy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jscvv9ufsy]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jscvv9ufsy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jscvv9ufsy] {
        display: none;
    }

    .collapse[b-jscvv9ufsy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/SideMenu.razor.rz.scp.css */
.navbar-toggler[b-sfqb86aj4a] {
    background-color: rgba(255, 255, 255, 0.1);
}
/*.app-sidebar{
    overflow:auto;
}*/

.top-row[b-sfqb86aj4a] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sfqb86aj4a] {
    font-size: 1.1rem;
}

.oi[b-sfqb86aj4a] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-sfqb86aj4a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sfqb86aj4a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sfqb86aj4a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sfqb86aj4a]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-sfqb86aj4a]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-sfqb86aj4a]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-sfqb86aj4a] {
        display: none;
    }

    .collapse[b-sfqb86aj4a] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
