.ThemeGlobal {
    .ImcNavigation {
        --navigation-shadow: none;
        --navigation-logo-height: 30px;
        --navigation-logo-padding: 32px 40px;
        --navigation-logo-mobile-padding: 20px;
        --navigation-background: linear-gradient(180deg, #fff 0px, #fff 94px, #eceff1 94px, #eceff1 100%);
        --navigation-item-padding: 16px 15px;
        --navigation-item-line-height: 24px;
        --navigation-item-border-size: 0;
        --navigation-item-badge-position-top: 8px;
        --navigation-item-badge-position-left: 50%;
        --navigation-stacked-secondrow-background: transparent;
        --navigation-dropdown-background: #fff;

        .navRightSection {
            position: absolute;
            top: 26px;
            right: 40px;
        }
    }

    .QuickSearch {
        top: 34px;
    }

    .ImcFooter {
        --footer-background: #216b4a;
        --footer-item-text-color: #cdcdcd;
        --footer-item-hover-text-color: #cdcdcd;
        --footer-item-line-height: 24px;
    }

    .ImcButton {
        --button-toggle-background: #fff;
        --button-toggle-border: 1px solid #004fff;
        --button-toggle-text-color: #004fff;
    }

    .ImcCalendar {
        --calendar-header-toolbar-button-hover-background: #004fff !important;
    }

}