.ThemeGlobal {
  .ImcNavigation {
    --navigation-padding: 0 32px 0 0;
    --navigation-shadow: 0 1px 0 0 #d6d6d6;
    --navigation-logo-padding: 14px 65px 14px 32px;
    --navigation-logo-mobile-padding: 0;
    --navigation-burger-padding: 10px 20px;
    --navigation-logo-width: 260px;
    --navigation-logo-height: 36px;
    --navigation-logo-mobile-width: 188px;
    --navigation-logo-mobile-height: 26px;
    --navigation-item-line-height: 20px;
    --navigation-item-font-weight: 400;
    --navigation-item-padding: 12px 15px 10px 15px;
    --navigation-dropdown-background: #fff;
    --navigation-item-badge-position-top: 6px;

    .ImcBadge {
      --badge-border: var(--theme-color-primary);
      --badge-background: var(--theme-color-primary);
    }
  }

  /* Second Logo */
  @media screen and (min-width: 1024px) {
    .ImcNavigation .navRightSection .MenuItem:last-child {
      background: transparent;
      position: relative;
      width: 200px;
      height: 23px;
      margin-left: 17px;
      .ImcText {
        --text-color: transparent;
        --text-font-size: 0;
      }
      a,
      a:hover {
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../../global/logos/LogoRight.svg);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 200px 23px;
        width: 200px;
        height: 23px;
      }
    }
  }
  @media screen and (max-width: 1023px) {
    .ImcNavigation .navRightSection .MenuItem:last-child {
      background: transparent;
      position: relative;
      width: 0;
      height: 100%;
      margin-left: 0;
      .ImcText {
        --text-color: transparent;
        --text-font-size: 0;
      }
      /* a,
      a:hover {
        position: absolute;
        right: 0;
        top: -59px;
        background-image: url(../../global/logos/LogoRight.svg);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 150px 17px;
        width: 150px;
        height: 17px;
      } */
    }
  }

  .ImcFooter {
    --footer-background: linear-gradient(#d6d6d6 1px, #fff 1px);
    --footer-item-text-color: #666666;
    --footer-item-hover-text-color: #a9b1b6;
    --footer-text-alignment: right;
  }

  .ImcHeader {
    --header-shadow: 0 1px 0 0 #d6d6d6;
    --header-border-bottom: none;
    padding-inline: 32px;
  }

  .ImcBreadcrumbs .ImcLink {
    text-transform: none;
  }

  .ImcButton {
    --button-text-transform: uppercase;
    --button-hover-background: #0a8e45;
    --button-hover-border: 1px solid #0a8e45;
  }

  .ImcLink {
    --link-text-color: #00893d;
    --link-text-decoration: none;
    --link-hover-text-color: #00591f;
  }

  .ImcHeading {
    --heading-h1-font-weight: 500;
  }

  .ImcTrainingCard {
    --training-card-title-font-weight: 500;
  }

  .ImcTabBar {
    --tabs-font-size: 14px;
    --tabs-font-weight: 500;
    --tab-text-color: #212121;
    text-transform: uppercase;
    --tab-border-bottom-width: 2px;
    --tab-hover-border-bottom-color: #00893d;
    --tab-hover-text-color: #00893d;
    --tab-active-text-color: #00893d;
  }

  .Card {
    --learning-card-title-font-weight: 500;
    --learning-card-title-color: #212121;
  }

  .ImcCard {
    --card-font-weight: 500;
    --card-text-color: #212121;
  }
  .ImcCard:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }

  .MultiEnrollment .container {
    padding-inline: 32px;
  }

  .LearningPlan .TemplatesList,
  .LearningPlan .CreateLearningPlan {
    padding-inline: 32px;
  }

  .OJTMentor .filterBar,
  .OJTMentor .filterInfo,
  .OJTMentor .tilesGrid {
    padding-inline: 32px;
  }

  .Dashboard {
    padding-inline: 32px;
  }
}
