.bg-dark-1,
.bg-light {
    background-color: var(--bg-card) !important;
}

.bg-dark-2,
.bg-primary {
    background-color: var(--bg-card-2) !important;
}

.text-muted-dark {
    color: #79828a !important;
}

.grey-gap-bg {
    height: 1px;
    background-color: var(--bg-border);
}
