@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Basic/Loading/Loader.razor.rz.scp.css */
.loader[b-fyp0su15ml] {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    animation: fadeIn-b-fyp0su15ml 0.5s ease forwards;
}

@keyframes fadeIn-b-fyp0su15ml {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Components/Basic/Table/Table.razor.rz.scp.css */
.table-fadeIn[b-xzc6mhwo3i] {
    opacity: 0;
    animation: fadeIn-b-xzc6mhwo3i 1s ease forwards;
}

@keyframes fadeIn-b-xzc6mhwo3i {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Components/Basic/Table/TableActionButton.razor.rz.scp.css */
.btn:hover[b-bp1s478jy7] {
    animation: pulse-b-bp1s478jy7 0.5s ease;
}

@keyframes pulse-b-bp1s478jy7 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.btn[b-bp1s478jy7] {
    margin-right: 3px;
}
/* /Components/Basic/Table/TableActionIconButton.razor.rz.scp.css */
.btn:hover[b-uin5rp69e5] {
    animation: pulse-b-uin5rp69e5 0.5s ease;
}

@keyframes pulse-b-uin5rp69e5 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.btn[b-uin5rp69e5] {
    margin-right: 3px;
}
/* /Components/Basic/Table/TableEditActionIconButton.razor.rz.scp.css */
.btn:hover[b-0pbyaqi13k] {
    animation: pulse-b-0pbyaqi13k 0.5s ease;
}

@keyframes pulse-b-0pbyaqi13k {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.btn[b-0pbyaqi13k] {
    margin-right: 3px;
}
/* /Components/Basic/Table/TableHeaderItem.razor.rz.scp.css */
th[b-utgujd4alr] {
  vertical-align: middle;
}

th:nth-last-child(1)[b-utgujd4alr] {
    text-align: right;
}
/* /Components/Basic/Table/TableItem.razor.rz.scp.css */
td[b-javoe18ygr] {
  vertical-align: middle;
}

td:nth-last-child(1)[b-javoe18ygr] {
    text-align: right;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3dsd3z3yec] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-3dsd3z3yec] {
    flex: 1;
}

.sidebar[b-3dsd3z3yec] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3dsd3z3yec] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3dsd3z3yec]  a, .top-row .btn-link[b-3dsd3z3yec] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3dsd3z3yec] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3dsd3z3yec] {
        display: none;
    }

    .top-row.auth[b-3dsd3z3yec] {
        justify-content: space-between;
    }

    .top-row a[b-3dsd3z3yec], .top-row .btn-link[b-3dsd3z3yec] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3dsd3z3yec] {
        flex-direction: row;
    }

    .sidebar[b-3dsd3z3yec] {
        min-width: 80px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-x: hidden;
    }
    
    .top-row[b-3dsd3z3yec] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-3dsd3z3yec] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7cxxmz0cwl] {
    width: 4rem;
    height: 4rem;
}

.top-row[b-7cxxmz0cwl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7cxxmz0cwl] {
    font-size: 1.1rem;
}

.oi[b-7cxxmz0cwl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7cxxmz0cwl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7cxxmz0cwl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7cxxmz0cwl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7cxxmz0cwl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7cxxmz0cwl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7cxxmz0cwl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7cxxmz0cwl] {
        display: none;
    }

    .collapse[b-7cxxmz0cwl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-link[b-7cxxmz0cwl] {
        overflow-x: hidden;
    }

    .menu-item-icon[b-7cxxmz0cwl] {
        width: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar .menu-item-label[b-7cxxmz0cwl] {
        line-height: 1em; 
        margin-left: 20px;
    }


    .sidebar:hover #navbar-footer:hover ul li[b-7cxxmz0cwl] {
        display: initial;
    }
}


