/*your custom css goes here*/

.nav-tabs .nav-link {
    background-color: var(--soft-dark) !important;
}

.nav-tabs .nav-link.active {
    background-color: transparent !important;
}

.top-bar-message p {
    margin: .5rem 0px;
}