body {
    font-size: .875rem;
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: .5px;
}

.card {
    border-radius: .5rem;
    border: none;
}

.card-header {
    border-radius: .5rem .5rem 0 0 !important;
}

.table > :not(caption) > * > * {
    vertical-align: middle;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #f8f9fa;
}

.container-fluid {
    padding-bottom: 60px;
}

.badge {
    font-weight: 500;
}

.form-label {
    font-weight: 500;
    font-size: .85rem;
    color: #495057;
}

.btn {
    border-radius: .375rem;
}

.card .card-body .card-title {
    font-size: 1.75rem;
    font-weight: 700;
}

#statusChart, #typeChart {
    max-height: 250px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem .5rem;
}

.page-link {
    border: none;
    color: #0d6efd;
    padding: .375rem .75rem;
}

.page-item.active .page-link {
    background-color: #0d6efd;
}
