:root {
    --dnc-green: #1f6b4f;
    --dnc-gold: #b9892b;
}

body {
    letter-spacing: 0;
}

.brand-link .brand-image {
    float: none;
    margin-left: .5rem;
    margin-right: .25rem;
}

.nav-sidebar .nav-link.active {
    box-shadow: inset 3px 0 0 var(--dnc-gold);
}

.small-box .inner h3,
.info-box-number {
    letter-spacing: 0;
}

.login-page-dnc {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #eef3f1;
}

.login-box-dnc {
    width: min(420px, 100%);
}

.login-logo-dnc {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #1e2a32;
}

.login-logo-mark {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--dnc-green);
    color: #fff;
    font-weight: 800;
}

.login-logo-dnc strong {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.login-logo-dnc small {
    color: #697882;
}

.module-empty {
    min-height: 260px;
    display: grid;
    align-content: center;
}

.table-actions {
    white-space: nowrap;
}
