body {
    background: #f5f7fb
}

.navbar-brand {
    font-weight: 700
}

.kpi {
    font-size: 1.7rem;
    font-weight: 700
}

.sidebar-link {
    display: block;
    padding: .65rem .8rem;
    border-radius: .4rem;
    color: inherit;
    text-decoration: none
}

.sidebar-link:hover {
    background: #eef2f7
}

.progress-sm {
    height: .5rem
}

.table td {
    vertical-align: middle
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #206bc4;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800
}

.sigep-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.35rem 0;
    background-color: #f8fafc;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1030;
    font-size: 0.75rem;
}