.header__Qp5xk {
  align-items: center;
  background-color: var(--primary);
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 8;
}

  @media print {.header__Qp5xk {
    display: none
}
  }

.logo__Kmtwb {
  box-sizing: border-box;
  flex: 0;
  height: 3.625rem;
  margin-left: 0.5rem;
  padding: 0.6875rem;
}

.logo__Kmtwb a {
    display: inline-block;
    height: 100%;
    line-height: 0;
    vertical-align: middle;
  }

.logo__Kmtwb a svg, .logo__Kmtwb a img {
      color: var(--white);
      height: 100%;
    }

.content__C16NV {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-between;
  place-content: space-between;
}

span.mobileTestName__O7zG8 {
  border-bottom: 0.0625rem solid var(--light-gray);
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25rem;
  margin: 0.5rem 0.625rem 0;
  padding-bottom: 0.5rem;
  font-family: var(--default-font-family), sans-serif;
}

.reactHeader span.mobileTestName__O7zG8 {
  font-weight: normal;
}

.onboardingPage span.mobileTestName__O7zG8 {
  display: none;
}

.headerContent__RcFpS {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding-right: 1.25rem;
}

.headerContent__RcFpS + .menu__Y9NSj {
  color: var(--white);
  margin-right: 1.25rem;
}

.rightContent__DiC_I {
  display: inline-flex;
  gap: 1.25rem;
  margin-left: auto;
}

.rightContent__DiC_I a {
    align-self: center;
  }

.rightContent__DiC_I a.menuLink__lvPtJ {
    font-size: 0.875rem;
  }

.menu__Y9NSj button {
  font-size: 0.875rem;
}

.onboardingPage .headerContent__RcFpS {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .rightContent__DiC_I {
    display: none;
  }
}

.linkGroup__CmHuQ {
  margin-left: auto;
  margin-right: 1.25rem;
}

  .linkGroup__CmHuQ a {
    color: var(--lighter-gray);
    font-size: 0.75rem;
    text-decoration: none;
  }

  .linkGroup__CmHuQ a:hover {
      text-decoration: underline;
    }

  .linkGroup__CmHuQ .separator__KOO7a {
    border-right: none;
    border: 0.0625rem solid var(--darkest-gray);
    display: inline-block;
    height: 0.5625rem;
    margin: 0 0.5rem -0.125rem;
  }

.header__Qr6zg {
  align-items: center;
  background: var(--white);
  border-bottom: 0.0625rem solid var(--lighter-gray);
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  height: 4.6875rem;
  padding: 0 1.875rem 0 0.75rem;
  width: 100%;
}

  .header__Qr6zg.center__dm1pE {
    justify-content: center;
    padding: 0 1.25rem;
  }

  .header__Qr6zg > img, .header__Qr6zg > svg {
    height: 2.1875rem;
  }

@media (min-height: 900px) {
  .header__Qr6zg {
    height: 5.25rem;
  }

    .header__Qr6zg > img, .header__Qr6zg > svg {
      height: 2.8125rem;
    }
}

@media (min-width: 768px) {
  .header__Qr6zg {
    padding: 0 1.875rem 0 2.75rem;
  }
}

.heading__mrvWp {
  display: inline-block;
  padding: 0;
  width: 100%;
}

  .heading__mrvWp.h1__idhXx {
    font-size: 1.5rem;
  }

  .heading__mrvWp.h2__xaTda {
    font-size: 1.125rem;
  }

  .heading__mrvWp.h3__FHcza {
    font-size: 1rem;
  }

  .heading__mrvWp.h4__PSWeM {
    font-size: 0.875rem;
  }

  .heading__mrvWp.h5__c3bSt {
    font-size: 0.75rem;
  }

  .heading__mrvWp.h6__suEOP {
    font-size: 0.625rem;
  }

div .heading__mrvWp {
  font-weight: bold;
}

div .heading__mrvWp.bolder__bKHvE {
    font-weight: 900;
  }

.flex__GuDhq {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.container__EFbIj {
  align-items: center;
  background-color: var(--lightest-gray);
  border-radius: 0.25rem;
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem;
}

.text__LfjUT {
  color: var(--darkest-gray);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.headerInlineMenu__WpISU {
  display: flex;
  flex-grow: 1;
  gap: 1.875rem;
  margin-left: 1.5rem;
}

.itemWrapper__W2PO0 {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
}

.testName___gilw {
  color: var(--white);
  display: inline-block;
  font-size: inherit;
  margin-left: 1.625rem;
  position: relative;
}

.testName___gilw:before {
    border-color: transparent transparent transparent var(--tertiary);
    border-style: solid;
    border-width: 0.4375rem;
    content: '';
    height: 0;
    left: -1rem;
    position: absolute;
    scale: 1 0.6;
    top: 50%;
    translate: 0 -50%;
    width: 0;
  }

.testName___gilw:after {
    background-color: var(--deep-space-sparkle);
    bottom: -0.125rem;
    content: '';
    height: 0.0625rem;
    left: 0;
    position: absolute;
    width: 100%;
  }

@media screen and (max-width: 1200px) {
  .headerInlineMenu__WpISU {
    margin-left: 1.5rem;
    padding-right: 1.25rem;
  }

  .itemWrapper__W2PO0 {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 900px) {
  .headerInlineMenu__WpISU {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .headerInlineMenu__WpISU {
    margin-left: 0.75rem;
  }

  .testName___gilw {
    margin-left: 0;
  }

    .testName___gilw:before {
      display: none;
    }

  .itemWrapper__W2PO0 > a {
    display: none;
  }
}

.testerHeaderContent__eTFPg {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0 1rem;
}

span.skeleton__hTYdt {
  background-color: var(--navy);
  height: 0.875rem;
  margin-left: 1.25rem;
  width: 9.375rem;
}

@media screen and (max-width: 768px) {
  .testerHeaderContent__eTFPg {
    display: none;
  }
}

.grayishSection__UXk9f {
  background-color: var(--lighter-gray);
  border-radius: 1rem;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 1.875rem 2.25rem 2.5rem;
  position: relative;
  width: 100%;
}

  .grayishSection__UXk9f > h2 {
    align-items: center;
    display: flex;
    font-family: var(--default-light-font-family), sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 0.625rem;
  }

  @media screen and (max-width: 1200px) {.grayishSection__UXk9f {
    padding: 1.375rem
}
  }

  @media screen and (max-width: 768px) {.grayishSection__UXk9f {
    padding: 1rem
}
  }

.reducedPadding__y3_a_ {
  padding: 1.25rem 1.5rem;
}

@media screen and (max-width: 1200px) {

.reducedPadding__y3_a_ {
    padding: 1.25rem
}
  }

@media screen and (max-width: 768px) {

.reducedPadding__y3_a_ {
    padding: 1rem
}
  }

span.statusText__p3575 {
  font-size: 0.8125rem;
}

.topRight__eq1I4 {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  position: absolute;
  right: 0.875rem;
  top: 0.625rem;
}

