body {
    padding-top: 80px;

}

.row {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 4px;
}

tr, td {
    vertical-align: middle;
}

.color-theme-100 {
    color: #0B5394;
}
.bg-theme-100 {
    background-color: #0B5394 !important;
}

.color-theme-75 {
    color: #0B539475;
}

.bg-theme-75 {
    background-color: #0B539475;
}

.color-theme-50 {
    color: #0B539450;
}

.color-theme-25 {
    color: #0B539425;
}

.dash-widget {
    width: calc(100% / 2)
}

@media (min-width: 768px) {
    .dash-widget {
        width: calc(100% / 4)
    }
}

@media (min-width: 1200px) {
    .dash-widget {
        width: calc(100% / 8)
    }

}


.alert-info{
    background-color: #DEE9F9 !important;
    border-color: #CAD5E7 !important;
}
