/*
** Custom Al Qadsiah Theme
** Overrides where they cannot be avoided
*/
#topbar_menu .dropdown-menu.show {
    background-color: var(--color-secondary);
}

#topbar_menu a.saphighlight {
    color: var(--color-highlight);
}

.nav-item.section-tab .nav-link.active .hidden-xs-down {
    color: var(--color-primary);
    border: none;
}

/* 
.user-profile .profile-img {
    padding: 0.5em 0;
}
.user-profile .profile-img img {
    border-radius: 0;
}

.user-profile .profile-img::before {
    display: none;
}
*/
