.mobileMenu__flVCk {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  width: 100%;
}

  .mobileMenu__flVCk * {
    box-sizing: border-box;
  }

.menuItems__lte2X {
  background-color: var(--light-gray);
  border-bottom: 0.0625rem solid var(--gray);
  display: flex;
  gap: 0.0625rem;
  grid-auto-rows: 1fr;
  width: 100%;
}

.menuItem__ELhSV {
  background-color: var(--lighter-gray);
  flex-grow: 1;
}

.menuItem__ELhSV > a, .menuItem__ELhSV > button {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    font-size: 1rem;
    gap: 0.375rem;
    height: 100%;
    line-height: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
  }

.menuItem__ELhSV > a:focus, .menuItem__ELhSV > a:focus-visible, .menuItem__ELhSV > button:focus, .menuItem__ELhSV > button:focus-visible {
      outline: 0.125rem solid var(--dark-gray);
    }

.menuItem__ELhSV > a svg, .menuItem__ELhSV > button svg {
      height: 1rem;
      width: 1rem;
    }

button.closeMenuArrowButton__ZdIe3 {
  border-radius: 0.375rem;
  box-sizing: border-box;
  display: block;
  margin: 0.125rem;
  width: auto;
}

button.closeMenuArrowButton__ZdIe3:focus {
    outline: 0.0625rem solid var(--dark-gray);
  }

.expanded__hw0I6 {
  height: calc(100vh - 3.625rem);
}

.expanded__hw0I6 .menuItems__lte2X {
    background-color: var(--white);
    border-bottom: none;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 0.75rem 0.75rem 0.375rem;
  }

.expanded__hw0I6 .menuItem__ELhSV {
    background-color: var(--light-blue);
    border-radius: 0.375rem;
  }

.expanded__hw0I6 .menuItem__ELhSV.isPageLevel__mnk80 {
      background-color: var(--primary);
    }

.expanded__hw0I6 .menuItem__ELhSV.isPageLevel__mnk80 a, .expanded__hw0I6 .menuItem__ELhSV.isPageLevel__mnk80 button {
        color: var(--white);
      }

.expanded__hw0I6 .menuItem__ELhSV > a, .expanded__hw0I6 .menuItem__ELhSV > button {
      box-sizing: border-box;
      flex-direction: column;
      font-size: 0.875rem;
      gap: 0.75rem;
      min-width: 3.75rem;
      padding: 1.25rem 0.375rem 0.625rem;
    }

.expanded__hw0I6 .menuItem__ELhSV > a svg, .expanded__hw0I6 .menuItem__ELhSV > button svg {
        height: 1.5rem;
        width: 1.5rem;
      }

.onboardingPage .mobileMenu__flVCk:not(.expanded__hw0I6) {
  display: none;
}

@media screen and (max-width: 900px) {
    .expanded__hw0I6 .menuItems__lte2X {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .expanded__hw0I6 .menuItems__lte2X {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 520px) {
    .expanded__hw0I6 .menuItems__lte2X {
      grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 480px) {
    .menuItem__ELhSV > a, .menuItem__ELhSV > button {
      font-size: max(3.5vw, 0.875rem);
      padding: 0.375rem 0.75rem;
      white-space: normal;
    }

      .menuItem__ELhSV > a svg, .menuItem__ELhSV > button svg {
        height: 0.875rem;
        width: 0.875rem;
      }
}

@media screen and (max-width: 360px) {
    .menuItem__ELhSV > a, .menuItem__ELhSV > button {
      padding: 0.3125rem 0.625rem;
    }
}

.leftMenu__rx8BK {
  --menu-tertiary-color: #364253;

  background-color: var(--primary);
  border-top: 0.0625rem solid var(--menu-tertiary-color);
  box-sizing: border-box;
  font-size: 0.875rem;
  height: 100%;
  padding-top: 1rem;
}

  @media (max-width: 768px) {.leftMenu__rx8BK {
    display: none
}
  }

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

.number__ygkD7 {
  background-color: var(--menu-tertiary-color);
  border-radius: 50%;
  color: var(--gray);
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.375rem;
  margin-left: -0.25rem;
  margin-right: 0.5rem;
  text-align: center;
  transition: background-color linear 300ms;
  width: 1.375rem;
}

.number__ygkD7:after {
    display: none;
  }

.item__sSWSe {
  align-items: center;
  display: flex;
  min-width: 11.625rem;
}

.item__sSWSe svg {
    color: var(--tertiary);
    margin-right: 0.625rem;
  }

.item__sSWSe .link__qj1Gi {
    align-items: center;
    color: var(--light-gray);
    display: flex;
    flex-grow: 1;
    font-family: var(--default-font-family);
    justify-content: flex-start;
    line-height: 1rem;
    padding: 0.625rem 1.625rem 0.625rem 1.25rem;
    text-align: left;
    white-space: nowrap;
  }

.item__sSWSe .link__qj1Gi:focus-within {
      text-decoration: none;
    }

.item__sSWSe.current__r_98o .link__qj1Gi, .item__sSWSe:hover .link__qj1Gi {
      font-family: var(--default-medium-font-family);
      color: var(--white);
    }

.item__sSWSe.current__r_98o .number__ygkD7, .item__sSWSe:hover .number__ygkD7 {
      background-color: var(--secondary);
      color: var(--dark-navy);
      font-family: var(--default-font-family);
    }

.skeletonItem__mmbmm {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  min-width: 11.625rem;
  padding: 0.625rem 0.9375rem 0.625rem 1.25rem;
}

.skeletonItem__mmbmm .MuiSkeleton-root {
    background-color: var(--navy);
  }

span.skeleton__expJ3 {
  background-color: rgba(100, 100, 100, 0.11);
  height: 100%;
}

  span.skeleton__expJ3 + .img__ItspQ {
    visibility: hidden;
    width: 0;
  }

.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;
}

div.tooltipContent__l6zWe {
  padding: 0;
}

  div.tooltipContent__l6zWe ul {
    max-height: 31.25rem;
    overflow: auto;
  }

.menu__DnHOC {
  background: var(--white);
  border-radius: inherit;
  color: inherit;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.375rem 0;
}

.menu__DnHOC button {
    color: inherit;
  }

.item__wp9Nz {
  z-index: 3;
}

.item__wp9Nz a, .item__wp9Nz button {
    border-radius: 0;
    box-sizing: border-box;
    color: var(--darkest-gray);
    display: block;
    font-size: var(--default-font-size);
    line-height: 1rem;
    padding: 0.4375rem 1rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }

.item__wp9Nz a:hover, .item__wp9Nz button:hover {
      background-color: var(--blue);
      color: var(--white);
    }

.item__wp9Nz a:disabled, .item__wp9Nz button:disabled {
      background-color: var(--lightest-gray);
    }

.item__wp9Nz.separatorAfter__qHuSj {
    border-bottom: 0.0625rem solid var(--light-gray);
    padding-bottom: 0.375rem;
  }

.item__wp9Nz.separatorAfter__qHuSj + .item__wp9Nz {
      padding-top: 0.375rem;
    }

.item__wp9Nz .disabledItem___Sy32 a {
      pointer-events: none;
    }

.item__wp9Nz .disabledItem___Sy32 a, .item__wp9Nz .disabledItem___Sy32 button {
      color: var(--darker-gray);
    }

@media screen and (max-width: 768px) {
    div.tooltipContent__l6zWe ul {
      max-height: 18.75rem;
    }
}

a.menuLink__J4ez3 {
  color: var(--white);
  font-size: inherit;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.stringChildren__iCzxY, a.menuLink__J4ez3 > * {
  position: relative;
}

.stringChildren__iCzxY:after, a.menuLink__J4ez3 > *:after {
    background-color: transparent;
    bottom: -0.1875rem;
    content: '';
    height: 0.0625rem;
    left: 0;
    position: absolute;
    transition: background-color linear 100ms;
    width: 100%;
  }

.stringChildren__iCzxY:hover:after,
.menuLink__J4ez3:hover > *:after {
  background-color: var(--white);
}

.stringChildren__iCzxY.active__Pk9YJ:after,
.menuLink__J4ez3.active__Pk9YJ > *:after {
  background-color: var(--tertiary);
}

.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;
  }

.spinner__z4SLh {
  border-radius: 3.125rem;
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent var(--darkest-gray) var(--darkest-gray) transparent;
  margin: 0.625rem auto;
  position: relative;
  animation-name: spin__VoAG6;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(.20, .30, .40, .60);
}

  .spinner__z4SLh.alignLeft__wNQPS {
    margin-left: 0;
  }

@keyframes spin__VoAG6 {
  to {
    transform: rotate(360deg);
  }
}

.medium__J_8E6 {
  height: 2.5rem;
  width: 2.5rem;
}

.small__mt9_F {
  height: 1.375rem;
  width: 1.375rem;
  border-width: 0.375rem;
}

.large__XicfL {
  height: 4.375rem;
  width: 4.375rem;
  border-width: 0.75rem;
}

.overlay__unbQr {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

  .overlay__unbQr:before {
    background-color: var(--dark-gray);
    content: '';
    height: inherit;
    left: inherit;
    opacity: 0.15;
    position: inherit;
    top: inherit;
    width: inherit;
  }

  .overlay__unbQr .spinner__hUO1P {
    margin-top: 0;
  }

.page__KyLuJ {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.container__bHVl0 {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}

.children__Q6m0v {
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .container__bHVl0 {
    overflow: visible;
  }
}

@media print {
  .page__KyLuJ {
    height: auto;
  }

  .container__bHVl0, .children__Q6m0v {
    display: inline-block;
    overflow: auto;
    width: 100%;
  }
}

.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;
  }
}

.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;
}

.helpWidget___MDmc {
  bottom: 0.875rem;
  box-sizing: border-box;
  color: var(--light-violet);
  left: 0.625rem;
  padding: 1rem 0.625rem;
  position: absolute;
  width: 10.25rem;
}

  .helpWidget___MDmc > * {
    position: relative;
    z-index: 1;
  }

  .helpWidget___MDmc:before {
    border-radius: 0.25rem;
    border-top: 0.0625rem dashed var(--deep-space-sparkle);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .helpWidget___MDmc svg {
    color: var(--secondary);
  }

button.button__aD34n {
  color: var(--gray);
  flex-wrap: wrap;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  text-align: left;
  white-space: normal;
}

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

.testSubHeader__GnWSF {
  align-items: center;
  background-color: var(--lighter-gray);
  box-sizing: border-box;
  display: flex;
  gap: 0.75rem;
  padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  width: 100%;
}

.projectTypeWrapper__r8Gzd {
  display: flex;
  gap: 1.25rem;
}

.testName__CdjSa {
  color: var(--black);
  font-size: 1rem;
}

.projectType__pbK0k {
  align-items: center;
  display: flex;
  font-size: var(--default-font-size);
  gap: 0.625rem;
}

.projectType__pbK0k svg {
    flex-shrink: 0;
  }

.infoTooltip__wKhm6 {
  margin-left: auto;
  margin-right: 0.5rem;
}

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

  .testSubHeader__GnWSF {
    padding-left: 1.25rem;
  }
}

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

@media print {
  .testSubHeader__GnWSF {
    display: none;
  }
}

div.statusChip__uUlE6 {
  border-radius: 0.25rem;
}

  div.statusChip__uUlE6.inReview___vXq5 {
    background-color: var(--light-cyan);
    color: var(--dark-navy);
  }

  div.statusChip__uUlE6.ready__D7xPH {
    background-color: var(--light-violet);
    color: var(--navy);
  }

  div.statusChip__uUlE6.live__rZVzY {
    background-color: var(--tertiary);
    color: var(--white);
  }

  div.statusChip__uUlE6.complete__U7KYi {
    background-color: var(--secondary);
    color: var(--white);
  }

span.progressBar__ijF81 {
  --bar-height: 0.5rem;

  background-color: var(--light-blue);
  border-radius: calc(var(--bar-height) * 3);
  height: var(--bar-height);
  margin: 0;
  width: 100%;
}

span.progress__QGyRv {
  background-color: var(--navy);
  border-radius: calc(var(--bar-height) * 3);
}

.alert__FQQ9k {
  margin: 0.5rem 0 2rem;
}

  .alert__FQQ9k svg {
    color: var(--black);
  }

  .alert__FQQ9k em {
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
  }

  .alert__FQQ9k .message__jSdjc {
    align-items: flex-start;
    display: flex;
    font-size: 1rem;
    font-weight: 200;
    gap: 1.5rem;
  }

div.stepper__RakXF {
  align-self: flex-start;
  display: inline-flex;
  margin: 1rem 0 0.75rem;
}

button.stepButton__XATXh, a.stepButton__XATXh {
  margin: 0;
  padding: 0;
}

button.stepButton__XATXh svg, a.stepButton__XATXh svg {
    color: var(--light-gray);
    height: 1.375rem;
    width: 1.375rem;
  }

button.stepButton__XATXh svg text, a.stepButton__XATXh svg text {
      font-size: 0.9375rem;
      font-weight: 900;
    }

button.stepButton__XATXh span[class*="MuiStepLabel-label"], a.stepButton__XATXh span[class*="MuiStepLabel-label"] {
    font-size: 0.8125rem;
    letter-spacing: normal;
    white-space: nowrap;
  }

div.step__nOIvz {
  padding: 0;
}

div.step__nOIvz.completedStep__hQYeF button.stepButton__XATXh svg, div.step__nOIvz.completedStep__hQYeF a.stepButton__XATXh svg {
        color: var(--secondary);
      }

div.step__nOIvz.completedStep__hQYeF button.stepButton__XATXh span[class*="MuiStepLabel-label"][class*="-active"], div.step__nOIvz.completedStep__hQYeF a.stepButton__XATXh span[class*="MuiStepLabel-label"][class*="-active"] {
        font-weight: 900;
        margin-right: 0.625rem;
      }

@media screen and (max-width: 360px) {
    button.stepButton__XATXh svg, a.stepButton__XATXh svg {
      height: 1.25rem;
      width: 1.25rem;
    }

    button.stepButton__XATXh span[class*="MuiStepLabel-label"], a.stepButton__XATXh span[class*="MuiStepLabel-label"] {
      font-size: 0.6875rem;
    }

    button.stepButton__XATXh span[class*="-iconContainer"], a.stepButton__XATXh span[class*="-iconContainer"] {
      padding-right: 0.375rem;
    }
}

.pageContentWrapper__XcuOC {
  align-self: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: var(--default-font-size);
  height: 100%;
  max-height: 100%;
  overflow: auto;
  width: 0;
}

.mainContent__axxpx {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 31.25rem;
  padding: 1.25rem 1.25rem 0 1.5rem;
}

@media screen and (max-width: 1200px) {
  .mainContent__axxpx {
    padding: 1rem 1rem 0;
  }
}

@media screen and (max-width: 768px) {
  .mainContent__axxpx {
    padding: 0.5rem 0.75rem 0 0.75rem;
  }
}

@media print {
  .pageContentWrapper__XcuOC {
    width: auto;
  }
}

.markdown__wjJlO {
  font-size: var(--default-font-size);
}

  .markdown__wjJlO em {
    font-style: normal;
    font-weight: 900;
  }

  .markdown__wjJlO p {
    line-height: 1.375rem;
    margin: 0;
  }

.questionWrapper__ifX3a {
  line-height: inherit;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  font-size: 0.8125rem;
}

  .questionWrapper__ifX3a input, .questionWrapper__ifX3a textarea {
    padding: 1rem;
    width: 100%;
    max-width: 28.125rem;
    border-radius: 0.625rem;
    border: 0.0625rem solid var(--light-gray);
  }

.content__FNgxl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.subHeader__TuJHt {
  color: var(--mid-violet);
  font-size: 0.875rem;
}

.options__wwyxO {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.option__LjbZd {
  display: flex;
  gap: 1rem;
  background-color: var(--lighter-gray-branding);
  min-width: 0;
  max-width: 28.125rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  box-sizing: border-box;
}

.option__LjbZd:focus-visible {
  outline: 0.125rem solid var(--mid-violet);
  outline-offset: 0.125rem;
}

.optionSelected__DAMoD {
  box-shadow: inset 0 0 0 0.1875rem var(--mid-violet);
}

.requiredIndicator__InMDO {
  color: navy;
  font-size: 1.25rem;
}

div.mediaAttachments__XSdpS {
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}

div.fileList__gIyNe {
  margin: 0.875rem 0 1.25rem 0;
  padding: 0;
  font-size: 1.5rem;
}

span.uploadTitle__UCFI5 {
  font-size: var(--default-font-size);
  line-height: normal;
}

button.attachButton__xtQ6n {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.75rem;
}

.markdown__G4AXZ {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  line-height: 1.75rem;
  max-width: 95%;
}

.markdown__G4AXZ p {
    font-family: var(--default-light-font-family);
    font-weight: normal;
    font-size: 1.03125rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.markdown__G4AXZ a {
    white-space: nowrap;
  }

.markdown__G4AXZ h1 {
    line-height: 2.25rem;
  }

.markdown__G4AXZ h2 {
    font-family: var(--default-medium-font-family);
    font-size: 1.5625rem;
    font-weight: normal;
  }

.markdown__G4AXZ em {
    font-style: italic;
    font-weight: 400;
  }

.markdown__G4AXZ strong {
    font-family: var(--default-bold-font-family);
    font-weight: 400;
  }

.markdown__G4AXZ hr {
    width: 100%;
    border: 0;
    border-bottom: 0.0625rem solid var(--light-gray);
  }

.markdown__G4AXZ blockquote {
    margin: 0;
    padding: 1.25rem;
    background-color: var(--lightest-blue);
  }

.markdown__G4AXZ pre {
    overflow: hidden;
    margin: 0;
    max-height: 18.75rem;
  }

.markdown__G4AXZ pre div {
      max-height: 15.625rem;
    }

.markdown__G4AXZ pre code {
      white-space: pre-wrap !important;
      word-break: break-word !important;
      overflow-wrap: break-word !important;
    }

.markdown__G4AXZ ul {
    list-style-type: disc;
  }

.markdown__G4AXZ ol {
    list-style-type: decimal;
  }

.markdown__G4AXZ ul, .markdown__G4AXZ ol {
    padding-inline-start: 1.875rem;
    list-style-position: outside;
  }

.markdown__G4AXZ ul li p, .markdown__G4AXZ ol li p {
      display: inline;
    }

@media (min-width: 480px) {
  .questionWrapper__ifX3a {
    font-size: var(--default-font-size);
    max-width: 28.125rem;
  }

  .options__wwyxO {
    max-width: 38.125rem;
  }
}

@media (min-width: 1024px) {
  .questionWrapper__ifX3a {
    max-width: inherit;
    width: 70%;
  }
}


.fancybox__nav {
  font-family: var(--default-font-family);
}

  .fancybox__nav .navButton__fBJdn {
    border-radius: 0;
    color: var(--gray);
    position: relative;
  }

  .fancybox__nav .navButton__fBJdn:hover {
      color: var(--white);
    }

  .fancybox__nav .customNextText__P3Eyk {
    display: block;
    position: absolute;
    top: -1.125rem;
    white-space: nowrap;
  }

div.fancybox__slide {
  padding-bottom: 1rem;
}

.fancybox__content {
  font-family: var(--default-font-family);
  height: 95% !important;
}

.has-html5video .fancybox__content {
    padding: 0;
    width: 95% !important;
  }

.is-selected.has-html5video:before, .is-selected.has-html5video:after {
    content: none;
  }

:root {
  --thumb-size: 9.375rem;
  --thumb-border-radius: 0.375rem;
}

.thumbnail__VKeJg {
  display: flex;
  flex-direction: column;
  max-width: var(--thumb-size);
  overflow: hidden;
}

.thumbnail__VKeJg:hover {
    opacity: 0.8;
  }

.thumbnail__VKeJg a {
    border-radius: inherit;
    flex-wrap: wrap;
    max-width: 100%;
    text-decoration: none;
  }

.thumbnail__VKeJg.small__kulvl {
    --thumb-size: 6.25rem;
    --thumb-border-radius: 0.25rem;
  }

.uploadTitle__ZwuUl {
  color: var(--darker-gray);
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0.125rem;
  max-width: var(--thumb-size);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.thumbContent__BgdH6 {
  background-color: white;
  border-radius: var(--thumb-border-radius);
  border: 0.0625rem solid var(--light-gray);
  box-sizing: border-box;
  height: var(--thumb-size);
  position: relative;
  text-align: center;
  width: var(--thumb-size);
}

.thumbContent__BgdH6 img {
    border-radius: var(--thumb-border-radius);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }

.active__p373s .thumbContent__BgdH6 {
  border-color: var(--blue);
  border-width: 0.3125rem;
  border-radius: calc(var(--thumb-border-radius) + 0.25rem);
}

.textualThumb__KIE6O {
  background-color: var(--gray);
  box-sizing: border-box;
  color: var(--lighter-gray);
  display: block;
  font-size: 2.75rem;
  height: 100%;
  line-height: var(--thumb-size);
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.videoIcon__IexuO {
  color: var(--lighter-gray);
  height: 3.75rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.75rem;
}

.zoomIcon__Pdsle {
  bottom: 0.375rem;
  display: block;
  position: absolute;
  right: 0.375rem;
  color: var(--dark-gray);
}

.attachmentUpload__EgRS1 {
  position: relative;
}

.attachmentUpload__EgRS1 .thumbContent__BgdH6 img {
    border-radius: 0;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
  }

.editableThumbnail__uw0rA {
  --thumb-size: 9.375rem;
}

  .editableThumbnail__uw0rA.small__O1j1A {
    --thumb-size: 6.25rem;
  }

button.iconButton__YiAQi {
  border-radius: 0.125rem;
  color: var(--white);
  display: inline-flex;
  height: auto;
  padding: 0.1875rem;
  position: relative;
}

button.iconButton__YiAQi svg {
    font-size: 1.125rem;
    z-index: 1;
  }

button.iconButton__YiAQi:before {
    background: var(--primary);
    border-radius: inherit;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
  }

.thumbnailWrapper__gRdgp {
  position: relative;
}

.buttonGroup__dIjKq {
  bottom: 0.375rem;
  display: flex;
  gap: 0.25rem;
  left: 0.375rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.thumbnailWrapper__gRdgp:hover .buttonGroup__dIjKq,
.buttonGroup__dIjKq:focus-within {
  opacity: 1;
  pointer-events: auto;
}

.tooltipContent__JjtY1 {
  --default-font-size: 0.875rem;
}

.nameForm__q0nM5 {
  align-items: flex-end;
  display: flex;
  gap: 0.625rem;
}

.mediaAttachments__qKWf7 {
  box-sizing: border-box;
  display: flex;
  margin-top: 0.25rem;
  max-width: 50rem;
  padding: 0.25rem;
  position: relative;
  width: 100%;
}

svg.attachIcon__chElq {
  font-size: 1.25rem;
  margin-right: 0.25rem;
  rotate: 45deg;
}

button.attachButton__GD8jj {
  display: flex;
  font-size: 0.875rem;
  margin-left: auto;
}

button.attachButton__GD8jj[disabled], button.attachButton__GD8jj[disabled]:hover {
    background-color: transparent;
    color: var(--dark-gray);
  }

.pickerOverlayWrapper__saayF {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99999;
}

.fileList__Ysaol {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 2rem;
  padding: 0.625rem;
}

.questionWrapper__ifX3a {
  line-height: inherit;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  font-size: 13px;

  input, textarea {
    padding: 16px;
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    border: 1px solid var(--light-gray);
  }
}

.content__FNgxl {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.subHeader__TuJHt {
  color: var(--mid-violet);
  font-size: 14px;
}

.options__wwyxO {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.option__LjbZd {
  display: flex;
  gap: 16px;
  background-color: var(--lighter-gray-branding);
  min-width: 0;
  max-width: 450px;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  outline: none;
  box-sizing: border-box;
}

.option__LjbZd:focus-visible {
  outline: 2px solid var(--mid-violet);
  outline-offset: 2px;
}

.optionSelected__DAMoD {
  box-shadow: inset 0 0 0 3px var(--mid-violet);
}

.requiredIndicator__InMDO {
  color: navy;
  font-size: 20px;
}

div.mediaAttachments__XSdpS {
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}

div.fileList__gIyNe {
  margin: 14px 0 20px 0;
  padding: 0;
  font-size: 24px;
}

span.uploadTitle__UCFI5 {
  font-size: var(--default-font-size);
  line-height: normal;
}

button.attachButton__xtQ6n {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  width: fit-content;
  padding: 0 12px;
}

.markdown__G4AXZ {
  display: flex;
  flex-direction: column;
  gap: 18px;
  line-height: 28px;
  max-width: 95%;

  p {
    font-family: var(--default-light-font-family);
    font-weight: normal;
    font-size: 16.5px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  a {
    white-space: nowrap;
  }

  h1 {
    line-height: 36px;
  }

  h2 {
    font-family: var(--default-medium-font-family);
    font-size: 25px;
    font-weight: normal;
  }

  em {
    font-style: italic;
    font-weight: 400;
  }

  strong {
    font-family: var(--default-bold-font-family);
    font-weight: 400;
  }

  hr {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--light-gray);
  }

  blockquote {
    margin: 0;
    padding: 20px;
    background-color: var(--lightest-blue);
  }

  pre {
    overflow: hidden;
    margin: 0;
    max-height: 300px;

    div {
      max-height: 250px;
    }

    code {
      white-space: pre-wrap !important;
      word-break: break-word !important;
      overflow-wrap: break-word !important;
    }
  }

  ul {
    list-style-type: disc;
  }

  ol {
    list-style-type: decimal;
  }

  ul, ol {
    padding-inline-start: 30px;
    list-style-position: outside;

    li p {
      display: inline;
    }
  }
}

@media (min-width: 480px) {
  .questionWrapper__ifX3a {
    font-size: var(--default-font-size);
    max-width: 450px;
  }

  .options__wwyxO {
    max-width: 610px;
  }
}

@media (min-width: 1024px) {
  .questionWrapper__ifX3a {
    max-width: inherit;
    width: 70%;
  }
}


.questionWrapper__wVLHP {
  gap: 1.125rem;
  margin-bottom: 1rem;
}

.items__nwTSG {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0;
}

.item__XLfmy {
  margin-bottom: 0.5rem;
}

.item__XLfmy a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
  }

.errorMessage__GsTf6 {
  color: red;
}

div.mediaAttachments__bHHcG {
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}

div.fileList__JtCbY {
  margin: 0.875rem 0 1.25rem 0;
  padding: 0;
  font-size: 1.5rem;
}

span.uploadTitle__BnGiq {
  font-size: var(--default-font-size);
}

button.attachButton__TN4oz {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.75rem;
}

div.nameForm__o9N39 {
  min-width: 15.625rem;
}

div.nameForm__o9N39 input {
    padding: 0.1875rem 0.75rem;
  }


.questionWrapper__EW3BT {
  gap: 1.125rem;
  margin-bottom: 1rem;
}


.questionWrapper__lwfsF {
  line-height: inherit;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  font-size: 0.8125rem;
}

  .questionWrapper__lwfsF input, .questionWrapper__lwfsF textarea {
    padding: 1rem;
    width: 100%;
    max-width: 28.125rem;
    border-radius: 0.625rem;
    border: 0.0625rem solid var(--light-gray);
  }

.content__setCP {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.subHeader__J7Rx5 {
  color: var(--mid-violet);
  font-size: 0.875rem;
}

.options__dQbUn {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.option__qBPQB {
  display: flex;
  gap: 1rem;
  background-color: var(--lighter-gray-branding);
  min-width: 0;
  max-width: 28.125rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  box-sizing: border-box;
}

.option__qBPQB:focus-visible {
  outline: 0.125rem solid var(--mid-violet);
  outline-offset: 0.125rem;
}

.optionSelected__VKZUW {
  box-shadow: inset 0 0 0 0.1875rem var(--mid-violet);
}

.requiredIndicator__ZIjUP {
  color: navy;
  font-size: 1.25rem;
}

div.mediaAttachments__vc2a2 {
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}

div.fileList__wxujn {
  margin: 0.875rem 0 1.25rem 0;
  padding: 0;
  font-size: 1.5rem;
}

span.uploadTitle__e11xq {
  font-size: var(--default-font-size);
  line-height: normal;
}

button.attachButton__msttn {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.75rem;
}

.markdown__C8if7 {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  line-height: 1.75rem;
  max-width: 95%;
}

.markdown__C8if7 p {
    font-family: var(--default-light-font-family);
    font-weight: normal;
    font-size: 1.03125rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.markdown__C8if7 a {
    white-space: nowrap;
  }

.markdown__C8if7 h1 {
    line-height: 2.25rem;
  }

.markdown__C8if7 h2 {
    font-family: var(--default-medium-font-family);
    font-size: 1.5625rem;
    font-weight: normal;
  }

.markdown__C8if7 em {
    font-style: italic;
    font-weight: 400;
  }

.markdown__C8if7 strong {
    font-family: var(--default-bold-font-family);
    font-weight: 400;
  }

.markdown__C8if7 hr {
    width: 100%;
    border: 0;
    border-bottom: 0.0625rem solid var(--light-gray);
  }

.markdown__C8if7 blockquote {
    margin: 0;
    padding: 1.25rem;
    background-color: var(--lightest-blue);
  }

.markdown__C8if7 pre {
    overflow: hidden;
    margin: 0;
    max-height: 18.75rem;
  }

.markdown__C8if7 pre div {
      max-height: 15.625rem;
    }

.markdown__C8if7 pre code {
      white-space: pre-wrap !important;
      word-break: break-word !important;
      overflow-wrap: break-word !important;
    }

.markdown__C8if7 ul {
    list-style-type: disc;
  }

.markdown__C8if7 ol {
    list-style-type: decimal;
  }

.markdown__C8if7 ul, .markdown__C8if7 ol {
    padding-inline-start: 1.875rem;
    list-style-position: outside;
  }

.markdown__C8if7 ul li p, .markdown__C8if7 ol li p {
      display: inline;
    }

@media (min-width: 480px) {
  .questionWrapper__lwfsF {
    font-size: var(--default-font-size);
    max-width: 28.125rem;
  }

  .options__dQbUn {
    max-width: 38.125rem;
  }
}

@media (min-width: 1024px) {
  .questionWrapper__lwfsF {
    max-width: inherit;
    width: 70%;
  }
}

.questionWrapper__If0GS {
  line-height: inherit;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  font-size: 0.8125rem;
}

  .questionWrapper__If0GS input, .questionWrapper__If0GS textarea {
    padding: 1rem;
    width: 100%;
    max-width: 28.125rem;
    border-radius: 0.625rem;
    border: 0.0625rem solid var(--light-gray);
  }

.content__tVmEX {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.subHeader__PF5fL {
  color: var(--mid-violet);
  font-size: 0.875rem;
}

.options__b_9Fu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.option__d0vR4 {
  display: flex;
  gap: 1rem;
  background-color: var(--lighter-gray-branding);
  min-width: 0;
  max-width: 28.125rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  box-sizing: border-box;
}

.option__d0vR4:focus-visible {
  outline: 0.125rem solid var(--mid-violet);
  outline-offset: 0.125rem;
}

.optionSelected__r5PGl {
  box-shadow: inset 0 0 0 0.1875rem var(--mid-violet);
}

.requiredIndicator__sKzBP {
  color: navy;
  font-size: 1.25rem;
}

div.mediaAttachments__RcDkx {
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}

div.fileList__JNdJ_ {
  margin: 0.875rem 0 1.25rem 0;
  padding: 0;
  font-size: 1.5rem;
}

span.uploadTitle__D8z6S {
  font-size: var(--default-font-size);
  line-height: normal;
}

button.attachButton__LQasO {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.75rem;
}

.markdown__L11tU {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  line-height: 1.75rem;
  max-width: 95%;
}

.markdown__L11tU p {
    font-family: var(--default-light-font-family);
    font-weight: normal;
    font-size: 1.03125rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.markdown__L11tU a {
    white-space: nowrap;
  }

.markdown__L11tU h1 {
    line-height: 2.25rem;
  }

.markdown__L11tU h2 {
    font-family: var(--default-medium-font-family);
    font-size: 1.5625rem;
    font-weight: normal;
  }

.markdown__L11tU em {
    font-style: italic;
    font-weight: 400;
  }

.markdown__L11tU strong {
    font-family: var(--default-bold-font-family);
    font-weight: 400;
  }

.markdown__L11tU hr {
    width: 100%;
    border: 0;
    border-bottom: 0.0625rem solid var(--light-gray);
  }

.markdown__L11tU blockquote {
    margin: 0;
    padding: 1.25rem;
    background-color: var(--lightest-blue);
  }

.markdown__L11tU pre {
    overflow: hidden;
    margin: 0;
    max-height: 18.75rem;
  }

.markdown__L11tU pre div {
      max-height: 15.625rem;
    }

.markdown__L11tU pre code {
      white-space: pre-wrap !important;
      word-break: break-word !important;
      overflow-wrap: break-word !important;
    }

.markdown__L11tU ul {
    list-style-type: disc;
  }

.markdown__L11tU ol {
    list-style-type: decimal;
  }

.markdown__L11tU ul, .markdown__L11tU ol {
    padding-inline-start: 1.875rem;
    list-style-position: outside;
  }

.markdown__L11tU ul li p, .markdown__L11tU ol li p {
      display: inline;
    }

@media (min-width: 480px) {
  .questionWrapper__If0GS {
    font-size: var(--default-font-size);
    max-width: 28.125rem;
  }

  .options__b_9Fu {
    max-width: 38.125rem;
  }
}

@media (min-width: 1024px) {
  .questionWrapper__If0GS {
    max-width: inherit;
    width: 70%;
  }
}

.grabbable__C_Q4X {
  cursor: grab;
}

.grabbable__C_Q4X:active {
    cursor: grabbing;
    box-shadow: inset 0 0 0 0.1875rem var(--mid-violet);
  }

.dragHandle___LNDB {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--darker-gray);
}

.questionWrapper__CIGo4 {
  line-height: inherit;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  font-size: 0.8125rem;
}

  .questionWrapper__CIGo4 input, .questionWrapper__CIGo4 textarea {
    padding: 1rem;
    width: 100%;
    max-width: 28.125rem;
    border-radius: 0.625rem;
    border: 0.0625rem solid var(--light-gray);
  }

.content__Bc8Lz {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.subHeader__lEh20 {
  color: var(--mid-violet);
  font-size: 0.875rem;
}

.options__h9hke {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.option__S7tat {
  display: flex;
  gap: 1rem;
  background-color: var(--lighter-gray-branding);
  min-width: 0;
  max-width: 28.125rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  box-sizing: border-box;
}

.option__S7tat:focus-visible {
  outline: 0.125rem solid var(--mid-violet);
  outline-offset: 0.125rem;
}

.optionSelected__HJVPk {
  box-shadow: inset 0 0 0 0.1875rem var(--mid-violet);
}

.requiredIndicator__vWVSY {
  color: navy;
  font-size: 1.25rem;
}

div.mediaAttachments__IMb1N {
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}

div.fileList__fkBsk {
  margin: 0.875rem 0 1.25rem 0;
  padding: 0;
  font-size: 1.5rem;
}

span.uploadTitle__IRF9J {
  font-size: var(--default-font-size);
  line-height: normal;
}

button.attachButton__CwXf_ {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.75rem;
}

.markdown__s9dm7 {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  line-height: 1.75rem;
  max-width: 95%;
}

.markdown__s9dm7 p {
    font-family: var(--default-light-font-family);
    font-weight: normal;
    font-size: 1.03125rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.markdown__s9dm7 a {
    white-space: nowrap;
  }

.markdown__s9dm7 h1 {
    line-height: 2.25rem;
  }

.markdown__s9dm7 h2 {
    font-family: var(--default-medium-font-family);
    font-size: 1.5625rem;
    font-weight: normal;
  }

.markdown__s9dm7 em {
    font-style: italic;
    font-weight: 400;
  }

.markdown__s9dm7 strong {
    font-family: var(--default-bold-font-family);
    font-weight: 400;
  }

.markdown__s9dm7 hr {
    width: 100%;
    border: 0;
    border-bottom: 0.0625rem solid var(--light-gray);
  }

.markdown__s9dm7 blockquote {
    margin: 0;
    padding: 1.25rem;
    background-color: var(--lightest-blue);
  }

.markdown__s9dm7 pre {
    overflow: hidden;
    margin: 0;
    max-height: 18.75rem;
  }

.markdown__s9dm7 pre div {
      max-height: 15.625rem;
    }

.markdown__s9dm7 pre code {
      white-space: pre-wrap !important;
      word-break: break-word !important;
      overflow-wrap: break-word !important;
    }

.markdown__s9dm7 ul {
    list-style-type: disc;
  }

.markdown__s9dm7 ol {
    list-style-type: decimal;
  }

.markdown__s9dm7 ul, .markdown__s9dm7 ol {
    padding-inline-start: 1.875rem;
    list-style-position: outside;
  }

.markdown__s9dm7 ul li p, .markdown__s9dm7 ol li p {
      display: inline;
    }

@media (min-width: 480px) {
  .questionWrapper__CIGo4 {
    font-size: var(--default-font-size);
    max-width: 28.125rem;
  }

  .options__h9hke {
    max-width: 38.125rem;
  }
}

@media (min-width: 1024px) {
  .questionWrapper__CIGo4 {
    max-width: inherit;
    width: 70%;
  }
}

.content__Bc8Lz {
  justify-content: space-between;
}

.labels__JH6_1 {
  display: none;
  justify-content: space-between;
  flex-grow: 0;
  width: 100%;
}

.labelVertical__jYpEP {
  display: flex;
  width: 100%;
  justify-content: center;
}

.options__h9hke {
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  overflow-x: auto;
  gap: 0.25rem;
}

.option__S7tat {
  flex-grow: 1;
  justify-content: center;
  min-width: 3rem;
  padding: 0.25rem;
  border-radius: 0.5rem;
}

@media (min-height: 768px) {
  .option__S7tat {
    padding: 0.5rem;
  }
}

@media (min-height: 1000px) {
  .option__S7tat {
    padding: 1rem;
  }
}

@media (min-width: 850px) {
  .content__Bc8Lz {
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }

  .labels__JH6_1 {
    display: flex;
  }

  .labelVertical__jYpEP {
    display: none;
  }

  .options__h9hke {
    flex-direction: row;
    gap: 0.5rem;
  }

  .option__S7tat {
    padding: 1rem;
    border-radius: 0.875rem;
  }
}

.questionWrapper__k5KWX {
  line-height: inherit;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  font-size: 0.8125rem;
}

  .questionWrapper__k5KWX input, .questionWrapper__k5KWX textarea {
    padding: 1rem;
    width: 100%;
    max-width: 28.125rem;
    border-radius: 0.625rem;
    border: 0.0625rem solid var(--light-gray);
  }

.content__ZTJqF {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.subHeader__X0uWp {
  color: var(--mid-violet);
  font-size: 0.875rem;
}

.options__ZPeGo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.option__sdgLj {
  display: flex;
  gap: 1rem;
  background-color: var(--lighter-gray-branding);
  min-width: 0;
  max-width: 28.125rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  box-sizing: border-box;
}

.option__sdgLj:focus-visible {
  outline: 0.125rem solid var(--mid-violet);
  outline-offset: 0.125rem;
}

.optionSelected__f5x6v {
  box-shadow: inset 0 0 0 0.1875rem var(--mid-violet);
}

.requiredIndicator__G2Dpg {
  color: navy;
  font-size: 1.25rem;
}

div.mediaAttachments__kEMME {
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}

div.fileList__l7Ohy {
  margin: 0.875rem 0 1.25rem 0;
  padding: 0;
  font-size: 1.5rem;
}

span.uploadTitle__tCIpL {
  font-size: var(--default-font-size);
  line-height: normal;
}

button.attachButton__e8PUR {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.75rem;
}

.markdown__faIeE {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  line-height: 1.75rem;
  max-width: 95%;
}

.markdown__faIeE p {
    font-family: var(--default-light-font-family);
    font-weight: normal;
    font-size: 1.03125rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.markdown__faIeE a {
    white-space: nowrap;
  }

.markdown__faIeE h1 {
    line-height: 2.25rem;
  }

.markdown__faIeE h2 {
    font-family: var(--default-medium-font-family);
    font-size: 1.5625rem;
    font-weight: normal;
  }

.markdown__faIeE em {
    font-style: italic;
    font-weight: 400;
  }

.markdown__faIeE strong {
    font-family: var(--default-bold-font-family);
    font-weight: 400;
  }

.markdown__faIeE hr {
    width: 100%;
    border: 0;
    border-bottom: 0.0625rem solid var(--light-gray);
  }

.markdown__faIeE blockquote {
    margin: 0;
    padding: 1.25rem;
    background-color: var(--lightest-blue);
  }

.markdown__faIeE pre {
    overflow: hidden;
    margin: 0;
    max-height: 18.75rem;
  }

.markdown__faIeE pre div {
      max-height: 15.625rem;
    }

.markdown__faIeE pre code {
      white-space: pre-wrap !important;
      word-break: break-word !important;
      overflow-wrap: break-word !important;
    }

.markdown__faIeE ul {
    list-style-type: disc;
  }

.markdown__faIeE ol {
    list-style-type: decimal;
  }

.markdown__faIeE ul, .markdown__faIeE ol {
    padding-inline-start: 1.875rem;
    list-style-position: outside;
  }

.markdown__faIeE ul li p, .markdown__faIeE ol li p {
      display: inline;
    }

@media (min-width: 480px) {
  .questionWrapper__k5KWX {
    font-size: var(--default-font-size);
    max-width: 28.125rem;
  }

  .options__ZPeGo {
    max-width: 38.125rem;
  }
}

@media (min-width: 1024px) {
  .questionWrapper__k5KWX {
    max-width: inherit;
    width: 70%;
  }
}

.questionWrapper__k5KWX {
  gap: 0.75rem;
  padding-bottom: 1.875rem;
}

.headerBadge__DQBqU {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 800;
  font-size: 0.875rem;
  color: var(--mid-violet);
}


label .textarea__LTt8q {
  width: 100%;
}

.textarea__LTt8q {
  border-radius: var(--input-default-border-radius);
  border: 0.0625rem solid var(--gray);
  box-sizing: border-box;
  font-family: var(--default-font-family);
  font-size: var(--default-font-size);
  padding: 0.375rem 0.375rem 0.375rem 0.5rem;
}

.textarea__LTt8q:disabled {
    background: var(--lightest-gray);
    border: 0.0625rem dashed var(--gray);
  }

.hasError__rF3eR {
  border: 0.0625rem solid var(--error);
  box-shadow: 0 0 0.125rem var(--error);
}

.errorMessage__QnRfy {
  color: var(--error);
  display: inline-block;
  font-size: 0.75rem;
}

.tooltipClassName__MN21S {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.questionWrapper__kPySB {
  line-height: inherit;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  font-size: 0.8125rem;
}

  .questionWrapper__kPySB input, .questionWrapper__kPySB textarea {
    padding: 1rem;
    width: 100%;
    max-width: 28.125rem;
    border-radius: 0.625rem;
    border: 0.0625rem solid var(--light-gray);
  }

.content__s9r8e {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.subHeader__nDpQM {
  color: var(--mid-violet);
  font-size: 0.875rem;
}

.options__GUAb2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.option__k3jLH {
  display: flex;
  gap: 1rem;
  background-color: var(--lighter-gray-branding);
  min-width: 0;
  max-width: 28.125rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  box-sizing: border-box;
}

.option__k3jLH:focus-visible {
  outline: 0.125rem solid var(--mid-violet);
  outline-offset: 0.125rem;
}

.optionSelected__zqh3L {
  box-shadow: inset 0 0 0 0.1875rem var(--mid-violet);
}

.requiredIndicator__EORpt {
  color: navy;
  font-size: 1.25rem;
}

div.mediaAttachments__X3x6e {
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}

div.fileList__MM4Cu {
  margin: 0.875rem 0 1.25rem 0;
  padding: 0;
  font-size: 1.5rem;
}

span.uploadTitle__uw59M {
  font-size: var(--default-font-size);
  line-height: normal;
}

button.attachButton__MGKQJ {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.75rem;
}

.markdown__GJaJi {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  line-height: 1.75rem;
  max-width: 95%;
}

.markdown__GJaJi p {
    font-family: var(--default-light-font-family);
    font-weight: normal;
    font-size: 1.03125rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
  }

.markdown__GJaJi a {
    white-space: nowrap;
  }

.markdown__GJaJi h1 {
    line-height: 2.25rem;
  }

.markdown__GJaJi h2 {
    font-family: var(--default-medium-font-family);
    font-size: 1.5625rem;
    font-weight: normal;
  }

.markdown__GJaJi em {
    font-style: italic;
    font-weight: 400;
  }

.markdown__GJaJi strong {
    font-family: var(--default-bold-font-family);
    font-weight: 400;
  }

.markdown__GJaJi hr {
    width: 100%;
    border: 0;
    border-bottom: 0.0625rem solid var(--light-gray);
  }

.markdown__GJaJi blockquote {
    margin: 0;
    padding: 1.25rem;
    background-color: var(--lightest-blue);
  }

.markdown__GJaJi pre {
    overflow: hidden;
    margin: 0;
    max-height: 18.75rem;
  }

.markdown__GJaJi pre div {
      max-height: 15.625rem;
    }

.markdown__GJaJi pre code {
      white-space: pre-wrap !important;
      word-break: break-word !important;
      overflow-wrap: break-word !important;
    }

.markdown__GJaJi ul {
    list-style-type: disc;
  }

.markdown__GJaJi ol {
    list-style-type: decimal;
  }

.markdown__GJaJi ul, .markdown__GJaJi ol {
    padding-inline-start: 1.875rem;
    list-style-position: outside;
  }

.markdown__GJaJi ul li p, .markdown__GJaJi ol li p {
      display: inline;
    }

@media (min-width: 480px) {
  .questionWrapper__kPySB {
    font-size: var(--default-font-size);
    max-width: 28.125rem;
  }

  .options__GUAb2 {
    max-width: 38.125rem;
  }
}

@media (min-width: 1024px) {
  .questionWrapper__kPySB {
    max-width: inherit;
    width: 70%;
  }
}


.separator__jPh0S {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.625rem;
}

  .separator__jPh0S hr {
    flex-grow: 1;
  }

.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;
  }
}

.noResults__okIib {
  margin-top: 0.75rem;
}

.input__Iop0g {
  border-radius: var(--input-default-border-radius);
  border: 0.0625rem solid var(--light-gray);
  max-width: 31.25rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.buttonGroup__PHRZi {
  color: var(--default-text-color);
  white-space: nowrap;
}

  .buttonGroup__PHRZi a {
    border-radius: 0.1875rem;
    box-sizing: border-box;
    display: inline-block;
    height: 1.75rem;
    line-height: 0.625rem;
    padding: 0.1875rem 0.25rem;
  }

  .buttonGroup__PHRZi a svg {
      height: 100%;
    }

  .buttonGroup__PHRZi a:hover {
      color: var(--darker-gray);
    }

  .buttonGroup__PHRZi a.current__ScBqk {
      border: 0.0625rem solid var(--light-gray);
      cursor: default;
    }

  .buttonGroup__PHRZi a + a {
      margin-left: 0.375rem;
    }

.headingWrapper__YaRf_ {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  justify-content: space-between;
  padding-bottom: 0.375rem;
  width: 100%;
}

.leftContent__kmAVK {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.heading__gJv5Y {
  align-items: center;
  color: var(--default-text-color);
  display: inline-flex;
}

.autoWidth__bY6SV {
  width: auto;
}

.autoWidth__bY6SV .heading__gJv5Y {
    width: auto;
  }

.borderBottom__shtsn {
  border-bottom: 0.0625rem solid var(--light-gray);
  padding-bottom: 0.5rem;
}

.dropdown__fgg7r {
  height: 1.75rem;
}

.dropdown__fgg7r li a, .dropdown__fgg7r li button {
    white-space: nowrap;
  }

.rightContent__ZEIzo {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .headingWrapper__YaRf_ {
    flex-wrap: wrap;
    min-height: auto;
    padding-top: 0.75rem;
  }

  .dropdown__fgg7r {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .rightContent__ZEIzo {
    justify-content: space-between;
    width: 100%;
  }
}

.is-saving-pdf .rightContent__ZEIzo {
    display: none;
  }

@media print {
  .rightContent__ZEIzo {
    display: none;
  }
}

.wrapper__FZpF5 {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: 100%;
}

.tabs__RvzSj {
  align-items: stretch;
  border-bottom: 0.0625rem solid var(--gray);
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  gap: 2vw;
  justify-content: flex-start;
  width: 100%;
}

.tabs__RvzSj .endContent__LAmZk {
    align-self: center;
    display: flex;
    margin-left: auto;
    position: relative;
  }

.content__KR3Km {
  background-color: var(--white);
  min-height: 3.125rem;
  padding-top: 0.375rem;
  display: none;
}

.content__KR3Km.current__kjkFG {
    display: inline-flex;
  }

.item__xbUZq {
  align-items: center;
  align-self: flex-end;
  background-color: var(--white);
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 0.125rem;
  box-sizing: border-box;
  color: var(--darkest-gray);
  display: flex;
  font-size: var(--default-font-size);
  padding: 0 0.125rem 0.375rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.item__xbUZq.selected___CyLe, .item__xbUZq:hover {
    border-color: var(--secondary);
  }

.item__xbUZq.selected___CyLe {
    cursor: default;
    font-weight: bold;
    pointer-events: none;
  }

@media (max-width: 1024px) {

.item__xbUZq {
    font-size: 0.875rem;
    margin-right: 4vw
}
  }

@media (max-width: 480px) {

.item__xbUZq {
    font-size: 0.8125rem
}
  }

div.tabs__tn38w {
  box-sizing: border-box;
  height: 100%;
  margin-top: 1.25rem;
}

  @media (max-width: 768px) {div.tabs__tn38w {
    margin-top: 0.625rem
}
  }

div.tabContent__JU75j {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

div.tooltip__ztnrc {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  white-space: pre-line;
}

.tooltipContent__SMjuJ {
  display: inline-block;
}

.line__hGfvK {
  text-align: left;
  white-space: nowrap;
}

button.showMoreButton__igvv0 {
  display: block;
  font-size: 0.75rem;
  text-decoration: underline;
}

.text__O2xiU, button.showMoreButton__D57Wm {
  display: inline;
}

button.showMoreButton__D57Wm {
  font-size: 0.75rem;
  text-decoration: underline;
  margin-left: 0.5rem;
}

.th__lz0mc {
  font-weight: bold;
  padding-bottom: 0.375rem;
  padding-right: 0.875rem;
  padding-top: 0.875rem;
  text-align: left;
}

  .th__lz0mc button {
    font-size: var(--default-font-size);
  }

  .th__lz0mc .sortIcon__EcT2u {
    color: var(--gray);
    opacity: 0;
    margin-left: 0.375rem;
    margin-top: 0.25rem;
  }

  .th__lz0mc:hover .sortIcon__EcT2u {
    opacity: 1;
  }

  .th__lz0mc.sorted__rujb2 .sortIcon__EcT2u {
    color: var(--darker-gray);
    opacity: 1;
  }

.textWrapper__sWprR {
  text-align: left;
}

.sortButton__YXxlb {
  display: flex;
  font-weight: bold;
}

.table__K9YHX {
  border-collapse: collapse;
  font-size: var(--default-font-size);
}

.row__YKFWw {
  background-color: var(--lighter-gray);
  border-bottom: 0.5rem solid var(--white);
  height: calc(var(--default-font-size) * 2 + 1.25rem);
}

.row__YKFWw td {
    box-sizing: border-box;
    padding: 0.375rem 1.25rem 0.375rem 0;
  }

.row__YKFWw td:first-child {
      padding-left: 0.625rem;
    }

.stripeCardBase__zPgyw {
  font-family: var(--default-font-family);
}

.cardDetailWrapper__ql1_E {
  margin: 0 0 1rem;
}

.cardContainer__EmQ_5 {
  background-color: var(--card-widget-background);
  border-radius: 0.25rem;
  border: 0.0625rem solid transparent;
  box-shadow: 0 0.0625rem 0.1875rem 0 #e6ebf1;
  box-sizing: border-box;
  margin: 0 0 0.25rem;
  max-width: 37.5rem;
  padding: 0.6875rem 0.75rem 0.5625rem;
  transition: box-shadow 150ms ease;
  width: 100%;
}

.controlGroup__lEbZX {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.bottomMessage__R9PKB {
  display: inline-block;
  font-size: 0.875rem;
  max-width: 56.25rem;
  line-height: 1.125rem;
}

.heading__no3yJ {
  font-size: 1rem;
  font-weight: 200;
  margin: 0 0 0.75rem;
}

.addCardWidget__PWgi9 {
  margin: 0.375rem 0 1.25rem;
}

.cardItem__DC_n0 {
  align-items: center;
  border-radius: 0.25rem;
  display: flex;
  flex-grow: 1;
  gap: 0.375rem;
  max-width: 37.5rem;
  overflow: auto;
}

.cardDetailBox__xImps {
  align-items: center;
  background-color: var(--card-widget-background);
  border-radius: 0.25rem;
  display: flex;
  flex-basis: 17.5rem;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-between;
  max-width: 15rem;
  min-width: 10.625rem;
  padding: 0.5rem 0.75rem;
}

.ownerName__j61ru {
  font-weight: 900;
  white-space: nowrap;
}

.last4__RYofl {
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: relative;
}

.last4__RYofl:before {
    content: '.... .... ....';
    margin-right: 0.375rem;
    left: -4.75rem;
    top: -0.3125rem;
    font-size: 1.125rem;
    position: absolute;
    white-space: nowrap;
    letter-spacing: 0.0625rem;
  }

.cardSelection__WlHWr {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.existingCardItem__CcjF0, .newCardItem__r_ina {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.newCardItem__r_ina {
  margin-top: 0.625rem;
  font-weight: 200;
}

.newCardItem__r_ina > h3 {
    font-size: 1rem;
  }

.addCardWidget__GSfA1 {
  margin: 1rem 0 0 2.125rem;
}

.currentCard__XN3Sh {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.changeCardButton__k7zAC {
  font-size: 0.9375rem;
  margin-left: auto;
}

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

.changeCardButton__k7zAC {
    margin-left: 0
}
  }

div.dialogContent__BMiZV {
  min-width: 37.5rem;
}

.companyCreditCardSection__MCIDY {
  border-radius: 1rem;
  border: 0.0625rem solid var(--light-gray);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1.25rem;
  width: 100%;
}

div.alert__Ti_uc {
  align-items: center;
  background: var(--lightest-blue);
  margin-bottom: 1.25rem;
}

div.alert__Ti_uc div.icon__Bshig {
    color: var(--navy);
    height: 1.25rem;
  }

div.creditPackageSelect__VbNeY {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  div.dialogContent__BMiZV {
    min-width: auto;
  }
}

.planDetailList__DpgW4 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0.875rem 0;
}

.featureDetailLabel__enk6C {
  display: inline-block;
  min-width: 10.625rem;
}

.featureList__M4vn9 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

  @media screen and (max-width: 768px) {.featureList__M4vn9 {
    gap: 0.625rem
}
  }

.featureRow__AJRYi {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  line-height: 1.375rem;

}

.featureRow__AJRYi svg {
    color: var(--secondary);
    flex-shrink: 0;
    height: 1.25rem;
    margin-top: 0.1875rem;
    width: 1.25rem;
  }

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

.featureRow__AJRYi {
    gap: 0.3125rem

}
  }

.description__VLDFq {
  font-size: var(--default-font-size);
  margin: 0.75rem 0;
}

  .description__VLDFq p {
    font-weight: 200;
    line-height: 1.375rem;
  }

  .description__VLDFq ul {
    font-weight: 200;
    line-height: 1.5rem;
    list-style: disc;
    margin-bottom: 0.625rem;
    margin-top: 0.75rem;
    padding-left: 1.25rem;
  }

  .description__VLDFq ul li a {
        font-size: inherit;
      }

  .description__VLDFq strong, .description__VLDFq span, .description__VLDFq p, .description__VLDFq a {
    vertical-align: baseline;
  }

  .description__VLDFq strong, .description__VLDFq span, .description__VLDFq p, .description__VLDFq a, .description__VLDFq li, .description__VLDFq div {
    font-size: var(--default-font-size);
  }

.checkboxLabel__I2qov {
  flex-wrap: nowrap;
  margin-top: 0.5rem;
}

.checkboxLabel__I2qov span:first-child {
    align-self: flex-start;
    margin-right: 0.1875rem;
    margin-top: 0.1875rem;
  }

.agreementText__oUJF8 {
  line-height: 1.375rem;
  max-width: 50rem;
}

.alert__CMiAM {
  max-width: 50rem;
  width: 100%;
}

.alert__CMiAM strong, .alert__CMiAM span, .alert__CMiAM p, .alert__CMiAM a {
    vertical-align: baseline;
  }

.alert__CMiAM a {
    display: inline-flex;
    font-weight: 200;
    gap: 0.1875rem;
    vertical-align: top;
  }

.alert__CMiAM a svg {
      font-size: 0.875rem;
      margin-top: 0.125rem;
    }

.verifyIdButton___rUXg {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
  width: 11.25rem;
}

.verifyIdButton___rUXg + small {
    color: var(--dark-gray);
  }

.verifyIdButton___rUXg svg {
    font-size: 1rem;
  }

.warning__wii1A {
  color: var(--dark-red);
  font-size: var(--default-font-size);
  font-weight: bold;
  line-height: 1.25rem;
  margin: 0.5rem 0 1.25rem;
}

@media screen and (max-width: 768px) {
  .alert__CMiAM {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.alert__vHcY2 {
  max-width: 50rem;
  width: 100%;
  margin-bottom: 0.75rem;
}

  .alert__vHcY2 a {
    font-weight: 200;
    vertical-align: baseline;
  }

.main__h7n6P {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  max-width: 100vw;
  padding: 0 0.75rem 1.25rem;
  width: 20.625rem;
}

  .main__h7n6P .heading__iI767 {
    margin-bottom: 0.625rem;
  }

  .main__h7n6P h2.heading__iI767 {
    font-size: 1.375rem;
  }

  .main__h7n6P.standalone__hgvaQ {
    width: 26.25rem;
  }

.centeredForm__mzWZy {
  display: block;
  width: 100%;
}

.standalone__hgvaQ .centeredForm__mzWZy {
  background-color: var(--lightest-gray);
  border-radius: 1.25rem;
  border: 0.0625rem solid var(--gray);
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 2.5rem;
}

.description__JENWl {
  font-size: 0.9375rem;
  font-weight: 200;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

.inputLabel__BUgwE, .input__BgKU1, .button__P2X1B {
  width: 100%;
}

.button__P2X1B {
  margin-top: 1.5rem;
}

.bottomSection__HSvWt {
  margin-top: 1.25rem;
}

.inputLabel__BUgwE {
  gap: 1rem;
}

.labelText__WBaif {
  color: var(--darker-gray);
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.25rem;
}

.input__BgKU1 {
  border-radius: 0.25rem;
  height: 2.75rem;
}

.tooltip__gfnCb {
  margin-left: 0.3125rem;
  position: relative;
}

  .tooltip__gfnCb svg {
    bottom: -0.1875rem;
    color: var(--violet);
    position: absolute;
  }

  .tooltip__gfnCb:focus-visible svg {
    border: 0.0625rem solid var(--gray);
  }

.tagGroup__zGxm3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  max-width: 31.25rem;
  min-width: 12.5rem;
  padding: 0.375rem 0;
}

div.tagChip__YAxuR {
  background-color: var(--white);
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  height: 1.375rem;
}

.item__auFoF {
  display: inline-block;
}

.testLink__ZRGLD {
  text-decoration: none;
  white-space: nowrap;
}

.testLink__ZRGLD:hover {
    text-decoration: underline;
  }

.avatar___oayc {
  background-size: cover;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.25rem;

  /* Make sure background-image appears when printing:*/
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact
}

.avatarInitials__RX6wq {
  align-items: center;
  background-color: var(--gray);
  border-radius: 100%;
  color: var(--white);
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 0.25rem;
}

.avatarInitials__RX6wq > span {
    font-size: 0.425em;
  }

.nameCell__rzCUp {
  align-items: center;
  color: var(--dark-navy);
  display: flex;
  min-width: 6.875rem;
  padding: 0.25rem 0 0.25rem 0.375rem;
}

  .nameCell__rzCUp button {
    font-size: var(--default-font-size);
  }

.nameButton__X9JZq {
  align-self: auto;
  flex-grow: 1;
  text-align: left;
}

.nameButton__X9JZq:hover {
    text-decoration: underline;
  }

.iconGroup__qWyhc {
  align-items: center;
  display: inline-flex;
  white-space: nowrap;
}

.iconGroup__qWyhc span {
    margin-top: 0.25rem;
  }

.icon__yWVvt {
  margin-left: 0.375rem;
}

.linkedInIconWrapper__PyAvz{
  margin-left: 0.375rem;
}

.applicantStatus__n0V9b {
  align-items: center;
  display: flex;
  gap: 0.375rem;
}

  .applicantStatus__n0V9b svg {
    color: var(--mid-violet);
  }

.qualityTag__VxP1P {
  border-radius: 0.0625rem;
  font-size: 0.875rem;
  font-weight: bold;
  margin-right: 1.875rem;
  padding: 0.125rem 0.375rem;
  white-space: nowrap;
}

  .qualityTag__VxP1P.top__Jnxlq {
    background-color: var(--violet);
    color: var(--white);
  }

  .qualityTag__VxP1P.good__KyEBi {
    background-color: var(--light-violet);
  }

  .qualityTag__VxP1P.experienced__D0nu0, .qualityTag__VxP1P.new__ESPxI, .qualityTag__VxP1P.rising__C_CPr {
    background-color: var(--white);
  }

.tooltipContent__VndWK {
  list-style: disc;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
}

.tooltipContent__VndWK.top__Jnxlq li:nth-child(1),
  .tooltipContent__VndWK.good__KyEBi li:nth-child(2),
  .tooltipContent__VndWK.rising__C_CPr li:nth-child(3),
  .tooltipContent__VndWK.new__ESPxI li:nth-child(4),
  .tooltipContent__VndWK.experienced__D0nu0 li:nth-child(5) {
    font-weight: 900;
  }

.table__YRekb {
  table-layout: auto;
  width: 100%;
}

  @media (max-width: 768px) {.table__YRekb {
    min-width: 31.25rem
}
  }

  .table__YRekb th {
    font-weight: bold;
  }

  .table__YRekb .column-age {
    white-space: nowrap;
  }

  .table__YRekb tbody .column-location {
    box-sizing: border-box;
    min-width: 9.375rem;
    padding: 0.375rem 1rem 0.375rem 0;
  }

  .table__YRekb.selectable__ayjOG th:first-child {
      width: 0.875rem;
      padding-right: 1rem;
    }

  .table__YRekb.selectable__ayjOG td:first-child {
      background-color: var(--white);
      padding: 0;
    }

  .table__YRekb .checkbox__Wmy0I {
    margin-right: 0.625rem;
  }

.deviceIcons__erziO {
  white-space: nowrap;
}

.deviceIcons__erziO span {
    margin-right: 0.5rem;
    display: inline-flex;
  }

.deviceIcons__erziO span:last-child {
      margin-right: 0;
    }

.deviceIcon__qVmnD {
  color: var(--navy);
}

.rejectedHighlighted__erJiB {
  background: var(--light-red);
  box-sizing: border-box;
  display: inline-block;
  padding: 0.1875rem 0.25rem;
}

.nav__Mbc65 {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  white-space: nowrap;
}

.pageList__ZVxvI {
  display: inline-block;
  flex-shrink: 0;
}

.pageList__ZVxvI li {
    float: left;
    max-width: 100%;
    padding: 0.3125rem 0.625rem;
  }

.pageList__ZVxvI .pageButton__hMjM5 {
    font-size: var(--default-font-size);
    color: var(--darker-gray);
  }

.pageList__ZVxvI .pageButton__hMjM5.current__mI64x {
      font-weight: bold;
      text-decoration: underline;
      color: var(--darkest-gray);
    }

.pageList__ZVxvI .pageButton__hMjM5:hover {
      text-decoration: underline;
    }

.counter__tQN3Q {
  color: var(--darker-gray);
  font-size: var(--default-font-size);
}

.pageList__ZVxvI + .counter__tQN3Q {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .pageList__ZVxvI .pageButton__hMjM5, .counter__tQN3Q {
    font-size: 0.85rem;
  }
}

.pagination__CVZ6B {
  left: 1.375rem;
  margin-top: 1.125rem;
  position: sticky;
}

.empty__HXEKM {
  font-size: var(--default-font-size);
  margin-top: 1rem;
}

.tableWrapper__NQv38 {
  height: 100%;
  overflow: auto;
  padding-bottom: 3.125rem;
  width: 100%;
}

.tableWrapper__NQv38 table thead > tr {
      background-color: var(--white);
      position: sticky;
      top: 0;
      vertical-align: top;
      z-index: 2;
    }

.tableWrapper__NQv38 table .column-checkbox, .tableWrapper__NQv38 table .column-name {
        position: sticky;
        z-index: 1;
      }

.tableWrapper__NQv38 table .column-checkbox {
        background-color: var(--white);
        left: 0;
      }

.tableWrapper__NQv38 table .column-name {
        background-color: inherit;
        left: 1.625rem;
      }

.tableWrapper__NQv38 table .column-test-devices {
        max-width: 11.875rem;
        min-width: 7.5rem;
      }

.tableWrapper__NQv38 table .column-due-date, .tableWrapper__NQv38 table .column-apply-date, .tableWrapper__NQv38 table .column-survey-submit-date {
        min-width: 7.5rem;
      }

.tableWrapper__NQv38 table .column-status {
        white-space: nowrap;
      }

.tableWrapper__NQv38 table .column-current-survey {
        min-width: 11.25rem;
      }

.tableWrapper__NQv38 table .column-submission-status {
        padding-right: 1.75rem;
      }

.iframe__KinbL {
  border: none;
  flex-grow: 1;
  margin-top: 0.5rem;
  max-width: 25vw;
  min-width: 20rem;
}

  .iframe__KinbL.default__FQMIP {
    border-color: var(--light-gray);
    border-style: solid;
    border-width: 0 0 0 0.0625rem;
  }

  @media (max-width: 920px) {.iframe__KinbL {
    max-width: 50vw
}
  }

  @media (max-width: 480px) {.iframe__KinbL {
    background-color: var(--white);
    flex-grow: 0;
    height: 100%;
    margin: 0;
    max-width: 100vw;
    padding-top: 0.5rem;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1
}
  }

.filters__uICEv {
  box-sizing: border-box;
  display: flex;
}

input.searchInput__hwsLM {
  width: 9.375rem;
  margin-right: 0.625rem;
}

.filtersContent__zQXQP {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.clearFiltersButton__XUvEv {
  color: var(--darker-gray);
  font-size: 0.9375rem;
  font-weight: 200;
  margin-left: 1.25rem;
  position: relative;
}

.clearFiltersButton__XUvEv:before {
    background-color: var(--light-gray);
    content: "";
    height: 1.625rem;
    left: -0.875rem;
    position: absolute;
    top: -0.125rem;
    width: 0.0625rem;
  }

@media (max-width: 480px) {
  .filters__uICEv {
    display: none;
  }
}

.label__A3phR {
  align-items: center;
  display: flex;
  margin-bottom: 0.375rem;
}

div.tooltipContent__AOKki {
  min-width: 21.25rem;
}

.headingMain__aqv_b {
  flex: 1;
}

.headingRight__nkJC0 {
  margin-right: 0.75rem;
  font-size: 0.75rem;
}

.buttonGroup__hNr9a {
  margin-top: 0.75rem;
}

.labelContent__ULQUf {
  display: flex;
  gap: 0.5rem;
}

.tooltipContent__lDzwp {
  line-height: var(--default-font-size);
}
  .tooltipContent__lDzwp input[type="text"], .tooltipContent__lDzwp textarea {
    font-family: inherit;
    font-size: var(--default-font-size);
  }
  .tooltipContent__lDzwp input[type="radio"], .tooltipContent__lDzwp input[type="checkbox"] {
    margin: 0 0.25rem 0 0;
  }
  .tooltipContent__lDzwp label {
    display: flex;
    align-items: center;
  }
  .tooltipContent__lDzwp .taskQuestion {
    margin-bottom: 0.5rem;
  }
  .tooltipContent__lDzwp .taskQuestion p {
      color: var(--darkest-gray);
      max-width: 15rem;
      width: -moz-max-content;
      width: max-content;
    }
  .tooltipContent__lDzwp .taskAnswer textarea {
      min-width: 12.5rem;
    }
  .tooltipContent__lDzwp .choiceListLong > * {
    align-items: center;
    display: flex;
    font-size: var(--default-font-size);
    font-weight: 200;
    padding: 0.375rem;
  }
  .tooltipContent__lDzwp .taskItemDiv {
    padding-bottom: 0.5rem;
  }
  .tooltipContent__lDzwp #customCompanyLevelDataSaveWrap, .tooltipContent__lDzwp #customDataSaveWrap {
    display: none;
  }
  .tooltipContent__lDzwp p {
    color: var(--darker-gray);
    display: inline-block;
    font-size: var(--default-font-size);
    margin: 0;
  }
  .tooltipContent__lDzwp {

  min-width: 9.75rem;
}

  .tooltipContent__lDzwp form {
    max-height: 31.25rem;
    overflow-y: auto;
    width: 100%;
  }

  .tooltipContent__lDzwp textarea {
    max-height: 18.75rem;
    max-width: 31.25rem;
  }

  @media (max-width: 480px) {.tooltipContent__lDzwp {
    box-sizing: border-box;
    left: 0;
    max-width: 100vw;
    position: fixed
}
  }

.filtered__heMYW {
  font-weight: bold;
  margin-right: 0.25rem;
}

.filtered__heMYW:after {
    content: ':';
  }

.filter__OTSFW {
  margin-left: 0.625rem;
  padding: 0.375rem 0;

  --picker-base-font-size: 0.9375rem;
}

.showMoreButton__8eMcF {
  margin-left: 0.75rem;
}

.statusCounters__RQrVd {
  display: flex;
  font-family: var(--default-font-family);
  font-size: var(--default-font-size);
}

.statusItem__utTmy {
  margin-right: 1rem;
}

.statusItem__utTmy:last-child {
    margin-right: 0;
  }

@media (max-width: 768px) {

.statusItem__utTmy {
    margin-right: 0.75rem
}
  }

.label__ByW08 {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.09375rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 480px) {

.label__ByW08 {
    letter-spacing: 0.05rem
}
  }

@media (max-width: 360px) {

.label__ByW08 {
    letter-spacing: 0.02rem
}
  }

button.statusButton__uX9ip {
  background-color: var(--lighter-gray);
  border-radius: 0;
  color: var(--dark-blue);
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: 1.75rem;
  min-width: 3.125rem;
  padding: 0 0.375rem;
  text-align: left;
  width: 100%;
}

button.statusButton__uX9ip:hover, button.statusButton__uX9ip.selected__yY3VJ {
    background-color: var(--light-blue);
  }

button.statusButton__uX9ip[disabled] {
    color: var(--dark-blue);
    cursor: default;
  }

button.statusButton__uX9ip[disabled]:hover {
      color: var(--dark-blue);
    }

button.statusButton__uX9ip.dollar__LCZkv:before {
    content: "$";
  }

@media (max-width: 480px) {

button.statusButton__uX9ip {
    min-width: 1.75rem
}
  }

.massActions__agT5L {
  align-items: center;
  color: var(--white);
  display: flex;
  flex: 0 0 auto;
  height: 1.5rem;
  padding: 1rem 0;
}

.checkbox__Sb2IK {
  margin-right: 1rem;
}

.selectedCounter__jG_cW {
  color: var(--default-text-color);
  font-size: var(--default-font-size);
}

.actionsWrapper__Rri4P {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-right: 0.5rem;
}

.actionFooter__AB0Zp {
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.tagSelect__r2dgT {
  color: var(--default-text-color);
  font-size: var(--default-font-size);
}

button.button__TZJkw {
  color: var(--white);
}

.error__yiG1M {
  color: var(--error);
  font-size: var(--default-font-size);
  margin-left: 0.375rem;
}

.action__liUCi {
  height: auto;
}

.actionContent__jIRmQ {
  color: var(--default-text-color);
  font-size: var(--default-font-size);
  width: 18.75rem;
}

.h3__YaZfM {
  font-size: 1rem;
  margin: 0.5rem 0 0.75rem;
}

.quietButton__KLo2o {
  line-height: var(--default-font-size);
  padding: 0;
}

.action__mvABv {
  height: auto;
}

.actionContent__id3xH {
  line-height: var(--default-font-size);
}

.actionContent__id3xH input[type="text"], .actionContent__id3xH textarea {
    font-family: inherit;
    font-size: var(--default-font-size);
  }

.actionContent__id3xH input[type="radio"], .actionContent__id3xH input[type="checkbox"] {
    margin: 0 0.25rem 0 0;
  }

.actionContent__id3xH label {
    display: flex;
    align-items: center;
  }

.actionContent__id3xH .taskQuestion {
    margin-bottom: 0.5rem;
  }

.actionContent__id3xH .taskQuestion p {
      color: var(--darkest-gray);
      max-width: 15rem;
      width: -moz-max-content;
      width: max-content;
    }

.actionContent__id3xH .taskAnswer textarea {
      min-width: 12.5rem;
    }

.actionContent__id3xH .choiceListLong > * {
    align-items: center;
    display: flex;
    font-size: var(--default-font-size);
    font-weight: 200;
    padding: 0.375rem;
  }

.actionContent__id3xH .taskItemDiv {
    padding-bottom: 0.5rem;
  }

.actionContent__id3xH #customCompanyLevelDataSaveWrap, .actionContent__id3xH #customDataSaveWrap {
    display: none;
  }

.actionContent__id3xH p {
    color: var(--darker-gray);
    display: inline-block;
    font-size: var(--default-font-size);
    margin: 0;
  }

.actionContent__id3xH {

  color: var(--default-text-color);
  min-width: 18.75rem;
}

.actionContent__id3xH .taskItemDiv {
    padding: 0;
  }

.actionContent__id3xH .taskQuestion {
    margin: 0 0.375rem 0 0;
  }

.actionContent__id3xH .taskQuestion p {
      color: var(--black);
    }

.actionContent__id3xH .taskAnswer {
    display: none;
  }

.actionContent__id3xH .taskAnswer textarea {
      min-width: 15.625rem;
    }

.h3__wnIbp {
  font-size: var(--default-font-size);
  margin: 0.5rem 0 0.75rem;
}

.fieldWrapper__DsPvU {
  background-color: var(--lighter-gray);
  border-radius: 0.125rem;
  margin-bottom: 0.375rem;
  padding: 0.625rem;
  position: relative;
}

.field__n5arN {
  display: flex;
  align-items: center;
}

.field__n5arN form {
    flex: 1;
  }

.editButton__SpyQT {
  font-size: var(--default-font-size);
  text-decoration: underline;
}

.expanded__cuDdD .taskAnswer {
    display: inline-block;
    margin-top: 0.5rem;
  }

.expanded__cuDdD .editButton__SpyQT {
    display: none;
  }

.buttonGroup__MFutU {
  margin-top: 0.5rem;
}

.buttonGroup__MFutU button {
    color: var(--white);
    font-size: var(--default-font-size);
  }

.buttonGroup__MFutU button:first-child {
      margin-right: 0.25rem;
    }

.confirmTooltip__Dkpz9 {
  width: 15.625rem;
}

.confirmTooltip__Dkpz9 h3 {
    font-size: var(--default-font-size);
    margin-bottom: 0.5rem;
  }

.confirmTooltip__Dkpz9 p {
    line-height: 1.125rem;
    margin-bottom: 0.625rem;
  }

.statusText__aVBFO {
  color: var(--success);
  margin-right: 0.5rem;
}

@keyframes fadeout__j8hr0 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.error__H4CYX {
  margin-left: 0.25rem;
  color: var(--error);
}

.cancelButton__umHUr {
  float: right;
}

.wrapper__ijLad {
  display: inline-flex;
}

li.item__AFH09 {
  font-family: var(--default-font-family);
  font-size: var(--default-font-size);
  line-height: 1.125rem;
  min-height: auto;
  padding: 0.375rem 1rem;
  white-space: normal;
}

li.item__AFH09 > * {
    padding: 0;
    text-align: left;
  }

li.item__AFH09.anchorItem__YLFSf {
    padding: 0;
  }

li.item__AFH09.anchorItem__YLFSf > a {
      padding: 0.375rem 1rem;
      text-decoration: none;
      width: 100%;
    }

button.iconButton__G8Sl_ {
  padding: 0.375rem;
}

.wrapper__ijLad li.item__AFH09 > *:not(.MuiTouchRipple-root) {
  box-sizing: border-box;
  color: var(--default-text-color);
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}

div.menuContent__OkpOC {
  min-width: 11.25rem;
  overflow: visible;
}

li.ellipsisMenuItem__J50p1 > div > button[class*="button"], li.ellipsisMenuItem__J50p1 > div > button[class*="button"]:hover, li.ellipsisMenuItem__J50p1 > button[class*="button"], li.ellipsisMenuItem__J50p1 > button[class*="button"]:hover {
      background: none;
      border: none;
      color: var(--default-text-color);
      padding: 0;
    }

.dialogContent__Z0Srj {
  min-width: 30rem;
}

.inputLabel__eCy7m {
  margin-bottom: 0.75rem;
  max-width: 12.5rem;
}

.info__yqzm_ {
  margin-bottom: 0.5rem;
}

.warning__EVgPZ {
  color: var(--error);
  margin-bottom: 1rem;
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  min-width: auto;
}

.datepickerWrapper__PCemy input {
  min-width: 13.75rem;
}

div.datepickerPopper__Cv2eR {
  z-index: 1310;
}

.timepickerWrapper__wycBf input {
    width: 5.625rem;
  }

.timepickerWrapper__wycBf + .react-datepicker__tab-loop .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
      height: auto;
    }

.datepickerCalendar__G6DJh input,
.datepickerWrapper__PCemy input,
.timepickerWrapper__wycBf input {
  border-radius: var(--input-default-border-radius);
  border: 0.0625rem solid var(--gray);
  box-sizing: border-box;
  color: var(--default-text-color);
  font-family: var(--default-font-family), sans-serif;
  font-size: var(--default-font-size);
  height: auto;
  padding: 0.5rem;
}

.datepickerCalendar__G6DJh input::-moz-placeholder, .datepickerWrapper__PCemy input::-moz-placeholder, .timepickerWrapper__wycBf input::-moz-placeholder {
    font-family: var(--default-font-family), sans-serif;
    font-size: var(--font-size);
  }

.datepickerCalendar__G6DJh input::placeholder, .datepickerWrapper__PCemy input::placeholder, .timepickerWrapper__wycBf input::placeholder {
    font-family: var(--default-font-family), sans-serif;
    font-size: var(--font-size);
  }

.datepickerCalendar__G6DJh {
  padding-bottom: 0.625rem;
}

.datepickerCalendar__G6DJh .react-datepicker__input-time-container {
    float: left;
    margin-left: 0.5rem;
    width: auto;
  }

.datepickerCalendar__G6DJh .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
      font-size: 0.75rem;
      margin-left: 0;
      padding: 0.25rem;
    }

.react-datepicker-popper div.datepickerCalendar__G6DJh div.react-datepicker__triangle:after, .react-datepicker-popper div.datepickerCalendar__G6DJh div.react-datepicker__triangle:before {
    left: -1.375rem;
  }

div.react-datepicker {
  font-family: var(--default-font-family), sans-serif;
  max-width: 15rem;
}

div.react-datepicker .react-datepicker__day--keyboard-selected__QEZAE[aria-selected="false"] {
    background: transparent;
  }

button.todayButton__Mmk84 {
  font-size: 0.8125rem;
}

.tooltipTrigger__YXRJt {
  height: auto;
}

  .tooltipTrigger__YXRJt:last-child {
    margin-right: 1rem;
  }

.tooltipContent__RK4oN {
  --default-font-size: 0.875rem;

  color: var(--default-text-color);
  font-size: var(--default-font-size);
  min-width: 20rem;
  padding: 0.5rem 0.75rem 0.75rem;
}

.tooltipContent__RK4oN p {
    margin: 0 0 0.625rem;
    min-width: 25rem;
  }

.tooltipContent__RK4oN h3 {
    display: inline-block;
    font-size: 1rem;
    margin: 0.5rem 0 0.625rem;
    white-space: nowrap;
  }

.success__gqIOH, .saving__Eegv8 {
  margin-left: 0.375rem;
}

.success__gqIOH {
  color: var(--success);
}

.bottom__Y4D87 {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.textarea__nmEsS {
  height: 4.375rem;
  max-width: 100%;
  width: 23.125rem;
}

.buttonGroup__dHods {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.bottomMessage__hnZRK {
  display: inline-block;
  margin-bottom: 0.75rem;
}

label.label__Pfs_W {
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 0.625rem;
}

label.label__Pfs_W input.checkbox__vAP0y {
    margin-top: 0.125rem;
  }

label.label__Pfs_W .labelText__Axter {
    color: var(--blue);
    font-weight: normal;
    line-height: 1.125rem;
    margin-bottom: 0.375rem;
  }

label.label__Pfs_W .labelText__Axter strong {
      font-weight: 900;
    }

label.label__Pfs_W .labelText__Axter a {
      color: inherit;
    }

.label__Pfs_W {
  display: block;
  margin-bottom: 1rem;
  min-width: 18.125rem;
}

.error__TZkyE {
  color: var(--error);
}

.tooltipTrigger__dNd3W {
  height: auto;
}

  .tooltipTrigger__dNd3W:last-child {
    margin-right: 1rem;
  }

.tooltipContent__KHyT_ {
  --default-font-size: 0.875rem;

  color: var(--default-text-color);
  font-size: var(--default-font-size);
  min-width: 20rem;
  padding: 0.5rem 0.75rem 0.75rem;
}

.tooltipContent__KHyT_ p {
    margin: 0 0 0.625rem;
    min-width: 25rem;
  }

.tooltipContent__KHyT_ h3 {
    display: inline-block;
    font-size: 1rem;
    margin: 0.5rem 0 0.625rem;
    white-space: nowrap;
  }

.success__O8DRu, .saving__lVDJQ {
  margin-left: 0.375rem;
}

.success__O8DRu {
  color: var(--success);
}

.bottom__mBx2N {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.textarea__iivcN {
  height: 4.375rem;
  max-width: 100%;
  width: 23.125rem;
}

.buttonGroup__UT6Ot {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.bottomMessage__RZV9u {
  display: inline-block;
  margin-bottom: 0.75rem;
}

label.label__wUz9v {
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 0.625rem;
}

label.label__wUz9v input.checkbox__ZGWZV {
    margin-top: 0.125rem;
  }

label.label__wUz9v .labelText__Kq6Hf {
    color: var(--blue);
    font-weight: normal;
    line-height: 1.125rem;
    margin-bottom: 0.375rem;
  }

label.label__wUz9v .labelText__Kq6Hf strong {
      font-weight: 900;
    }

label.label__wUz9v .labelText__Kq6Hf a {
      color: inherit;
    }

.action__SIWAs {
  height: auto;
}

.tooltipContent__dVSfc {
  color: var(--default-text-color);
  font-size: var(--default-font-size);
}

.text__LBnui {
  display: inline-block;
  font-weight: 200;
  margin: 0.5rem 0 0.75rem;
  min-width: 15.625rem;
}

.saveState__j6aRU {
  color: var(--default-text-color);
  font-size: var(--default-font-size);
  padding: 0.625rem;
  text-align: center;
}

.error__UPw9J {
  color: var(--error);
}

.select__hi020 {
  margin-bottom: 1.25rem;
}

.blurred__QWle6 {
  color: transparent;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rating__OS7Px {
  color: rgb(245, 181, 125);
}

td.column-reward, td.column-bonus {
  position: relative;
}

.content__d3cre {
  box-sizing: border-box;
  min-width: 4.375rem;
}

.content__d3cre .action__qdRzb {
    display: none;
    position: absolute;
    left: 3.75rem;
    top: 50%;
    transform: translateY(-50%);
  }

.content__d3cre .action__qdRzb button {
      display: flex;
    }

.content__d3cre:hover .action__qdRzb {
      display: inline-flex;
    }

@media screen and (min-width: 768px) {
  .dialogContent__MO5Rm {
    min-width: 31.25rem;
  }
}

.textarea__dORxa {
  min-height: 4.375rem;
  min-width: 19.375rem;
  width: 100%;
}

td.column-mark-complete div button:first-child {
  width: 8.75rem;
}

button.button__PVYbF {
  margin-left: 0.5rem;
}

ul.menuList___VKbe {
  padding: 0.375rem 0;
}

li.menuItem__VWBWD {
  font-size: var(--default-font-size);
  padding: 0.375rem 1.125rem;
}

.icon__B60MH {
  margin-bottom: -0.1875rem;
  margin-right: 0.375rem;
}

.picker__GEC4b {
  margin-right: 1rem;
  margin-left: 1rem;
}

.pickerContent__xpQjz li > label {
    white-space: nowrap;
  }

.row__n7Sgv {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  gap: 0.75rem;
  padding: 0.375rem 0;
  width: 100%;
}

  .row__n7Sgv ul {
    padding-bottom: 0.625rem;
  }

  .row__n7Sgv ul li {
      line-height: 1.375rem;
    }

  .row__n7Sgv ul li svg {
        top: 0.125rem;
        position: relative;
      }

.label___ZhUV {
  color: var(--dark-gray);
  display: inline-block;
  flex-shrink: 0;
  width: 5rem;
}

.fieldValue__OsohK {
  font-size: 0.9375rem;
  word-break: break-word;
}

.editBtn__Erseu {
  color: var(--blue);
  display: block;
  font-size: var(--default-font-size);
  margin-top: 0.375rem;
  text-decoration: underline;
}

.selectItem__u5GBz {
  align-items: center;
  display: flex;
}

  .selectItem__u5GBz > :first-child {
    margin-right: auto;
    padding-right: 0.5rem;
  }

  .selectItem__u5GBz em {
    color: var(--mid-violet);
    font-family: var(--default-medium-font-family), sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: bold;
    margin-right: 0.625rem;
  }

  .selectItem__u5GBz strong {
    font-size: 0.875rem;
    margin-right: 1.25rem;
  }

.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;
}

.content__ahfLf {
  min-width: 25rem;
}

  .content__ahfLf strong {
    font-weight: 900;
  }

  .content__ahfLf p {
    width: 95%;
    line-height: 1.5rem;
  }

.MuiDialog-root {
  --card-widget-background: var(--lighter-gray);
}

.MuiDialog-root div.actions__LXFdF {
    padding-top: 0.75rem;
  }

.MuiDialog-root div.actions__LXFdF > button {
      padding-left: 2rem;
      padding-right: 2rem;
    }

.helpLinks__nx8aZ {
  display: flex;
  gap: 1vw;
  padding-right: 0.625rem;
}

  .helpLinks__nx8aZ > * {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    gap: 0.375rem;
    white-space: nowrap;
    font-family: Roobert-Light, sans-serif;
    text-decoration: none;
  }

  .helpLinks__nx8aZ span {
    border-bottom: 0.0625rem solid var(--lighter-gray);
  }

  .helpLinks__nx8aZ span:hover {
    border-bottom: 0.0625rem solid var(--darkest-gray);
  }

  .helpLinks__nx8aZ svg {
    color: var(--secondary)
  }

@media screen and (max-width: 900px) {
  .helpLinks__nx8aZ {
    gap: 0.625rem 1.125rem;
    width: 100%;
  }

    .helpLinks__nx8aZ > * {
      font-size: 0.9375rem;
    }
}

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

.optionCard__iUduw {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 0.75rem;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: var(--default-font-family);
  height: 100%;
  min-height: 7.125rem;
  outline: 0.0625rem solid var(--light-gray);
  padding: 0.75rem 0.875rem 0.5rem;
  position: relative;
  text-align: left;
  width: 100%;
}

  .optionCard__iUduw:focus-visible, .optionCard__iUduw:focus, .optionCard__iUduw.selected__Z28xG:focus-visible {
    outline: 0.125rem solid var(--dark-gray);
  }

  .optionCard__iUduw:hover {
    outline: 0.125rem solid var(--blue);
  }

  .optionCard__iUduw.selected__Z28xG {
    outline: 0.125rem solid var(--black);
  }

  .optionCard__iUduw h4 {
    color: var(--darkest-gray);
    font-family: var(--default-font-family);
    font-size: 0.875rem;
    font-weight: 200;
    margin: 0.5rem 0 0;
    padding: 0;
  }

  .optionCard__iUduw.disabled__eMXXt {
    cursor: not-allowed;
    outline: 0.0625rem dashed var(--gray);
  }

.headingWrapper__tagzX {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
}

.headingWrapper__tagzX h3 {
    align-items: center;
    color: var(--darkest-gray);
    display: inline-flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
  }

.headingWrapper__tagzX .iconWrapper__zYN8X {
    display: inline-flex;
    flex-shrink: 0;
    opacity: 0.7;
  }

.upgradeLinkHolder__aGfLM {
  bottom: 0.625rem;
  position: absolute;
  right: 0.875rem;
}

.upgradeLinkHolder__aGfLM a {
    color: var(--secondary);
    font-size: 0.75rem;
    font-weight: 900;
  }

.selectedFlag__ff87i {
  align-items: center;
  background-color: var(--secondary);
  border-radius: 0.1875rem;
  color: var(--white);
  display: flex;
  font-size: 0.75rem;
  font-weight: bold;
  gap: 0.25rem;
  line-height: 0.875rem;
  margin-top: 0.5rem;
  padding: 0.125rem 0.75rem 0.125rem 0.375rem;
}

@media screen and (max-width: 1200px) {
    .headingWrapper__tagzX h3 {
      font-size: 0.9375rem;
    }
}

.optionCardList__L8xql {
  display: grid;
  gap: 0.75rem;
  grid-auto-flow: column;
  margin-bottom: 1.25rem;
  width: 100%;
}

.paper__ytAT5 {
  margin-left: 1rem;
}


nav.breadcrumbs__YWPPD {
  border-bottom: 0.0625rem solid var(--lighter-gray);
  margin-bottom: 1.125rem;
  padding-bottom: 0.25rem;
}

  nav.breadcrumbs__YWPPD li.MuiBreadcrumbs-separator {
    font-size: 0.875rem;
  }

