.portal-nav {
  height: 50px;
  padding-left: max(24px, calc((100vw - 1080px) / 2));
  padding-right: max(24px, calc((100vw - 1080px) / 2));
}

.portal-nav .portal-brand img {
  width: 20px;
  height: 20px;
}

.portal-nav .portal-brand b {
  font-size: 12px;
}

.portal-nav .portal-brand span,
.portal-nav .session-nav a,
.test-page-body .portal-nav > a:last-child {
  font-size: 12px;
}

.talent-center-main {
  min-height: calc(100vh - 50px);
}

.talent-sidebar {
  top: 80px;
}

.test-pending {
  min-height: calc(100vh - 50px);
}
