﻿#siteHeader {
    background-color: var(--header-color);
}

#headerContainer {
    border-bottom: var(--header-border) solid var(--inactive-color);
}

#headerContainer .ui.list a {
    font-size: 14px !important;
}

#mobile-menu{
    display: flex;
}

#non-mobile-menu > a.active {
    border-bottom: var(--primary-color) solid 2px;
    font-weight: 600;
}

#non-mobile-menu a {
    display: flex;
    align-items: center;
    height: 100%;
}

#logo-item > a > img, #logo-item > a, #logo-item > img{
    height: var(--logo-size);
}

#mobileLogout {
    color: red !important;
}

@media screen and (max-width: 800px) {
    #non-mobile-menu, #user-avatar-container {
        display: none !important;
    }
}

@media screen and (min-width: 801px) {
    #mobile-menu-container {
        display: none !important;
    }
}

#non-mobile-menu {
    height: var(--header-menu-height);
    background-color: var(--header-menu-color);
}

#mobile-menu-container {
    height: var(--header-menu-height);
}

#empty-notifications-lottie {
    height: 25vh;
    width: 25vh;
    padding-bottom: 0px;
    margin-bottom: -55px;
}

#trialEndBanner {
    background-color: var(--trial-end-banner-color);
    color: white;
    height: var(--banner-height);
}

#trialEndBannerContainer {
    height: var(--banner-height);
}

#trialEndBanner a {
    color: white;
    text-decoration: underline;
}

.absenteesCountColor {
    color: #DF9B25
}