.content-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50vh;
}

.sidenav-settings {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  right: 0;
  bottom: 0;
}

.home-content {
  width: 500px;
  text-align: center;
}

.home-content img {
  max-width: 100%;
}

.home-content p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.home-content .ui-cta {
  display: inline-block;
  margin-top: 30px;
}

.ui-cta {
  cursor: pointer;
  border: none;
  background-color: #001f3f;
  color: white;
  font-family: inherit;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 40px;
  }

  body:not(.menu-opened) .sidebar.sidebar.settings-opened .sidenav-settings {
    display: none;
  }

  .home-content {
    width: 80%;
  }

  .home-content p {
    text-align: center;
    font-size: 18px;
  }
}

:host .hclsdk-tabs {
  display: none;
}

hclsdk-tabs {
  display: none;
}

/** hide module status */
.training__status,
.module__status,
.lp-global-progress .icon_state_passed,
.status .icon_state_passed {
  display: none;
}

/* user form button */
.iqvia_sso.button {
  margin-bottom: 1rem;
}