:root {
    --db-sidebar-width: 225px;
}

body {
    background: #f8f9fa;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: .2px;
}

.db-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 8px;
    background: rgba(255,255,255,.12);
}

.db-page-title {
    font-weight: 700;
    margin-bottom: .25rem;
}

.db-page-subtitle {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.db-kpi-card {
    border: 0;
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.06);
}

.db-kpi-label {
    color: #6c757d;
    font-size: .85rem;
}

.db-kpi-value {
    font-size: 1.5rem;
    font-weight: 700;
}

.db-placeholder {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6c757d;
    border: 1px dashed #ced4da;
    border-radius: .5rem;
    background: #fff;
}

.sb-sidenav-menu .nav-link.active {
    color: #fff;
    background: rgba(255,255,255,.08);
}

.db-store-badge {
    font-size: .75rem;
}
