/* Customer specific design overrides will appear here */
.ThemeGlobal {
    .ImcNavigation {
        --navigation-logo-width: 127px;
        --navigation-logo-height: 98px;
    }

    .ImcFooter {
        --footer-background: #333333;
        --footer-item-text-color: #fff;
        --footer-item-hover-text-color: #f2f2f2;
    }
    .OJTMentor {
        background-color: transparent;
    }
    .MyStaff {
        background: transparent;
    }
    #content-page-wrapper {
        .Dashboard {
            background-color: transparent;
        }
        .full-height-page {
            background-color: transparent;
        }
        .UserProfileView, .UserProfileEdit {
            background: transparent;
        }
    }
    .eJCGIn {
        --page-background: transparent;
    }
}