/* Set min-height to avoid page reflow while session loading */
.header_signedInStatus__kgmdh {
  display: block;
  min-height: 4rem;
  width: 100%;
}

.header_loading__QIGro,
.header_loaded__rgjU1 {
  position: relative;
  top: 0;
  opacity: 1;
  overflow: hidden;
  border-radius: 0 0 0.6rem 0.6rem;
  padding: 0.6rem 1rem;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in;
}

.header_loading__QIGro {
  top: -2rem;
  opacity: 0;
}

.header_signedInText__s_n47,
.header_notSignedInText__hsbdL {
  position: absolute;
  padding-top: 0.8rem;
  left: 1rem;
  right: 6.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
  z-index: 1;
  line-height: 1.3rem;
}

.header_signedInText__s_n47 {
  padding-top: 0rem;
  left: 4.6rem;
}

.header_avatar__PA0cg {
  border-radius: 2rem;
  float: left;
  height: 2.8rem;
  width: 2.8rem;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.header_button__HZ1sf,
.header_buttonPrimary___aGwP {
  float: right;
  margin-right: -0.4rem;
  font-weight: 500;
  border-radius: 0.3rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0.7rem 0.8rem;
  position: relative;
  z-index: 10;
  background-color: transparent;
  color: #555;
}

.header_buttonPrimary___aGwP {
  background-color: #346df1;
  border-color: #346df1;
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1.4rem;
}

.header_buttonPrimary___aGwP:hover {
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.2);
}

.header_navItems__BZo0w {
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}

.header_navItem__R6_7D {
  display: inline-block;
  margin-right: 1rem;
}

.loading-dots_loading__LomzL {
  display: inline-flex;
  align-items: center;
}

.loading-dots_loading__LomzL .loading-dots_spacer__nBBvk {
  margin-right: 2px;
}

.loading-dots_loading__LomzL span {
  animation-name: loading-dots_blink__yy72w;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1px;
}

.loading-dots_loading__LomzL span:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading-dots_loading__LomzL span:nth-of-type(3) {
  animation-delay: 0.4s;
}

.loading-dots_loading2___zCAu {
  display: inline-flex;
  align-items: center;
}

.loading-dots_loading2___zCAu .loading-dots_spacer__nBBvk {
  margin-right: 2px;
}

.loading-dots_loading2___zCAu span {
  animation-name: loading-dots_blink__yy72w;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1px;
}

.loading-dots_loading2___zCAu span:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading-dots_loading2___zCAu span:nth-of-type(3) {
  animation-delay: 0.4s;
}

@keyframes loading-dots_blink__yy72w {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

