.sidebar {
    transition: all 0.3s;
}

.sidebar .nav-link {
    font-size: 0.9rem;
    transition: all 0.2s;
}

.sidebar .nav-link:hover {
    background-color: rgba(13, 110, 253, 0.08);
}

.sidebar .nav-link.active {
    font-weight: 500;
}

.menu-group-header small {
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

.card {
    border-radius: 0.5rem;
}

.table > :not(caption) > * > * {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .sidebar {
        display: none;
    }
    .sidebar.show {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
    }
}
