:root,
[data-bs-theme=light] {
    --bs-gray-500: #5c6580;
    --bs-gray-600: #4b5675;
    --bs-secondary-color: rgba(7, 20, 55, 0.85);
    --bs-tertiary-color: rgba(7, 20, 55, 0.7);
}

body {
    color: #071437;
    background-color: #ffffff;
}

.text-muted {
    color: #4b5675 !important;
}

.table thead tr {
    background-color: #f1f1f4;
}

.table thead th {
    color: #071437 !important;
}

.badge-light {
    color: #071437;
    background-color: #f1f1f4;
}

.badge-light-success {
    color: #0a3f1b;
    background-color: #d1f4dd;
}

.badge-light-info {
    color: #2e175e;
    background-color: #e3d7fb;
}

.badge-light-warning {
    color: #624d00;
    background-color: #fdf2cc;
}

.app-sidebar .menu-item .menu-link .menu-title {
    font-weight: 500;
}

.btn-light {
    color: #071437;
    background-color: #f1f1f4;
    border-color: #f1f1f4;
}

.btn-light:hover {
    background-color: #dbdfe9;
    border-color: #dbdfe9;
}

