/* Custom styles */
#sidebar-wrapper {
    min-height: 100vh;
    min-width: 250px;
    max-width: 250px;
}

#page-content-wrapper {
    min-width: 0;
}

.sidebar-heading {
    font-size: 1.2rem;
}

.list-group-item {
    border: none;
    padding: 0.75rem 1.25rem;
}

.list-group-item:hover {
    background-color: #495057 !important;
}

.list-group-item.active {
    background-color: #0d6efd !important;
}

.table-actions {
    white-space: nowrap;
}

.card-stat {
    border-left: 4px solid #0d6efd;
}

@media (max-width: 768px) {
    #sidebar-wrapper {
        min-width: 0;
        max-width: 0;
    }
    
    #sidebar-wrapper.show {
        min-width: 250px;
        max-width: 250px;
    }
}
