/* navbar */
.navbar-vertical.navbar-card .navbar-collapse {
    box-shadow: none !important;
}

.bg-glass {
    background-color: #edf2f9 !important;
}
.bg-primary {
    background-color: #31419a !important;
    color: #fff !important;
}

.bg-warning {
    background-color: #f15a2b !important;
    color: #fff !important;
}
.bg-secondary {
    background-color: #dfdfdf !important;
    color: #47484a !important;
}

.bg-glass-pfx {
    background-color: #edf2f9;
}

.text-primary-pfx {
    color: #31419a;
}

.bg-primary-pfx {
    background-color: #31419a;
}

.text-warning-pfx {
    color: #f15a2b;
}

.bg-warning-pfx {
    background-color: #f15a2b;
}

.text-secondary-pfx {
    color: #d8d8d8;
}

.bg-secondary-pfx {
    background-color: #d8d8d8;
}

.tab-active {
    background-color: #31419a;
    color: #fff !important;
    text-decoration: none;
}

.tab-non-active {
    background-color: #d8d8d8;
    color: gray;
    text-decoration: none;
}

.tab-non-active:hover {
    background-color: #dfdfdf;
    color: gray;
    color: #31419a;
}
