body {
    background: #f4f6f9;
}

.sidebar {
    height: 100vh;
    position: fixed;
    width: 250px;
    background: #343a40;
    color: white;
}

.content {
    margin-left: 250px;
    padding: 20px;
}

.card {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.table {
    background: white;
}

.table-sm td, .table-sm th {
    padding: 0.3rem;
    vertical-align: middle;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.status-active {
    background: #28a745;
}

.status-pending {
    background: #ffc107;
}

.accordion-button {
    background: #fff;
}

.pagination {
    justify-content: center;
    margin-top: 20px;
}

small {
    font-size: 0.75em;
    color: #6c757d;
}

.d-flex.align-items-center {
    gap: 10px;
}