* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal !important;
  text-transform: none !important;
  display: inline-block;
  font-family: 'icons';
  font-weight: normal;
  text-transform: none;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  box-sizing: border-box;
  overflow: hidden;
}
html {
  padding: 0px;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
.icon {
  display: inline-block;
  font-family: 'icons';
  font-weight: normal;
  text-transform: none;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.hidden {
  display: none;
}
.dlb {
  display: none;
}
a {
  text-decoration: none;
  color: white;
}
body {
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease-in-out;
  overflow-x: hidden;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #949ab0;
  background-color: #131c29;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
body.cleared #clearance {
  background-color: #60c48f;
}
body.cleared #daily {
  background-color: #92f9c1;
  color: #61c691;
}
body.cleared #cleared {
  display: block;
}
body.cleared #complete-it {
  display: none;
}
body.not-cleared #clearance {
  background-color: #d9384b;
}
body.not-cleared #daily {
  background-color: #c6d1eb;
  color: #d9384b;
}
body.not-cleared #not-cleared {
  display: block;
}
body.not-cleared #complete-it {
  display: none;
}
body.overview header {
  background-color: transparent;
}
body.overview #core-stats {
  display: none;
}
body.overview #profile-button {
  transition: opacity 0.15s ease-in-out;
  opacity: 0.5;
}
body.overview #profile-button:hover {
  opacity: 1;
}
body.overview #profile-box {
  background-color: #131c29;
  border-color: rgba(87, 116, 154, 0.5);
}
body.overview .profile-text {
  color: #57749a;
}
body.overview #profile-token {
  background-color: rgba(87, 116, 154, 0.5);
  color: #0e151f;
}
body.overview #profile-glyph {
  color: rgba(87, 116, 154, 0.5);
}
body.overview #nav-screen {
  position: absolute;
  top: 0;
  left: 192px;
  width: calc(100% - 192px);
  height: 100%;
}
header {
  font-size: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 96px;
  background-color: #050c12;
  white-space: nowrap;
  pointer-events: none;
}
#logo-wrapper {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 192px;
  height: inherit;
  background-color: #050c12;
  pointer-events: all;
}
#logo-wrapper img {
  position: relative;
  width: auto;
  height: 100%;
}
#core-stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 96px;
  top: 0;
  left: 0;
  padding-left: 224px;
  padding-right: 32px;
  pointer-events: all;
}
.core-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.core-stat + .core-stat {
  margin-left: 24px;
}
.core-stat--value,
.core-stat--label {
  display: inline-block;
  vertical-align: middle;
}
.core-stat--graphic {
  width: 60px;
  height: 30px;
}
.core-stat--value {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" on;
  letter-spacing: -0.03rem;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
  font-weight: 500;
  font-size: 34px;
  line-height: 24px;
  color: white;
  margin-left: 8px;
}
.core-stat--label {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  width: auto;
  white-space: normal;
  margin-left: 12px;
}
.donut-ring {
  stroke: #19202a;
}
.donut-segment {
  stroke: #2b65b0;
}
#core-stat--two-week-positive-timeline {
  display: none;
}
#core-stat--two-week-positive-timeline .core-stat--graphic {
  width: 155px;
  height: 30px;
}
#core-stat--two-week-positive-timeline .case-dot {
  stroke: white;
  fill: none;
}
#core-stat--two-week-positive-rate {
  display: inline-block;
  padding-top: 0;
}
#core-stat--two-week-positive-rate .core-stat--graphic {
  display: inline-block;
  text-align: center;
}
#core-stat--two-week-positive-rate .core-stat--value,
#core-stat--two-week-positive-rate .core-stat--label {
  vertical-align: top;
}
#core-stat--two-week-positive-rate .core-stat--value {
  display: block;
  margin-left: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}
#core-stat--two-week-positive-rate .core-stat--value span {
  font-size: 14px;
  font-weight: 700;
}
#core-stat--two-week-positive-rate .core-stat--label {
  display: inline-block;
  margin-left: 8px;
  margin-top: 6px;
}
#core-stat--two-week-positive-rate.q1 .core-stat--label {
  color: #40c67f;
}
#core-stat--two-week-positive-rate.q2 .core-stat--label {
  color: #ebc486;
}
#core-stat--two-week-positive-rate.q3 .core-stat--label {
  color: #fd9254;
}
#core-stat--two-week-positive-rate.q4 .core-stat--label {
  color: #de5052;
}
.dial .dial-bg {
  stroke: #213246;
  fill: none;
  stroke-width: 18;
}
.dial .wedge {
  fill: none;
  stroke-width: 18;
  opacity: 0;
}
.dial .wedge.active {
  opacity: 1;
}
.dial .wedge.q1 {
  stroke: #23995d;
}
.dial .wedge.q2 {
  stroke: #ae8f5b;
}
.dial .wedge.q3 {
  stroke: #c16632;
}
.dial .wedge.q4 {
  stroke: #a73032;
}
.dial .separators {
  stroke: #050c12;
  stroke-width: 2;
  fill: none;
}
.dial .needle {
  stroke: white;
  stroke-width: 4;
  fill: none;
}
#core-stat--most-recent-positive-count,
#core-stat--two-week-positive-count {
  display: none;
}
#core-stat--new-cases--last-reported .core-stat--value,
#core-stat--new-cases--last-reported .core-stat--label {
  color: #ff6272;
}
#core-stat--new-cases--last-week .core-stat--value,
#core-stat--new-cases--this-week .core-stat--value,
#core-stat--new-cases--last-week .core-stat--label,
#core-stat--new-cases--this-week .core-stat--label {
  color: #b33c4d;
}
#profile-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0;
  display: block;
  position: fixed;
  z-index: 100;
  top: unset;
  bottom: 0;
  left: 0;
  right: unset;
  width: 192px;
  height: 96px;
  padding: 0 16px;
  text-align: left;
  pointer-events: none;
}
#profile-box {
  transition: border-color 0.15s ease-in-out;
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 160px;
  height: 64px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #212833;
  background-color: #050c12;
  padding: 0;
  white-space: nowrap;
  text-align: left;
  pointer-events: all;
  cursor: pointer;
}
#profile-box:hover {
  border-color: #949ab0;
}
#profile-box:hover .profile-text,
#profile-box:hover #profile-glyph {
  color: #949ab0;
}
.profile-element {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#profile-info {
  display: block;
  position: relative;
  width: auto;
  max-width: 96px;
  margin-left: 16px;
  margin-right: 64px;
}
#profile-info div {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#profile-info p {
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.profile-text {
  transition: color 0.15s ease-in-out;
  color: #323948;
}
#profile-name {
  font-weight: 800;
}
#profile-id {
  color: #323948;
}
#profile-token {
  transition: background-color 0.15s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 12px 12px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #212833;
  font-size: 14px;
  color: #050c12;
  text-align: center;
  letter-spacing: 0.02rem;
}
#profile-glyph {
  transition: color 0.15s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 12px 12px;
  line-height: 40px;
  font-size: 36px;
  background-color: transparent;
  color: #212833;
  text-align: center;
}
#lower {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
#nav-sidebar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
}
.nav-sidebar--button {
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  width: 192px;
  height: auto;
  padding: 9px 0 11px 28px;
  color: #949ab0;
  background-color: #050c12;
  border-color: #131c29;
  border-style: solid;
  border-width: 2px 0 0 0;
  cursor: pointer;
}
@media (min-height: 700px) and (max-height: 885px) {
  .nav-sidebar--button {
    padding: 13.5px 0 16.5px 28px;
  }
}
@media (min-height: 885px) {
  .nav-sidebar--button {
    padding: 18px 0 22px 28px;
  }
}
.nav-sidebar--button.disabled {
  color: rgba(148, 154, 176, 0.2);
  pointer-events: none;
  cursor: auto;
}
.nav-sidebar--button.active {
  background-color: #2a3466;
  color: white;
  border-color: #2a3466;
  cursor: auto;
}
#option-profile:before {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal !important;
  text-transform: none !important;
  display: inline-block;
  font-family: 'icons';
  font-weight: normal;
  text-transform: none;
  content: "\241";
  position: relative;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 12px;
  color: #4d5360;
}
#option-profile.active:before {
  color: #6173da;
}
.nav-sidebar--subview {
  display: block;
  width: auto;
  max-width: 152px;
  margin-top: 12px;
  height: 32px;
  line-height: 32px;
  font-size: 10px;
  font-weight: inherit;
  background-color: #57749a;
}
#nav-sidebar--filler {
  background-color: #050c12;
  flex-grow: 1;
  border-color: #131c29;
  border-style: solid;
  border-width: 2px 0 0 0;
  width: 192px;
}
#view-wrapper {
  flex-grow: 1;
  border: none;
}
.health-school-list--donut {
  width: 30px;
}
#nav-screen {
  display: flex;
  flex-direction: row;
  flex: 1;
  position: relative;
}
#nav-screen .loading {
  display: none;
  position: relative;
}
#nav-screen .loading.active {
  display: block;
}
#nav-screen .loading #profile--loader {
  display: block;
}
.screen-wrapper {
  display: none;
  position: absolute;
}
.screen-wrapper.active {
  display: inherit;
}
#nav-screen--loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 20, 36, 0.95);
  z-index: 200;
}
#nav-screen--loader--message {
  width: 200px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -150px;
  display: flex;
  flex-direction: row;
}
#nav-screen--loader--message p {
  margin: 20px 30px;
  font-size: 20px;
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#nav-screen--loader--message-animated {
  height: 60px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/loader.png);
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
#nav-screen--loader--dismiss {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
  cursor: pointer;
  font-family: icons;
  font-size: 24px;
  font-weight: 200;
}
#nav-screen--loader--dismiss:hover {
  opacity: 1;
}
#privacy-policy {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 16px;
  bottom: 96px;
  z-index: 2000;
  font-size: 15px;
}
#privacy-policy a {
  display: block;
  color: #333f4f;
  transition: color 0.15s ease-in-out;
}
#privacy-policy a:hover {
  color: white;
}
#header--daily-case-chart {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#index--cases--sidebar,
#index--cases--chart {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#index--cases--title {
  color: #46617e;
}
#index--cases--chart {
  margin-left: 16px;
}
#index--cases--chart--terrain {
  display: flex;
  flex-direction: row;
  width: 240px;
  height: 32px;
  background-color: #0c151e;
  pointer-events: none;
  cursor: auto;
}
.index--cases--chart--data-bar-wrapper {
  flex-grow: 1;
  height: 100%;
  margin: 0;
  position: relative;
}
.index--cases--chart--data-bar {
  background-color: #8f1c36;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 1px 1px 0 0;
}
.index--cases--chart--data-bar.new {
  background-color: #e8455c;
}
#index--cases--time-label,
#index--cases--chart--dates,
#index--cases--readout {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
@font-face {
  font-family: 'geogen';
  src: url('/assets/fonts/sequencing/geogen.woff') format('woff'), url('/assets/fonts/sequencing/geogen.ttf') format('truetype'), url('/assets/fonts/sequencing/geogen.svg#geogen') format('svg');
}
@font-face {
  font-family: 'SymphonieGrotesque';
  src: url("/assets/fonts/sequencing/37AAB8_42_0.woff2") format('woff2'), url("/assets/fonts/sequencing/37AAB8_42_0.woff") format('woff'), url("/assets/fonts/sequencing/37AAB8_42_0.ttf") format('truetype');
  font-weight: 600;
}
#sequencing {
  width: 100%;
  height: calc(100vh - 96px);
  padding: 0 16px 0 0;
}
#sequencing-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
#sequencing-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 0;
}
.header-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.header-element + .header-element {
  border-left: 1px solid #161e34;
}
#sequencing-title-container {
  display: flex;
  flex-direction: column;
  width: 40%;
}
h1 {
  white-space: nowrap;
  margin-right: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #4a5a74;
}
#sequencing-body {
  display: flex;
  flex-direction: row;
  height: calc(100% - 90px);
  cursor: default;
}
#sequencing-main-wrap {
  width: 30%;
}
#sequencing-readout {
  flex-direction: column;
  width: 70%;
  display: none;
  position: relative;
  top: -55px;
}
#sequencing-readout.active {
  display: flex;
}
#cluster-summary-total {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  color: #4a5a74;
}
#cluster-summary-total-students-wrapper {
  color: #c5d8ec;
  font-weight: 700;
}
#cluster-summary-total-clusters::before {
  content: '|';
  padding: 0 6px;
}
.cluster-summary-details {
  position: relative;
}
.cluster-summary-details .icon {
  font-family: 'icons';
}
#sequencing-student-roster {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 50%;
  padding: 20px 0px;
}
#sequencing-student-list {
  overflow-y: scroll;
  padding: 0 8px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#sequencing-student-list::-webkit-scrollbar {
  width: 12px;
}
#sequencing-student-list::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#sequencing-student-list::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#sequencing-student-list::-webkit-scrollbar {
  width: 6px;
}
#sequencing-student-list::-webkit-scrollbar-track {
  background-color: #101525;
}
#sequencing-student-list::-webkit-scrollbar-thumb {
  background-color: #2c3f5a;
}
.seq-student-list-col {
  flex-grow: 0;
  height: 35px;
  line-height: 35px;
}
.seq-student-list-col:nth-child(1) {
  max-width: 30%;
  min-width: 30%;
}
.seq-student-list-col:nth-child(2) {
  max-width: 10%;
  min-width: 10%;
}
.seq-student-list-col:nth-child(3) {
  max-width: 5%;
  min-width: 5%;
}
.seq-student-list-col:nth-child(4) {
  max-width: 25%;
  min-width: 25%;
}
.seq-student-list-col:nth-child(5) {
  max-width: 30%;
  min-width: 30%;
}
.seq-student-list-row .seq-student-list-col:nth-child(1),
.cluster-single-sect-person-row .seq-student-list-col:nth-child(1),
.seq-student-list-row .cluster-single-sect-col:nth-child(1),
.cluster-single-sect-person-row .cluster-single-sect-col:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.seq-student-list-row .seq-student-list-col:nth-child(3),
.cluster-single-sect-person-row .seq-student-list-col:nth-child(3),
.seq-student-list-row .cluster-single-sect-col:nth-child(3),
.cluster-single-sect-person-row .cluster-single-sect-col:nth-child(3) {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.seq-student-list-row .seq-student-list-col:nth-child(4),
.cluster-single-sect-person-row .seq-student-list-col:nth-child(4),
.seq-student-list-row .cluster-single-sect-col:nth-child(4),
.cluster-single-sect-person-row .cluster-single-sect-col:nth-child(4) {
  overflow: hidden;
}
.seq-student-list-header {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  color: #5d6e87;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
.seq-profile-btn {
  font-size: 11px;
  text-transform: uppercase;
  color: #8b9cb7;
  height: 22px;
  line-height: 22px;
  text-align: right;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 7px;
  transition: background 0.15s ease-in-out;
}
.seq-profile-btn .seq-profile-btn-label {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.seq-profile-btn:hover {
  background: #2c3f5a;
}
.seq-profile-btn:hover .seq-profile-btn-label {
  opacity: 1;
}
.addcontacts-icon {
  margin: auto;
  position: relative;
}
.addcontacts-icon::after {
  content: 'Additional contacts reported';
  position: absolute;
  width: 150px;
  top: 100%;
  left: -75px;
  font-family: 'BR Hendrix';
  display: none;
  z-index: 1;
  background-color: #192438;
  box-shadow: 2px 2px 26px #00000082;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #7787a1;
  padding: 6px;
}
.addcontacts-icon:hover {
  color: #7787a1;
}
.addcontacts-icon:hover::after {
  display: block;
}
.seq-student-list-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
.seq-student-list-row:hover .seq-student-list-name {
  color: white;
  cursor: pointer;
}
.seq-student-list-row:hover .seq-student-list-mav {
  background-color: #798aa7;
}
.seq-student-list-name {
  font-size: 14px;
  font-weight: 500;
  transition: color 150ms ease-in-out;
  color: #5d6e87;
}
.seq-student-list-name.active,
.seq-student-list-name:hover {
  color: white;
}
.seq-student-list-mavilies {
  display: flex;
}
.seq-student-list-contacts,
.cluster-single-sect-addcontacts {
  opacity: 0;
  background: #2c3f5a;
  color: #101622;
  border-radius: 50%;
  height: 22px !important;
  width: 22px !important;
  line-height: 22px !important;
  font-size: 13px;
  font-weight: 700;
  margin: auto;
  position: relative;
}
.seq-student-list-contacts.reported,
.cluster-single-sect-addcontacts.reported {
  opacity: 1;
}
.seq-student-list-contacts::after,
.cluster-single-sect-addcontacts::after {
  content: attr(addcontacts-num-hover);
  position: absolute;
  width: 150px;
  top: 150%;
  left: -75px;
  font-family: 'BR Hendrix';
  display: none;
  color: #5d6e87;
  z-index: 1;
  background-color: #192438;
  box-shadow: 2px 2px 26px #00000082;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #7787a1;
  padding: 6px;
}
.seq-student-list-contacts:hover,
.cluster-single-sect-addcontacts:hover {
  background-color: #7787a1;
}
.seq-student-list-contacts:hover::after,
.cluster-single-sect-addcontacts:hover::after {
  display: block;
}
.seq-student-list-contacts.not-reported,
.cluster-single-sect-addcontacts.not-reported {
  background: #131928;
  height: 14px !important;
  width: 14px !important;
  opacity: 0;
}
.seq-student-list-mav {
  background-color: #2c3f5a;
  color: #0f151f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  padding: 0px 7px;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease-in-out;
}
.seq-student-list-mav + .seq-student-list-mav {
  margin-left: 4px;
  max-width: 50%;
}
.seq-student-list-mav.active {
  background-color: #798aa7;
}
#sequencing-readout-bottom {
  display: flex;
  flex-direction: row;
  height: 50%;
}
#sequencing-readout-lineage {
  width: 50%;
  height: 100%;
}
#cluster-summary-lineage-vis {
  height: 100px;
  margin-bottom: 20px;
  margin-left: 44px;
  margin-right: 44px;
}
#cluster-summary-lineage-list,
#cluster-single-sect-lineage-list {
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
#cluster-summary-lineage-list::-webkit-scrollbar,
#cluster-single-sect-lineage-list::-webkit-scrollbar {
  width: 12px;
}
#cluster-summary-lineage-list::-webkit-scrollbar-track,
#cluster-single-sect-lineage-list::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#cluster-summary-lineage-list::-webkit-scrollbar-thumb,
#cluster-single-sect-lineage-list::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#cluster-summary-lineage-list::-webkit-scrollbar,
#cluster-single-sect-lineage-list::-webkit-scrollbar {
  width: 6px;
}
.lineage-row.expanded .lineage-row-details {
  display: flex;
}
.lineage-row.expanded .icon {
  transform: rotate(90deg);
  left: -5px;
}
.lineage-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.lineage-label .icon {
  cursor: pointer;
  position: relative;
  opacity: 0;
}
.lineage-label-container {
  display: flex;
  align-items: center;
}
.lineage-label-percent {
  width: 44px;
  font-weight: 700;
  color: #6882a4;
}
.lineage-row-details {
  display: none;
  display: flex;
  padding-left: 44px;
  margin-bottom: 20px;
}
.lineage-mavilies,
.lineage-symptoms {
  width: 50%;
}
.lineage-mavilies-header,
.lineage-symptoms-header {
  font-weight: 700;
}
.lineage-mavilies-item,
.lineage-symptoms-item {
  display: flex;
  margin: 8px 0;
}
.mavily-num,
.symptoms-num {
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: block;
  color: #0e111d;
  font-weight: 700;
  text-align: center;
  margin-right: 8px;
}
.mavily-num {
  background: #5d6e87;
}
.symptoms-num {
  background: #5d6e87;
}
#cluster-summary {
  width: 50%;
  height: 100%;
  margin-left: 20px;
}
.cluster-summary-headline {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  white-space: nowrap;
}
.cluster-summary-details {
  font-size: 14px;
  font-weight: 200;
  color: #5d6e87;
  height: calc(100% - 44px);
  padding-right: 10px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.cluster-summary-details::-webkit-scrollbar {
  width: 12px;
}
.cluster-summary-details::-webkit-scrollbar-track {
  background-color: #0f161f;
}
.cluster-summary-details::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
.cluster-summary-details::-webkit-scrollbar {
  width: 6px;
}
.cluster-summary-details::-webkit-scrollbar-track {
  background-color: #101525;
}
.cluster-summary-details::-webkit-scrollbar-thumb {
  background-color: #2c3f5a;
}
.cluster-summary-card {
  background-color: #101525;
  padding: 20px;
  padding-right: 10px;
  height: calc(50% - 8px);
  width: 100%;
  overflow: hidden;
}
#cluster-summary-contacts {
  margin-bottom: 16px;
}
.mavilies-toggler {
  background-color: #1c293b;
  color: #57749a;
  padding: 3px 9px;
  margin-left: 5px;
  white-space: nowrap;
}
#sequencing-student-list .mavilies-toggler {
  cursor: pointer;
}
#sequencing-student-list .mavilies-toggler.active:hover,
#sequencing-student-list .mavilies-toggler:hover {
  background-color: #25354a;
  color: #8f9bb7;
}
#cluster-single-section-person-list .mavilies-toggler {
  background-color: #25354a;
  color: #8f9bb7;
}
#cluster-summary-mavily-list .mavily-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
}
#cluster-summary-mavily-list .mavily-detail .mavily-detail-left {
  display: flex;
  width: 100%;
  transition: all 0.15s ease-in-out;
}
#cluster-summary-mavily-list .mavily-detail .mavily-detail-count-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  /* flex-grow: 0; */
  flex-shrink: 0;
  background-color: #5d6e87;
  margin-left: 8px;
}
#cluster-summary-mavily-list .mavily-detail .mavily-detail-count {
  font-weight: 700;
  color: #101525;
}
#cluster-summary-mavily-list .mavily-detail .mavily-detail-name {
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 700;
}
#cluster-summary-mavily-list .mavily-detail .mavily-detail-total {
  margin-left: 10px;
  text-align: right;
  white-space: nowrap;
  display: none;
  width: 0;
  transition: all 0.15s ease-in-out;
}
#cluster-summary-mavily-list .mavily-detail:hover .mavily-detail-left {
  width: 70%;
}
#cluster-summary-mavily-list .mavily-detail:hover .mavily-detail-total {
  display: block;
  width: 30%;
}
#cluster-summary-mavily-list .mavily-detail.active {
  color: #cddaec;
}
#cluster-summary-mavily-list .mavily-detail.active .mavily-detail-count-wrap {
  background-color: #cddaec;
}
#cluster-summary-symptoms .cluster-summary-headline .tagline {
  position: static;
  font-weight: 200;
  font-size: 12px;
  text-transform: uppercase;
}
#cluster-summary-symptom-list {
  display: flex;
  flex-direction: column;
}
#cluster-summary-symptom-list .symptom-detail {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
#cluster-summary-symptom-list .symptom-detail .symptom-detail-count-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #5d6e87;
  margin-left: 8px;
}
#cluster-summary-symptom-list .symptom-detail .symptom-detail-count {
  font-weight: 700;
  color: #101525;
}
#cluster-summary-symptom-list .symptom-detail .symptom-detail-name {
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 700;
  width: 188px;
}
#cluster-summary-symptom-list .symptom-detail-count-wrap.fever,
#cluster-summary-lineage-list .symptoms-num.fever,
#cluster-single-sect-lineage-list .symptoms-num.fever {
  background-color: #f26b51;
}
#cluster-summary-symptom-list .symptom-detail-count-wrap.cough,
#cluster-summary-lineage-list .symptoms-num.cough,
#cluster-single-sect-lineage-list .symptoms-num.cough {
  background-color: #fcb750;
}
#cluster-summary-symptom-list .symptom-detail-count-wrap.chills,
#cluster-summary-lineage-list .symptoms-num.chills,
#cluster-single-sect-lineage-list .symptoms-num.chills {
  background-color: #018fae;
}
#cluster-summary-symptom-list .symptom-detail-count-wrap.sore,
#cluster-summary-lineage-list .symptoms-num.sore,
#cluster-single-sect-lineage-list .symptoms-num.sore {
  background-color: #9f1c43;
}
#cluster-summary-symptom-list .symptom-detail-count-wrap.short,
#cluster-summary-lineage-list .symptoms-num.short,
#cluster-single-sect-lineage-list .symptoms-num.short {
  background-color: #bd6753;
}
#cluster-summary-symptom-list .symptom-detail-count-wrap.smellloss,
#cluster-summary-lineage-list .symptoms-num.smellloss,
#cluster-single-sect-lineage-list .symptoms-num.smellloss {
  background-color: #3b478d;
}
#cluster-summary-symptom-list .symptom-detail-count-wrap.runny,
#cluster-summary-lineage-list .symptoms-num.runny,
#cluster-single-sect-lineage-list .symptoms-num.runny {
  background-color: #827dbb;
}
#cluster-single-detail {
  display: none;
  position: relative;
  top: -75px;
  background-color: #192438;
  height: calc(100% + 55px);
  width: 100%;
  padding: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
#cluster-single-detail::-webkit-scrollbar {
  width: 12px;
}
#cluster-single-detail::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#cluster-single-detail::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#cluster-single-detail::-webkit-scrollbar {
  width: 6px;
}
#cluster-single-detail.active {
  display: block;
}
#cluster-single-detail-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  color: #5d6e87;
  font-size: 16px;
  padding-left: 12px;
}
#cluster-single-detail-header #cluster-single-total-students-wrapper {
  color: #9db2d0;
  font-weight: 700;
}
#cluster-single-detail-header.singular .plural {
  display: none;
}
#cluster-single-detail-header #cluster-single-detail-close:hover {
  cursor: pointer;
}
#cluster-single-section-person-list {
  display: flex;
  flex-direction: column;
  height: calc(100% - 300px);
  padding-right: 10px;
  border-bottom: 1px dotted #5d6e87;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
#cluster-single-section-person-list::-webkit-scrollbar {
  width: 12px;
}
#cluster-single-section-person-list::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#cluster-single-section-person-list::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#cluster-single-section-person-list::-webkit-scrollbar {
  width: 6px;
}
.cluster-single-sect-person-header,
.cluster-single-sect-person-row {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
}
.cluster-single-sect-person-row {
  flex-direction: column;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
}
.cluster-single-sect-person-row:hover {
  background-color: #1b293e;
}
.cluster-single-sect-person-row:hover .cluster-single-sect-name {
  color: #e6edf8;
}
.cluster-single-sect-person-row:hover .mavily {
  background-color: #667692;
}
.cluster-single-sect-person-row .row-details {
  display: none;
}
.cluster-single-sect-person-row.expanded {
  background-color: #1b293e;
}
.cluster-single-sect-person-row.expanded .row-details {
  display: flex;
  background-color: #1b293e;
}
.cluster-single-sect-person-row.expanded .row-top-caret {
  transform: rotate(90deg);
}
.row-top {
  display: flex;
  flex-direction: row;
  position: relative;
  cursor: pointer;
}
.row-top .row-top-caret {
  position: absolute;
  right: 10px;
  font-size: 14px;
  align-self: center;
}
.seq-student-list-col,
.cluster-single-sect-col {
  padding: 0 10px;
  align-items: center;
}
.seq-student-list-col.data-cell,
.cluster-single-sect-col.data-cell {
  font-size: 14px;
  color: #7787a1;
  font-weight: 500;
  display: flex;
}
.cluster-single-sect-person-header .cluster-single-sect-col {
  font-size: 12px;
  color: #5d6e87;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
.name-header,
.lineage-header,
.addcontacts-header,
.contacts-header,
.symptoms-header {
  border-bottom: 1px dotted #5d6e87;
}
.addcontacts-header {
  text-align: center;
}
.contacts-header {
  display: flex;
}
.cluster-single-sect-col {
  flex-grow: 0;
  height: 35px;
  line-height: 35px;
}
.cluster-single-sect-col:nth-child(1) {
  max-width: 30%;
  min-width: 30%;
}
.cluster-single-sect-col:nth-child(2) {
  max-width: 10%;
  min-width: 10%;
}
.cluster-single-sect-col:nth-child(3) {
  max-width: 5%;
  min-width: 5%;
}
.cluster-single-sect-col:nth-child(4) {
  max-width: 25%;
  min-width: 25%;
}
.cluster-single-sect-col:nth-child(5) {
  max-width: 30%;
  min-width: 30%;
}
.cluster-single-sect-name {
  transition: all 0.15s ease-in-out;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cluster-single-sect-name.active,
.cluster-single-sect-name:hover {
  color: white;
}
.cluster-single-sect-name-profile {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.lineage,
.lineage-label-name {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  color: white;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  border-radius: 5px;
  padding: 0px 8px;
  white-space: nowrap;
  height: 22px;
  line-height: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lineage.lin1,
.lineage-label-name.lin1 {
  background: #6b4869;
}
.lineage.lin2,
.lineage-label-name.lin2 {
  background: #003e50;
}
.lineage.lin3,
.lineage-label-name.lin3 {
  background: #705a38;
}
.lineage.lin4,
.lineage-label-name.lin4 {
  background: #6a7693;
}
.lineage.lin5,
.lineage-label-name.lin5 {
  background: #513b36;
}
.lineage.lin6,
.lineage-label-name.lin6 {
  background: #58693a;
}
.lineage.lin7,
.lineage-label-name.lin7 {
  background: #012f6b;
}
.lineage.lin8,
.lineage-label-name.lin8 {
  background: #968041;
}
.lineage.lin9,
.lineage-label-name.lin9 {
  background: #346d5a;
}
.lineage.lin10,
.lineage-label-name.lin10 {
  background: #34325d;
}
.lineage.lin11,
.lineage-label-name.lin11 {
  background: #4a8c90;
}
.lineage.lin12,
.lineage-label-name.lin12 {
  background: #47463c;
}
.cluster-single-sect-contacts {
  display: flex;
  flex-direction: row;
}
.cluster-single-sect-contacts .mavily {
  background-color: #4a5a74;
  color: #0f151f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease-in-out;
}
.cluster-single-sect-contacts .mavily + .mavily {
  margin-left: 8px;
}
.cluster-single-sect-contacts .mavily.active {
  background-color: #8b9cb7;
}
.cluster-single-sect-contacts .mavily:hover {
  background-color: #8b9cb7;
}
.cluster-single-sect-symptoms,
.seq-student-list-symptoms {
  display: flex;
  flex-wrap: nowrap;
}
.cluster-single-sect-symptoms .symptoms-left,
.seq-student-list-symptoms .symptoms-left {
  display: flex;
}
.cluster-single-sect-symptoms .symptoms-right,
.seq-student-list-symptoms .symptoms-right {
  display: none;
}
.cluster-single-sect-symptoms .symptoms-right .icon,
.seq-student-list-symptoms .symptoms-right .icon {
  position: relative;
}
.cluster-single-sect-symptoms .symptoms-right .icon::after,
.seq-student-list-symptoms .symptoms-right .icon::after {
  content: 'Additional contacts reported via Amy\'s Survey';
  position: absolute;
  width: 100px;
  top: 100%;
  left: -50%;
  font-family: 'BR Hendrix';
  display: none;
  z-index: 1;
}
.cluster-single-sect-symptoms .symptoms-right .icon:hover::after,
.seq-student-list-symptoms .symptoms-right .icon:hover::after {
  display: block;
}
.cluster-single-sect-symptoms.reported .symptom-mark,
.seq-student-list-symptoms.reported .symptom-mark {
  background-color: #0e101c;
}
.cluster-single-sect-symptoms .symptom-mark,
.seq-student-list-symptoms .symptom-mark {
  position: relative;
  height: 12px;
  width: 12px;
  background-color: #0e101c94;
}
.cluster-single-sect-symptoms .symptom-mark + .symptom-mark,
.seq-student-list-symptoms .symptom-mark + .symptom-mark {
  margin-left: 5px;
}
.cluster-single-sect-symptoms .symptom-mark::after,
.seq-student-list-symptoms .symptom-mark::after {
  content: '';
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.cluster-single-sect-symptoms .symptom-mark:hover::after,
.seq-student-list-symptoms .symptom-mark:hover::after {
  opacity: 1;
  content: attr(dataHoverlabel);
  position: absolute;
  background-color: #192438;
  box-shadow: 2px 2px 26px #00000082;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #7787a1;
  padding: 6px;
  width: 100px;
  top: 200%;
  left: -50px;
  z-index: 1;
}
.cluster-single-sect-symptoms .symptom-mark.checked,
.seq-student-list-symptoms .symptom-mark.checked {
  font-weight: 700;
}
.cluster-single-sect-symptoms .symptom-mark.checked.fever,
.seq-student-list-symptoms .symptom-mark.checked.fever,
.cluster-single-sect-symptoms .symptom-mark.checked.fever:hover::after,
.seq-student-list-symptoms .symptom-mark.checked.fever:hover::after {
  background-color: #f26b51;
  color: #0e101c;
}
.cluster-single-sect-symptoms .symptom-mark.checked.cough,
.seq-student-list-symptoms .symptom-mark.checked.cough,
.cluster-single-sect-symptoms .symptom-mark.checked.cough:hover::after,
.seq-student-list-symptoms .symptom-mark.checked.cough:hover::after {
  background-color: #fcb750;
  color: #0e101c;
}
.cluster-single-sect-symptoms .symptom-mark.checked.chills,
.seq-student-list-symptoms .symptom-mark.checked.chills,
.cluster-single-sect-symptoms .symptom-mark.checked.chills:hover::after,
.seq-student-list-symptoms .symptom-mark.checked.chills:hover::after {
  background-color: #018fae;
  color: #0e101c;
}
.cluster-single-sect-symptoms .symptom-mark.checked.sore,
.seq-student-list-symptoms .symptom-mark.checked.sore,
.cluster-single-sect-symptoms .symptom-mark.checked.sore:hover::after,
.seq-student-list-symptoms .symptom-mark.checked.sore:hover::after {
  background-color: #9f1c43;
  color: #0e101c;
}
.cluster-single-sect-symptoms .symptom-mark.checked.short,
.seq-student-list-symptoms .symptom-mark.checked.short,
.cluster-single-sect-symptoms .symptom-mark.checked.short:hover::after,
.seq-student-list-symptoms .symptom-mark.checked.short:hover::after {
  background-color: #bd6753;
  color: #0e101c;
}
.cluster-single-sect-symptoms .symptom-mark.checked.smellloss,
.seq-student-list-symptoms .symptom-mark.checked.smellloss,
.cluster-single-sect-symptoms .symptom-mark.checked.smellloss:hover::after,
.seq-student-list-symptoms .symptom-mark.checked.smellloss:hover::after {
  background-color: #3b478d;
  color: #0e101c;
}
.cluster-single-sect-symptoms .symptom-mark.checked.runny,
.seq-student-list-symptoms .symptom-mark.checked.runny,
.cluster-single-sect-symptoms .symptom-mark.checked.runny:hover::after,
.seq-student-list-symptoms .symptom-mark.checked.runny:hover::after {
  background-color: #827dbb;
  color: #0e101c;
}
.row-details {
  color: #5d6e87;
  font-size: 12px;
}
.row-details .cluster-single-sect-col {
  padding: 10px 10px;
  height: unset;
  line-height: 1.5;
  flex-direction: column;
  justify-content: unset !important;
}
.row-details .cluster-single-sect-col:nth-child(1) {
  max-width: 30%;
  min-width: 30%;
}
.row-details .cluster-single-sect-col:nth-child(2) {
  max-width: 10%;
  min-width: 10%;
}
.row-details .cluster-single-sect-col:nth-child(3) {
  max-width: 5%;
  min-width: 5%;
  text-align: center;
}
.row-details .cluster-single-sect-col:nth-child(4) {
  max-width: 25%;
  min-width: 25%;
}
.row-details .cluster-single-sect-col:nth-child(5) {
  max-width: 30%;
  min-width: 30%;
}
.row-details .test-date,
.row-details .icon,
.row-details .addcontacts-list,
.row-details .mavily,
.row-details .mavily-members-in-cluster,
.row-details .mavily-total-members,
.row-details .row-details-symptom-list {
  color: #9db2cf;
}
.row-details .lineage {
  background: transparent;
}
.row-details .row-details-addcontacts {
  display: none;
}
.row-details .row-details-addcontacts.reported {
  display: block;
}
.row-details .row-details-mavilies {
  margin-top: 20px;
}
.row-details .mavily {
  background: transparent !important;
}
.row-details .test-date-list,
.row-details .addcontacts-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#cluster-single-sect-lineage-container {
  height: 230px;
}
#cluster-single-sect-lineage-container .lineage-label-percent {
  display: none;
}
#cluster-single-sect-lineage-container .lineage-label-container {
  width: 100%;
}
#cluster-single-sect-lineage-container .lineage-label-name {
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: left;
}
#cluster-single-sect-lineage-container .lineage-row-details {
  max-height: unset;
  margin-bottom: unset;
  padding-left: 0;
}
#cluster-single-sect-lineage-headline {
  color: #9db2d0;
  font-weight: 700;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding-left: 12px;
}
#cluster-single-sect-lineage-detail {
  display: flex;
  flex-direction: row;
  height: calc(100% - 40px);
}
#cluster-single-sect-lineage-vis {
  height: 55%;
  width: 22.5%;
  align-self: center;
  display: none;
}
#cluster-single-sect-lineage-list {
  flex-grow: 1;
  padding-left: 14px;
  font-size: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
#profile {
  position: relative;
  width: calc(100vw - 192px);
  height: calc(100vh - 96px);
  border-collapse: collapse;
  background-color: #0f1424;
}
#profile--wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 2px solid #2a3466;
  background-color: #0f1424;
}
#profile--wrapper.searching {
  border-color: transparent;
}
#profile--wrapper.searching #lookup--search,
#profile--wrapper.searching #lookup--search--matches {
  display: inline-block;
}
#profile--wrapper.searching #lookup--search--results {
  display: block;
}
#profile--wrapper.searching #lookup--title,
#profile--wrapper.searching #close-profile,
#profile--wrapper.searching #profile--overview,
#profile--wrapper.searching #profile--list {
  display: none;
}
#profile--wrapper.searching #lookup--controls {
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  padding: 48px;
}
#profile--wrapper.searching #lookup--header {
  margin: 0;
  padding: 0;
  height: 64px;
  line-height: 64px;
}
#profile--wrapper.loading #profile--loader {
  display: block;
}
#profile--loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 20, 36, 0.95);
  z-index: 200;
}
#profile--loader--message,
#profile--groups--loader--message {
  width: 200px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -150px;
  display: flex;
  flex-direction: row;
}
#profile--loader--message p,
#profile--groups--loader--message p {
  margin: 20px 30px;
  font-size: 20px;
}
#profile--groups--loader {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background-color: rgba(15, 20, 36, 0.95);
  z-index: 200;
}
#profile--groups--loader--message {
  font-size: 15px;
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#profile--loader--message-animated,
#profile--groups--loader--message-animated {
  height: 60px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/loader.png);
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
#profile--loader--dismiss {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
  cursor: pointer;
  font-family: icons;
  font-size: 24px;
  font-weight: 200;
}
#profile--loader--dismiss:hover {
  opacity: 1;
}
#lookup--search {
  display: none;
  position: relative;
  height: 64px;
  line-height: 64px;
  margin-left: 0;
  background-color: #1a2438;
}
#lookup--search--input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  border: none;
  outline: none;
  width: 432px;
  height: inherit;
  line-height: inherit;
  padding: 0 24px;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.03rem;
  background-color: transparent;
  color: white;
  caret-color: #8b9cb7;
}
#lookup--search--input::-moz-placeholder {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #45566e;
}
#lookup--search--input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #45566e;
}
#lookup--search--input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #45566e;
}
#lookup--search--input::placeholder {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #45566e;
}
#lookup--search--close {
  display: none;
  transition: color 0.15s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: inherit;
  line-height: inherit;
  color: #0f1623;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
#lookup--search--matches {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: none;
  font-weight: 700;
  font-size: 20px;
  width: auto;
  height: 64px;
  line-height: 64px;
  margin-left: 32px;
}
#lookup--search--results {
  overflow-x: hidden;
  overflow-y: auto;
  overflow: auto;
  font-size: 18px;
  margin: 32px 0 0;
  padding: 0;
}
#lookup--search--results::-webkit-scrollbar {
  width: 12px;
}
#lookup--search--results::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#lookup--search--results::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#lookup--search--results::-webkit-scrollbar-track {
  background-color: #141b2d;
}
#lookup--search--results::-webkit-scrollbar-thumb {
  background-color: #586982;
}
#lookup--search--results li {
  font-size: 0;
  display: inline-block;
  width: 204px;
  height: auto;
  margin: 0 8px 8px 0;
  padding: 12px;
  background-color: #141b2d;
  cursor: pointer;
}
#lookup--search--results li:hover {
  background-color: #2a3466;
}
#lookup--search--results li:hover .sevenhundred {
  color: white;
}
#lookup--search--results li:hover .email,
#lookup--search--results li:hover .details {
  color: #5c6ebc;
}
#lookup--search--results li .sevenhundred {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  letter-spacing: -0.03rem;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  color: #8b9cb7;
}
#lookup--search--results li .email {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  height: 20px;
  margin-top: 4px;
  color: #47566b;
}
#lookup--search--results li .details {
  display: block;
  white-space: nowrap;
  margin-top: 6px;
  line-height: 16px;
  height: 16px;
  color: #47566b;
}
#lookup--search--results li .role,
#lookup--search--results li .clearance {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  height: inherit;
  line-height: inherit;
}
#lookup--search--results li .role {
  width: 72px;
  padding-right: 12px;
}
#lookup--search--results li .clearance {
  display: none;
}
#lookup--search--results li .clearance--blocked {
  display: none;
}
#lookup--search--results li .clearance--cleared {
  display: inline-block;
}
#lookup--search--results li.blocked {
  background-color: #1a2438;
}
#lookup--search--results li.blocked .clearance--blocked {
  display: inline-block;
}
#lookup--search--results li.blocked .clearance--cleared {
  display: none;
}
#lookup--controls {
  font-size: 0;
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 64px;
  background-color: #2a3466;
}
#lookup--header {
  padding: 16px;
  padding-right: 64px;
  font-weight: 700;
  white-space: nowrap;
}
#lookup--header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#lookup--title {
  width: 100%;
}
#lookup--individual {
  height: 32px;
  padding: 0 0 0 16px;
  color: white;
}
#lookup--individual--details {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0;
  height: 32px;
  display: flex;
  line-height: 32px;
}
#lookup--individual--subhead {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #6577ce;
  height: -2px;
  line-height: -2px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-size: 14px;
  font-weight: 800;
}
#lookup--individual--role,
#lookup--individual--id,
#lookup--individual--name,
#lookup--individual--email {
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
#lookup--individual--role {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  top: 0;
  left: 0;
  width: auto;
  padding: 0;
  color: #a3b6ff;
  margin-right: 12px;
}
#lookup--individual--role .icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 8px;
  font-size: 18px;
}
#lookup--individual--role.student #lookup--individual--role--student {
  display: block;
}
#lookup--individual--role.staff #lookup--individual--role--staff {
  display: block;
}
#lookup--individual--role--student,
#lookup--individual--role--staff {
  display: none;
}
#lookup--individual--id {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  letter-spacing: -0.03rem;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
  color: white;
}
#lookup--individual--name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  letter-spacing: -0.03rem;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
  color: white;
  margin-right: 10px;
}
#lookup--individual--email {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  letter-spacing: -0.03rem;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
  color: #a3b6ff;
  margin-left: auto;
  margin-right: 20px;
}
#lookup--download {
  display: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  margin-left: 32px;
  padding: 0 16px;
  background-color: #6577ce;
  color: #2a3466;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
#lookup--download:hover {
  background-color: #a3b6ff;
}
#lookup--download .icon {
  display: inline-block;
  position: relative;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
#close-profile {
  transition: color 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: transparent;
  color: #6577ce;
  font-size: 24px;
}
#close-profile:hover {
  color: #a3b6ff;
}
#profile--contents {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: #0f1424;
  margin: 0;
  padding: 40px;
}
#profile--contents::-webkit-scrollbar {
  width: 12px;
}
#profile--contents::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#profile--contents::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#profile--contents::-webkit-scrollbar {
  width: 16px;
}
#profile--contents::-webkit-scrollbar-track {
  background-color: #141b2d;
}
#profile--contents::-webkit-scrollbar-thumb {
  background-color: #202851;
}
.row {
  font-size: 0;
}
.profile--week {
  margin-bottom: 10px;
}
#profile--overview {
  max-width: 1280px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.profile--top-row {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 0 16px;
  margin-bottom: 48px;
  width: 100%;
}
.profile--top-row .cell:nth-child(4) {
  padding: 0;
}
.profile--top-row .cell + .cell {
  padding-left: 25px;
}
#status--container {
  font-size: 16pt;
  width: 100%;
}
#status--container .cell {
  width: 30%;
  flex-grow: 1;
  max-width: 300px;
}
#status--container .cell p {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
}
#status--container .status--highlight {
  color: white;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 700;
  min-height: 90px;
}
#status--container .status--details {
  margin-top: 30px;
  border-left: 1px solid #25354a;
  padding-left: 18px;
}
#status--container .profile-when {
  font-weight: 300;
}
#status--container .number {
  font-weight: 700;
  color: white;
}
#clearance--current.cleared {
  color: inherit;
}
#clearance--current.cleared .status--highlight {
  background: #49a466;
}
#clearance--current.blocked .status--highlight {
  background: #df5c35;
}
#clearance--current.unatt .status--highlight {
  background: #3f495c;
}
#clearance--current .rectangle {
  width: 10px;
  background-color: #d64f27;
}
#clearance--current .numblock {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  padding-left: 22px;
}
#testing--current {
  background-color: transparent;
}
#testing--current.no-data {
  color: #495870;
}
#testing--current.positive .status--highlight {
  background: #dc4052;
}
#testing--current.detected .status--highlight {
  background: #8f1c36;
}
#testing--current.negative {
  color: inherit;
}
#testing--current.negative .status--highlight {
  background: #214d95;
}
#testing--current.no-test {
  color: inherit;
}
#testing--current.no-test .status--highlight {
  background: #3f495c;
}
#testing--current .testing--random-testing--highlight {
  color: white;
  font-weight: 700;
}
#quar--current {
  background-color: transparent;
}
#quar--current .status--highlight {
  background-color: #272516;
  color: #92923e;
  font-weight: 300;
}
#quar--current.quarantining .status--highlight {
  background-color: #886f16;
  color: #fffc7b;
  font-weight: 700;
}
#quar--current.isolating .status--highlight {
  background-color: #fffc7b;
  color: #0f1525;
  font-weight: 700;
}
#quar--current #quar--history {
  font-weight: 700;
  color: white;
  display: block;
  padding-left: 25px;
  margin-top: 5px;
  position: relative;
}
#quar--current #quar--history .icon {
  position: absolute;
  left: 0;
  font-weight: 600;
  top: 3px;
  font-size: 15px;
}
#symptoms--current.no-data {
  color: #495870;
}
#symptoms--current.active-data {
  color: #ff5964;
  font-weight: 800;
}
#contacts--current.no-data {
  color: #495870;
}
#contacts--current.active-data {
  color: inherit;
}
#contacts--current.active-data .status--highlight {
  color: white;
}
#groups--container {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}
#groups--container::-webkit-scrollbar {
  height: 12px;
}
#groups--container::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#groups--container::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#groups--container::-webkit-scrollbar-track {
  background-color: #141b2d;
}
#groups--container::-webkit-scrollbar-thumb {
  background-color: #586982;
}
#groups--container .no-data--label {
  display: none;
  font-size: 16px;
}
#groups--container.groups--no-data .no-data--label {
  display: block;
}
#groups--container.loading,
#groups--container.loading #profile--groups--loader {
  display: block;
}
#groups--title {
  padding: 0;
  margin-bottom: 24px;
}
#groups--title--text {
  display: inline-block;
  position: relative;
  z-index: 50;
  width: auto;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  padding-right: 16px;
  color: #8b9cb7;
  background-color: #0f1424;
}
#groups--title--rule {
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #25354a;
}
.mavily--container {
  display: flex;
  flex-direction: row;
  height: 300px;
  color: #9db2d0;
  margin-right: 20px;
}
.mavily--container .mavily,
.mavily--container .mavily--wastewater {
  height: 100%;
}
.mavily--container .mavily {
  width: 400px;
  background-color: #131c2f85;
  display: flex;
  flex-direction: column;
}
.mavily--container .mavily--wastewater {
  width: 200px;
  background-color: #131c2f;
  display: none;
  cursor: pointer;
}
.mavily--container.dorm .mavily--wastewater {
  display: block;
}
.mavily--container .mavily--top-bar {
  display: flex;
  flex-direction: row;
  background-color: #2c3749;
  font-weight: 700;
  font-size: 17px;
  padding: 12px 16px;
}
.mavily--container .mavily--top-bar .mavily--member-count {
  font-weight: 300;
  margin-left: 12px;
}
.mavily--container .mavily--details {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.mavily--container .mavily--vis-wrapper {
  width: 50%;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 35px 60px;
  padding-bottom: 0;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz .group--member {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #4D6179;
  margin: 3px;
  cursor: pointer;
  position: relative;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz.group--scale1 {
  padding: 35px 50px;
  padding-bottom: 0;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz.group--scale2 {
  padding: 35px 40px;
  padding-bottom: 0;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz.group--scale3 {
  padding: 35px 30px;
  padding-bottom: 0;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz.group--scale4 {
  padding: 35px 30px;
  padding-bottom: 0;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz.group--scale4 .group--member {
  width: 12px;
  height: 12px;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz.group--scale5 {
  padding: 35px 20px;
  padding-bottom: 0;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz.group--scale5 .group--member {
  width: 10px;
  height: 10px;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz .group--member.positive {
  background-color: #e8455c;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz .group--member.negative {
  background-color: #2a90ff;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz .group--member.detected {
  background-color: #8f1c36;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz .group--member.notdetected {
  background-color: #14499e;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz .profile--group--item--name {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  text-align: center;
  padding: 6px;
  background: #060C12;
  color: #4D6179;
  font-size: 14px;
  white-space: nowrap;
  z-index: 10;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz .profile--group--item--name.positive {
  color: #ff4c69;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz .profile--group--item--name.negative {
  color: #2a90ff;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz .profile--group--item--name.detected {
  color: #b51640;
}
.mavily--container .mavily--vis-wrapper .profile--group--item--viz .profile--group--item--name.notdetected {
  color: #14499e;
}
.mavily--container .mavily--tests {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  position: relative;
  top: 38px;
}
.mavily--container .mavily--tests .pos-pcr {
  display: flex;
  margin-bottom: 12px;
  font-weight: 700;
  color: #ff4c69;
}
.mavily--container .mavily--tests .pos-pcr .pos-count {
  background: #ff4c69;
  color: #0f1424;
}
.mavily--container .mavily--tests .pos-lamp {
  display: flex;
  color: #b51640;
}
.mavily--container .mavily--tests .pos-lamp .pos-count {
  background: #b51640;
  color: #0f1424;
}
.mavily--container .mavily--tests .pos-count {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  padding: 5px 0 0px 0;
  text-align: center;
  margin-right: 12px;
  font-size: 20px;
  font-weight: 700;
}
.mavily--container .wastewater--details {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 0px;
}
.mavily--container .wastewater--details .wastewater--header {
  text-transform: uppercase;
  font-size: 13px;
  color: #496082;
  margin-bottom: 5px;
  padding: 0px 16px;
}
.mavily--container .wastewater--details .wastewater--count {
  font-size: 17px;
  padding: 0px 16px;
}
.mavily--container.new-pos {
  color: #ff4c69;
}
.mavily--container.new-pos .mavily--top-bar {
  background-color: #501c2f;
}
.mavily--container.new-pos .mavily {
  background-color: #28142485;
}
.mavily--container.new-pos .mavily--wastewater {
  background-color: #281424;
}
.mavily--container.new-pos .wastewater--header {
  color: #833038;
}
.mavily--container.new-pos .pos-pcr {
  color: #ff4c69;
}
.mavily--container.new-pos .pos-pcr .pos-count {
  background: #ff4c69;
  color: #0f1424;
}
.mavily--container.new-pos .pos-lamp {
  color: #b51640;
}
.mavily--container.new-pos .pos-lamp .pos-count {
  background: #b51640;
  color: #0f1424;
}
#symptoms-vis {
  font-size: 0;
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  text-align: center;
}
.symptoms-vis--cell {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  background-color: #1c293b;
  margin-top: 2px;
  margin-left: 2px;
}
.symptoms-vis--cell:nth-child(1),
.symptoms-vis--cell:nth-child(6) {
  margin-left: 11px;
}
.symptoms-vis--cell:nth-child(3) {
  margin-left: 0;
}
.symptoms-vis--cell:nth-child(2),
.symptoms-vis--cell:nth-child(7) {
  margin-right: 11px;
}
.symptoms-vis--cell:hover .symptoms-vis--box:after {
  opacity: 1;
}
.symptoms-vis--box {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}
.symptoms-vis--box:after {
  transition: opacity 0.15s ease-in-out;
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: white;
  opacity: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}
#symptoms-vis--fever .symptoms-vis--box {
  background-color: #f96b4f;
}
#symptoms-vis--chills .symptoms-vis--box {
  background-color: #008fae;
}
#symptoms-vis--cough .symptoms-vis--box {
  background-color: #fcb750;
}
#symptoms-vis--sore .symptoms-vis--box {
  background-color: #9f0841;
}
#symptoms-vis--short .symptoms-vis--box {
  background-color: #bd6752;
}
#symptoms-vis--runny .symptoms-vis--box {
  background-color: #817dd0;
}
#symptoms-vis--loss .symptoms-vis--box {
  background-color: #3c478c;
}
#symptoms-vis--fever .symptoms-vis--box:after {
  content: "Fever";
}
#symptoms-vis--chills .symptoms-vis--box:after {
  content: "Chills";
}
#symptoms-vis--cough .symptoms-vis--box:after {
  content: "Cough";
}
#symptoms-vis--sore .symptoms-vis--box:after {
  content: "Sore throat";
}
#symptoms-vis--short .symptoms-vis--box:after {
  content: "Short of breath";
}
#symptoms-vis--runny .symptoms-vis--box:after {
  content: "Runny nose";
}
#symptoms-vis--loss .symptoms-vis--box:after {
  content: "Loss of taste or smell";
}
.symptoms-vis--cell:nth-child(1) .symptoms-vis--box:after {
  margin-top: 64px;
  margin-left: 12px;
}
.symptoms-vis--cell:nth-child(2) .symptoms-vis--box:after {
  margin-top: 64px;
  margin-left: -12px;
}
.symptoms-vis--cell:nth-child(3) .symptoms-vis--box:after {
  margin-top: 40px;
  margin-left: 24px;
}
.symptoms-vis--cell:nth-child(4) .symptoms-vis--box:after {
  margin-top: 40px;
  margin-left: 0;
}
.symptoms-vis--cell:nth-child(5) .symptoms-vis--box:after {
  margin-top: 40px;
  margin-left: -24px;
}
.symptoms-vis--cell:nth-child(6) .symptoms-vis--box:after {
  margin-top: 16px;
  margin-left: 12px;
}
.symptoms-vis--cell:nth-child(7) .symptoms-vis--box:after {
  margin-top: 16px;
  margin-left: -12px;
}
#contacts-vis {
  display: none;
  margin: 0 auto;
}
#contacts-vis .contacts-vis--row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#contacts-vis .contact-dot {
  background-color: #8B9CB7;
  margin: 4px 4.5px;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}
#profile--list {
  max-width: 1280px;
  height: auto;
  margin: 0;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}
#profile--list .profile--list--toggle {
  display: flex;
  flex-direction: row;
  color: #8b9bbe;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #25354a;
  margin-bottom: 10px;
}
#profile--list .profile--list--toggle #profile-toggle--overall-data--tab,
#profile--list .profile--list--toggle #profile-toggle--testing-data--tab {
  padding: 10px 16px;
  background-color: #1c293b85;
  margin-bottom: 2px;
  transition: all 0.3s ease-in-out;
}
#profile--list .profile--list--toggle #profile-toggle--overall-data--tab:hover,
#profile--list .profile--list--toggle #profile-toggle--testing-data--tab:hover {
  cursor: pointer;
  font-weight: 700;
  background-color: #1c293b;
}
#profile--list .profile--list--toggle #profile-toggle--overall-data--tab.active,
#profile--list .profile--list--toggle #profile-toggle--testing-data--tab.active {
  font-weight: 800;
  margin-bottom: 0;
  color: white;
  background-color: #25354a;
}
#profile--list .profile--list--toggle #profile-toggle--overall-data--tab.active:hover,
#profile--list .profile--list--toggle #profile-toggle--testing-data--tab.active:hover {
  cursor: default;
}
#profile--list .profile--list--toggle #profile-toggle--overall-data--tab {
  margin-right: 2px;
}
#profile--list #profile--list--overall-data,
#profile--list #profile--list--testing-data {
  display: none;
}
#profile--list #profile--list--overall-data.active,
#profile--list #profile--list--testing-data.active {
  display: block;
}
#profile--list #profile-toggle--testing-data--tab {
  position: relative;
}
#profile--list #profile-toggle--testing-data--tab:after {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 5px;
  background-color: #131c2f;
  display: none;
  text-transform: none;
  padding: 5px;
  width: 150px;
}
#profile--list #profile-toggle--testing-data--tab.disabled {
  cursor: default;
  color: #45556b;
}
#profile--list #profile-toggle--testing-data--tab.disabled:hover {
  cursor: default;
  background-color: #131c2f;
  font-weight: 500;
}
#profile--list #profile-toggle--testing-data--tab.disabled:hover:after {
  display: block;
}
#profile--list #profile-toggle--testing-data--tab:after {
  content: "No testing data available";
}
#profile--list .row {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 ;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  color: #141b2d;
  background-color: transparent;
  border-left: 10px solid #141b2d;
}
#profile--list .row + .row {
  margin-top: 2px;
}
#profile--list .row .cell {
  flex-grow: 0;
  flex-shrink: 0;
}
#profile--list .row .cell:nth-child(1) {
  width: 30%;
  padding-left: 16px;
}
#profile--list .row .cell:nth-child(2) {
  width: 30%;
}
#profile--list .row .cell:nth-child(3) {
  width: 10%;
}
#profile--list .row .cell:nth-child(4) {
  width: 15%;
}
#profile--list .row .cell:nth-child(5) {
  width: 15%;
}
#profile--list .row .timestamp {
  color: #495870;
}
#profile--list .row .clearance-result {
  color: #495870;
}
#profile--list .row .attestation-status {
  color: #495870;
}
#profile--list .row .testing--list {
  color: #495870;
}
#profile--list .row .testing--list .testing--tested,
#profile--list .row .testing--list .testing--result {
  color: #495870;
}
#profile--list .row .testing--list .testing--result--test-type {
  background-color: #394050;
  font-weight: 700;
  font-size: 12px;
}
#profile--list .row .testing--list .negative {
  color: #2a90ff;
}
#profile--list .row .testing--list .negative.testing--tested,
#profile--list .row .testing--list .negative.testing--result {
  color: #2a90ff;
}
#profile--list .row .testing--list .negative .testing--result--test-type {
  background-color: #2e66bf;
}
#profile--list .row .testing--list .positive {
  color: #f1414f;
}
#profile--list .row .testing--list .positive.testing--tested,
#profile--list .row .testing--list .positive.testing--result {
  color: #f1414f;
}
#profile--list .row .testing--list .positive .testing--result--test-type {
  background-color: #cd1233;
}
#profile--list .row .symptom {
  background-color: #1a2438;
}
#profile--list .row .contact-dot {
  background-color: #394050;
}
#profile--list .row .contacts--no-data .contacts-horiz {
  opacity: 0;
  height: 20px;
}
#profile--list .row.expanded .clearance-result {
  margin-top: 23px;
  line-height: normal;
}
#profile--list .row:hover,
#profile--list .row.expanded {
  color: #8b9cb7;
  background-color: #141b2d;
  border-left: 10px solid #1a2438;
}
#profile--list .row:hover .clearance-result,
#profile--list .row.expanded .clearance-result {
  color: #8b9cb7;
}
#profile--list .row:hover .attestation-status,
#profile--list .row.expanded .attestation-status {
  color: #8b9cb7;
}
#profile--list .row:hover .timestamp,
#profile--list .row.expanded .timestamp {
  color: #8b9cb7;
}
#profile--list .row:hover .testing--list,
#profile--list .row.expanded .testing--list {
  color: #8b9cb7;
}
#profile--list .row:hover .testing--list .testing--result--test-type,
#profile--list .row.expanded .testing--list .testing--result--test-type {
  background-color: #8b9cb7;
}
#profile--list .row:hover .testing--list .testing--tested,
#profile--list .row.expanded .testing--list .testing--tested,
#profile--list .row:hover .testing--list .testing--result,
#profile--list .row.expanded .testing--list .testing--result {
  color: #8b9cb7;
}
#profile--list .row:hover .testing--list .negative,
#profile--list .row.expanded .testing--list .negative {
  color: #78c1ff;
}
#profile--list .row:hover .testing--list .negative.testing--tested,
#profile--list .row.expanded .testing--list .negative.testing--tested,
#profile--list .row:hover .testing--list .negative.testing--result,
#profile--list .row.expanded .testing--list .negative.testing--result {
  color: #78c1ff;
}
#profile--list .row:hover .testing--list .negative .testing--result--test-type,
#profile--list .row.expanded .testing--list .negative .testing--result--test-type {
  background-color: #2a90ff;
}
#profile--list .row:hover .testing--list .positive,
#profile--list .row.expanded .testing--list .positive {
  color: #ff7c84;
}
#profile--list .row:hover .testing--list .positive.testing--tested,
#profile--list .row.expanded .testing--list .positive.testing--tested,
#profile--list .row:hover .testing--list .positive.testing--result,
#profile--list .row.expanded .testing--list .positive.testing--result {
  color: #ff7c84;
}
#profile--list .row:hover .testing--list .positive .testing--result--test-type,
#profile--list .row.expanded .testing--list .positive .testing--result--test-type {
  background-color: #f1414f;
}
#profile--list .row:hover .quar--list,
#profile--list .row.expanded .quar--list {
  color: #e2da63;
}
#profile--list .row:hover .contact-dot,
#profile--list .row.expanded .contact-dot {
  background-color: #495870;
}
#profile--list .row.expanded {
  height: auto;
  align-items: flex-start;
  padding-bottom: 12px;
}
#profile--list .row.expanded .clearance--list .time,
#profile--list .row.expanded .clearance--list .blocking-details {
  display: block;
}
#profile--list .row.expanded .symptoms-horiz--cap,
#profile--list .row.expanded .contacts-horiz--cap {
  display: block;
}
#profile--list .row.expanded .quar--list .quar-details {
  display: block;
}
#profile--list .row .testing--result--test-type {
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 8px;
  color: #0f1424;
}
#profile--list .row.blocked {
  border-left: 10px solid #d64f27;
}
#profile--list .row.blocked .clearance-result {
  color: #f98557;
}
#profile--list .row.blocked .blocking-reason {
  background-color: #ff8b5f;
}
#profile--list .row.blocked .attestation-status {
  color: #f7733f;
}
#profile--list .row.blocked:hover,
#profile--list .row.blocked.expanded {
  border-left: 10px solid #f9783a;
}
#profile--list .row.blocked:hover .clearance-result,
#profile--list .row.blocked.expanded .clearance-result {
  color: #ffb18a;
}
#profile--list .row.blocked:hover .attestation-status,
#profile--list .row.blocked.expanded .attestation-status {
  color: #ff8b5f;
}
#profile--list .row.cleared {
  border-left: 10px solid #11392a;
}
#profile--list .row.cleared .clearance-result {
  color: #23aa6c;
}
#profile--list .row.cleared .blocking-reason {
  background-color: #23aa6c;
}
#profile--list .row.cleared .attestation-status {
  color: #2a7a5c;
}
#profile--list .row.cleared:hover,
#profile--list .row.cleared.expanded {
  border-left: 10px solid #156245;
}
#profile--list .row.cleared:hover .clearance-result,
#profile--list .row.cleared.expanded .clearance-result {
  color: #58be92;
}
#profile--list .row.cleared:hover .attestation-status,
#profile--list .row.cleared.expanded .attestation-status {
  color: #23aa6c;
}
#profile--list .cell {
  vertical-align: top;
  height: 100%;
}
#profile--list .row-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#profile--list .row-list--top {
  min-height: 66px;
  line-height: 66px;
}
#profile--list .attestation-status {
  font-weight: 500;
}
#profile--list .timestamp,
#profile--list .testing--list {
  transition: color 0.15s ease-in-out;
}
#profile--list .symptom,
#profile--list .contact-dot {
  transition: background-color 0.15s ease-in-out;
}
#profile--list .clearance--list {
  display: flex;
  flex-direction: row;
}
#profile--list .clearance--list .timestamp,
#profile--list .clearance--list .clearance-tracked {
  vertical-align: top;
}
#profile--list .clearance--list .timestamp {
  width: 40%;
}
#profile--list .clearance--list .clearance-tracked {
  width: 60%;
  font-size: 12pt;
}
#profile--list .clearance--list .timestamp span {
  display: inline-block;
}
#profile--list .clearance--list .day,
#profile--list .clearance--list .time {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
#profile--list .clearance--list .time {
  margin-top: 14px;
}
#profile--list .clearance--list .unblocking-label {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #a6b0cd;
}
#profile--list .clearance--list .blocking-details {
  font-size: 0;
  font-size: 16px;
}
#profile--list .clearance--list .blocking-details .att-questions {
  color: #495870;
}
#profile--list .clearance--list .blocking-details .att-questions .yes {
  color: #f98557;
}
#profile--list .clearance--list .blocking-reason {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: auto;
  padding: 0 6px;
  margin: 0 4px 4px 0;
  font-weight: 800;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  color: #0f1424;
  background-color: #a6b0cd;
}
#profile--list .clearance--list .time,
#profile--list .clearance--list .blocking-details {
  display: none;
}
#profile--list .symptoms--list,
#profile--list .contacts--list {
  font-size: 12pt;
  display: flex;
  flex-direction: column;
}
#profile--list .symptoms-horiz,
#profile--list .contacts-horiz,
#profile--list .symptoms-horiz--cap,
#profile--list .symptoms-horiz--cap {
  margin-left: auto;
  margin-right: auto;
}
#profile--list .contacts-horiz.hidden {
  display: none;
}
#profile--list .symptoms-horiz {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#profile--list .symptoms-horiz,
#profile--list .symptoms-horiz--cap {
  width: 144px;
}
#profile--list .symptom {
  vertical-align: middle;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #7a0311;
}
#profile--list .symptom + .symptom {
  margin-left: 4px;
}
#profile--list .symptom:before,
#profile--list .symptom:after {
  content: "";
  transition: inherit 0.15s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: inherit;
  opacity: 0;
}
#profile--list .symptom:before {
  z-index: 0;
  width: 100%;
  height: 66px;
}
#profile--list .symptom:after {
  z-index: 100;
  width: 12px;
  height: 12px;
}
#profile--list .symptom.active {
  background-color: transparent;
}
#profile--list .symptom.active:before {
  opacity: 0.6;
}
#profile--list .symptom.active:after {
  opacity: 1;
}
#profile--list .symptom.active.fever {
  background-color: #f96b4f;
}
#profile--list .symptom.active.chills {
  background-color: #008fae;
}
#profile--list .symptom.active.cough {
  background-color: #fcb750;
}
#profile--list .symptom.active.sore {
  background-color: #bf2a54;
}
#profile--list .symptom.active.short {
  background-color: #bd6752;
}
#profile--list .symptom.active.runny {
  background-color: #817dd0;
}
#profile--list .symptom.active.loss {
  background-color: #3c478c;
}
#profile--list .contacts-horiz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
#profile--list .contacts-horiz,
#profile--list .contacts-horiz--cap {
  width: 144px;
  margin: 0 auto;
  text-align: center;
}
#profile--list .contacts-horiz--cap span {
  color: white;
}
#profile--list .contact-cluster {
  padding: 12px 0;
  min-height: 12px;
  line-height: 12px;
}
#profile--list .contact-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 2px;
  padding: 0;
  background-color: #0f1424;
}
#profile--list .symptoms-horiz--cap,
#profile--list .contacts-horiz--cap {
  display: none;
  text-align: center;
  margin-top: 12px;
}
#profile--list .testing--list {
  font-size: 12pt;
}
#profile--list .testing--list .row-list--top {
  line-height: 1.5;
  padding: 22px 0;
}
#profile--list .testing--result {
  font-weight: 300;
  margin-bottom: 3px;
  background-color: transparent;
}
#profile--list .testing--result.pending {
  font-weight: 500;
}
#profile--list .testing--result.resulted {
  color: white;
  font-weight: 700;
}
#profile--list .testing--tested {
  font-weight: 700;
}
#profile--list .quar--list {
  font-size: 12pt;
  color: #857f38;
  text-align: left;
}
#profile--list .quar--list .row-list--top {
  line-height: 1.5;
  padding: 22px 0;
}
#profile--list .quar--list .quar-details {
  margin-top: 12px;
  display: none;
}
#profile--list .quar--list .quar-details .quar--details--type {
  display: block;
}
#profile--list .quar--list .quar-details .quar--details--end {
  display: block;
}
#profile--list #profile--list--testing-data .row {
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  color: #8B9CB7;
  position: relative;
  font-weight: 300;
  width: 100%;
  height: auto;
  align-items: flex-start;
  margin: 0;
  cursor: default;
}
#profile--list #profile--list--testing-data .row + .row {
  margin-top: 2px;
}
#profile--list #profile--list--testing-data .row .cell {
  padding: 0;
}
#profile--list #profile--list--testing-data .row .cell:nth-child(1) {
  width: 100%;
  border: none;
}
#profile--list #profile--list--testing-data .row .cell:nth-child(2) {
  width: 0%;
}
#profile--list #profile--list--testing-data .row .cell:nth-child(3) {
  width: 0%;
}
#profile--list #profile--list--testing-data .row .cell:nth-child(4) {
  width: 0%;
}
#profile--list #profile--list--testing-data .row .cell:nth-child(5) {
  width: 0%;
}
#profile--list #profile--list--testing-data .row .cell:nth-child(6) {
  width: 0%;
}
#profile--list #profile--list--testing-data .row .timestamp {
  color: #222f48;
}
#profile--list #profile--list--testing-data .row .timestamp .cell--data .dow {
  display: none;
}
#profile--list #profile--list--testing-data .row .timestamp .cell--data .date {
  background-color: #0f1424;
  padding: 0 16px;
}
#profile--list #profile--list--testing-data .row .timestamp .timestamp-rule {
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #1a2438;
  z-index: -10;
}
#profile--list #profile--list--testing-data .row.negative,
#profile--list #profile--list--testing-data .row.positive,
#profile--list #profile--list--testing-data .row.no-result {
  margin: 10px 0;
}
#profile--list #profile--list--testing-data .row.negative .cell,
#profile--list #profile--list--testing-data .row.positive .cell,
#profile--list #profile--list--testing-data .row.no-result .cell {
  padding: 12px 16px 12px 0;
}
#profile--list #profile--list--testing-data .row.negative .cell:nth-child(1),
#profile--list #profile--list--testing-data .row.positive .cell:nth-child(1),
#profile--list #profile--list--testing-data .row.no-result .cell:nth-child(1) {
  width: 10%;
  border: none;
}
#profile--list #profile--list--testing-data .row.negative .cell:nth-child(2),
#profile--list #profile--list--testing-data .row.positive .cell:nth-child(2),
#profile--list #profile--list--testing-data .row.no-result .cell:nth-child(2) {
  width: 25%;
}
#profile--list #profile--list--testing-data .row.negative .cell:nth-child(3),
#profile--list #profile--list--testing-data .row.positive .cell:nth-child(3),
#profile--list #profile--list--testing-data .row.no-result .cell:nth-child(3) {
  display: none;
}
#profile--list #profile--list--testing-data .row.negative .cell:nth-child(4),
#profile--list #profile--list--testing-data .row.positive .cell:nth-child(4),
#profile--list #profile--list--testing-data .row.no-result .cell:nth-child(4) {
  width: 35%;
}
#profile--list #profile--list--testing-data .row.negative .cell:nth-child(5),
#profile--list #profile--list--testing-data .row.positive .cell:nth-child(5),
#profile--list #profile--list--testing-data .row.no-result .cell:nth-child(5) {
  width: 30%;
}
#profile--list #profile--list--testing-data .row.negative .cell:nth-child(6),
#profile--list #profile--list--testing-data .row.positive .cell:nth-child(6),
#profile--list #profile--list--testing-data .row.no-result .cell:nth-child(6) {
  display: none;
}
#profile--list #profile--list--testing-data .row.negative .timestamp,
#profile--list #profile--list--testing-data .row.positive .timestamp,
#profile--list #profile--list--testing-data .row.no-result .timestamp {
  color: #495870;
}
#profile--list #profile--list--testing-data .row.negative .timestamp .cell--data,
#profile--list #profile--list--testing-data .row.positive .timestamp .cell--data,
#profile--list #profile--list--testing-data .row.no-result .timestamp .cell--data {
  padding-left: 16px;
  padding-top: 3px;
  font-weight: 900;
}
#profile--list #profile--list--testing-data .row.negative .timestamp .cell--data .dow,
#profile--list #profile--list--testing-data .row.positive .timestamp .cell--data .dow,
#profile--list #profile--list--testing-data .row.no-result .timestamp .cell--data .dow {
  display: inline;
}
#profile--list #profile--list--testing-data .row.negative .timestamp .cell--data .date,
#profile--list #profile--list--testing-data .row.positive .timestamp .cell--data .date,
#profile--list #profile--list--testing-data .row.no-result .timestamp .cell--data .date {
  opacity: 1;
  background-color: transparent;
  padding: 0;
}
#profile--list #profile--list--testing-data .row.negative .test--status .cell--data,
#profile--list #profile--list--testing-data .row.positive .test--status .cell--data,
#profile--list #profile--list--testing-data .row.no-result .test--status .cell--data {
  position: relative;
  top: -1px;
  font-weight: 700;
}
#profile--list #profile--list--testing-data .row.negative .test--status .cell--data span,
#profile--list #profile--list--testing-data .row.positive .test--status .cell--data span,
#profile--list #profile--list--testing-data .row.no-result .test--status .cell--data span {
  font-weight: 300;
}
#profile--list #profile--list--testing-data .row .test--type .cell--data {
  display: inline-block;
  margin-top: 10px;
  color: #0f1424;
  padding: 2px 7px;
  font-weight: 700;
}
#profile--list #profile--list--testing-data .row.negative.test--taken {
  color: #2e66bf;
  background-color: #16325b;
}
#profile--list #profile--list--testing-data .row.negative.test--taken .timestamp,
#profile--list #profile--list--testing-data .row.negative.test--taken .cell--header {
  color: #2e66bf;
}
#profile--list #profile--list--testing-data .row.negative.test--taken .test--status {
  color: #bfe7ff;
}
#profile--list #profile--list--testing-data .row.negative.test--taken .date-tr .cell--data,
#profile--list #profile--list--testing-data .row.negative.test--taken .test--site .cell--data,
#profile--list #profile--list--testing-data .row.negative.test--taken .test--reason .cell--data {
  color: #bfe7ff;
}
#profile--list #profile--list--testing-data .row.negative.test--taken .test--type .cell--data {
  background: #78c1ff;
}
#profile--list #profile--list--testing-data .row.positive.test--taken {
  color: #ffdde1;
  background-color: #7f1828;
}
#profile--list #profile--list--testing-data .row.positive.test--taken .timestamp,
#profile--list #profile--list--testing-data .row.positive.test--taken .cell--header {
  color: #ff7c84;
}
#profile--list #profile--list--testing-data .row.positive.test--taken .test--status {
  color: #ffdde1;
}
#profile--list #profile--list--testing-data .row.positive.test--taken .date-tr .cell--data,
#profile--list #profile--list--testing-data .row.positive.test--taken .test--site .cell--data,
#profile--list #profile--list--testing-data .row.positive.test--taken .test--reason .cell--data {
  color: #ffdde1;
}
#profile--list #profile--list--testing-data .row.positive.test--taken .test--type .cell--data {
  background: #d3c7da;
}
#profile--list #profile--list--testing-data .row.no-result {
  background-color: #1c293b;
}
#profile--list #profile--list--testing-data .row.no-result .timestamp,
#profile--list #profile--list--testing-data .row.no-result .cell--header {
  color: #5d6d86;
}
#profile--list #profile--list--testing-data .row.no-result .test--status {
  color: #a2b4d0;
}
#profile--list #profile--list--testing-data .row.no-result .date-tr .cell--data,
#profile--list #profile--list--testing-data .row.no-result .test--site .cell--data,
#profile--list #profile--list--testing-data .row.no-result .test--reason .cell--data {
  color: #a2b4d0;
}
#profile--list #profile--list--testing-data .row.no-result .test--type .cell--data {
  background: #8b9cb7;
}
#profile--list #profile--list--testing-data .row.no-result.test--upcoming {
  margin-bottom: 10px;
}
#profile--list #profile--list--testing-data .row.no-result.test--missed {
  margin-bottom: 10px;
}
#profile--list #profile--list--testing-data .row .timestamp,
#profile--list #profile--list--testing-data .row .cell--header {
  opacity: 1;
  padding-top: 3px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
}
#profile--list #profile--list--testing-data .row .test--status .cell--data {
  font-weight: 500;
  font-size: 18px;
}
#profile--list #profile--list--testing-data .row .date-tr .cell--data,
#profile--list #profile--list--testing-data .row .test--site .cell--data,
#profile--list #profile--list--testing-data .row .test--type .cell--data,
#profile--list #profile--list--testing-data .row .test--reason .cell--data {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 5px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
#groups {
  width: 100%;
  height: 100%;
}
#groups.no-data .no-data-header {
  display: block;
  margin: 40px 64px;
}
#groups--header {
  font-size: 0;
  margin-left: 64px;
  height: 136px;
  padding-top: 40px;
}
#groups-headline {
  display: inline-block;
  vertical-align: top;
  line-height: 2em;
}
#groups-header-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#groups-headline {
  width: 192px;
  white-space: nowrap;
  margin-bottom: 0;
}
#groups-headline:before {
  display: none;
}
#groups-headline--groups {
  position: relative;
}
#groups-headline--groups .view-headline {
  display: inline-block;
  width: auto;
  color: white;
  margin: 0;
  padding: 0;
}
#groups-headline--groups .module--info {
  position: relative;
  display: inline-block;
  top: 8px;
  margin-left: 8px;
}
#groups-headline--groups .module--info .module--data--detail {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  padding: 20px 26px 22px 26px;
  top: -28px;
  left: 36px;
  transform: none;
  min-width: 548px;
  background-color: #9fb2cf;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background-color: #29415a;
  color: #a3b1cf;
}
#groups-headline--groups .module--info h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 9px;
  color: #fff;
}
#groups-headline--groups .module--info p {
  white-space: normal;
  padding-bottom: 9px;
}
#groups-headline--lastupdated {
  color: #5473ab;
  font-weight: 500;
}
#groups--wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: auto;
  overflow-y: auto;
}
#groups--wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#groups--wrapper::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#groups--wrapper::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#groups--wrapper::-webkit-scrollbar-track {
  background-image: url(./images/1b14b177016dfee7b487b0727d3098ab.svg);
  background-repeat: repeat;
  background-size: 12px;
  background-position: bottom right;
}
#groups--wrapper::-webkit-scrollbar-corner {
  background-color: #131c29;
}
#groups--wrapper.no-data {
  pointer-events: none;
}
#groups--wrapper.no-data #groups--no-data {
  display: block;
}
#groups--wrapper.no-data #groups-navigation *,
#groups--wrapper.no-data #queue-wrapper *,
#groups--wrapper.no-data #groups-detail * {
  display: block;
}
#groups--wrapper.no-data #groups-navigation {
  width: 280px;
}
#groups--wrapper.no-data #groups-navigation:before,
#groups--wrapper.no-data #groups-navigation:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 180px;
  transform: translateY(-50%);
  background-color: #1c293b;
}
#groups--wrapper.no-data #groups-navigation:before {
  margin-top: -120px;
}
#groups--wrapper.no-data #groups-navigation:after {
  margin-top: 120px;
}
#groups-navigation {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 64px;
}
#last-updated {
  color: #4b607f;
}
#groups-group-listing-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid #2a3466;
  background-color: #0f1424;
  overflow-x: auto;
  overflow-y: auto;
}
#groups-group-listing-wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#groups-group-listing-wrapper::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#groups-group-listing-wrapper::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#groups-group-listing-wrapper::-webkit-scrollbar-track {
  background-image: url(./images/1b14b177016dfee7b487b0727d3098ab.svg);
  background-repeat: repeat;
  background-size: 12px;
  background-position: bottom right;
}
#groups-group-listing-wrapper::-webkit-scrollbar-corner {
  background-color: #131c29;
}
#groups-group-visualization-wrapper {
  width: 100%;
  height: 100%;
  border: 2px solid #2a3466;
  background-color: #0f1424;
  overflow-x: auto;
  overflow-y: auto;
}
#groups-group-visualization-wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#groups-group-visualization-wrapper::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#groups-group-visualization-wrapper::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#groups-group-visualization-wrapper::-webkit-scrollbar-track {
  background-image: url(./images/1b14b177016dfee7b487b0727d3098ab.svg);
  background-repeat: repeat;
  background-size: 12px;
  background-position: bottom right;
}
#groups-group-visualization-wrapper::-webkit-scrollbar-corner {
  background-color: #131c29;
}
.groups--group--contents--inner {
  display: flex;
  flex-flow: wrap;
}
.groups--group--item {
  max-width: 300px;
  margin: 20px;
  padding: 40px 40px 30px;
  background-color: #060C12;
}
.groups--group--item--label {
  text-align: center;
  margin: 0px 0px 60px 0px;
  padding-top: 20px;
}
.groups--group--item--label h3 {
  font-weight: 800;
  font-size: 14pt;
}
.groups--group--item--name {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  text-align: center;
  padding: 6px;
  background: #060C12;
  font-size: 14px;
  white-space: nowrap;
  z-index: 10;
}
.groups--group--item--name.positive {
  color: #ff4c69;
}
.groups--group--item--name.negative {
  color: #2a90ff;
}
.groups--group--item--name.detected {
  color: #b51640;
}
.groups--group--item--name.notdetected {
  color: #14499e;
}
.groups--group--item--viz {
  padding: 0 35px 35px 35px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 35px 60px;
  padding-bottom: 0;
}
.groups--group--item--viz .group--member {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #4D6179;
  margin: 3px;
  cursor: pointer;
  position: relative;
}
.groups--group--item--viz .group--member.positive {
  background-color: #e8455c;
}
.groups--group--item--viz .group--member.negative {
  background-color: #2a90ff;
}
.groups--group--item--viz .group--member.detected {
  background-color: #8f1c36;
}
.groups--group--item--viz .group--member.notdetected {
  background-color: #14499e;
}
#groups--listing--nav button {
  transition: all 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: #1c293b;
  color: #57749a;
  margin-right: 8px;
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: #21294f;
  color: #556c9e;
}
#groups--listing--nav button:focus {
  outline: none;
}
#groups--listing--nav button:hover {
  background-color: #25354a;
  color: #8f9bb7;
}
#groups--listing--nav button.active {
  background-color: #57749a;
  color: white;
  background-color: #6678c7;
  color: #fff;
}
#groups--listing--nav button:hover {
  background-color: #21294f;
  color: #fff;
}
.groups--group--item--counter {
  display: flex;
  flex-flow: wrap;
  align-content: flex-start;
}
.groups--group--item--counter div {
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 11pt;
  padding: 4px;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.groups--group--item--counter label {
  display: block;
  font-size: 11pt;
  line-height: 14pt !important;
  text-align: center;
  margin: 0 auto;
  color: #949ab0;
}
.groups--group--item--counter .positive div {
  background-color: #e8455c;
}
.groups--group--item--counter .negative div {
  background-color: #2a90ff;
}
.groups--group--item--counter .detected div {
  background-color: #8f1c36;
}
.groups--group--item--counter .notdetected div {
  background-color: #14499e;
}
.groups--group--item--counter .notest div {
  background-color: #4D6179;
}
.groups--group--item--counter .positive,
.groups--group--item--counter .negative,
.groups--group--item--counter .detected,
.groups--group--item--counter .notdetected,
.groups--group--item--counter .notest {
  display: inline-block;
  width: 33%;
  height: 50%;
  margin-bottom: 14px;
}
.groups--group--item--counter .notest {
  width: 40%;
}
.groups--group--item--counter .positive.zero div,
.groups--group--item--counter .negative.zero div,
.groups--group--item--counter .detected.zero div,
.groups--group--item--counter .notdetected.zero div,
.groups--group--item--counter .notest.zero div {
  background-color: #060C12;
}
#groups-group-listing-wrapper,
#groups-group-visualization-wrapper {
  display: none;
}
#groups-group-listing-wrapper.active {
  display: flex;
}
#groups-group-visualization-wrapper.active {
  display: block;
}
#groups--listing--controls {
  font-size: 0;
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 64px;
  background-color: #2a3466;
}
#groups--listing--header {
  padding: 16px;
  padding-right: 64px;
  font-weight: 700;
  white-space: nowrap;
}
#groups--listing--header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#groups--listing--title {
  width: 100%;
  height: 32px;
  padding: 0 0 0 16px;
  color: white;
}
#groups--listing--details {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0;
  height: 32px;
  display: flex;
  align-items: center;
  line-height: 32px;
}
#groups--listing--details h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  top: 0;
  left: 0;
  width: auto;
  padding: 0;
  color: white;
  margin-right: 12px;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
#groups--listing--details span {
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 18px;
}
#groups--listing--contents {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: #0f1424;
  margin: 0;
  padding: 40px;
  padding-top: 0px;
  margin-top: 40px;
}
#groups--listing--contents::-webkit-scrollbar {
  width: 12px;
}
#groups--listing--contents::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#groups--listing--contents::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#groups--listing--contents::-webkit-scrollbar {
  width: 16px;
}
#groups--listing--contents::-webkit-scrollbar-track {
  background-color: #141b2d;
}
#groups--listing--contents::-webkit-scrollbar-thumb {
  background-color: #202851;
}
table {
  -webkit-border-horizontal-spacing: 2px;
  -webkit-border-vertical-spacing: 2px;
}
#groups--listing--table {
  height: auto;
  position: relative;
  top: -2px;
  /*
  td.positive, td.blocked {
    background-color: @pB0;
    color: white;
  }
  */
}
#groups--listing--table thead {
  position: relative;
}
#groups--listing--table thead tr {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  height: 64px;
  line-height: 64px;
  background-color: #131c29;
}
#groups--listing--table thead tr th {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0px;
  background-color: #314a68;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-top: 2px solid #131c29;
}
#groups--listing--table tbody {
  overflow-x: hidden;
  overflow-y: auto;
}
#groups--listing--table tbody tr {
  cursor: pointer;
}
#groups--listing--table th,
#groups--listing--table td {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  height: 64px;
  text-align: left;
  padding: 0 20px;
}
#groups--listing--table th {
  font-weight: 800;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
#groups--listing--table td {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
}
#groups--listing--table tr {
  background-color: #141b2d87;
}
#groups--listing--table td span.test-type {
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 12px;
  color: #0f1424;
  background-color: #a5b0cd;
}
#groups--listing--table tr td {
  transition: all 0.3s ease-in-out;
  color: #495870;
  background-color: transparent;
}
#groups--listing--table tr td:first-child {
  border-left: 10px solid #141b2d;
}
#groups--listing--table tr td.timestamp {
  color: #495870;
}
#groups--listing--table tr td.clearance-result {
  color: #495870;
}
#groups--listing--table tr td.attestation-status {
  color: #495870;
}
#groups--listing--table tr td.testing--list {
  color: #495870;
}
#groups--listing--table tr td.testing--list .test_date {
  font-weight: 200;
}
#groups--listing--table tr td.testing--list .testing--tested,
#groups--listing--table tr td.testing--list .testing--result {
  color: #495870;
}
#groups--listing--table tr td.testing--list .testing--result--test-type {
  background-color: #394050;
}
#groups--listing--table tr td.testing--list .negative {
  color: #2a90ff;
}
#groups--listing--table tr td.testing--list .negative.testing--tested,
#groups--listing--table tr td.testing--list .negative.testing--result {
  color: #2a90ff;
}
#groups--listing--table tr td.testing--list .negative .testing--result--test-type {
  background-color: #2e66bf;
}
#groups--listing--table tr td.testing--list .positive {
  color: #f1414f;
}
#groups--listing--table tr td.testing--list .positive.testing--tested,
#groups--listing--table tr td.testing--list .positive.testing--result {
  color: #f1414f;
}
#groups--listing--table tr td.testing--list .positive .testing--result--test-type {
  background-color: #cd1233;
}
#groups--listing--table tr td.testing--list .testing--result--test-type {
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 8px;
  color: #0f1424;
}
#groups--listing--table tr td.quar-status {
  overflow: unset;
}
#groups--listing--table tr td.quar-status.quarantining .tpc-quar.icon {
  background-color: #a89711;
}
#groups--listing--table tr td.quar-status.quarantining .tpc-quar.icon + .module--data--detail {
  background-color: #a89711;
  color: #312d0a;
}
#groups--listing--table tr td.quar-status.quarantining .module--info:hover .tpc-quar.icon {
  background-color: #d6c52b;
}
#groups--listing--table tr td.quar-status.isolating .tpc-quar.icon {
  background-color: #ffe003;
}
#groups--listing--table tr td.quar-status.isolating .tpc-quar.icon + .module--data--detail {
  background-color: #ffe003;
  color: #312d0a;
}
#groups--listing--table tr td.quar-status.isolating .module--info:hover .tpc-quar.icon {
  background-color: #ffea71;
}
#groups--listing--table tr td.quar-status .module--info {
  height: 26px;
  width: 26px;
  position: relative;
  left: 45%;
}
#groups--listing--table tr td.quar-status .tpc-quar.icon {
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
}
#groups--listing--table tr td.quar-status .module--data--detail {
  padding: 6px 10px;
  white-space: normal;
  font-weight: 700;
  transform: unset;
  left: 130%;
  top: -30px;
  width: 120px;
  min-width: unset;
  max-width: unset;
}
#groups--listing--table tr:hover td:first-child,
#groups--listing--table tr.expanded td:first-child {
  border-left: 10px solid #1a2438;
}
#groups--listing--table tr:hover td,
#groups--listing--table tr.expanded td {
  color: #8b9cb7;
  background-color: #141b2d;
}
#groups--listing--table tr:hover td.clearance-result,
#groups--listing--table tr.expanded td.clearance-result {
  color: #8b9cb7;
}
#groups--listing--table tr:hover td .attestation-status,
#groups--listing--table tr.expanded td .attestation-status {
  color: #8b9cb7;
}
#groups--listing--table tr:hover td .timestamp,
#groups--listing--table tr.expanded td .timestamp {
  color: #8b9cb7;
}
#groups--listing--table tr:hover td.testing--list,
#groups--listing--table tr.expanded td.testing--list {
  color: #8b9cb7;
}
#groups--listing--table tr:hover td.testing--list .testing--result--test-type,
#groups--listing--table tr.expanded td.testing--list .testing--result--test-type {
  background-color: #8b9cb7;
}
#groups--listing--table tr:hover td.testing--list .testing--tested,
#groups--listing--table tr.expanded td.testing--list .testing--tested,
#groups--listing--table tr:hover td.testing--list .testing--result,
#groups--listing--table tr.expanded td.testing--list .testing--result {
  color: #8b9cb7;
}
#groups--listing--table tr:hover td.testing--list .negative,
#groups--listing--table tr.expanded td.testing--list .negative {
  color: #78c1ff;
}
#groups--listing--table tr:hover td.testing--list .negative.testing--tested,
#groups--listing--table tr.expanded td.testing--list .negative.testing--tested,
#groups--listing--table tr:hover td.testing--list .negative.testing--result,
#groups--listing--table tr.expanded td.testing--list .negative.testing--result {
  color: #78c1ff;
}
#groups--listing--table tr:hover td.testing--list .negative .testing--result--test-type,
#groups--listing--table tr.expanded td.testing--list .negative .testing--result--test-type {
  background-color: #2a90ff;
}
#groups--listing--table tr:hover td.testing--list .positive,
#groups--listing--table tr.expanded td.testing--list .positive {
  color: #ff7c84;
}
#groups--listing--table tr:hover td.testing--list .positive.testing--tested,
#groups--listing--table tr.expanded td.testing--list .positive.testing--tested,
#groups--listing--table tr:hover td.testing--list .positive.testing--result,
#groups--listing--table tr.expanded td.testing--list .positive.testing--result {
  color: #ff7c84;
}
#groups--listing--table tr:hover td.testing--list .positive .testing--result--test-type,
#groups--listing--table tr.expanded td.testing--list .positive .testing--result--test-type {
  background-color: #f1414f;
}
#groups--listing--table tr.blocked td.clearance-result {
  color: #f98557;
}
#groups--listing--table tr.blocked td .attestation-status {
  color: #f7733f;
}
#groups--listing--table tr.blocked td:first-child {
  border-left: 10px solid #d64f27;
}
#groups--listing--table tr.blocked:hover td:first-child,
#groups--listing--table tr.blocked.expanded td:first-child {
  border-left: 10px solid #f9783a;
}
#groups--listing--table tr.blocked:hover td.clearance-result,
#groups--listing--table tr.blocked.expanded td.clearance-result {
  color: #ffb18a;
}
#groups--listing--table tr.blocked:hover td .attestation-status,
#groups--listing--table tr.blocked.expanded td .attestation-status {
  color: #ff8b5f;
}
#groups--listing--table tr.cleared td.clearance-result {
  color: #23aa6c;
}
#groups--listing--table tr.cleared td .attestation-status {
  color: #2a7a5c;
}
#groups--listing--table tr.cleared td:first-child {
  border-left: 10px solid #11392a;
}
#groups--listing--table tr.cleared:hover td:first-child,
#groups--listing--table tr.cleared.expanded td:first-child {
  border-left: 10px solid #156245;
}
#groups--listing--table tr.cleared:hover td.clearance-result,
#groups--listing--table tr.cleared.expanded td.clearance-result {
  color: #58be92;
}
#groups--listing--table tr.cleared:hover td .attestation-status,
#groups--listing--table tr.cleared.expanded td .attestation-status {
  color: #23aa6c;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
#wastewater {
  width: 100%;
  height: 100%;
}
#wastewater.no-data .no-data-header {
  display: block;
  margin: 40px 64px;
}
#wastewater.no-data #wastewater--header * {
  display: none;
}
#wastewater--header {
  font-size: 0;
  margin-left: 64px;
  height: 136px;
  padding-top: 40px;
}
#wastewater-headline,
#test-date-selector-wrap,
#wastewater--header--note {
  display: inline-block;
  vertical-align: top;
  line-height: 2em;
}
#wastewater-header-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#wastewater-headline {
  width: 192px;
  white-space: nowrap;
  margin-bottom: 0;
}
#wastewater-headline:before {
  display: none;
}
#wastewater-headline--wastewater {
  position: relative;
}
#wastewater-headline--wastewater .view-headline {
  display: inline-block;
  width: auto;
  color: white;
  margin: 0;
  padding: 0;
}
#wastewater-headline--wastewater .module--info {
  position: relative;
  display: inline-block;
  top: 8px;
  margin-left: 8px;
}
#wastewater-headline--wastewater .module--info .module--data--detail {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  padding: 20px 26px 22px 26px;
  top: -28px;
  left: 36px;
  transform: none;
  min-width: 548px;
  background-color: #9fb2cf;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background-color: #29415a;
  color: #a3b1cf;
}
#wastewater-headline--wastewater .module--info h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 9px;
  color: #fff;
}
#wastewater-headline--wastewater .module--info p {
  white-space: normal;
  padding-bottom: 9px;
}
#wastewater-datenavigation {
  padding: 24px;
}
#wastewater-datenavigation button {
  transition: all 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: #1c293b;
  color: #57749a;
  margin-right: 8px;
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  margin-right: 4px;
  margin-bottom: 4px;
}
#wastewater-datenavigation button:focus {
  outline: none;
}
#wastewater-datenavigation button:hover {
  background-color: #25354a;
  color: #8f9bb7;
}
#wastewater-datenavigation button.active {
  background-color: #57749a;
  color: white;
}
#wastewater-headline--lastupdated {
  color: #5473ab;
  font-weight: 500;
}
#wastewater--wrapper {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
}
#wastewater--wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#wastewater--wrapper::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#wastewater--wrapper::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#wastewater--wrapper::-webkit-scrollbar-track {
  background-image: url(./images/1b14b177016dfee7b487b0727d3098ab.svg);
  background-repeat: repeat;
  background-size: 12px;
  background-position: bottom right;
}
#wastewater--wrapper::-webkit-scrollbar-corner {
  background-color: #131c29;
}
#wastewater--wrapper.no-data {
  pointer-events: none;
}
#wastewater--wrapper.no-data #wastewater--no-data {
  display: block;
}
#wastewater--wrapper.no-data #wastewater-navigation *,
#wastewater--wrapper.no-data #queue-wrapper *,
#wastewater--wrapper.no-data #wastewater-detail * {
  display: block;
}
#wastewater--wrapper.no-data #wastewater-navigation {
  width: 280px;
}
#wastewater--wrapper.no-data #wastewater-navigation:before,
#wastewater--wrapper.no-data #wastewater-navigation:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 180px;
  transform: translateY(-50%);
  background-color: #1c293b;
}
#wastewater--wrapper.no-data #wastewater-navigation:before {
  margin-top: -120px;
}
#wastewater--wrapper.no-data #wastewater-navigation:after {
  margin-top: 120px;
}
#wastewater--wrapper.managing #wastewater-overview,
#wastewater--wrapper.managing #wastewater-headline--overview {
  display: none;
}
#wastewater--wrapper.managing #wastewater-manager {
  display: flex;
}
#wastewater--wrapper.managing #wastewater-headline--manager {
  display: inline-block;
}
#wastewater-headline--overview {
  display: inline-block;
}
#wastewater-headline--manager {
  display: none;
}
#wastewater-navigation {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 64px;
}
.wastewater-temp-switch {
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  margin-left: -28px;
  height: 48px;
  line-height: 44px;
  padding: 0 0 4px 28px;
  background-color: #5674d8;
  color: white;
  text-transform: none;
  font-size: 14px;
  border-top: 2px solid #050c12;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}
#wastewater-temp-switch--summary {
  display: none;
}
#wastewater-temp-switch--wastewater {
  display: none;
}
#last-updated {
  color: #4b607f;
}
#wastewater--visualization {
  display: block;
  width: 100%;
  /*height: 138%;*/
  margin: 0;
  padding: 0 64px;
  white-space: nowrap;
}
#wastewater--visualization {
  display: none;
}
#wastewater--visualization.active {
  display: flex;
}
#wastewater--charts {
  width: 100%;
  overflow-x: scroll;
  overflow-y: none;
  overflow-x: auto;
  overflow-y: auto;
}
#wastewater--charts::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#wastewater--charts::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#wastewater--charts::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#wastewater--charts::-webkit-scrollbar-track {
  background-image: url(./images/1b14b177016dfee7b487b0727d3098ab.svg);
  background-repeat: repeat;
  background-size: 12px;
  background-position: bottom right;
}
#wastewater--charts::-webkit-scrollbar-corner {
  background-color: #131c29;
}
.wastewater-chart-axis {
  width: 130px;
  padding-top: 85px;
  position: -webkit-sticky;
  position: sticky;
}
.wastewater-chart-axis .wastewater-chart-axisLabel {
  text-align: right;
  font-size: 0.7em;
  padding-right: 40px;
  color: #404656;
  position: absolute;
  right: 0px;
}
.wastewater-chart-axis .wastewater-chart-axisLabel label {
  display: block;
}
.wastewater-chart-axis .wastewater-chart-axisLabel label.wastewater-chart-axisLabel--tests {
  margin-top: 255px;
}
.wastewater-chart-axis .domain,
.wastewater-chart-axis .tick line {
  display: none;
}
.wastewater-chart-axis .tick text {
  font-size: 1.17em;
  font-family: "BR Hendrix";
  font-weight: bold;
}
.wastewater-chart-axis svg {
  position: relative;
  left: -20px;
  top: 20px;
}
.wastewater-chart {
  width: 200px;
  display: inline-block;
  padding: 0px;
  margin-right: 30px;
  margin-bottom: 50px;
  cursor: pointer;
  position: relative;
  /*.wastewater-chart-header {
    padding:10px;

    h3 {
      color:#FFF;
      margin-bottom:15px;
    }
    h4 {
      color: #a5b0cd;
    }
    h5 {
      color: #526a85;
    }

  }*/
}
.wastewater-chart svg {
  /*position:relative;
    left:-20px;
    top:20px;*/
}
.wastewater-chart .background {
  fill: #1C293B;
}
.wastewater-chart .wastewater-chart-container:hover .background {
  fill: #223042;
}
.wastewater-chart .wastewater--chart--header--wrapper .wastewater--chart--header {
  fill: #FFF;
  font-size: 14pt;
}
.wastewater-chart .wastewater--chart--header--wrapper .wastewater--chart--label {
  fill: #95b3dd;
  font-size: 12pt;
  font-weight: 600;
}
.wastewater-chart .grid .domain {
  display: none;
}
.wastewater-chart .grid .tick line {
  stroke: #050c12;
}
.wastewater-chart .line {
  fill: none;
  stroke: #95b3dd;
  stroke-width: 1px;
  stroke-dasharray: 4;
}
.wastewater-chart .area {
  fill: #95b3dd;
  opacity: 0.15;
}
.wastewater-chart circle.dot {
  fill: #95b3dd;
}
.wastewater-chart circle.dot.hover {
  fill: white;
}
.wastewater-chart circle.dot.lastDot {
  fill: #FFFFFE;
}
.wastewater-chart circle.dot.lastDot.dotOverThreshold {
  fill: #F11E4A;
}
.wastewater-chart circle.dot.dotOverThreshold {
  fill: #F15A71;
}
.wastewater-chart circle.dot-mouseover {
  opacity: 0%;
  stroke: white;
  fill: #44536a;
}
.wastewater-chart.overThreshold .wastewater-chart-container {
  background-color: #4c1730;
}
.wastewater-chart.overThreshold h4 {
  color: #F15A71;
}
.wastewater-chart.overThreshold h5 {
  color: #a4334e;
}
.wastewater-chart.overThreshold .line {
  stroke: #B8525F;
}
.wastewater-chart.overThreshold .area {
  fill: #652139;
}
.wastewater-chart .thresholdLine {
  fill: none;
  stroke: #B8525F;
  stroke-width: 2px;
  stroke-dasharray: 2 4;
}
.wastewater-chart .wastewaterGroupTestingChart rect {
  fill: #29415a;
}
.wastewater-chart .wastewaterGroupTestingChart rect.hover {
  fill: white;
}
.wastewater-chart .wastewaterGroupTestingChart-positives rect {
  fill: #b33c4d;
}
.wastewater-chart .wastewaterTestingChart-baseline {
  fill: none;
  stroke: #1F3148;
  stroke-width: 1px;
}
.tooltip {
  position: absolute;
  margin-top: -180px;
  color: #95b3dd;
  font-size: 14px;
  line-height: 18px;
}
.tooltip h4 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
}
.tooltip h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.tooltip .positive h5 {
  color: #ff6272;
}
.connectorLine,
.connectorLineHorizontal {
  fill: none;
  stroke: white;
  stroke-width: 1px;
  opacity: 0;
}
.hidden {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
#overview {
  font-size: 0;
  width: 100%;
  height: 100%;
  color: #949ab0;
  font-weight: 700;
}
#overview--wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 48px 32px;
}
.overview--row {
  position: relative;
  display: flex;
  flex-direction: row;
  width: auto;
  min-width: 800px;
  height: 100%;
}
.overview--row + .overview--row {
  margin-top: 32px;
}
#overview--upper {
  z-index: 100;
}
#overview--middle {
  z-index: 0;
}
#overview--lower {
  z-index: 0;
}
.launch-1 #overview--upper {
  height: 144px;
}
.launch-1 #overview--middle {
  min-height: 204px;
  max-height: 316px;
}
.launch-1 #overview--lower {
  min-height: 224px;
  max-height: 336px;
}
.launch-1 #overview--status {
  flex: 0;
  min-width: 288px;
}
.launch-1 #overview--cases {
  flex: 1 704px;
}
.launch-1 #overview--clearance {
  flex: 3 308px;
}
.launch-1 #overview--testing-breakdown {
  flex: 2 240px;
}
.launch-1 #overview--testing-progress {
  flex: 4 360px;
}
.launch-1 #overview--testing-progress .date-axis {
  height: 28px;
  line-height: 28px;
  margin-top: 12px;
}
.launch-1 #overview--testing-progress #overview--testing-progress--chart--randomized,
.launch-1 #overview--testing-progress #overview--testing-progress--readout--randomized {
  display: none;
}
.launch-2 #overview--upper {
  height: 124px;
}
.launch-2 #overview--middle {
  min-height: 280px;
  max-height: 448px;
}
.launch-2 #overview--lower {
  min-height: 208px;
  max-height: 312px;
}
.launch-2 #overview--status {
  flex: 0;
  min-width: 288px;
}
.launch-2 #overview--cases {
  flex: 1 704px;
}
.launch-2 #overview--hotspots {
  flex: 2 480px;
}
.launch-2 #overview--exposure {
  flex: 1;
}
.launch-2 #overview--sequencing {
  flex: 1;
}
.launch-2 #overview--clearance {
  flex: 3 288px;
}
.launch-2 #overview--testing-breakdown {
  flex: 2 240px;
}
.launch-2 #overview--testing-progress {
  flex: 4 400px;
}
.overview--module {
  font-size: 0;
  transition: background-color 0.15s ease-in-out;
  position: static;
  width: 100%;
  height: 100%;
  background-color: #091422;
  padding: 0;
  cursor: pointer;
}
.overview--module + .overview--module {
  margin-left: 16px;
}
.module--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px 16px 16px 25px;
  background-color: transparent;
}
#overview--upper .overview--module + .overview--module {
  margin-left: 16px;
}
#overview--status {
  z-index: 100;
}
#overview--cases {
  z-index: 0;
}
#overview--upper:hover .overview--module,
#overview--clearance:hover,
#overview--testing-breakdown:hover,
#overview--testing-progress:hover {
  background-color: #000c1d;
}
#overview--upper:hover .overview--module .module--title:not(#overview--status--title),
#overview--clearance:hover .module--title:not(#overview--status--title),
#overview--testing-breakdown:hover .module--title:not(#overview--status--title),
#overview--testing-progress:hover .module--title:not(#overview--status--title) {
  color: white;
}
#overview--upper:hover .overview--module .module--data .icon,
#overview--clearance:hover .module--data .icon,
#overview--testing-breakdown:hover .module--data .icon,
#overview--testing-progress:hover .module--data .icon,
#overview--upper:hover .overview--module .module--expander,
#overview--clearance:hover .module--expander,
#overview--testing-breakdown:hover .module--expander,
#overview--testing-progress:hover .module--expander {
  opacity: 1;
}
#overview--upper:hover .overview--module .module--expander,
#overview--clearance:hover .module--expander,
#overview--testing-breakdown:hover .module--expander,
#overview--testing-progress:hover .module--expander {
  font-size: 24px;
}
#overview--spread {
  cursor: auto;
}
#overview--spread .module--expander {
  display: none;
}
.overview--value {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  font-weight: 700;
}
.module--title {
  position: relative;
  font-weight: 700;
  margin-bottom: 12px;
}
.module--data {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.module--data .icon {
  font-size: 400;
}
.module--data:hover .icon {
  color: #a3b1cf;
}
.module--data:hover .module--data--detail {
  opacity: 1;
}
.module--data--detail {
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: -8px;
  width: auto;
  min-width: 192px;
  max-width: 280px;
  height: auto;
  padding: 8px 12px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background-color: #1c293b;
  opacity: 0;
  color: white;
  text-align: right;
}
.module--data--detail div + div {
  margin-top: 8px;
}
.module--data--tag {
  margin-right: 0.5rem;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  color: #8091b1;
}
.module--data .icon,
.module--expander {
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #486082;
  opacity: 0.4;
  width: 48px;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  text-align: center;
}
.module--expander {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
  font-weight: 400;
}
.module--contents {
  width: 100%;
  flex: 1;
}
h3 {
  transition: color 0.15s ease-in-out;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #a3b1cf;
}
h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #a3b1cf;
}
h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #8091b1;
}
.chart--stack {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
.chart--stack + .chart--stack {
  margin-top: 10px;
}
.stacker {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
}
.stack {
  width: 100%;
}
.date-axis {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 28px;
  line-height: 28px;
}
.date-box {
  margin: 0;
  height: inherit;
  line-height: inherit;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #a3b1cf;
  background-color: transparent;
}
.date-box.active {
  color: #a3b1cf;
  background-color: #1c293b;
}
.date-box.future {
  color: #223147;
}
.date-box.future.active {
  color: #a3b1cf;
}
.chart--value {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}
.chart--block {
  flex: 1;
}
#overview--status--title {
  color: #ff6272;
}
#overview--status--contents .module--line + .module--line {
  margin-top: 8px;
}
#overview--status--rate {
  position: relative;
  display: inline-block;
  width: auto;
}
#overview--status--rate--readout {
  white-space: nowrap;
  margin-right: 20px;
}
#overview--status--rate--readout span {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  weight: 700;
}
#overview--status--rate--readout.q1 {
  color: #38c77d;
}
#overview--status--rate--readout.q1 span {
  color: #7affc2;
}
#overview--status--rate--readout.q2 {
  color: #c4a766;
}
#overview--status--rate--readout.q2 span {
  color: #fcea9d;
}
#overview--status--rate--readout.q3 {
  color: #c16632;
}
#overview--status--rate--readout.q3 span {
  color: #fd9254;
}
#overview--status--rate--readout.q4 {
  color: #a73032;
}
#overview--status--rate--readout.q4 span {
  color: #de5052;
}
.module--info {
  width: 24px;
  height: 24px;
}
.module--info .icon {
  transition: background-color 0.15s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
  font-size: 22px;
  color: #000c1d;
  background-color: #1c293b;
  cursor: pointer;
}
.module--info .module--data--detail {
  text-align: left;
  margin-top: 8px;
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  color: #a3b1cf;
}
.module--info .module--data--detail span {
  color: white;
}
.module--info:hover .icon {
  background-color: #8091b1;
}
.module--info:hover .module--data--detail {
  opacity: 1;
}
#overview--status--rate--info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
#overview--status--rate--info .module--data--detail {
  width: 280px;
}
#overview--status--total-cases {
  display: none;
}
#overview--cases .module--inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#overview--cases--sidebar,
#overview--cases--chart,
#overview--cases--readout {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#overview--cases--chart {
  flex: 1;
  margin-left: 24px;
  margin-right: 16px;
}
#overview--cases--chart .date-box {
  flex: 1;
  padding-left: 4px;
  padding-right: 4px;
}
#overview--cases--chart .date-box.weekstart {
  border-color: #223147;
  border-style: solid;
  border-width: 0 0 0 2px;
}
#overview--cases--chart--terrain {
  background-color: #121a28;
  display: flex;
  flex-direction: row;
}
#overview--cases--chart--terrain.hovered .hovered .overview--cases--chart--data-bar {
  background-color: #e8455c;
}
.overview--cases--chart--data-bar-wrapper {
  flex-grow: 1;
  height: 100%;
  margin: 0;
  position: relative;
  background-color: rgba(28, 41, 59, 0);
}
.overview--cases--chart--data-bar-wrapper:hover {
  background-color: #1c293b;
}
.overview--cases--chart--data-bar-wrapper.weekstart {
  border-color: #091422;
  border-style: solid;
  border-width: 0 0 0 2px;
}
.overview--cases--chart--data-bar-wrapper.projected {
  background-color: #223147;
  background-image: url(./images/1b14b177016dfee7b487b0727d3098ab.svg);
  background-size: 50% auto;
  background-repeat: repeat;
}
.overview--cases--chart--data-bar-wrapper.projected:hover {
  background-color: #374561;
}
.overview--cases--chart--data-bar {
  background-color: #8f1c36;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 1px 1px 0 0;
}
.overview--cases--chart--data-bar.new {
  background-color: #e8455c;
}
#overview--cases .date-axis {
  margin-top: 7px;
}
#overview--cases--readout {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
#overview--cases--readout--labels h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
#overview--cases--title,
#overview--cases--time-label,
#overview--cases--readout--labels,
#overview--cases--readout--timestamp {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#overview--cases--readout--active-new {
  color: #b8354c;
}
#overview--cases--readout--active-new.active {
  color: #ff6272;
}
#overview--cases--readout--active-total {
  color: #b8354c;
}
#overview--cases--time-label {
  color: #46617e;
}
#overview--cases--readout--timestamp {
  display: block;
  text-align: left;
  min-width: 160px;
}
#overview--cases--readout--timestamp span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 24px;
  padding-bottom: 4px;
}
#overview--cases--readout--timestamp.active {
  color: #ff6272;
}
#overview--cases--readout--icon {
  top: -1px;
  font-size: 18px;
  margin-right: 4px;
}
#overview--cases--readout--timestamp,
#overview--cases--readout--last-test {
  color: #8091b1;
  justify-content: unset;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
#overview--cases--readout--timestamp #overview--cases--readout--label,
#overview--cases--readout--last-test #overview--cases--readout--label {
  margin-right: 4px;
}
#overview--hotspots--title,
#overview--hotspots--contents {
  position: relative;
}
#overview--hotspots--contents {
  width: auto;
  margin-top: 8px;
}
#overview--hotspots--contents .module--index {
  position: relative;
  margin: 12px 0 8px;
}
#overview--hotspots--contents button {
  transition: color 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: inherit;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  text-align: left;
  background: #091422;
  color: #46617e;
  border: 1px solid;
  padding: 4px 7px;
}
#overview--hotspots--contents button:hover,
#overview--hotspots--contents button:focus {
  color: #c6d1eb;
}
#overview--hotspots--contents button:focus + .module--group {
  display: block;
}
#overview--hotspots--contents .module--group {
  display: none;
  width: 160px;
  overflow: visible;
  margin: 8px 0;
}
.hotspots {
  white-space: nowrap;
}
.hotspots + .hotspots {
  margin-top: 8px;
}
.hotspots.none .hotspots--number {
  display: none;
}
.hotspots.none .hotspots--type {
  color: #8091b1;
}
.hotspots--number,
.hotspots--type {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 24px;
}
.hotspots--number {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  width: auto;
  line-height: 22px;
  padding: 0 6px 2px;
  margin-right: 8px;
  text-align: center;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  border: 1px solid;
  color: #000c1d;
}
.hotspots--type {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  padding: 0;
}
.hotspots--exposure .hotspots--type {
  color: #a7384d;
}
.hotspots--exposure .hotspots--number {
  background-color: #e7445c;
}
.hotspots--wastewater .hotspots--number {
  background-color: #ffc25f;
}
.hotspots--wastewater .hotspots--type {
  color: #a18049;
}
#overview--hotspots--map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/cmu-basic-map-color.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#overview--hotspots--map:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #091422, rgba(9, 20, 34, 0));
}
#overview--spread .module--inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#overview--spread .module--contents {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 64px;
}
#overview--spread .module--group {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #a3b1cf;
  margin-right: 32px;
}
#overview--spread .module--group + .module--group {
  margin-left: 32px;
}
#overview--spread .module--line {
  position: relative;
  z-index: 100;
}
#overview--spread .module--line + .module--line {
  margin-top: 4px;
}
#overview--spread .module--list {
  flex: 1;
  position: relative;
}
#overview--spread h3 {
  position: relative;
  line-height: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#overview--spread.no-high-spread #overview--spread--groups--high-spread {
  display: none;
}
#overview--spread--sidebar {
  display: flex;
  flex-direction: column;
}
#overview--spread--summary {
  color: #46617e;
}
#overview--spread--summary div + div {
  margin-top: 16px;
}
#overview--spread--summary .module--line {
  white-space: nowrap;
}
#overview--spread--title {
  width: 100%;
}
#overview--spread--header--tooltip {
  position: absolute;
  top: -4px;
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#overview--spread--header--tooltip #overview--spread--dl-label {
  transition: all 0.15s ease-in-out;
  opacity: 0;
  position: relative;
  top: 3px;
  left: 17px;
  color: #47566E;
}
#overview--spread--header--tooltip:hover #overview--spread--header--download {
  background-color: #A3B1Cf;
}
#overview--spread--header--tooltip:hover #overview--spread--dl-label {
  opacity: 1;
}
#overview--spread--header--download {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.15s ease-in-out;
  position: relative;
  left: 12px;
  top: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #47566e;
  color: #131c29;
  cursor: pointer;
}
#overview--spread--summary--total-groups {
  color: white;
}
#overview--spread--summary--no-mavily {
  position: absolute;
  bottom: 20px;
}
.highlight {
  color: white;
}
.orb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 8px;
  background: transparent;
}
.orb-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  background-color: #223147;
}
#overview--spread--summary--are-overlapping {
  color: #a3b1cf;
}
#overview--spread--summary--are-overlapping .orb-inner {
  background-color: #a3b1cf;
}
#overview--spread--summary--are-overlapping .overview--value {
  color: white;
}
#overview--spread--summary--not-overlapping {
  color: #46617e;
}
#overview--spread--summary--not-overlapping .orb-inner {
  background-color: #46617e;
}
#overview--spread--groups--high-spread,
#overview--spread--groups--single-case {
  flex: 1;
}
#overview--spread--groups--single-case--high-spread {
  display: inline;
}
#overview--spread--groups--single-case--no-high-spread {
  display: none;
}
.no-high-spread #overview--spread--groups--single-case--high-spread {
  display: none;
}
.no-high-spread #overview--spread--groups--single-case--no-high-spread {
  display: inline;
}
#overview--spread--groups--high-spread .module--line {
  display: flex;
  flex-direction: row;
  font-weight: 700;
}
#overview--spread--groups--high-spread .module--line .module--info {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin: 0 0 0 12px;
}
#overview--spread--groups--high-spread .overview--value {
  font-weight: inherit;
}
#overview--spread--groups--high-spread .group--case-count {
  color: #000c1d;
  background-color: #ff6272;
  border-color: #ff6272;
  font-weight: 900;
}
#overview--spread--groups--high-spread.module--list li:hover .group--case-count {
  background-color: #ff8793;
  border-color: #ff8793;
}
.module--list {
  position: relative;
}
.module--list .module--line {
  display: block;
  color: #ff6272;
}
.module--list .overview--value {
  flex: 1;
  text-align: right;
  font-weight: 500;
}
.module--list ul {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 8px;
  list-style-type: none;
}
.module--list ul::-webkit-scrollbar {
  width: 12px;
}
.module--list ul::-webkit-scrollbar-track {
  background-color: #0f161f;
}
.module--list ul::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
.module--list ul::-webkit-scrollbar-track {
  background-color: #131c29;
}
.module--list ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  color: #46617e;
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.module--list ul li + li {
  margin-top: 4px;
}
.module--list ul li span {
  position: relative;
}
.module--list ul li:hover {
  color: #6286ad;
}
.module--list ul li:hover .group--member-count,
.module--list ul li:hover .group--name {
  color: white;
}
.module--list ul li:hover .group--icon {
  opacity: 1;
}
.module--list ul .group--icon {
  position: absolute;
  right: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  opacity: 0.5;
}
#overview--spread--groups--high-spread {
  z-index: 100;
}
#overview--spread--groups--single-case {
  z-index: 0;
}
.module--list--title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.module--list--wrap {
  flex: 1;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}
.group--count {
  display: inline-block;
}
.group--count span {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0 4px;
  border: 1px solid;
  background-color: transparent;
}
.group--count span.group--case-count {
  margin-right: -1px;
  color: #ff6272;
  z-index: 10;
}
.group--count span.group--member-count {
  color: #8091b1;
  z-index: 0;
}
.module--list li:hover .group--case-count {
  color: #ff8793;
}
.group--name {
  color: #a3b1cf;
  margin-left: 8px;
}
#overview--exposure .module--contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-bottom: 8px;
}
#overview--exposure .module--group {
  display: flex;
  flex-direction: column;
  color: #a3b1cf;
  margin: 8px 0;
}
#overview--exposure .module--line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#overview--exposure .module--line + .module--line {
  margin-top: 4px;
}
.module--ratio {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4px;
}
.module--ratio h4 {
  color: #46617e;
}
.module--meter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 8px;
  height: 80%;
  margin-right: 16px;
  background-color: #323f58;
}
#overview--exposure--isolating .module--meter--fill {
  background-color: #ff7c55;
}
#overview--exposure--groups .module--meter--fill {
  background-color: #ff7c80;
}
#overview--exposure--isolating--contacts {
  color: #ff8f65;
}
#overview--exposure--groups--multiple {
  color: #ff7c80;
}
#overview--exposure--source--campus .orb-inner {
  background-color: #a3b1cf;
}
#overview--exposure--source--outside .orb-inner {
  background-color: #46617e;
}
#overview--exposure--source--outside {
  color: #46617e;
}
#overview--clearance--contents {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
#overview--clearance--contents .chart--label {
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  font-weight: 700;
  font-size: 12px;
}
#overview--clearance--chart,
#overview--clearance--readout {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#overview--clearance--chart {
  flex: 1;
}
#overview--clearance--chart .stacker,
#overview--clearance--chart .date-box {
  flex: 1 22px;
}
#overview--clearance--chart .stacker {
  min-width: 12px;
}
#overview--clearance--chart .stacker + .stacker {
  margin-left: 10px;
}
#overview--clearance--chart .stacker .stack--unattested {
  background-color: #1c293b;
}
#overview--clearance--chart .stacker .stack--blocked {
  background-color: #486082;
}
#overview--clearance--chart .stacker .stack--cleared {
  background-color: #00a762;
}
#overview--clearance--chart .stacker.weekend .stack--unattested {
  background-color: #172130;
}
#overview--clearance--chart .stacker.weekend .stack--blocked {
  background-color: #33425a;
}
#overview--clearance--chart .stacker.weekend .stack--cleared {
  background-color: #2e6a4b;
}
#overview--clearance--chart .stacker.today .stack--unattested {
  background-color: #111a29;
}
#overview--clearance--chart .stacker.today .stack--blocked {
  background-color: #1f2b3d;
}
#overview--clearance--chart .stacker.today .stack--cleared {
  background-color: #1b3f35;
}
#overview--clearance--chart .stacker.future {
  width: 100%;
  height: 100%;
  background-color: #111a29;
}
#overview--clearance--chart .stacker.future .stack--unattested,
#overview--clearance--chart .stacker.future .stack--blocked,
#overview--clearance--chart .stacker.future .stack--cleared {
  display: none;
}
#overview--clearance--readout {
  width: 80px;
  margin-left: 6%;
}
#overview--clearance--readout .chart--stack {
  transition: color 0.15s ease-in-out;
  align-items: center;
}
#overview--clearance--readout .stacker {
  height: auto;
}
#overview--clearance--readout.today #overview--clearance--readout--blocked,
#overview--clearance--readout.future #overview--clearance--readout--blocked {
  color: #455a75;
}
#overview--clearance--readout.today #overview--clearance--readout--cleared,
#overview--clearance--readout.future #overview--clearance--readout--cleared {
  color: #257f59;
}
#overview--clearance--readout--blocked {
  color: #6d88ad;
}
#overview--clearance--readout--cleared {
  color: #38c77d;
}
#overview--clearance--chart--not-cleared .stacker {
  justify-content: flex-end;
}
#overview--clearance--chart--cleared .stacker {
  justify-content: flex-start;
}
#overview--clearance .date-axis {
  margin-top: 16px;
}
#overview--clearance--chart .date-axis {
  margin-left: -5px;
  margin-right: -5px;
}
#overview--testing-breakdown--contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 8px;
}
#overview--testing-breakdown .module--title {
  padding-right: 48px;
}
.breakdown--li {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  position: relative;
  width: 100%;
  height: 28px;
  background: transparent;
}
.breakdown--li + .breakdown--li {
  margin-top: 4px;
}
.breakdown--li h4 {
  color: #5796ff;
}
.breakdown--li h4.breakdown--li-value {
  color: #a3b1cf;
}
.breakdown--li.other .breakdown--li-bar {
  background-color: #112036;
}
.breakdown--li.other h4 {
  color: #3466b2;
}
.breakdown--li-bar {
  position: absolute;
  top: 50%;
  left: 0;
  height: 80%;
  transform: translateY(-50%);
  background: #14253e;
}
.breakdown--li-name,
.breakdown--li-value {
  position: relative;
  display: inline-block;
}
.breakdown--li-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  text-align: left;
  width: 60px;
  flex: 1;
}
.breakdown--li-value {
  font-weight: 700;
  text-align: right;
}
#overview--testing-progress {
  min-width: 445px;
}
#overview--testing-progress .testing--bar-chart--bar + .testing--bar-chart--bar {
  margin-left: 10px;
}
#overview--testing-progress--title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  position: relative;
}
#overview--testing-progress--info {
  position: absolute;
  top: 9px;
  left: 100%;
  transform: translate(50%, -50%);
  z-index: 1;
}
#overview--testing-progress--info .module--data--detail {
  z-index: 300;
  width: 280px;
}
#overview--testing-progress--contents {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
}
#overview--testing-progress .testing--bar-chart--container {
  padding-right: 15px;
}
#overview--testing-progress .testing--bar-chart {
  padding-right: 10px;
}
#overview--testing-progress .testing--date-boxes {
  height: 28px;
  margin-top: 16px;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: space-between;
}
#overview--testing-progress .testing--date-box {
  font-size: 14px;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
  margin: 0;
  flex: 1 22px;
  color: #a3b1cf;
}
#overview--testing-progress .testing--date-box.future {
  color: #3e4f74;
}
#overview--testing-progress .testing--date-box.today {
  color: white;
}
#overview--testing-progress .testing--date-box.hovered {
  background-color: #1c293b;
}
#overview--testing-progress .testing--chart--readout {
  width: 160px;
  padding-left: 35px;
}
#overview--testing-progress .testing--chart--readout .readout--stackset {
  flex-direction: column;
}
#overview--testing-progress .testing--chart--readout .readout--stackset .stacker.tests-pending {
  margin-bottom: 16px;
}
#overview--testing-progress .testing--chart--readout .stacker {
  flex-direction: row;
  margin-bottom: 5px;
}
#overview--testing-progress .testing--chart--readout .stacker + .stacker.pos {
  margin-bottom: 20px;
}
#overview--testing-progress .testing--chart--readout .chart--value {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  position: absolute;
  left: -40px;
  top: 0px;
  width: 32px;
  text-align: right;
}
#overview--testing-progress .testing--chart--readout .chart--label {
  font-weight: 300;
  font-size: 13px;
  text-transform: unset;
  letter-spacing: 0.02rem;
  line-height: 17px;
}
#overview--testing-progress .testing--chart--readout {
  margin-top: 10px;
}
#overview--testing-progress .testing--chart--readout--header {
  color: #748d8d;
}
#overview--testing-progress .testing--chart--readout--header .stacker.tests-administered {
  position: absolute !important;
  top: 19px;
  max-width: 100px;
}
#overview--testing-progress .testing--chart--readout--timestamp {
  pointer-events: none;
  opacity: 0;
}
#overview--testing-progress .testing--chart--readout--timestamp span {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 16px;
  padding-bottom: 4px;
}
#overview--testing-progress .testing--chart--readout--timestamp--icon {
  font-size: 18px;
  top: 2px;
  margin-right: 4px;
}
@media (max-width: 1280px) {
  h4 {
    font-size: 14px;
    line-height: 18px;
  }
  h5 {
    font-size: 12px;
    line-height: 16px;
  }
  .compress-away {
    opacity: 0;
  }
  .compress-away.active {
    opacity: 1;
  }
}
@media (min-width: 1600px) {
  .chart--value {
    font-size: 22px;
  }
  .chart--label {
    font-size: 14px;
  }
  .date-box {
    font-weight: 700;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
#test-results {
  width: 100%;
  height: 100%;
}
#testing--summary {
  width: 100%;
  height: 100%;
}
#testing--summary.no-data .no-data-header {
  display: block;
  margin: 40px 64px;
}
#testing--wrapper {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
#testing--wrapper::-webkit-scrollbar {
  width: 12px;
}
#testing--wrapper::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#testing--wrapper::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#testing--wrapper.no-data {
  pointer-events: none;
}
#testing--wrapper.no-data #testing--no-data {
  display: block;
}
#testing--wrapper.no-data #testing-navigation *,
#testing--wrapper.no-data #testing-navigation {
  width: 280px;
}
#testing--wrapper.no-data #testing-navigation *:before,
#testing--wrapper.no-data #testing-navigation:before,
#testing--wrapper.no-data #testing-navigation *:after,
#testing--wrapper.no-data #testing-navigation:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 180px;
  transform: translateY(-50%);
  background-color: #1c293b;
}
#testing--wrapper.no-data #testing-navigation *:before,
#testing--wrapper.no-data #testing-navigation:before {
  margin-top: -120px;
}
#testing--wrapper.no-data #testing-navigation *:after,
#testing--wrapper.no-data #testing-navigation:after {
  margin-top: 120px;
}
#testing--wrapper .testing--bar-chart {
  cursor: default;
}
#testing--wrapper .testing--bar-chart:hover .testing--bar-chart--yaxis {
  color: #677899;
}
#testing--wrapper.managing #testing--summary,
#testing--wrapper.managing #testing-headline--overview {
  display: none;
}
#testing--wrapper.managing #testing--baseline {
  display: flex;
}
#testing--wrapper.managing #testing-headline--summary {
  display: inline-block;
}
#testing--wrapper .chart--value {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
#testing--wrapper .chart--label {
  font-size: 14px;
}
#testing--wrapper .testing--bar-chart--yaxis {
  font-size: 11px;
  position: relative;
  color: #3c4e71;
}
#testing--wrapper .testing--bar-chart--yaxis div {
  position: absolute;
  white-space: nowrap;
  left: 0;
  width: 40px;
  padding: 3px;
}
#testing--wrapper .testing--bar-chart--yaxis .testing--bar-chart--yaxis-max {
  top: -11px;
}
#testing--wrapper .testing--bar-chart--yaxis .testing--bar-chart--yaxis-min {
  bottom: -11px;
}
.testing-temp-switch {
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  margin-left: -28px;
  height: 34px;
  line-height: 32px;
  padding: 0 0 4px 28px;
  background-color: #5674d8;
  color: white;
  text-transform: none;
  font-size: 14px;
  border-top: 2px solid #050c12;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}
@media (min-height: 885px) {
  .testing-temp-switch {
    height: 48px;
    line-height: 44px;
  }
}
#testing-temp-switch--baseline {
  display: none;
}
#testing-temp-switch--summary {
  display: none;
}
#option-test-results.active.detailable {
  padding-bottom: 0;
}
#option-test-results.active #testing-temp-switch--baseline {
  display: block;
  background-color: #2a3466;
  color: #6173da;
  cursor: pointer;
}
#option-test-results.active #testing-temp-switch--baseline:hover {
  color: #95a8ff;
}
#option-test-results.active #testing-temp-switch--summary {
  display: block;
  margin-top: 11px;
  cursor: default;
}
@media (min-height: 700px) and (max-height: 885px) {
  #option-test-results.active #testing-temp-switch--summary {
    margin-top: 16.5px;
  }
}
@media (min-height: 885px) {
  #option-test-results.active #testing-temp-switch--summary {
    margin-top: 22px;
  }
}
#option-test-results.active.managing #testing-temp-switch--baseline {
  display: block;
  background-color: #5674d8;
  color: white;
  cursor: default;
}
#option-test-results.active.managing #testing-temp-switch--summary {
  background-color: #2a3466;
  color: #6173da;
  cursor: pointer;
}
#option-test-results.active.managing #testing-temp-switch--summary:hover {
  color: #95a8ff;
}
#testing--summary {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 64px;
}
#testing--summary .chart--value {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  position: absolute;
  left: -46px;
  top: 0px;
  width: 38px;
  text-align: right;
}
#testing--summary .chart--label {
  font-weight: 300;
  text-transform: unset;
  letter-spacing: 0.02rem;
}
#testing--baseline {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 40px 40px;
}
#testing--headline--summary h3,
#testing--baseline--summary h3 {
  color: white;
}
#testing--headline--summary p,
#testing--baseline--summary p {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  color: #5473ab;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-top: 12px;
}
#testing--headline--update-timestamp .icon,
#testing--baseline--update-timestamp .icon {
  position: relative;
  display: inline-block;
  font-size: 24px;
  top: 5px;
  padding-right: 6px;
}
#testing--headline--kpis {
  display: flex;
  flex-direction: row;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 70px;
}
.testing--headline-kpi {
  height: auto;
  vertical-align: top;
}
.testing--headline-kpi * {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.th-number {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  letter-spacing: -0.05rem;
  font-size: 34px;
  font-weight: 400;
}
.th-number-label {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin-left: 8px;
}
#testing--headline--total-positives {
  color: #65b0ff;
}
#testing--headline--total-tests {
  margin-left: 32px;
  color: #5473ab;
}
.testing--headline,
.testing--above,
.testing--below {
  width: 100%;
  vertical-align: top;
}
.testing--headline {
  margin-bottom: 48px;
  white-space: nowrap;
}
.testing--headline .view-headline {
  margin: 0;
  padding: 0;
}
.testing--headline #baseline--headline--date-label {
  background-color: #57749a;
  color: #050c12;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02rem;
  height: 24px;
  line-height: 24px;
  padding: 3px 7px;
  margin-left: 10px;
}
.testing--headline:before {
  display: none;
}
.testing--header {
  height: 40px;
  font-size: 16px;
  line-height: 14px;
}
.testing--header h4 {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  color: white;
}
.testing--header .tag {
  display: inline-block;
  background-color: #47566e;
  color: #131c29;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.02rem;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  margin-left: 16px;
}
.testing--column {
  display: flex;
  flex-direction: column;
}
.testing--above {
  margin-bottom: 66px;
}
.testing--below {
  margin-top: 66px;
  padding-bottom: 66px;
}
@media (min-width: 1100px) {
  #testing--summary {
    flex-direction: row;
  }
  .testing--left {
    padding-right: 44px;
  }
  .testing--right {
    min-width: 475px;
  }
}
#testing--positives {
  min-width: 340px;
  max-width: 500px;
  height: 100%;
  padding-right: 24px;
}
#testing--positives--list {
  height: calc(100vh - 55px);
}
#testing--positives--header {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
#testing--positives--header h4 {
  position: relative;
  flex-grow: 1;
  padding-right: 145px;
  line-height: 1.7;
}
#testing--positives--header--new-count {
  transition: color 0.15s ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 145px;
  padding-right: 40px;
  color: #5a6982;
  cursor: pointer;
}
#testing--positives--header--results--new-count {
  transition: color 0.15s ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  position: absolute;
  top: 25px;
  right: 0;
  text-align: right;
  width: 145px;
  padding-right: 40px;
  color: #5a6982;
  cursor: pointer;
}
#testing--positives--header--download {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.15s ease-in-out;
  position: absolute;
  top: 6px;
  right: -6px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #47566e;
  color: #131c29;
  cursor: pointer;
}
#testing--positives--header--download:hover {
  background-color: #7288a8;
}
#testing--positives--list {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: scroll;
  padding-right: 4px;
  margin-bottom: 66px;
}
#testing--positives--list::-webkit-scrollbar {
  width: 12px;
}
#testing--positives--list::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#testing--positives--list::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#testing--positives--list::-webkit-scrollbar {
  width: 16px;
}
#testing--positives--list::-webkit-scrollbar-track {
  background-color: #1c293b;
}
#testing--positives--list::-webkit-scrollbar-thumb {
  background-color: #2b3a51;
}
#testing--positives--list:before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a2231;
}
.testing--positives--case {
  font-size: 0;
  padding: 8px 12px;
  margin: 0 0 4px;
  display: flex;
  flex-direction: row;
  background-color: #8f1c36;
  color: #ff6272;
  font-weight: 700;
  cursor: pointer;
}
.testing--positives--case:hover {
  transition: background-color 0.15s ease-in-out;
  background-color: #9e2742;
}
.testing--positives--case:hover.pcr {
  background-color: #ff647a;
}
.testing--positives--case.new {
  background-color: #ea586d;
  color: white;
}
.testing--positives--case.mismatch .tpc-match {
  display: inline-block;
  cursor: default;
}
.testing--positives--case.pcr {
  background-color: #e8455c;
  color: white;
}
.testing--positives--case.pcr .tpc-test-type {
  background-color: white;
  color: #e8455c;
}
.testing--positives--case .module--info {
  width: unset;
  height: unset;
  position: relative;
}
.testing--positives--case .module--info .icon {
  position: unset;
  top: unset;
  left: unset;
}
.testing--positives--case .module--info:hover .tpc-quar.icon {
  color: #f5e67c;
}
.testing--positives--case .module--info:hover .tpc-block.icon {
  background-color: transparent;
  color: #f7828e;
}
.testing--positives--case .tpc-quar,
.testing--positives--case .tpc-block {
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 50%;
}
.testing--positives--case .tpc-quar.icon {
  line-height: 24px;
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
  color: #ff6272;
}
.testing--positives--case .tpc-quar.icon + .module--data--detail {
  display: block;
  background-color: #c0ab09;
  color: #312d0a;
}
.testing--positives--case .tpc-block.icon {
  line-height: 25px;
  font-size: 13px;
  width: 14px;
  font-weight: 600;
  background-color: transparent;
  display: none;
  color: #ff6272;
}
.testing--positives--case .tpc-block.icon.blocked {
  display: block;
}
.testing--positives--case .tpc-block.icon.blocked + .module--data--detail {
  display: block;
  background-color: #ff6272;
  color: white;
  text-align: left;
  max-width: unset;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.testing--positives--case .module--data--detail {
  display: none;
  top: 105%;
  height: unset;
  line-height: unset;
  padding: 6px 10px;
  text-align: center;
  box-shadow: 3px 3px 12px #0000004d;
  font-weight: 700;
  z-index: 1;
}
.pcr .tpc-block.icon {
  color: #fdd0d5;
}
.pcr .tpc-block.icon.blocked + .module--data--detail {
  color: #bb263a;
  background-color: #fdd0d5;
}
.pcr .tpc-quar.icon {
  color: #fdd0d5;
}
.pcr .tpc-quar.icon + .module--data--detail {
  background-color: #ffe003;
}
.pcr .module--info:hover .tpc-quar.icon {
  color: #ffe003;
}
.pcr .module--info:hover .tpc-block.icon {
  color: white;
}
.tpc-test {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1300px) {
  .tpc-test {
    flex-direction: row;
  }
}
.tpc-left-top {
  display: flex;
  margin-top: 4px;
}
.tpc-left-bottom,
.tpc-date {
  margin-top: 4px;
}
.tpc-left {
  width: 144px;
  flex-grow: 1;
  padding-right: 26px;
}
.tpc-left-bottom {
  display: flex;
  flex-wrap: wrap;
}
.tpc-name {
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 6px;
}
.tpc-id {
  margin-right: 10px;
}
.tpc-id,
.tpc-match,
.tpc-date {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.tpc-id,
.tpc-date {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
.tpc-right {
  text-align: right;
  width: 25%;
}
.tpc-test-result,
.tpc-test-type {
  display: inline-block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.tpc-test-result {
  display: none;
}
.tpc-test-type {
  margin-left: 8px;
  padding: 0 8px;
  background-color: #ff6272;
  color: #8f1c36;
  align-self: flex-end;
  margin-top: 6px;
}
.tpc-match {
  display: none;
  font-weight: 700;
  color: #131c29;
  white-space: nowrap;
}
.tpc-match .icon {
  position: relative;
  vertical-align: top;
  margin-right: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: inherit;
}
#testing--site {
  width: 100%;
  min-height: 215px;
}
#testing--site--header {
  display: flex;
  flex-direction: row;
}
#testing--site--header h4 {
  flex-grow: 2;
}
#testing--site--list {
  width: 100%;
}
.testing--site--li {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  margin: 0;
  color: white;
}
.testing--site--li + .testing--site--li {
  margin-top: 8px;
}
.testing--site--li.other {
  color: #5473ab;
}
.testing--site--li-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f3350;
}
.testing--site--li-name,
.testing--site--li-pct {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.testing--site--li-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  text-align: left;
  padding-left: 12px;
}
.testing--site--li-pct {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  letter-spacing: -0.05rem;
  font-weight: 700;
  text-align: right;
  padding: 0 12px;
  width: auto;
}
.testing--module--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.testing--bar-chart--bar {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  width: 100%;
}
.testing--bar-chart--bar + .testing--bar-chart--bar {
  margin-left: 10px;
}
.testing--bar-chart--bar:hover .bar--cat-a {
  background: #6952c1;
}
.testing--bar-chart--bar:hover .bar--cat-a .pos {
  background: #a79ce8;
}
.testing--bar-chart--bar:hover .bar--cat-b {
  background: #a68f44;
}
.testing--bar-chart--bar:hover .bar--cat-b .pos {
  background: #ebc85a;
}
.testing--bar-chart--bar:hover .bar--cat-c {
  background: #5e702e;
}
.testing--bar-chart--bar:hover .bar--cat-c .pos {
  background: #819d41;
}
.testing--bar-chart--bar:hover .bar--cat-rem {
  background-color: #283a3a;
}
.chart--contents {
  display: flex;
  flex-direction: row;
}
.chart--contents .testing--chart--readout {
  display: flex;
  flex-direction: column;
}
.chart--contents .testing--chart--readout .readout--stackset {
  flex-direction: column;
}
.chart--contents .testing--chart--readout .stacker {
  flex-direction: row;
}
.bar-stacker {
  position: relative;
  width: 100%;
  height: 100%;
}
.bar--cat-a,
.bar--cat-b,
.bar--cat-c {
  position: relative;
}
.bar--cat-a .pos,
.bar--cat-b .pos,
.bar--cat-c .pos {
  position: absolute;
  bottom: 0;
}
.stacker {
  position: relative;
}
.testing--bar-chart--container {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testing--bar-chart {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.testing--date-boxes {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 48px;
}
.testing--date-box {
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #5473ab;
  transition: color 0.15s ease-in-out;
}
.testing--date-box + .testing--date-box {
  margin-left: 8px;
}
.testing--date-box.future {
  color: #3e4f74;
}
.testing--date-box.today,
.testing--date-box.hovered {
  color: #ffffff;
}
.readout--stackset {
  color: #5a7272;
}
.readout--stackset.testing--chart--readout--cat-a {
  color: #7c5edb;
}
.readout--stackset.testing--chart--readout--cat-a .pos {
  color: #a79ce8;
}
.readout--stackset.testing--chart--readout--cat-b {
  color: #bca043;
}
.readout--stackset.testing--chart--readout--cat-b .pos {
  color: #ffde70;
}
.readout--stackset.testing--chart--readout--cat-c {
  color: #667933;
}
.readout--stackset.testing--chart--readout--cat-c .pos {
  color: #9eba5c;
}
.bar--cat-a {
  background: #5646a1;
}
.bar--cat-a .pos {
  background: #8781c0;
}
.bar--cat-b {
  background-color: #87763d;
}
.bar--cat-b .pos {
  background: #c3a854;
}
.bar--cat-c {
  background-color: #4f5c27;
}
.bar--cat-c .pos {
  background: #6b8037;
}
.bar--cat-rem {
  background-color: #212f2f;
}
#testing--testing-progress .testing--module--inner,
#testing--testing-scheduled .testing--module--inner {
  background-color: transparent;
}
#testing--testing-progress .chart--contents,
#testing--testing-scheduled .chart--contents {
  margin-top: 8px;
  margin-bottom: 16px;
  min-height: 250px;
}
#testing--testing-progress .chart--contents .testing--chart--readout,
#testing--testing-scheduled .chart--contents .testing--chart--readout {
  width: 200px;
  padding-left: 70px;
}
#testing--testing-progress .chart--contents .testing--chart--readout .stacker,
#testing--testing-scheduled .chart--contents .testing--chart--readout .stacker {
  margin-bottom: 5px;
}
#testing--testing-progress .testing--bar-chart--bar,
#testing--testing-scheduled .testing--bar-chart--bar {
  background: #0f161f59;
}
#testing--testing-progress .testing--bar-chart--bar + .testing--bar-chart--bar,
#testing--testing-scheduled .testing--bar-chart--bar + .testing--bar-chart--bar {
  margin-left: 10px;
}
#testing--testing-progress .stacker,
#testing--testing-scheduled .stacker {
  height: unset;
  width: unset;
}
#testing--testing-progress .readout--stackset,
#testing--testing-scheduled .readout--stackset {
  margin-bottom: 20px ;
}
#testing--testing-progress .testing--chart--readout--header,
#testing--testing-scheduled .testing--chart--readout--header {
  color: #748d8d;
  position: absolute;
  top: 8px;
}
#testing--testing-scheduled .testing--chart--readout--header .tests-completed {
  color: #6db0f8;
}
#testing--testing-scheduled .bar--cat-a,
#testing--testing-scheduled .bar--cat-b,
#testing--testing-scheduled .bar--cat-c {
  background-color: #2a90ff;
}
#testing--testing-scheduled .bar--cat-rem {
  background-color: #21395c;
}
#testing--testing-scheduled .testing--bar-chart--bar:hover .bar--cat-a,
#testing--testing-scheduled .testing--bar-chart--bar:hover .bar--cat-b,
#testing--testing-scheduled .testing--bar-chart--bar:hover .bar--cat-c {
  background-color: #54a4fa;
}
#testing--testing-scheduled .testing--bar-chart--bar:hover .bar--cat-rem {
  background-color: #2a456e;
}
#testing--testing-scheduled .testing--chart--readout .tests-scheduled {
  color: #5376ac;
}
#testing--testing-scheduled .testing--chart--readout .tests-administered {
  color: #54a4fa;
}
#testing--baseline {
  flex-direction: row;
}
#testing--baseline .testing--left {
  width: 100%;
  max-width: 550px;
  margin-right: 20px;
  padding-right: 0;
}
#testing--baseline .testing--right {
  width: 100%;
  min-width: 730px;
  max-width: 800px;
}
#testing--baseline #testing--baseline--left-charts {
  flex-direction: column;
  display: flex;
}
@media (max-width: 1300px) {
  #testing--baseline {
    flex-direction: column;
  }
  #testing--baseline #testing--baseline--left-charts {
    flex-direction: row;
    margin-bottom: 16px;
    min-width: 730px;
  }
  #testing--baseline .testing--left,
  #testing--baseline .testing--right {
    max-width: unset;
    width: 100%;
  }
}
#testing--baseline .testing--module--inner {
  background-color: #091422 !important;
  padding: 14px 18px 10px 20px;
  position: unset;
}
#testing--baseline .testing--above {
  margin-bottom: 30px;
}
#testing--baseline .testing--bar-chart--container {
  min-height: 215px;
  max-height: 215px;
  padding-right: 25px;
}
#testing--baseline .testing--date-boxes {
  padding: 10px 0;
}
#testing--baseline .testing--date-box {
  font-weight: 400;
  height: 30px;
  line-height: 30px;
}
#testing--baseline .testing--date-box + .testing--date-box {
  margin-left: unset;
}
#testing--baseline .testing--date-box.hovered {
  background-color: #1c293b;
}
#testing--baseline .testing--bar-chart--bar:nth-child(7n-5),
#testing--baseline .testing--date-box:nth-child(7n-5) {
  border-width: 0 2px 0 0;
  border-style: solid;
}
#testing--baseline .testing--date-box {
  border-color: #223147;
}
#testing--baseline .testing--bar-chart--bar {
  border-color: #22314752;
}
#testing--baseline .testing--headline {
  margin-bottom: 40px;
}
#testing--baseline--overview {
  flex-grow: 1;
}
#testing--baseline--overview .testing--chart--readout--header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 14px;
}
#testing--baseline--overview .testing--chart--readout--header .chart--value {
  font-weight: 300;
  margin-right: 8px;
  font-size: 38px;
}
#testing--baseline--overview .testing--chart--readout--header .chart--label {
  line-height: 18px;
  margin-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#testing--baseline--overview .testing--chart--readout--header .testing--baseline--overview--dl .icon {
  transition: opacity 0.15s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #131c29;
  cursor: pointer;
  opacity: 0.7;
}
#testing--baseline--overview .testing--chart--readout--header .testing--baseline--overview--dl .icon:hover {
  opacity: 1;
}
#testing--baseline--overview .header--scheduled,
#testing--baseline--overview .header--administered {
  flex-wrap: wrap;
}
#testing--baseline--overview .header--scheduled .chart--value,
#testing--baseline--overview .header--administered .chart--value {
  width: 100%;
}
#testing--baseline--overview .header--notest {
  color: #f58962;
}
#testing--baseline--overview .header--notest .testing--baseline--overview--dl .icon {
  background-color: #f58962;
}
#testing--baseline--overview .header--scheduled {
  color: #5173a7;
}
#testing--baseline--overview .header--scheduled .testing--baseline--overview--dl .icon {
  background-color: #2a456e;
}
#testing--baseline--overview .header--administered {
  color: #54a4fa;
}
#testing--baseline--overview .header--administered .testing--baseline--overview--dl .icon {
  background-color: #54a4fa;
}
#testing--baseline--overview .testing--baseline-overview--chart--layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#testing--baseline--overview .testing--baseline-overview--chart--layout .testing--chart--readout {
  width: 300px;
}
#testing--baseline--overview .testing--baseline-overview--chart {
  width: 80%;
  max-width: 200px;
  max-height: 200px;
  float: right;
}
#testing--baseline--overview .testing--baseline-overview--chart path.notest {
  fill: url(#diagonalHatch);
}
#testing--baseline--overview .testing--baseline-overview--chart path.upcoming {
  fill: #2a456e;
}
#testing--baseline--overview .testing--baseline-overview--chart path.administered {
  fill: #54a4fa;
}
#testing--baseline--overview .testing--baseline-overview--chart #diagonalHatch {
  stroke: #934E3B;
  stroke-width: 1;
  shape-rendering: "crispEdges";
}
#testing--baseline-burnup {
  flex-grow: 1;
}
#testing--baseline-burnup .testing--header {
  font-size: 14px;
  line-height: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  position: relative;
}
#testing--baseline-burnup .testing--header h4 {
  color: #a3b1cf;
}
#testing--baseline-burnup .module--info {
  position: absolute;
  z-index: 100;
  top: -5px;
  left: 100%;
  margin-left: 10px;
}
#testing--baseline-burnup .module--info span.green {
  color: #19e988;
}
#testing--baseline-burnup .module--info span.orange {
  color: #ffae91;
}
#testing--baseline-burnup .testing--bar-chart {
  background: repeating-linear-gradient(45deg, transparent 0 4px, #934e3b8c 5px 6px, transparent 6px 7px);
}
#testing--baseline-burnup .testing--bar-chart .testing--bar-chart--bar {
  border-color: #091422;
}
#testing--baseline-burnup .bar--cat-c {
  background-color: #183e35;
  position: relative;
}
#testing--baseline-burnup .bar--cat-c .bar--cat-c--detail {
  background-color: #2b7a5d;
  position: absolute;
  top: 0;
  width: 100%;
}
#testing--baseline-burnup .testing--bar-chart--bar:hover .bar--cat-c--detail {
  background-color: #22aa6b;
}
#testing--baseline-progress--contents,
#testing--baseline-scheduled--contents,
#testing--baseline-burnup--contents {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
#testing--baseline-burnup .testing--bar-chart--bar + .testing--bar-chart--bar,
#testing--baseline-scheduled .testing--bar-chart--bar + .testing--bar-chart--bar,
#testing--baseline-progress .testing--bar-chart--bar + .testing--bar-chart--bar {
  margin-left: 0px;
}
#testing--baseline-burnup .testing--chart--readout,
#testing--baseline-scheduled .testing--chart--readout,
#testing--baseline-progress .testing--chart--readout {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
#testing--baseline-burnup .testing--chart--readout + .testing--bar-chart--container,
#testing--baseline-scheduled .testing--chart--readout + .testing--bar-chart--container,
#testing--baseline-progress .testing--chart--readout + .testing--bar-chart--container {
  margin-top: 20px;
}
#testing--baseline-burnup .testing--chart--readout--left,
#testing--baseline-scheduled .testing--chart--readout--left,
#testing--baseline-progress .testing--chart--readout--left {
  width: 33%;
}
#testing--baseline-burnup .testing--chart--readout--right,
#testing--baseline-scheduled .testing--chart--readout--right,
#testing--baseline-progress .testing--chart--readout--right {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 66%;
}
#testing--baseline-burnup .testing--chart--readout--header,
#testing--baseline-scheduled .testing--chart--readout--header,
#testing--baseline-progress .testing--chart--readout--header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#testing--baseline-burnup .testing--chart--readout--header + .testing--chart--readout--header,
#testing--baseline-scheduled .testing--chart--readout--header + .testing--chart--readout--header,
#testing--baseline-progress .testing--chart--readout--header + .testing--chart--readout--header {
  margin-left: 10px;
}
#testing--baseline-burnup .testing--chart--readout--header.header--missed,
#testing--baseline-scheduled .testing--chart--readout--header.header--missed,
#testing--baseline-progress .testing--chart--readout--header.header--missed {
  color: #507097;
}
#testing--baseline-burnup .testing--chart--readout--header.header--future,
#testing--baseline-scheduled .testing--chart--readout--header.header--future,
#testing--baseline-progress .testing--chart--readout--header.header--future {
  color: #507097;
}
#testing--baseline-burnup .testing--chart--readout--header.header--positives,
#testing--baseline-scheduled .testing--chart--readout--header.header--positives,
#testing--baseline-progress .testing--chart--readout--header.header--positives {
  color: #fa727f;
}
#testing--baseline-burnup .testing--chart--readout--header.header--detected,
#testing--baseline-scheduled .testing--chart--readout--header.header--detected,
#testing--baseline-progress .testing--chart--readout--header.header--detected {
  color: #ef4250;
}
#testing--baseline-burnup .testing--chart--readout--header .chart--label,
#testing--baseline-scheduled .testing--chart--readout--header .chart--label,
#testing--baseline-progress .testing--chart--readout--header .chart--label {
  font-weight: 500;
  margin-bottom: 4px;
}
#testing--baseline-burnup .header--completed--inconclusive,
#testing--baseline-scheduled .header--completed--inconclusive,
#testing--baseline-progress .header--completed--inconclusive {
  color: #932b5d;
}
#testing--baseline-burnup .header--completed--negative,
#testing--baseline-scheduled .header--completed--negative,
#testing--baseline-progress .header--completed--negative {
  color: #3967b0;
}
#testing--baseline-burnup .header--completed--details,
#testing--baseline-scheduled .header--completed--details,
#testing--baseline-progress .header--completed--details {
  position: relative;
  margin-left: 80px;
}
#testing--baseline-burnup .header--completed--details .chart--value,
#testing--baseline-scheduled .header--completed--details .chart--value,
#testing--baseline-progress .header--completed--details .chart--value {
  font-size: 14px;
  position: absolute;
  top: 4px;
  right: 100%;
}
#testing--baseline-burnup .header--completed--details .header--completed--negative,
#testing--baseline-scheduled .header--completed--details .header--completed--negative,
#testing--baseline-progress .header--completed--details .header--completed--negative {
  position: relative;
  top: -3px;
}
#testing--baseline-burnup .chart--value,
#testing--baseline-scheduled .chart--value,
#testing--baseline-progress .chart--value {
  font-weight: 300;
  font-size: 38px;
  letter-spacing: 0;
  margin-right: 8px;
}
#testing--baseline-burnup .chart--label,
#testing--baseline-scheduled .chart--label,
#testing--baseline-progress .chart--label {
  font-weight: 300;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
#testing--baseline-burnup .testing--chart--readout--footers,
#testing--baseline-scheduled .testing--chart--readout--footers,
#testing--baseline-progress .testing--chart--readout--footers {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
#testing--baseline-burnup .testing--chart--readout--footer,
#testing--baseline-scheduled .testing--chart--readout--footer,
#testing--baseline-progress .testing--chart--readout--footer {
  margin-right: 15px;
}
#testing--baseline-burnup .testing--chart--readout--footer:last-child,
#testing--baseline-scheduled .testing--chart--readout--footer:last-child,
#testing--baseline-progress .testing--chart--readout--footer:last-child {
  margin-right: 0;
}
#testing--baseline-burnup .testing--chart--readout--footer .chart--value,
#testing--baseline-scheduled .testing--chart--readout--footer .chart--value,
#testing--baseline-progress .testing--chart--readout--footer .chart--value {
  font-size: 14px;
  font-weight: 700;
  margin-right: 0;
}
#testing--baseline-burnup .testing--chart--readout--footer .chart--label,
#testing--baseline-scheduled .testing--chart--readout--footer .chart--label,
#testing--baseline-progress .testing--chart--readout--footer .chart--label {
  font-weight: 300;
}
#testing--baseline-burnup .testing--chart--readout--footer.footer--new-scheduled,
#testing--baseline-scheduled .testing--chart--readout--footer.footer--new-scheduled,
#testing--baseline-progress .testing--chart--readout--footer.footer--new-scheduled {
  color: #22aa6b;
}
#testing--baseline-burnup .testing--chart--readout--footer.footer--scheduled,
#testing--baseline-scheduled .testing--chart--readout--footer.footer--scheduled,
#testing--baseline-progress .testing--chart--readout--footer.footer--scheduled,
#testing--baseline-burnup .testing--chart--readout--footer.footer--missed,
#testing--baseline-scheduled .testing--chart--readout--footer.footer--missed,
#testing--baseline-progress .testing--chart--readout--footer.footer--missed {
  color: #507097;
}
#testing--baseline-burnup .testing--chart--readout--footer.footer--administered.ts--footer,
#testing--baseline-scheduled .testing--chart--readout--footer.footer--administered.ts--footer,
#testing--baseline-progress .testing--chart--readout--footer.footer--administered.ts--footer {
  color: #54a4fa;
}
#testing--baseline-burnup .testing--chart--readout--footer.footer--positive,
#testing--baseline-scheduled .testing--chart--readout--footer.footer--positive,
#testing--baseline-progress .testing--chart--readout--footer.footer--positive {
  color: #f1727f;
}
#testing--baseline-burnup .testing--chart--readout--footer.footer--detected,
#testing--baseline-scheduled .testing--chart--readout--footer.footer--detected,
#testing--baseline-progress .testing--chart--readout--footer.footer--detected {
  color: #ef4250;
}
#testing--baseline-burnup .testing--chart--readout--footer.footer--inconclusive,
#testing--baseline-scheduled .testing--chart--readout--footer.footer--inconclusive,
#testing--baseline-progress .testing--chart--readout--footer.footer--inconclusive {
  color: #932b5d;
}
#testing--baseline-burnup .testing--chart--readout--footer.footer--negative,
#testing--baseline-scheduled .testing--chart--readout--footer.footer--negative,
#testing--baseline-progress .testing--chart--readout--footer.footer--negative {
  color: #3967b0;
}
#testing--baseline-burnup .chart--value.zero,
#testing--baseline-scheduled .chart--value.zero,
#testing--baseline-progress .chart--value.zero,
#testing--baseline-burnup .chart--value.zero + .chart--label,
#testing--baseline-scheduled .chart--value.zero + .chart--label,
#testing--baseline-progress .chart--value.zero + .chart--label {
  color: #46617e;
}
#testing--baseline-scheduled .bar--cat-c {
  background-color: #21395c;
  opacity: 1;
  position: relative;
}
#testing--baseline-scheduled .bar--cat-c .bar--cat-c--detail {
  background-color: #2a90ff;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#testing--baseline-scheduled .testing--bar-chart--bar:hover .bar--cat-c {
  background: #2a456e;
}
#testing--baseline-scheduled .testing--bar-chart--bar:hover .bar--cat-c .bar--cat-c--detail {
  background-color: #54a4fa;
}
#testing--baseline-progress .bar--cat-c {
  background: #182a5b;
}
#testing--baseline-progress .bar--cat-c .bar--cat-c--detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}
#testing--baseline-progress .bar--cat-c .bar--cat-c--detail .pos,
#testing--baseline-progress .bar--cat-c .bar--cat-c--detail .detected,
#testing--baseline-progress .bar--cat-c .bar--cat-c--detail .inconclusive {
  position: relative;
  bottom: 0;
}
#testing--baseline-progress .bar--cat-c .pos {
  background: #fa727f;
}
#testing--baseline-progress .bar--cat-c .detected {
  background: #ef4250;
}
#testing--baseline-progress .bar--cat-c .inconclusive {
  background: #932b5d;
}
#testing--baseline-progress .bar--cat-rem {
  background-color: #454e5f;
}
#testing--baseline-progress .testing--bar-chart--bar:hover .bar--cat-c {
  background: #212f77;
}
#testing--baseline-progress .testing--bar-chart--bar:hover .bar--cat-rem {
  background: #4e5b70;
}
#testing--baseline-progress .testing--bar-chart--bar:hover .pos {
  background: #ff8f8f;
}
#testing--baseline-progress .testing--bar-chart--bar:hover .detected {
  background: #f75562;
}
#testing--breakdowns {
  display: flex;
  flex-direction: row;
}
#testing--metrics {
  display: flex;
  flex-direction: column;
  margin-left: 48px;
}
#testing--isolation {
  margin-top: 32px;
}
#testing--metrics {
  width: 264px;
}
#testing--type {
  display: flex;
  flex-direction: row;
}
#testing--type--pie {
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background-color: #1c293b;
}
#testing--type--header h4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#testing--type--details {
  width: 148px;
  margin-left: 20px;
}
.testing--type--cat {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  font-size: 700;
  font-size: 18px;
  line-height: 24px;
}
.testing--type--cat + .testing--type--cat {
  margin-top: 4px;
}
#testing--type--a {
  color: #65b0ff;
}
#testing--type--b {
  color: #5473ab;
}
#testing--isolation--header h4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#testing--isolation--header h4 .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#testing--isolation--available-spaces-count {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  letter-spacing: -0.05rem;
  text-align: right;
  color: #65b0ff;
}
#testing--isolation--meter {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  background-color: #28487a;
}
#testing--isolation--availability {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #5796ff;
}
#testing--wastewater--graphic {
  width: 100%;
  height: 168px;
  background-color: #1c293b;
}
#testing--wastewater,
#testing--metrics,
#testing--week--randomized-progress,
#testing--week--randomized,
#testing--week--missing {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  letter-spacing: -0.03rem;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
#symptoms {
  padding: 40px 64px;
  width: 100%;
}
#symptoms #symptoms-readout {
  width: 20%;
}
#symptoms #symptoms-visualization--wrapper {
  width: 80%;
  padding-top: 10px;
  color: #505f78;
  font-weight: 500;
}
#symptoms #symptoms-visualization--chart {
  display: flex;
}
#symptoms #symptoms-visualization--chart #symptoms-visualization--chart--graphic {
  padding: 0 0 12px;
  direction: rtl;
  overflow-x: auto;
  overflow-y: hidden;
}
#symptoms #symptoms-visualization--chart #symptoms-visualization--chart--graphic::-webkit-scrollbar {
  height: 12px;
}
#symptoms #symptoms-visualization--chart #symptoms-visualization--chart--graphic::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#symptoms #symptoms-visualization--chart #symptoms-visualization--chart--graphic::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#symptoms #symptoms-visualization--chart #symptoms-visualization--chart--graphic::-webkit-scrollbar {
  height: 12px;
}
#symptoms #symptoms-visualization--chart #symptoms-visualization--chart--graphic::-webkit-scrollbar-track {
  background-color: #091422;
}
#symptoms #symptoms-visualization--chart #symptoms-visualization--chart--graphic::-webkit-scrollbar-thumb {
  background-color: #2b3a51;
}
#symptoms #symptoms-visualization--chart #symptoms-visualization--chart--graphic .symptoms-visualization--chart--symptom-row {
  background-color: #091422;
}
#symptoms #symptoms-visualization--chart #symptoms-visualization--chart--graphic .symptoms-visualization--chart--symptom-row.symptoms-visualization--chart--symptom-row-header {
  background-color: transparent;
}
#symptoms .symptoms-visualization--chart--symptom-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 84px;
}
#symptoms .symptoms-visualization--chart--symptom-row--count,
#symptoms .symptoms-visualization--chart--symptom-row--label {
  transition: all 0.15s ease-in-out;
}
#symptoms .symptoms-visualization--chart--symptom-row--count {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  letter-spacing: -0.03rem;
  font-size: 24px;
  font-weight: 400;
  min-width: 2em;
  color: white;
  text-align: right;
}
#symptoms .symptoms-visualization--chart--symptom-row--label {
  min-width: 6em;
  margin: 0 1em;
}
#symptoms .symptoms-visualization--chart--symptom-row--label.selected {
  color: white;
}
#symptoms .symptoms-visualization--chart--symptom-row-header {
  overflow-x: visible;
  background-color: transparent;
  height: 32px;
}
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row,
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row--week-spacer,
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row--data-bar-wrapper {
  background-color: transparent;
}
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row {
  overflow-x: visible;
}
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row--data-bar-wrapper {
  position: relative;
}
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row--data-bar-wrapper:nth-child(1) .symptoms-visualization--chart--symptom-row--data-bar-date-label,
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row--data-bar-wrapper:nth-child(2) .symptoms-visualization--chart--symptom-row--data-bar-date-label {
  left: unset;
  right: 0;
  transform: none;
}
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row--data-bar-wrapper:nth-last-child(1) .symptoms-visualization--chart--symptom-row--data-bar-date-label,
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row--data-bar-wrapper:nth-last-child(2) .symptoms-visualization--chart--symptom-row--data-bar-date-label {
  right: unset;
  left: 0;
  transform: none;
}
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row--data-bar-date-label {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  transition: color 0.15s ease-in-out;
  display: block;
  position: absolute;
  width: auto;
  overflow: visible;
  direction: ltr;
  text-align: center;
  top: 0;
  left: 0;
  letter-spacing: -0.03rem;
  background-color: tranparent;
}
#symptoms .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row--data-bar-date-label.selected {
  z-index: 10;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  background-color: #131c29;
}
#symptoms .vis-hidden {
  pointer-events: none;
  opacity: 0;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar-wrapper.bar-hovered {
  background-color: #1A293A;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar.fever {
  background-color: #573435;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar.chills {
  background-color: #103e50;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar.cough {
  background-color: #594a36;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar.sore {
  background-color: #3c1730;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar.short {
  background-color: #463235;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar.runny {
  background-color: #343a5a;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar.smell_loss {
  background-color: #202a46;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row-header .symptoms-visualization--chart--symptom-row--data-bar-wrapper {
  background-color: transparent;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar-wrapper,
#symptoms .symptoms-visualization--chart--symptom-row--data-bar-wrapper {
  background-color: #091422;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar-wrapper.bar-hovered .symptoms-visualization--chart--symptom-row--data-bar.fever,
#symptoms .symptoms-visualization--chart--symptom-row--data-bar.fever {
  background-color: #f96b4f;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar-wrapper.bar-hovered .symptoms-visualization--chart--symptom-row--data-bar.chills,
#symptoms .symptoms-visualization--chart--symptom-row--data-bar.chills {
  background-color: #008fae;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar-wrapper.bar-hovered .symptoms-visualization--chart--symptom-row--data-bar.cough,
#symptoms .symptoms-visualization--chart--symptom-row--data-bar.cough {
  background-color: #fcb750;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar-wrapper.bar-hovered .symptoms-visualization--chart--symptom-row--data-bar.sore,
#symptoms .symptoms-visualization--chart--symptom-row--data-bar.sore {
  background-color: #9f0841;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar-wrapper.bar-hovered .symptoms-visualization--chart--symptom-row--data-bar.short,
#symptoms .symptoms-visualization--chart--symptom-row--data-bar.short {
  background-color: #bd6752;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar-wrapper.bar-hovered .symptoms-visualization--chart--symptom-row--data-bar.runny,
#symptoms .symptoms-visualization--chart--symptom-row--data-bar.runny {
  background-color: #817dd0;
}
#symptoms .hovering-bar .symptoms-visualization--chart--symptom-row--data-bar-wrapper.bar-hovered .symptoms-visualization--chart--symptom-row--data-bar.smell_loss,
#symptoms .symptoms-visualization--chart--symptom-row--data-bar.smell_loss {
  background-color: #3c478c;
}
#symptoms .symptoms-visualization--chart--symptom-row--data-bar-wrapper {
  min-width: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
}
#symptoms .symptoms-visualization--chart--symptom-row--week-spacer {
  background-color: #131c29;
  min-width: 2px;
  flex-grow: 0.5;
}
#symptoms .symptoms-visualization--chart--symptom-row--data-bar-wrapper,
#symptoms .symptoms-visualization--chart--symptom-row--week-spacer {
  height: 100%;
  margin: 0;
  position: relative;
}
#symptoms .symptoms-visualization--chart--symptom-row--data-bar {
  width: 100%;
  bottom: 0;
  margin: 1px 0 0 0;
}
#symptoms .symptoms-visualization--chart--symptom-row--data-bar-date-label {
  display: none;
}
#symptoms-headline {
  margin-bottom: 16px;
}
#symptoms-toggles {
  font-size: 0;
  position: relative;
  margin-bottom: 48px;
}
#symptoms-toggles button {
  transition: all 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: #1c293b;
  color: #57749a;
  margin-right: 8px;
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  display: block;
}
#symptoms-toggles button:focus {
  outline: none;
}
#symptoms-toggles button:hover {
  background-color: #25354a;
  color: #8f9bb7;
}
#symptoms-toggles button.active {
  background-color: #57749a;
  color: white;
}
#symptoms-toggles button .icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 20px;
  top: -1px;
  margin-right: 8px;
}
.symptoms-toggle-set--label {
  transition: all 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: #1c293b;
  color: #57749a;
  margin-right: 8px;
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: transparent;
  color: #8f9bb7;
  padding: 0;
  margin-right: 12px;
  pointer-events: none;
}
.symptoms-toggle-set--label:focus {
  outline: none;
}
.symptoms-toggle-set--label:hover {
  background-color: #25354a;
  color: #8f9bb7;
}
#symptoms-toggle--group--label {
  display: block;
}
#symptoms-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #7988a2;
  margin-bottom: 32px;
}
#symptoms-text .initial-paragraph {
  display: none;
}
#symptoms-text .selection-paragraph {
  display: block;
}
#symptoms-text.initial .initial-paragraph {
  display: block;
}
#symptoms-text.initial .selection-paragraph {
  display: none;
}
#symptoms-subset {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #505f78;
}
#symptoms-subset .initial-paragraph {
  display: none;
}
#symptoms-subset .selection-paragraph {
  display: block;
}
#symptoms-subset.initial .initial-paragraph {
  display: block;
}
#symptoms-subset.initial .selection-paragraph {
  display: none;
}
.symptoms-subset--bar-wrapper {
  position: relative;
  width: 176px;
  height: 16px;
  margin-bottom: 8px;
  background-color: #1c293b;
}
.symptoms-subset--bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5%;
  height: 100%;
  background-color: #505f78;
}
.highlight {
  color: white;
}
.tabular {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  letter-spacing: -0.03rem;
}
.hidden {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
#exposure {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: white;
  font-weight: 500;
}
#exposure.no-data {
  pointer-events: none;
}
#exposure.no-data .no-data-header {
  display: block;
  margin: 40px 64px;
}
#exposure.no-data #exposure-headline {
  pointer-events: none;
  opacity: 0;
}
#exposure.no-data #exposure--search {
  display: block;
  width: 400px;
  height: 72px;
  background: #0f1623;
}
#exposure.no-data #exposure--search:after {
  display: none;
}
#exposure.no-data #exposure--search * {
  display: none;
}
#exposure-headline {
  margin-bottom: 20px;
}
#exposure--wrapper {
  width: 1012px;
  margin: 40px 64px;
}
#exposure--search {
  position: relative;
  margin-bottom: 10px;
}
#exposure--search:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 2px;
  background-color: #313d56;
}
#exposure--search--glyph {
  transition: all 0.15s ease-in-out;
  font-family: 'icons';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 72px;
  line-height: 72px;
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  font-size: 22px;
  color: #8f9bb7;
}
#exposure--search--input {
  transition: all 0.15s ease-in-out;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  height: 72px;
  line-height: 72px;
  padding: 0 0 0 32px;
  border: none;
  width: 100%;
  border: 2px solid transparent;
  background-color: transparent;
  color: white;
  text-overflow: ellipsis;
  outline: none;
}
#exposure--search--input::-moz-placeholder {
  color: #8f9bb7;
}
#exposure--search--input:-ms-input-placeholder {
  color: #8f9bb7;
}
#exposure--search--input::-ms-input-placeholder {
  color: #8f9bb7;
}
#exposure--search--input::placeholder {
  color: #8f9bb7;
}
#exposure--search--input:hover,
#exposure--search--input:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border-color: #8f9bb7;
  padding: 0 32px 0 56px;
  border: 2px solid #313d56;
  background-color: #313d56;
}
#exposure--search--input:hover + #exposure--search--glyph,
#exposure--search--input:focus + #exposure--search--glyph {
  left: 24px;
}
#exposure--search--input:focus + #exposure--search--glyph {
  color: white;
}
#exposure--search--results-wrapper {
  display: none;
  position: absolute;
  background: #131c29;
  width: 1012px;
  height: 480px;
  overflow: auto;
  top: 72px;
  margin-top: 24px;
  left: 0;
  z-index: 200;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.3);
}
#exposure--search--results-wrapper.no-matches {
  background-color: #192233;
  height: auto;
  margin-top: 0;
}
#exposure--search--results-wrapper.no-matches #exposure--search--no-matches {
  position: relative;
}
#exposure--search--results-wrapper ul {
  position: relative;
  z-index: 100;
}
#exposure--search--results-wrapper ul li {
  transition: background-color 0.15s ease-in-out;
  list-style-type: none;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #1b2638;
  cursor: pointer;
}
#exposure--search--results-wrapper ul li:hover {
  background-color: #4f8ad8;
}
#exposure--search--results-wrapper ul li .email,
#exposure--search--results-wrapper ul li .sevenhundred {
  display: inline-block;
}
#exposure--search--results-wrapper ul li .email {
  width: calc(100% - 100px);
  text-overflow: ellipsis;
  text-align: left;
}
#exposure--search--results-wrapper ul li .sevenhundred {
  width: 100px;
  text-align: right;
}
#exposure--search--results-wrapper ul li:nth-child(even) {
  background-color: #192233;
}
#exposure--search--results-wrapper ul li:nth-child(even):hover {
  background-color: #4f8ad8;
}
#exposure--search--no-matches {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 72px;
  line-height: 72px;
  padding: 0 20px;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #8f9bb7;
}
.exposure--result--label--container {
  width: 100%;
  height: 48px;
  position: relative;
}
.exposure--result--label--rule {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #a3b1cf;
}
#exposure--result--no-data {
  display: none;
  color: #8f9bb7;
  margin: 32px 0 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
#exposure--result {
  display: block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 160px;
  font-weight: 600;
  height: 640px;
  overflow-x: hidden;
  overflow-y: auto;
}
#exposure--result.hidden {
  display: none;
}
#exposure--result.no-data {
  height: auto;
}
#exposure--result.no-data #exposure--result--header {
  background-color: #495870;
}
#exposure--result.no-data #exposure--result--no-data {
  display: block;
}
#exposure--result.no-data #exposure--result--table,
#exposure--result.no-data #exposure--groups--result--table {
  display: none;
}
#exposure--result.no-data #exposure--result--contact-count {
  margin-right: 32px;
}
#exposure--result.no-data #exposure--result--download {
  display: none;
}
#exposure--result.no-data .exposure--result--label--container {
  display: none;
}
#exposure--result h4 {
  text-transform: uppercase;
  line-height: 48px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #131d29;
  position: relative;
  padding-right: 10px;
  color: #a3b1cf;
}
#exposure--result--no-data {
  display: none;
  font-size: 20px;
}
#exposure--result--header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 20px;
  height: 64px;
  line-height: 64px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-left: 2px solid #131c29;
  border-right: 2px solid #131c29;
  background-color: #4f8ad8;
  color: white;
}
#exposure--result--name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto 0 20px;
}
#exposure--result--contact-count {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 240px;
  font-size: 18px;
  color: #1a3a74;
}
.no-data #exposure--result--contact-count {
  color: #fff;
}
#exposure--result--download {
  transition: all 0.15s ease-in-out;
  font-family: 'icons';
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 0 16px;
  text-align: center;
  background-color: #1a3a74;
  color: #4f8ad8;
  cursor: pointer;
}
#exposure--result--download:hover {
  background-color: #2b65b0;
  color: white;
}
table {
  -webkit-border-horizontal-spacing: 2px;
  -webkit-border-vertical-spacing: 2px;
}
#exposure--result--table,
#exposure--groups--result--table {
  width: 100%;
  height: auto;
  position: relative;
  top: -2px;
  margin-bottom: 30px;
}
#exposure--result--table th,
#exposure--groups--result--table th,
#exposure--result--table td,
#exposure--groups--result--table td {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  height: 64px;
  text-align: center;
  padding: 0 20px;
}
#exposure--result--table th,
#exposure--groups--result--table th {
  font-weight: 800;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
#exposure--result--table td,
#exposure--groups--result--table td {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  line-height: 64px;
}
#exposure--result--table tr,
#exposure--groups--result--table tr {
  background-color: #1b2638;
}
#exposure--result--table tr:nth-child(even),
#exposure--groups--result--table tr:nth-child(even) {
  background-color: #192233;
}
#exposure--result--table .name,
#exposure--groups--result--table .name {
  width: 240px;
  max-width: 360px;
}
#exposure--result--table td.name,
#exposure--groups--result--table td.name {
  text-transform: capitalize;
}
#exposure--result--table .email,
#exposure--groups--result--table .email {
  width: 220px;
}
#exposure--result--table .name,
#exposure--groups--result--table .name,
#exposure--result--table .email,
#exposure--groups--result--table .email,
#exposure--result--table .group,
#exposure--groups--result--table .group {
  text-align: left;
}
#exposure--result--table .phone,
#exposure--groups--result--table .phone {
  width: 200px;
}
#exposure--result--table td.phone,
#exposure--groups--result--table td.phone {
  letter-spacing: -0.03rem;
}
#exposure--result--table .date,
#exposure--groups--result--table .date {
  width: 200px;
}
#exposure--result--table .frequency,
#exposure--groups--result--table .frequency {
  width: 150px;
}
thead#exposure--result--table--header,
thead#exposure--groups--result--table--header {
  position: relative;
}
thead#exposure--result--table--header tr,
thead#exposure--groups--result--table--header tr {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  height: 64px;
  line-height: 64px;
  background-color: #131c29;
}
thead#exposure--result--table--header tr th,
thead#exposure--groups--result--table--header tr th {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  background-color: #314a68;
  color: #fff;
  border-top: 2px solid #131c29;
}
tbody {
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
#attestation {
  font-size: 0;
  position: relative;
  width: calc(100vw - 192px);
  height: calc(100vh - 96px);
}
#attestation input[type="radio"] {
  display: inline-block;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
#attestation input[type="radio"] + label {
  transition: all 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: #1c293b;
  color: #57749a;
  margin-right: 8px;
  cursor: pointer;
}
#attestation input[type="radio"] + label:focus {
  outline: none;
}
#attestation input[type="radio"] + label:hover {
  background-color: #25354a;
  color: #8f9bb7;
}
#attestation input[type="radio"]:checked + label {
  background-color: #57749a;
  color: white;
}
#attestation--no-data {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 40px 64px;
}
#attestation--wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#attestation--wrapper.no-data {
  pointer-events: none;
}
#attestation--wrapper.no-data #attestation--no-data {
  display: block;
}
#attestation--wrapper.no-data #attestation-navigation *,
#attestation--wrapper.no-data #queue-wrapper *,
#attestation--wrapper.no-data #attestation-detail * {
  display: block;
}
#attestation--wrapper.no-data #attestation-navigation {
  width: 280px;
}
#attestation--wrapper.no-data #attestation-navigation:before,
#attestation--wrapper.no-data #attestation-navigation:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 180px;
  transform: translateY(-50%);
  background-color: #1c293b;
}
#attestation--wrapper.no-data #attestation-navigation:before {
  margin-top: -120px;
}
#attestation--wrapper.no-data #attestation-navigation:after {
  margin-top: 120px;
}
#attestation--wrapper.no-data #queue-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80%;
  transform: translateY(-50%);
  background-color: #1c293b;
}
#attestation--wrapper.no-data #attestation-detail {
  opacity: 0;
  pointer-events: none;
  width: 340px;
}
#attestation--wrapper.no-data #attestation-detail:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40%;
  transform: translateY(-50%);
  background-color: #1c293b;
}
#attestation--wrapper.managing #attestation-overview,
#attestation--wrapper.managing #attestation-headline--overview {
  display: none;
}
#attestation--wrapper.managing #attestation-manager {
  display: flex;
}
#attestation--wrapper.managing #attestation-headline--manager {
  display: inline-block;
}
#attestation-headline--overview {
  display: inline-block;
}
#attestation-headline--manager {
  display: none;
}
#attestation-navigation {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 64px;
}
#attestation-header-elements {
  display: flex;
  flex-direction: row;
  width: 100%;
  line-height: 48px;
  height: 48px;
}
#attestation-headline {
  white-space: nowrap;
  margin-bottom: 0;
}
#attestation-headline:before {
  display: none;
}
.managing #attestation--search {
  display: block;
}
#attestation--search {
  display: none;
  flex-grow: 1;
  position: relative;
}
#attestation--search:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #313d56;
}
#attestation--search--glyph {
  transition: all 0.15s ease-in-out;
  font-family: 'icons';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  font-size: 20px;
  line-height: 48px;
  color: #8f9bb7;
}
#attestation--search--input {
  transition: all 0.15s ease-in-out;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  padding: 0 0 0 32px;
  border: none;
  width: 100%;
  background-color: transparent;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
}
#attestation--search--input::-moz-placeholder {
  color: #8f9bb7;
}
#attestation--search--input:-ms-input-placeholder {
  color: #8f9bb7;
}
#attestation--search--input::-ms-input-placeholder {
  color: #8f9bb7;
}
#attestation--search--input::placeholder {
  color: #8f9bb7;
}
#attestation--search--input:hover,
#attestation--search--input:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border-color: #8f9bb7;
  padding: 0 32px 0 56px;
  background-color: #313d56;
}
#attestation--search--input:hover + #attestation--search--glyph,
#attestation--search--input:focus + #attestation--search--glyph {
  left: 24px;
}
#attestation--search--input:focus + #attestation--search--glyph {
  color: white;
}
#attestation--search--results-wrapper {
  display: none;
  position: absolute;
  background: #131c29;
  width: 100%;
  height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  left: 0;
  z-index: 200;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.3);
}
#attestation--search--results-wrapper::-webkit-scrollbar {
  width: 12px;
}
#attestation--search--results-wrapper::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#attestation--search--results-wrapper::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#attestation--search--results-wrapper.no-matches {
  background-color: #192233;
  height: auto;
  margin-top: 0;
}
#attestation--search--results-wrapper.no-matches #attestation--search--no-matches {
  position: relative;
}
#attestation--search--results-wrapper ul {
  position: relative;
  z-index: 100;
}
#attestation--search--results-wrapper ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: background-color 0.15s ease-in-out;
  list-style-type: none;
  font-size: 16px;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #1b2638;
  cursor: pointer;
}
#attestation--search--results-wrapper ul li:hover {
  background-color: #4f8ad8;
}
#attestation--search--results-wrapper ul li:nth-child(even) {
  background-color: #192233;
}
#attestation--search--results-wrapper ul li:nth-child(even):hover {
  background-color: #4f8ad8;
}
.attestation--search--result--inner {
  overflow-x: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
#attestation--search--no-matches {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 72px;
  line-height: 72px;
  padding: 0 20px;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #8f9bb7;
}
#attestation-groups {
  margin: 0 22px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.attestation-temp-switch {
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  margin-left: -28px;
  height: 34px;
  line-height: 32px;
  padding: 0 0 4px 28px;
  background-color: #5674d8;
  color: white;
  text-transform: none;
  font-size: 14px;
  border-top: 2px solid #050c12;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}
@media (min-height: 885px) {
  .attestation-temp-switch {
    height: 48px;
    line-height: 44px;
  }
}
#attestation-temp-switch--overview {
  display: none;
}
#attestation-temp-switch--manager {
  display: none;
}
#option-attestation.active.detailable {
  padding-bottom: 0;
}
#option-attestation.active #attestation-temp-switch--overview {
  display: block;
  background-color: #2a3466;
  color: #6173da;
  cursor: pointer;
}
#option-attestation.active #attestation-temp-switch--overview:hover {
  color: #95a8ff;
}
#option-attestation.active #attestation-temp-switch--manager {
  display: block;
  margin-top: 11px;
  cursor: default;
}
@media (min-height: 700px) and (max-height: 885px) {
  #option-attestation.active #attestation-temp-switch--manager {
    margin-top: 16.5px;
  }
}
@media (min-height: 885px) {
  #option-attestation.active #attestation-temp-switch--manager {
    margin-top: 22px;
  }
}
#option-attestation.active.managing #attestation-temp-switch--overview {
  display: block;
  background-color: #5674d8;
  color: white;
  cursor: default;
}
#option-attestation.active.managing #attestation-temp-switch--manager {
  background-color: #2a3466;
  color: #6173da;
  cursor: pointer;
}
#option-attestation.active.managing #attestation-temp-switch--manager:hover {
  color: #95a8ff;
}
#attestation-overview {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#attestation-chart {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin: 0 64px;
}
@media (max-width: 1100px) {
  .attestation-chart-column + .attestation-chart-column {
    margin-left: 4px;
  }
  .attestation-chart-column .number,
  .attestation-chart-column .words {
    padding: 0 8px;
  }
  .attestation-chart-column .number {
    font-size: 22px;
    height: 30px;
  }
  .attestation-chart-column .words {
    font-size: 14px;
    line-height: 18px;
  }
  .attestation-chart-column--blocked .attestation-chart-column--label {
    height: 156px;
  }
  .attestation-chart-column--cleared .attestation-chart-column--label {
    top: 60px;
  }
}
.attestation-chart-column {
  width: 200px;
  height: 100%;
  text-align: center;
}
.attestation-chart-column + .attestation-chart-column {
  margin-left: 8px;
}
.attestation-chart-column .number,
.attestation-chart-column .words {
  display: block;
  width: 100%;
  padding: 0 16px;
}
.attestation-chart-column .number {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  font-size: 32px;
  height: 40px;
  font-weight: 500;
  letter-spacing: -0.07rem;
}
.attestation-chart-column .words {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-top: 5px;
  width: 100%;
  max-height: 72px;
  overflow: hidden;
}
.attestation-chart-column .codebox {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 0;
  background-color: transparent;
  color: inherit;
  border: 2px solid;
  height: 32px;
  line-height: 28px;
}
.attestation-chart-column .codebox .icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.attestation-chart-column .code {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 2px 8px 0 28px;
  width: 100%;
  height: 28px;
  line-height: 26px;
  text-align: left;
}
.total .number,
.total .words {
  text-align: left;
  color: #ffffff;
}
.total .codebox {
  display: none;
}
.attestation-chart-column--blocked {
  height: 50%;
  overflow: hidden;
}
.attestation-chart-column--label {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.attestation-chart-column--blocked {
  color: #ffd7b6;
  position: relative;
}
.attestation-chart-column--blocked .attestation-chart-column--label {
  height: 176px;
  position: absolute;
  bottom: 24px;
}
.attestation-chart-column--blocked .attestation-chart-column--inner {
  background-color: #d16a39;
  position: absolute;
  width: 100%;
  bottom: 24px;
}
.incomplete .attestation-chart-column--blocked {
  color: #bbd4fd;
}
.incomplete .attestation-chart-column--blocked .attestation-chart-column--inner {
  background-color: #46566d;
}
.incomplete .attestation-chart-column--blocked .codebox {
  display: none;
}
.attestation-chart-column--cleared {
  color: #46e491;
  position: relative;
}
.attestation-chart-column--cleared .attestation-chart-column--label {
  position: absolute;
  top: 96px;
}
.attestation-chart-column--cleared .attestation-chart-column--inner {
  background-color: #126940;
  top: 24px;
}
.attestation-chart-column--inner {
  transition: height 0.15s ease-in-out;
  height: 0;
}
.attestation-shadow {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% - 144px);
  pointer-events: none;
}
#attestation-shadow--above {
  top: 0;
  bottom: unset;
  background-color: rgba(19, 28, 41, 0.5);
  background: linear-gradient(to bottom, #131c29, rgba(19, 28, 41, 0));
}
#attestation-shadow--below {
  top: unset;
  bottom: 0;
  background-color: rgba(19, 28, 41, 0.5);
  background: linear-gradient(to bottom, rgba(19, 28, 41, 0), #131c29);
}
#attestation-manager {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
#attestation-manager.detail #attestation-detail {
  display: flex;
}
#attestation-manager.managing-cleared #queue-category--cleared .queue-contents {
  display: block;
}
#attestation-manager.managing-blocked #queue-category--not-cleared .queue-contents {
  display: block;
}
#queue-wrapper {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 112px;
  margin: 0 64px 24px;
}
#queue-wrapper.no-data {
  background-color: #0f1623;
}
#queue-wrapper.no-data .no-data-section-header {
  display: block;
  width: 160px;
  margin: 52px auto;
}
#queue-wrapper.no-data #queue-category--not-cleared {
  display: none;
}
.queue-category {
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: calc(100% - 64px);
  margin-bottom: 16px;
}
.queue-category.active .queue-header {
  cursor: default;
}
.queue-category.active .queue-contents {
  display: block;
}
.queue-contents {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  max-height: 480px;
  padding: 0 18px;
}
.queue-contents::-webkit-scrollbar {
  width: 12px;
}
.queue-contents::-webkit-scrollbar-track {
  background-color: #0f161f;
}
.queue-contents::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
.queue-contents::-webkit-scrollbar {
  width: 16px;
}
#queue-category--not-cleared .queue-contents::-webkit-scrollbar-track {
  background-color: #8b1c10;
}
#queue-category--not-cleared .queue-contents::-webkit-scrollbar-thumb {
  background-color: #b3391c;
}
#queue-category--unattested .queue-contents::-webkit-scrollbar-track {
  background-color: #303543;
}
#queue-category--unattested .queue-contents::-webkit-scrollbar-thumb {
  background-color: #3e4759;
}
#queue-category--cleared .queue-contents::-webkit-scrollbar-track {
  background-color: #11472e;
}
#queue-category--cleared .queue-contents::-webkit-scrollbar-thumb {
  background-color: #175c40;
}
.queue-header {
  transition: background-color 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 18px;
  color: white;
  font-weight: 700;
  margin-bottom: 16px;
  cursor: pointer;
}
.queue-header span {
  font-size: 18px;
}
.queue-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
.queue-header .queue-header--dl {
  position: absolute;
  right: 0px;
  font-size: 18px;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  padding-right: 60px;
}
.queue-header .queue-header--dl .icon {
  transition: background-color 0.15s ease-in-out;
  width: 48px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #131c29;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.queue-header--count {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  margin-left: 20px;
}
#queue-category--not-cleared .queue-header {
  background-color: #8b1c10;
}
#queue-category--not-cleared .queue-header .queue-header--dl .icon {
  background-color: #ff7b3b;
}
#queue-category--not-cleared .queue-header:after {
  background-color: #ff7b3b;
}
#queue-category--not-cleared .queue-header .queue-header--count,
#queue-category--not-cleared .queue-header .queue-header--dl {
  color: #ff7b3b;
}
#queue-category--not-cleared .queue-header .queue-header--count:hover,
#queue-category--not-cleared .queue-header .queue-header--dl:hover {
  color: #fca073;
}
#queue-category--not-cleared .queue-header .queue-header--count:hover .icon,
#queue-category--not-cleared .queue-header .queue-header--dl:hover .icon {
  background-color: #fca073;
}
#queue-category--not-cleared .queue-header:hover {
  background-color: #b22608;
}
#queue-category--not-cleared .queue-header:hover .queue-header--count {
  color: #fca073;
}
#queue-category--not-cleared.active .queue-header:hover {
  background-color: #b22608;
}
#queue-category--unattested .queue-header {
  background-color: #303543;
}
#queue-category--unattested .queue-header .queue-header--dl .icon {
  background-color: #93a0c3;
}
#queue-category--unattested .queue-header:after {
  background-color: #93a0c3;
}
#queue-category--unattested .queue-header .queue-header--count,
#queue-category--unattested .queue-header .queue-header--dl {
  color: #93a0c3;
}
#queue-category--unattested .queue-header .queue-header--count:hover,
#queue-category--unattested .queue-header .queue-header--dl:hover {
  color: #bcc8e7;
}
#queue-category--unattested .queue-header .queue-header--count:hover .icon,
#queue-category--unattested .queue-header .queue-header--dl:hover .icon {
  background-color: #bcc8e7;
}
#queue-category--unattested .queue-header:hover {
  background-color: #3e4759;
}
#queue-category--unattested .queue-header:hover .queue-header--count {
  color: #bcc8e7;
}
#queue-category--unattested.active .queue-header:hover {
  background-color: #3e4759;
}
#queue-category--cleared .queue-header {
  background-color: #11472e;
}
#queue-category--cleared .queue-header .queue-header--dl .icon {
  background-color: #20c16c;
}
#queue-category--cleared .queue-header:after {
  background-color: #20c16c;
}
#queue-category--cleared .queue-header .queue-header--count,
#queue-category--cleared .queue-header .queue-header--dl {
  color: #20c16c;
}
#queue-category--cleared .queue-header .queue-header--count:hover,
#queue-category--cleared .queue-header .queue-header--dl:hover {
  color: #59df97;
}
#queue-category--cleared .queue-header .queue-header--count:hover .icon,
#queue-category--cleared .queue-header .queue-header--dl:hover .icon {
  background-color: #59df97;
}
#queue-category--cleared .queue-header:hover {
  background-color: #175c40;
}
#queue-category--cleared .queue-header:hover .queue-header--count {
  color: #59df97;
}
#queue-category--cleared.active .queue-header:hover {
  background-color: #175c40;
}
.queue-group + .queue-group {
  margin-top: 16px;
}
.queue-group-header {
  transition: background-color 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  color: white;
  cursor: pointer;
}
.queue-group-header span {
  display: inline-block;
}
.queue-group-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 18px;
  height: 100%;
  background-color: inherit;
}
.queue-group-header:hover {
  background-color: #1c293b;
}
.queue-group-header .queue-group-header--dl .icon {
  transition: background-color 0.15s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #131c29;
  background-color: #495870;
  cursor: pointer;
  margin-left: 16px;
  border-radius: 50%;
}
.queue-group-header .queue-group-header--dl .icon:hover {
  background-color: #93a0c3;
}
.queue-group-header--label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.queue-group-header--label::first-letter {
  text-transform: capitalize;
}
.queue-group-header--count {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  margin-left: 20px;
  color: #8f9bb7;
}
#queue-group--passed .queue-group-header {
  display: none;
}
.queue-individual {
  transition: all 0.15s ease-in-out;
  display: none;
  width: 155px;
  margin: 1px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 14px;
  padding: 0 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.queue-group.active .queue-individual {
  display: inline-block;
}
#queue-category--not-cleared .queue-individual {
  background-color: #b93415;
  color: #fc9968;
}
#queue-category--not-cleared .queue-individual:hover {
  background-color: #ff7b3b;
  color: white;
}
#queue-category--not-cleared .queue-individual.active {
  background-color: #ff7b3b;
  color: white;
}
#queue-category--not-cleared #queue-group--unattested .queue-individual {
  background-color: #424c5f;
  color: #aab4c9;
}
#queue-category--not-cleared #queue-group--unattested .queue-individual:hover {
  background-color: #7c88a7;
  color: white;
}
#queue-category--not-cleared #queue-group--unattested .queue-individual.active {
  background-color: #7c88a7;
  color: white;
}
#queue-category--cleared .queue-individual {
  background-color: #126940;
  color: #44c688;
}
#queue-category--cleared .queue-individual:hover {
  background-color: #2bb072;
  color: white;
}
#queue-category--cleared .queue-individual.active {
  background-color: #2bb072;
  color: white;
}
#queue-category--unattested .queue-individual {
  background-color: #424c5f;
}
#queue-category--unattested .queue-individual:hover {
  background-color: #7c88a7;
  color: white;
}
#attestation-detail {
  display: none;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-width: 430px;
  color: white;
  font-weight: 700;
}
#attestation-detail button,
#attestation-detail input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  font-family: "BR Hendrix", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#attestation-detail input {
  text-align: left;
  background-color: transparent;
}
#attestation-detail.moving #att-detail--header {
  min-height: 136px;
}
#attestation-detail.moving #att-detail--header--panel {
  box-shadow: 0 8px 24px rgba(19, 28, 41, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
#attestation-detail.blocked #att-detail--blocks {
  display: block;
}
#attestation-detail.blocked #att-detail--header--panel {
  background-color: #8e1c35;
}
#attestation-detail.blocked .att-detail--header-module {
  background-color: #ff7b3b;
}
#attestation-detail.blocked #att-detail--role .icon {
  color: #b93415;
}
#attestation-detail.blocked #att-detail--id--outer {
  color: #b93415;
}
#attestation-detail.blocked #att-detail--id {
  color: #fff;
}
#attestation-detail.blocked #att-detail--quar .module--info .icon {
  color: #f27d46;
  background-color: #ba3516c2;
}
#attestation-detail.blocked #att-detail--quar .module--info .icon + .module--data--detail {
  color: #a53f20;
  background-color: #fcc7b7;
}
#attestation-detail.blocked #att-detail--quar .module--info .icon:hover .icon {
  background-color: #ba3416e7;
}
#attestation-detail.blocked #att-detail--profile-button {
  background-color: #d43805;
}
#attestation-detail.blocked #att-detail--profile-button:hover {
  background-color: #ec4d18;
}
#attestation-detail.blocked .att-detail--contact-label {
  color: #e5dce5;
}
#attestation-detail.blocked #att-detail--hide {
  color: #b12041;
}
#attestation-detail.blocked #att-detail--hide:hover {
  color: #6f1c32;
}
#attestation-detail.blocked #att-detail--column {
  background-color: #8e1c35;
}
#attestation-detail.blocked .att-detail--meta {
  background-color: #cd542e;
}
#attestation-detail.blocked #att-detail--contact {
  background-color: #f27e46;
}
#attestation-detail.blocked .att-detail--tag {
  color: #e5dce5;
}
#attestation-detail.blocked .att-detail--tag--response {
  background-color: #d64e25;
  color: #a10c0a;
}
#attestation-detail.blocked .att-detail--tag--timestamp {
  color: #7b0028;
}
#attestation-detail.blocked .att-detail--module {
  background-color: #a62343;
}
#attestation-detail.blocked .att-detail--module--tag {
  color: #ff849a;
}
#attestation-detail.blocked .att-detail--answers {
  color: white;
}
#attestation-detail.blocked #att-detail--block-events .att-detail--event--info {
  color: white;
}
#attestation-detail.blocked #att-detail--block-events .att-detail--event--glyph {
  color: #d95029;
  background-color: #a11d20;
}
#attestation-detail.blocked .att-detail--timestamps {
  color: #7b0028;
}
#attestation-detail.blocked.moving #att-detail--header {
  min-height: 192px;
}
#attestation-detail.unatt .att-detail--meta {
  background-color: #566b86;
}
#attestation-detail.unatt #att-detail--blocks {
  display: block;
}
#attestation-detail.unatt .att-detail--header-module {
  background-color: #7a8daf;
}
#attestation-detail.unatt #att-detail--role .icon {
  color: #dbe0dd;
}
#attestation-detail.unatt #att-detail--id--outer {
  color: #3a4a5c;
}
#attestation-detail.unatt #att-detail--id {
  color: #dbe0dd;
}
#attestation-detail.unatt #att-detail--quar .module--info .icon {
  color: #7a8daf;
  background-color: #3a4a5c;
}
#attestation-detail.unatt #att-detail--quar .module--info .icon + .module--data--detail {
  color: #3a4a5c;
  background-color: #e9e3f0;
}
#attestation-detail.unatt #att-detail--quar .module--info .icon:hover .icon {
  background-color: #ba3416e7;
}
#attestation-detail.unatt #att-detail--profile-button,
#attestation-detail.unatt .att-detail--unblocker {
  background-color: #3f4758;
}
#attestation-detail.unatt #att-detail--profile-button:hover,
#attestation-detail.unatt .att-detail--unblocker:hover {
  background-color: #545e73;
}
#attestation-detail.unatt .att-detail--contact-label {
  color: #b8c4d1;
}
#attestation-detail.unatt #att-detail--hide {
  color: #3a495d;
}
#attestation-detail.unatt #att-detail--hide:hover {
  color: #3a495d;
}
#attestation-detail.unatt #att-detail--column {
  background-color: #2a3646;
}
#attestation-detail.unatt #att-detail--contact {
  background-color: #7a8daf;
}
#attestation-detail.unatt .att-detail--tag {
  color: #adbac7;
}
#attestation-detail.unatt .att-detail--tag--response {
  background-color: #d64e25;
  color: #a10c0a;
}
#attestation-detail.unatt .att-detail--tag--timestamp {
  color: #2a3648;
}
#attestation-detail.unatt .att-detail--module {
  background-color: #a62343;
}
#attestation-detail.unatt .att-detail--module--tag {
  color: #ff849a;
}
#attestation-detail.unatt .att-detail--timestamps {
  color: #283445;
}
#attestation-detail.unatt .att-detail--answers {
  color: white;
}
#attestation-detail.unatt #att-detail--block-events .att-detail--event--info {
  color: white;
}
#attestation-detail.unatt #att-detail--block-events .att-detail--event--glyph {
  color: #566984;
  background-color: #2b3748;
}
#attestation-detail.unatt #att-detail--block-events.moving #att-detail--header {
  min-height: 192px;
}
#att-detail--header,
#att-detail--column {
  display: flex;
  flex-direction: column;
}
#att-detail--header {
  position: relative;
  height: auto;
  overflow-y: visible;
  background-color: transparent;
}
#att-detail--header--panel {
  position: relative;
  height: auto;
  padding: 0;
  width: 100%;
  background-color: #0f6a40;
}
.att-detail--header-module {
  padding: 16px;
  padding-left: 20px;
  background-color: #23ae70;
}
#att-detail--column {
  position: relative;
  z-index: 0;
  margin-top: 4px;
  background-color: #00542f;
  overflow-x: hidden;
  overflow-y: scroll;
}
#att-detail--column::-webkit-scrollbar {
  width: 20px;
}
#att-detail--column::-webkit-scrollbar-track {
  background-color: #1e2c3d;
}
#att-detail--column::-webkit-scrollbar-thumb {
  border-left: 2px solid #303543;
  background-color: #40495c;
}
#att-detail--upper {
  display: flex;
  padding-right: 60px;
}
#att-detail--name {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
}
#att-detail--quar.isolating .module--info .icon,
#att-detail--quar.quarantining .module--info .icon {
  background-color: #ffe003 !important;
}
#att-detail--quar.isolating .module--info .icon + .module--data--detail,
#att-detail--quar.quarantining .module--info .icon + .module--data--detail {
  background-color: #ffe003 !important;
  color: #312d0a !important;
}
#att-detail--quar.isolating .module--info:hover .icon,
#att-detail--quar.quarantining .module--info:hover .icon {
  background-color: #ffea71;
}
#att-detail--quar .module--info {
  position: relative;
  left: 10px;
  height: 32px;
  width: 32px;
}
#att-detail--quar .module--info .icon {
  height: 32px;
  width: 32px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
}
#att-detail--quar .module--info .module--data--detail {
  padding: 6px 10px;
  white-space: normal;
  font-weight: 700;
  width: 180px;
  min-width: unset;
  max-width: unset;
  text-align: center;
  top: 115%;
  z-index: 1;
}
#att-detail--quar .module--info .icon {
  color: #23ae70;
  background-color: #1c6f49;
}
#att-detail--quar .module--info .icon + .module--data--detail {
  color: #155236;
  background-color: #a7ffc6;
}
#att-detail--quar .module--info .icon:hover .icon {
  background-color: #258359;
}
#att-detail--identification {
  display: flex;
  line-height: 45px;
}
#att-detail--id--outer {
  font-size: 18px;
  /* color: #E5dce5; */
  color: #00562e;
  border-left: 1px solid;
  margin-left: 12px;
  padding-left: 12px;
}
#att-detail--id {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  font-weight: 700;
  color: #a7ffc6;
}
#att-detail--profile-button {
  width: 132px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  background-color: #155236;
  color: #e9e3f0;
  position: absolute;
  right: 20px;
  cursor: pointer;
}
#att-detail--profile-button:hover {
  background-color: #1c6f49;
  color: white;
}
#att-detail--hide {
  transition: color 0.15s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #00552f;
  cursor: pointer;
}
#att-detail--hide:hover {
  color: #175c40;
}
#att-detail--contact {
  background-color: #23ae70;
}
.att-detail--meta {
  margin: 0;
  padding: 20px;
  background-color: #188956;
}
.att-detail--meta + .att-detail--meta {
  margin-top: 2px;
}
#att-detail--role {
  display: inline-block;
  font-size: 18px;
}
#att-detail--role .icon {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  margin-right: 10px;
  color: #a7ffc6;
}
#att-detail--role--student,
#att-detail--role--faculty,
#att-detail--role--staff {
  display: none;
}
#att-detail--role--student.active,
#att-detail--role--faculty.active,
#att-detail--role--staff.active {
  display: block;
}
.att-detail--tag {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  height: 28px;
  line-height: 28px;
  margin: 0;
  color: #a7ffc6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#att-detail--block-history .att-detail--tag,
#att-detail--att-history .att-detail--tag {
  justify-content: space-between;
}
.att-detail--tag--response,
.att-detail--tag--text {
  display: inline-block;
}
.att-detail--tag--text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.att-detail--tag--response {
  margin-right: 8px;
  padding: 0 8px;
  background-color: #b4adc2;
  color: #224f89;
}
.att-detail--tag--yes {
  display: inline-block;
}
.att-detail--tag--no {
  display: none;
}
.att-detail--tag--timestamp {
  border: 2px solid;
  color: #005e37;
  padding: 0 6px 10px 6px;
  height: 28px;
  line-height: 24px;
  margin-right: 4px;
}
.att-detail--block {
  margin-top: 12px;
}
.att-detail--block + .att-detail--block {
  margin-top: 16px;
}
.att-detail--block.active .att-detail--unblocker {
  background-color: white;
  color: #d64828;
}
.att-detail--block.active .att-detail--unblock--wrapper {
  display: block;
}
.att-detail--block-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.att-detail--block-type {
  width: 308px;
  height: auto;
  min-height: 56px;
  padding: 0;
  display: inline-block;
  color: white;
  background: transparent;
  text-transform: capitalize;
}
.att-detail--block-type--codebox {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  color: #bf2e4b;
  background-color: transparent;
}
.att-detail--block-type--glyph {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
  background-color: transparent;
}
.att-detail--block-type--code {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 2px 8px 0 28px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  height: 28px;
  line-height: 26px;
  background-color: #e5dce5;
}
.att-detail--block-type--label {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  height: auto;
  padding-top: 9px;
  line-height: 24px;
  min-height: 28px;
}
.att-detail--unblocker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.15s ease-in-out;
  border: none;
  outline: none;
  width: 100px;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  background-color: #8b1c10;
  color: #d3cdd9;
}
.att-detail--unblocker:hover {
  background-color: #b22608;
  color: white;
}
#att-detail--blocks {
  display: none;
}
#att-detail--blocks--count {
  display: none;
  margin-right: 0.25rem;
}
.att-detail--unblock--wrapper {
  display: none;
  margin: 16px 0;
  background-color: #8b1c10;
}
.att-detail--unblocker--notes {
  display: block;
  width: 100%;
  padding: 16px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-overflow: ellipsis;
}
.att-detail--unblocker--notes::-moz-placeholder {
  color: #f47b43;
}
.att-detail--unblocker--notes:-ms-input-placeholder {
  color: #f47b43;
}
.att-detail--unblocker--notes::-ms-input-placeholder {
  color: #f47b43;
}
.att-detail--unblocker--notes::placeholder {
  color: #f47b43;
}
.att-detail--unblocker--actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
}
.att-detail--unblocker--action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.att-detail--unblocker--submit {
  transition: background-color 0.15s ease-in-out;
  background-color: #f47b43;
  color: #8b1c10;
}
.att-detail--unblocker--submit:hover {
  background-color: white;
}
.att-detail--unblocker--cancel {
  transition: color 0.15s ease-in-out;
  background-color: transparent;
  color: #f47b43;
}
.att-detail--unblocker--cancel:hover {
  color: white;
}
.att-detail--message,
.att-detail--contact-source {
  font-size: 18px;
  line-height: 24px;
}
.att-detail--tag + .att-detail--message {
  margin-top: 12px;
}
.att-detail--contact-source + .att-detail--contact-source {
  margin-top: 8px;
}
.att-detail--contact-label,
.att-detail--contact-info {
  display: inline-block;
  vertical-align: top;
}
.att-detail--contact-label {
  width: 64px;
}
.att-detail--contact-label {
  color: #a7ffc6;
}
.att-detail--contact-info {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  white-space: normal;
  -webkit-touch-callout: default;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.att-detail--module {
  margin-top: 20px;
  padding: 12px;
  background-color: #264376;
}
.att-detail--module--tag {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 800;
  color: #267fdc;
}
.att-detail--module--message {
  font-size: 18px;
  line-height: 24px;
}
#att-detail--symptoms.none .att-detail--tag,
#att-detail--exposure.none .att-detail--tag {
  margin-bottom: 0;
}
#att-detail--symptoms.none .att-detail--tag--yes,
#att-detail--exposure.none .att-detail--tag--yes {
  display: none;
}
#att-detail--symptoms.none .att-detail--tag--no,
#att-detail--exposure.none .att-detail--tag--no {
  display: inline-block;
}
#att-detail--symptoms.none .att-detail--message,
#att-detail--exposure.none .att-detail--message {
  display: none;
}
#att-detail--symptoms.none .att-detail--module,
#att-detail--exposure.none .att-detail--module {
  display: none;
}
.att-detail--event {
  margin-top: 16px;
}
.att-detail--event--entry {
  display: block;
}
.att-detail--event--entry:first-child {
  margin-top: 12px;
}
.att-detail--answers {
  list-style: none;
  margin: -16px 0 0 40px;
  color: #a7ffc6;
}
.att-detail--answers--question {
  font-size: 12px;
  font-weight: 700;
}
.att-detail--answers--response {
  font-size: 12px;
  font-weight: 700;
  padding-left: 5px;
}
.att-detail--event--col {
  display: inline-block;
  vertical-align: top;
}
.att-detail--event--info {
  font-size: 18px;
}
.att-detail--event--glyph {
  width: 28px;
}
.att-detail--event--info {
  width: 264px;
}
.att-detail--timestamps {
  width: 100px;
}
.att-detail--event--glyph {
  margin-right: 12px;
}
.att-detail--event--glyph .icon {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 0;
  font-size: 18px;
  text-align: left;
}
.att-detail--event--info {
  margin-right: 16px;
}
#att-detail--block-events .att-detail--event--info {
  color: white;
}
#att-detail--block-events .att-detail--event--unblock-reason {
  color: white;
}
#att-detail--block-events .att-detail--event--info {
  width: 264px;
}
#att-detail--block-events .att-detail--event--glyph {
  position: relative;
  vertical-align: top;
  top: -2px;
  margin-right: 12px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #1b8b57;
  background-color: #005833;
}
#att-detail--block-events .att-detail--event--glyph .icon {
  display: inline;
  position: relative;
  top: unset;
  margin-left: unset;
  font-size: 16px;
}
#att-detail--att-events .att-detail--event--glyph .icon {
  margin-left: -2px;
  font-size: 22px;
}
.att-detail--timestamps {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 22px;
  padding-top: 2px;
  color: #005934;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
#heatmap {
  font-size: 0;
  width: 100%;
  height: 100%;
  color: #949ab0;
  font-weight: 700;
}
#heatmap--wrapper {
  width: 100%;
  height: 100%;
}
.wrap-content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#svgDiv {
  position: relative;
  display: inline-block;
  background-color: #091422;
  width: auto;
  height: 100%;
}
#map-panel {
  font-size: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: hidden;
  padding: 32px;
  vertical-align: top;
  font-weight: 500;
  color: #abbcdf;
  background-color: #404d68;
}
#map-panel h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #abbcdf;
}
#map-panel h2 span {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  color: white;
}
#map-panel-mode {
  display: flex;
  flex-direction: row;
  margin-bottom: 28px;
}
.map-panel-button {
  display: inline-block;
  width: auto;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  font-size: 18px;
  background-color: #192535;
  color: white;
  cursor: pointer;
}
.map-panel-button.off {
  cursor: auto;
  pointer-events: none;
  background-color: #2f3c54;
  color: #536480;
}
.map-panel-button + .map-panel-button {
  margin-left: 12px;
}
#map-panel-cases {
  cursor: default;
}
#map-panel-wastewater {
  display: none;
}
#map-date-options {
  display: flex;
  flex-direction: row;
}
#map-slider {
  margin-bottom: 28px;
}
#map-slider-range {
  height: 6px;
  border: none;
  border-radius: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
  width: 100%;
}
.ui-widget-content {
  background: #192535 !important;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  background: #8b9bbe;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  border-radius: 50% !important;
  border: none !important;
  width: 14px !important;
  height: 14px !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: white !important;
  cursor: pointer !important;
}
.ui-slider a:focus {
  outline: none;
}
#case-locations-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  overflow-y: hidden;
  overflow-x: visible;
}
#case-locations-list-wrap {
  font-size: 16px;
  width: 100%;
  height: auto;
  background-color: #36445e;
  overflow-x: visible;
  overflow-y: auto;
}
#case-locations-list-wrap::-webkit-scrollbar {
  width: 16px;
}
#case-locations-list-wrap::-webkit-scrollbar-track {
  background-color: #212f44;
}
#case-locations-list-wrap::-webkit-scrollbar-thumb {
  background-color: #2f3c54;
}
.case-location {
  flex-wrap: wrap;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  transition: background-color 0.15s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  font-weight: 600;
  margin: 0 8px;
  cursor: pointer;
}
.case-location:first-child {
  margin-top: 8px;
}
.case-location:last-child {
  margin-bottom: 8px;
}
.case-location + .case-location {
  margin-top: 4px;
}
.case-location:hover .case-counter {
  background-color: #293649;
  color: #abbcdf;
}
.case-location:hover .case-location-text {
  color: #abbcdf;
}
.case-location.in-range {
  background-color: #4f607e;
}
.case-location.in-range .case-counter {
  background-color: #3c4a64;
  color: #ff6272;
}
.case-location.in-range .case-location-text {
  color: white;
}
.case-location.in-range:hover {
  background-color: #617295;
}
.case-location.in-range:hover .case-counter {
  background-color: #35435b;
}
.case-location.hovered,
.case-location.hovered:hover {
  background-color: #ab3855;
}
.case-location.hovered .case-counter,
.case-location.hovered:hover .case-counter {
  background-color: transparent;
  color: #ffa7b0;
  border-color: #ff8f99;
}
.case-location.hovered .case-location-text,
.case-location.hovered:hover .case-location-text {
  color: #ffa7b0;
}
.case-location.selected,
.case-location.selected:hover {
  background-color: #e7445c;
}
.case-location.selected .case-counter,
.case-location.selected:hover .case-counter {
  background-color: transparent;
  color: white;
  border-color: white;
}
.case-location.selected .case-location-text,
.case-location.selected:hover .case-location-text {
  color: white;
}
.case-location.selected .case-location-close,
.case-location.selected:hover .case-location-close {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
.case-location.selected .people-row,
.case-location.selected:hover .people-row {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  opacity: 1;
}
.case-location.selected .people-panel,
.case-location.selected:hover .people-panel {
  max-height: 100%;
  background-color: #af013d;
  margin: 2px 6px 6px 6px;
}
.case-counter {
  transition: all 0.15s ease-in-out;
  min-width: 32px;
  min-height: 32px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #303c53;
  color: #8397bf;
  border: 2px solid transparent;
  margin: 8px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.case-counter.cc-big {
  padding: 4px;
  margin: 5px;
}
.case-location-text {
  transition: color 0.15s ease-in-out;
  color: #8397bf;
  flex: 1;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  height: auto;
  max-height: 36px;
  overflow-x: hidden;
  overflow-y: auto;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}
.case-location-close {
  transition: all 0.15s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #af013d;
  background-color: transparent;
  cursor: auto;
  pointer-events: none;
  opacity: 0;
}
.case-location-close:hover {
  color: #6e1321;
}
.percentage {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  fill: #647da4;
}
#zoom-button-container {
  position: absolute;
  top: 50%;
  left: 16px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}
.zoom-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background-color: #1b2d43;
  color: #8397bf;
  cursor: pointer;
}
.zoom-button + .zoom-button {
  margin-top: 8px;
}
.zoom-button:hover {
  background-color: #647da4;
  color: white;
}
.zoom-button.off {
  cursor: auto;
  pointer-events: none;
  background-color: #1b2d43;
  color: #36445e;
}
.people-panel {
  transition: background-color 0.15s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  width: 100%;
  max-height: 0px;
  background-color: #4f607e;
  margin: 0px 6px 0px 6px;
  overflow: visible;
  transition: all 0.5s;
}
.people-panel::-webkit-scrollbar {
  width: 6px;
}
.people-panel::-webkit-scrollbar-track {
  background-color: #79032c;
}
.people-panel::-webkit-scrollbar-thumb {
  background-color: #ffa7b0;
}
.people-row {
  transition: all 0.15s ease-in-out;
  width: 100%;
  min-height: 20px;
  padding: 6px;
  padding-left: 10px;
  color: #ffa7b0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease-in;
  transition-delay: 0.5s;
  position: relative;
}
.people-row:hover {
  color: white;
}
.person-icon,
.person-name,
.person-symptom {
  display: inline-block;
}
.person-symptom {
  font-weight: 400;
  font-family: 'icons';
  height: 20px;
  width: 16px;
  position: relative;
  top: 2px;
}
.person-icon {
  height: 20px;
  width: 48px;
  position: relative;
  top: 2px;
  text-align: right;
  font-weight: 300;
  font-size: 14px;
}
.person-name {
  width: calc(100% - 64px);
  padding-left: 16px;
}
.symptom-tooltip {
  position: absolute;
  visibility: hidden;
  background-color: #192535;
  visibility: none;
  opacity: 0;
  top: -20px;
  left: 0px;
  z-index: 10;
  font-size: 12px;
  padding: 4px 6px 4px 6px;
  font-family: 'BR Hendrix';
}
.person-symptom:hover .symptom-tooltip {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s;
  transition-delay: 0.5s;
}
.symptomatic {
  opacity: 1;
}
.asymptomatic {
  opacity: 0;
}
.results-circle {
  fill: #ff5964;
}
.results-address-text {
  text-anchor: start;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}
.symptomatic-text {
  font-weight: 300;
}
.asymptomatic-text {
  font-weight: 300;
}
#buildings {
  display: none;
  background-color: #192535;
}
#buildings-campus {
  display: none;
  background-color: #6d7e9f;
}
#roads {
  display: none;
  background-color: #020d19;
}
#rivers {
  display: none;
  background-color: #010f1f;
}
#buildings-zoomedOut {
  display: none;
  background-color: transparent;
}
#buildings-campus-zoomedOut {
  display: none;
  background-color: #6d7e9f;
}
#roads-zoomedOut {
  display: none;
  background-color: #303f56;
}
#rivers-zoomedOut {
  display: none;
  background-color: #020d19;
}
.regional {
  opacity: 1;
  fill: #556b8e;
  font-weight: 500;
  text-transform: uppercase;
}
.urban {
  fill: #485879;
  font-weight: 600;
}
.city {
  fill: #8397bf;
  font-weight: 600;
}
.park {
  fill: #485879;
  font-weight: 600;
  font-style: italic;
}
.results-circle:hover {
  cursor: pointer;
}
.results-circle:hover ~ .results-address-text {
  display: block;
}
.people-text {
  cursor: pointer;
}
.people-icons {
  cursor: pointer;
  font-family: 'icons';
}
.symptom-icons {
  cursor: pointer;
  font-family: 'icons';
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
#dorm-map--wrapper ul,
#dorm-map--wrapper ol {
  list-style-type: none;
}
#dorm-map--wrapper .st6:hover,
#dorm-map--wrapper .dorm-has-pos-case:hover {
  stroke: white;
  stroke-width: 2px;
  /*transform: scale(1.2);*/
  cursor: pointer;
  opacity: 1;
}
#dorm-map--wrapper .dorm-hovered {
  stroke: white;
  stroke-width: 2px;
  /*transform: scale(1.2);*/
}
#dorm-map--wrapper .st0 {
  display: none;
}
#dorm-map--wrapper #buildings {
  display: block;
}
#dorm-map--wrapper #combined-background {
  fill: #1A2636;
  opacity: 0.35;
}
#dorm-map--wrapper .st13 {
  fill: #050c12;
}
#dorm-map--wrapper .dorm-has-pos-case {
  fill: #ff6272;
}
#dorm-map--wrapper #tooltip-people-container {
  background-color: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*width: 150px;*/
  font-size: 14px;
  z-index: 3;
  width: 200px;
  height: 50px;
}
#dorm-map--wrapper .tooltip-people-name,
#dorm-map--wrapper .tooltip-dorms-text {
  background-color: #050c12;
  font-size: 15px;
  color: white;
  padding: 2px;
}
#dorm-map--wrapper .tooltip-people-mavily {
  background-color: #050c12;
  color: gray;
  padding: 2px;
}
#dorm-map--wrapper #tooltip-dorms-container {
  background-color: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*width: 150px;*/
  font-size: 14px;
  z-index: 3;
  width: 200px;
  height: 30px;
}
#dorm-map--wrapper .dorm-floors {
  fill: #050c12;
}
#dorm-map--wrapper .dorm-floors-outline {
  stroke: #364454;
  stroke-width: 3px;
  fill: none;
}
#dorm-map--wrapper .dorm-mavilies {
  fill: #131C29;
  stroke: #364454;
  stroke-width: 1.5px;
}
#dorm-map--wrapper .dorm-people {
  fill: none;
  opacity: 0.7;
}
#dorm-map--wrapper .dorm-people:hover {
  stroke: white;
  stroke-width: 2px;
  /*transform: scale(1.2);*/
  cursor: pointer;
  opacity: 1;
}
#dorm-map--wrapper .floor-numbers {
  fill: #242F3D;
}
#dorm-map--wrapper #dormsvg > g {
  opacity: 0.5;
}
#dorm-map--wrapper #dormsvg:hover > g {
  opacity: 0.5;
  transition: all 0.2s;
  z-index: 1000;
}
#dorm-map--wrapper #dormsvg > g:hover {
  opacity: 1;
  transition: all 0.2s;
}
#dorm-map--wrapper polygon.st2 {
  fill: gray;
  stroke-width: 1px;
}
#dorm-map--wrapper ellipse.st2 {
  opacity: 0.7;
}
#dorm-map--wrapper g {
  transition: opacity 0.2s;
}
#dorm-map--wrapper .dorm-map-item-title {
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  left: 66px;
}
#dorm-map--wrapper .dorm-map-item-title span {
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: white;
  padding-right: 16px;
}
#dorm-map--wrapper .dorm-map-section {
  width: calc(100vw - 192px - 2 * 20px);
  height: calc(100vh - 96px - 2 * 20px);
  margin: 20px;
  display: flex;
  font-size: 14px;
  /*display: none;*/
}
#dorm-map--wrapper .dorm-map-container {
  width: 900px;
  flex-shrink: 1;
  background-color: #050c12;
  padding: 10px;
}
#dorm-map--wrapper #dorm-map-svg-container {
  height: 100%;
  width: 100%;
}
#dorm-map--wrapper .dorm-map-svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  #dorm-map--wrapper .dorm-panel-container {
    width: 300px;
  }
  #dorm-map--wrapper .listpanel-item-right-mavily {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  #dorm-map--wrapper .dorm-panel-container {
    width: 400px;
  }
  #dorm-map--wrapper .listpanel-item-right-mavily {
    width: 31%;
  }
}
#dorm-map--wrapper .dorm-panel-container {
  flex-shrink: 0;
  background-color: #050c12;
  padding: 0 8px 10px 10px;
}
#dorm-map--wrapper .dorm-panel-header {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#dorm-map--wrapper .dorm-panel-item-date {
  text-transform: none;
  font-weight: 300;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
#dorm-map--wrapper .dorm-panel-listpanel {
  display: flex;
  flex-direction: column;
  /*background-color: #050c12;*/
  max-height: calc(100% - 55px);
  overflow-y: scroll;
  padding-right: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}
#dorm-map--wrapper .dorm-panel-listpanel::-webkit-scrollbar {
  width: 12px;
}
#dorm-map--wrapper .dorm-panel-listpanel::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#dorm-map--wrapper .dorm-panel-listpanel::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#dorm-map--wrapper .dorm-panel-listpanel::-webkit-scrollbar {
  width: 8px;
}
#dorm-map--wrapper .dorm-panel-listpanel::-webkit-scrollbar-track {
  background-color: #131d29;
}
#dorm-map--wrapper .dorm-panel-listpanel::-webkit-scrollbar-thumb {
  background-color: #3A4A61;
}
#dorm-map--wrapper .listpanel-item-container {
  background-color: #141d29;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6px 6px 10px;
  opacity: 0.65;
}
#dorm-map--wrapper .listpanel-item-container + .listpanel-item-container {
  margin-top: 8px;
}
#dorm-map--wrapper .listpanel-item-container:hover {
  opacity: 1;
  cursor: pointer;
}
#dorm-map--wrapper .listpanel-item-left-dormname {
  font-size: 15px;
}
#dorm-map--wrapper .listpanel-item-left-studentcount {
  font-weight: 300;
  margin-bottom: 10px;
}
#dorm-map--wrapper .listpanel-item-left-positivecasecount {
  display: flex;
  align-items: center;
  width: auto;
}
#dorm-map--wrapper .listpanel-item-left-positivecasecount-text {
  line-height: 1.2;
  margin-left: 6px;
}
#dorm-map--wrapper .listpanel-item-left-positivecasecount-text + .zero {
  color: unset;
}
#dorm-map--wrapper .listpanel-item-left-positivecasecount-number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #3a4b61;
  border-radius: 50%;
  text-align: center;
  color: white;
}
#dorm-map--wrapper .listpanel-item-left-positivecasecount-number.positive {
  background-color: #ff6272;
}
#dorm-map--wrapper .listpanel-item-right {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  height: 100%;
  padding-left: 10px;
}
#dorm-map--wrapper .listpanel-item-right-mavily {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: white;
  background-color: #8f1c36;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 3px;
  margin: 2px;
}
#dorm-map--wrapper .circle-button {
  opacity: 0.5;
}
#dorm-map--wrapper .circle-button:hover {
  opacity: 1;
  cursor: pointer;
}
#dorm-map--wrapper #dorm-window {
  max-width: calc(100vw - 192px - 2 * 20px);
  height: calc(100vh - 96px - 2 * 20px);
  margin: 20px;
  background-color: #091422;
  position: absolute;
  display: none;
  z-index: 2;
}
#dorm-map--wrapper #dorm-window-close {
  opacity: 0.65;
  font-size: 30px;
}
#dorm-map--wrapper #dorm-window-close:hover {
  opacity: 1;
  cursor: pointer;
}
#dorm-map--wrapper .dorm-window-header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
#dorm-map--wrapper .dorm-window-body {
  width: 100%;
  height: calc(100% - 50px);
  font-size: 14px;
  display: flex;
  padding: 10px;
  padding-top: 0px;
}
#dorm-map--wrapper .dorm-body-left {
  width: 900px;
  flex-shrink: 1;
  background-color: #050c12;
  padding: 10px;
}
#dorm-map--wrapper .dorm-body-left--upper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
#dorm-map--wrapper #active-floor-title {
  width: 100px;
  flex-shrink: 0;
  margin-right: 20px;
  color: #6882a4;
}
#dorm-map--wrapper .dorm-case-counts {
  display: inline-flex;
  margin-right: 10px;
  flex-grow: 1;
  justify-content: space-between;
}
#dorm-map--wrapper .dorm-case-cat {
  display: flex;
  margin-right: 16px;
}
#dorm-map--wrapper .dorm-case-type {
  display: inline-flex;
  align-items: baseline;
}
#dorm-map--wrapper .dorm-case-number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-shrink: 0;
}
#dorm-map--wrapper .dorm-case-number.positive + .dorm-case-label {
  color: #ff6272;
}
#dorm-map--wrapper .dorm-case-number.detected + .dorm-case-label {
  color: #cc284d;
}
#dorm-map--wrapper .dorm-case-number.negative + .dorm-case-label {
  color: #2A90FF;
}
#dorm-map--wrapper .dorm-case-number.not-detected + .dorm-case-label {
  color: #4b7dce;
}
#dorm-map--wrapper .dorm-case-label {
  margin-left: 10px;
}
@media (max-width: 1100px) {
  #dorm-map--wrapper .dorm-body-left--upper {
    flex-direction: column;
  }
}
@media (max-width: 1300px) {
  #dorm-map--wrapper .dorm-case-cat {
    flex-direction: column;
  }
  #dorm-map--wrapper .dorm-case-type + .dorm-case-type {
    margin-top: 10px;
  }
}
@media (min-width: 1301px) {
  #dorm-map--wrapper .dorm-case-type + .dorm-case-type {
    margin-left: 10px;
  }
}
#dorm-map--wrapper #dorm-iso-container {
  height: 100%;
  width: 100%;
}
#dorm-map--wrapper .dorm-iso-svg {
  height: 100%;
  width: 100%;
}
#dorm-map--wrapper .dorm-body-right {
  width: 400px;
  flex-shrink: 0;
  padding: 0 8px 10px 10px;
}
#dorm-map--wrapper .positive-case-panel-list-container,
#dorm-map--wrapper .dorm-affiliated-mavilies-panel {
  max-height: 175px;
  padding-right: 6px;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
#dorm-map--wrapper .positive-case-panel-list-container::-webkit-scrollbar,
#dorm-map--wrapper .dorm-affiliated-mavilies-panel::-webkit-scrollbar {
  width: 12px;
}
#dorm-map--wrapper .positive-case-panel-list-container::-webkit-scrollbar-track,
#dorm-map--wrapper .dorm-affiliated-mavilies-panel::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#dorm-map--wrapper .positive-case-panel-list-container::-webkit-scrollbar-thumb,
#dorm-map--wrapper .dorm-affiliated-mavilies-panel::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#dorm-map--wrapper .positive-case-panel-list-container::-webkit-scrollbar,
#dorm-map--wrapper .dorm-affiliated-mavilies-panel::-webkit-scrollbar {
  width: 8px;
}
#dorm-map--wrapper .positive-case-panel-list-container::-webkit-scrollbar-track,
#dorm-map--wrapper .dorm-affiliated-mavilies-panel::-webkit-scrollbar-track {
  background-color: #131d29;
}
#dorm-map--wrapper .positive-case-panel-list-container::-webkit-scrollbar-thumb,
#dorm-map--wrapper .dorm-affiliated-mavilies-panel::-webkit-scrollbar-thumb {
  background-color: #3A4A61;
}
#dorm-map--wrapper .dorm-positive-case-panel {
  width: 100%;
  padding: 10px;
  padding-right: 6px;
  background-color: #050c12;
}
#dorm-map--wrapper .positive-case-panel-header {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  color: white;
  opacity: 1;
}
#dorm-map--wrapper .positive-case-panel-header.no-data {
  color: #6882a4;
  opacity: 0.75;
}
#dorm-map--wrapper .case-panel-header-date {
  display: none;
}
#dorm-map--wrapper .positive-case-panel-list-container {
  margin-top: 10px;
  width: 100%;
  background-color: #050c12;
}
#dorm-map--wrapper .positive-case-panel-list-item {
  transition: background-color 0.15s ease-in-out;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  padding: 6px;
  background-color: #8f1c36;
  color: #ffa1ab;
  cursor: pointer;
}
#dorm-map--wrapper .positive-case-panel-list-item:hover {
  background-color: #9e2742;
  color: white;
}
#dorm-map--wrapper .positive-case-panel-list-item.pcr {
  color: white;
  background-color: #e8455c;
}
#dorm-map--wrapper .positive-case-panel-list-item.pcr:hover {
  background-color: #ff647a;
}
#dorm-map--wrapper .positive-case-panel-list-item-left,
#dorm-map--wrapper .positive-case-panel-list-item-right {
  display: flex;
  align-items: center;
}
#dorm-map--wrapper .positive-case-panel-list-item-icon {
  font-family: 'icons';
  font-weight: 400;
}
#dorm-map--wrapper .positive-case-panel-list-item-name {
  margin-left: 4px;
}
#dorm-map--wrapper .positive-case-panel-list-item-right {
  text-transform: uppercase;
  margin-right: 6px;
  font-size: 12px;
}
#dorm-map--wrapper .positive-case-panel-list-item-type {
  margin-right: 6px;
}
#dorm-map--wrapper .positive-case-panel-list-item-date {
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
#dorm-map--wrapper .dorm-affiliated-mavilies-container {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  padding-right: 6px;
  background-color: #050c12;
}
#dorm-map--wrapper .dorm-affiliated-mavilies-header {
  display: flex;
  padding-left: 5px;
  align-items: center;
  padding-right: 20px;
}
#dorm-map--wrapper #dorm-affiliated-mavilies--title {
  color: white;
}
#dorm-map--wrapper #dorm-affiliated-mavilies--this-dorm,
#dorm-map--wrapper #dorm-affiliated-mavilies--elsewhere {
  color: #6882a4;
  padding: 3px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.25;
}
#dorm-map--wrapper .dorm-affiliated-mavilies-panel {
  margin-top: 10px;
  width: 100%;
  background-color: #050c12;
}
#dorm-map--wrapper .dorm-affiliated-mavilies-panel-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #141d29;
  margin-bottom: 6px;
  padding: 6px;
  opacity: 0.65;
}
#dorm-map--wrapper .dorm-affiliated-mavilies-panel-item:hover {
  opacity: 1;
  cursor: pointer;
}
#dorm-map--wrapper .mavily-panel-item-left {
  width: 40%;
  flex-shrink: 0;
}
#dorm-map--wrapper .mavily-panel-item-left-name {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 0 6px;
}
#dorm-map--wrapper .mavily-panel-item-left-count {
  font-size: 12px;
  margin-top: 3px;
  font-weight: 500;
  padding: 0 6px;
}
#dorm-map--wrapper .mavily-panel-item-middle,
#dorm-map--wrapper .mavily-panel-item-right {
  width: 25%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 1;
  border-left: 1px solid #25354a;
}
#dorm-map--wrapper .dorm-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#dorm-map--wrapper .dorm-header-title-name {
  text-transform: capitalize;
  color: white;
}
#dorm-map--wrapper .dorm-header-title-student-count {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #6882a4;
  text-transform: uppercase;
}
#dorm-map--wrapper .dorm-profile-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  opacity: 0.75;
  color: #6882a4;
}
#dorm-map--wrapper .dorm-profile-panel-header-left,
#dorm-map--wrapper .dorm-profile-panel-header-right {
  display: inline-flex;
  align-items: center;
}
#dorm-map--wrapper .dorm-profile-panel-header-name {
  margin-left: 4px;
  font-size: 16px;
}
#dorm-map--wrapper .dorm-profile-panel-header-icon {
  font-family: 'icons';
  font-weight: 400;
  margin-left: 5px;
}
#dorm-map--wrapper #dorm-profile-panel-details--id-container {
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-bottom: 10px;
}
#dorm-map--wrapper .dorm-profile-panel-details-id {
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  color: #a3b1cf;
}
#dorm-map--wrapper .dorm-profile-panel-details-id span {
  color: #495870;
}
#dorm-map--wrapper .dorm-profile-panel-header-profile-button {
  color: #a3b1cf;
  border-left: 1px solid #25354a;
  /* font-weight: 700; */
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.02rem;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  padding-top: 1px;
  margin-right: 10px;
  cursor: pointer;
}
#dorm-map--wrapper .dorm-profile-panel-header-profile-button:hover {
  background-color: #25354a;
}
#dorm-map--wrapper .dorm-profile-panel-details {
  display: none;
}
#dorm-map--wrapper .dorm-profile-panel-details--upper {
  display: flex;
  flex-direction: row;
}
#dorm-map--wrapper .dorm-profile-panel-details-content {
  max-height: calc(100vh - 613px);
  overflow-x: hidden;
  overflow-y: auto;
}
#dorm-map--wrapper .dorm-profile-panel-details-content::-webkit-scrollbar {
  width: 12px;
}
#dorm-map--wrapper .dorm-profile-panel-details-content::-webkit-scrollbar-track {
  background-color: #0f161f;
}
#dorm-map--wrapper .dorm-profile-panel-details-content::-webkit-scrollbar-thumb {
  background-color: #6882a4;
}
#dorm-map--wrapper .dorm-profile-panel-details-content::-webkit-scrollbar {
  width: 8px;
}
#dorm-map--wrapper .dorm-profile-panel-details-content::-webkit-scrollbar-track {
  background-color: #131d29;
}
#dorm-map--wrapper .dorm-profile-panel-details-content::-webkit-scrollbar-thumb {
  background-color: #3A4A61;
}
#dorm-map--wrapper .profile-panel-test-date,
#dorm-map--wrapper .profile-panel-clearance,
#dorm-map--wrapper .profile-panel-quarantine-status {
  width: calc(33% - 6px);
  border-radius: 6px;
  margin: 3px;
  padding: 10px;
  background-color: #0f161f;
}
#dorm-map--wrapper .dorm-profile-panel-mavily-item {
  width: calc(33% - 6px);
  margin: 3px;
  padding: 10px;
  background-color: #0f161f;
}
#dorm-map--wrapper .dorm-profile-panel-mavily-item:hover {
  cursor: pointer;
  background-color: #141d29;
}
#dorm-map--wrapper .dorm-profile-panel-mavilies {
  display: flex;
  text-align: center;
  width: 100%;
  overflow-y: hidden;
}
#dorm-map--wrapper .mavily-item-people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}
#dorm-map--wrapper .circles-in-dorm,
#dorm-map--wrapper .circles-in-mavily {
  width: 22px;
  height: 22px;
  color: white;
  border-radius: 50%;
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dorm-map--wrapper .circles-in-mavily {
  width: 9px;
  height: 9px;
}
#dorm-map--wrapper .circles-out-of-dorm {
  width: 23px;
  height: 23px;
  background-color: none;
  border-radius: 50%;
  margin: 2px;
  border: solid 1.5px white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
#dorm-map--wrapper .dorm-profile-panel {
  background-color: #050c12;
  margin-top: 10px;
  padding: 10px;
}
#dorm-map--wrapper .profile-close {
  opacity: 0.5;
  display: none;
  font-size: 30px;
  padding-bottom: 5px;
}
#dorm-map--wrapper .profile-close:hover {
  opacity: 1;
  cursor: pointer;
}
#dorm-map--wrapper .uppercase {
  text-transform: uppercase;
}
#dorm-map--wrapper .capitalize {
  text-transform: capitalize;
}
#dorm-map--wrapper .hovered {
  opacity: 1;
}
#dorm-map--wrapper .full-opacity {
  opacity: 1;
}
#dorm-map--wrapper .show {
  display: block;
}
#dorm-map--wrapper .selection-outline {
  stroke: white;
  stroke-width: 3px;
  opacity: 1;
}
#dorm-map--wrapper .positive-text {
  color: #ff6272;
}
#dorm-map--wrapper .detected-text {
  color: #cc284d;
}
#dorm-map--wrapper .negative-text {
  color: #2A90FF;
}
#dorm-map--wrapper .not-detected-text {
  color: #4b7dce;
}
#dorm-map--wrapper .no-tests-text {
  color: #667f9c;
}
#dorm-map--wrapper .white-text {
  color: white;
}
#dorm-map--wrapper .positive-outline {
  border: solid 1px #ff6272;
}
#dorm-map--wrapper .detected-outline {
  border: solid 1px #8F1C36;
}
#dorm-map--wrapper .negative-outline {
  border: solid 1px #2A90FF;
}
#dorm-map--wrapper .not-detected-outline {
  border: solid 1px #14499E;
}
#dorm-map--wrapper .no-tests-outline {
  border: solid 1px #4D6179;
}
#dorm-map--wrapper .positive {
  background-color: #ff6272;
}
#dorm-map--wrapper .detected {
  background-color: #8F1C36;
}
#dorm-map--wrapper .negative {
  background-color: #2A90FF;
}
#dorm-map--wrapper .not-detected {
  background-color: #14499E;
}
#dorm-map--wrapper .no-recent-tests {
  background-color: #4D6179;
}
#dorm-map--wrapper .no-tests {
  background-color: #333f4e;
}
#dorm-map--wrapper .no-values {
  background-color: #3a4b61;
  opacity: 0.5;
}
#dorm-map--wrapper .no-values-outline {
  color: #3a4b61;
  border-color: #3a4b61;
  opacity: 0.5;
}
#dorm-map--wrapper .positive-fill {
  fill: #ff6272;
  opacity: 1;
}
#dorm-map--wrapper .detected-fill {
  fill: #8F1C36;
  opacity: 1;
}
#dorm-map--wrapper .negative-fill {
  fill: #2A90FF;
  opacity: 0.7;
}
#dorm-map--wrapper .not-detected-fill {
  fill: #14499E;
  opacity: 1;
}
#dorm-map--wrapper .no-tests-fill {
  fill: #4D6179;
  opacity: 1;
}
#dorm-map--wrapper .low-opacity {
  opacity: 0.3;
}
#dorm-map--wrapper .hoverable {
  cursor: pointer;
}
#dorm-map--wrapper .profile-panel-test-date.negative {
  background-color: #154b9c;
  color: #85d4ff;
}
#dorm-map--wrapper .profile-panel-test-date.not-detected {
  background-color: #1c345d;
  color: #6990d0;
}
#dorm-map--wrapper .profile-panel-test-date.detected {
  background-color: #8F1C36;
  color: #ffa1ab;
}
#dorm-map--wrapper .profile-panel-test-date.positive {
  background-color: #dc4052;
  color: white;
}
#dorm-map--wrapper .profile-panel-test-date.no-recent-tests {
  background-color: #374250;
  color: #a3b1cf;
}
#dorm-map--wrapper .profile-panel-clearance.cleared {
  background-color: #0f2821;
  color: #49a466;
}
#dorm-map--wrapper .profile-panel-clearance.blocked {
  background-color: #df5c35;
  color: white;
}
#dorm-map--wrapper .profile-panel-quarantine-status {
  background-color: #272516;
  color: #92923e;
}
#dorm-map--wrapper .profile-panel-quarantine-status.quarantining {
  background-color: #886f16;
  color: #fffc7b;
}
#dorm-map--wrapper .profile-panel-quarantine-status.isolating {
  background-color: #fffc7b;
  color: #0f1525;
}
#dorm-map--wrapper .tooltip-title {
  color: white;
  margin-top: 4px;
  white-space: nowrap;
  font-size: 16px;
}
#dorm-map--wrapper .tooltip-mavilies {
  width: 1em;
  height: 1em;
  background-color: #8398c0;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
#dorm-map--wrapper .tooltip-levels {
  min-width: 100%;
  white-space: nowrap;
  margin-top: 2px;
}
#dorm-map--wrapper .tooltip-levels-text {
  width: 18px;
  margin-right: 4px;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
}

