.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  outline: 0;
  font-size: 14px;
  line-height: 1.4;
  transition-property: transform, visibility, opacity;
  position: relative;
}

.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: top;
  bottom: -7px;
  left: 0;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: bottom;
  top: -7px;
  left: 0;
}

.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  transform-origin: 0;
  right: -7px;
}

.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: 100%;
  left: -7px;
}

.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-arrow {
  color: #333;
  width: 16px;
  height: 16px;
}

.tippy-arrow:before {
  content: "";
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.tippy-content {
  z-index: 1;
  padding: 5px 9px;
  position: relative;
}

:root {
  --low-bg: #f6fbd8;
  --medium-bg: #f6f0e0;
  --high-bg: #fbdbd1;
  --high: #fd9271;
  --medium: #f4dc9f;
  --low: #efff92;
  --good: #8cd28a;
  --good-bg: #cbf2ca;
  --accent: #00a9a5;
  --orange: orange;
  --basic-gray: #595959;
  --middle-gray: #828282;
  --light-gray: #ababab;
  --super-light-gray: #d7d7d7;
  --accent-gray: #f9fafb;
  --bg-gray: #f3f4f6;
  --happy-green: #51c00e;
  --unhappy-red: #ea5959;
  --white: #fff;
  --small-heading: 7px;
  --summary-text-weight: bold;
  --summary-text-size: 1.3em;
  --gray-text-shadow: 1px 1px #fff;
  --normal-font-weight: 400;
  --bold-font-weight: 700;
  --dark-font-weight: 900;
  --small-radius: 3px;
  --link: var(--basic-gray);
  --link-hover: var(--middle-gray);
  --primary-text: var(--basic-gray);
  --secondary-text: var(--middle-gray);
  --tertiary-text: var(--light-gray);
  --subtle-shadow: 0px 1px 5px rgba(0, 0, 0, .05);
  --section-padding: 15px;
  --subtle-border: #e3e3e3;
  --max-width-container: 1000px;
}

@keyframes grow-rotate {
  0% {
    transform: scale(.85)rotate(0);
  }

  50% {
    transform: scale(.95)rotate(-180deg);
  }

  100% {
    transform: scale(.85)rotate(-360deg);
  }
}

.up-accent, .reporting-accent {
  color: var(--happy-green);
}

.down-accent, .missing-accent {
  color: var(--unhappy-red);
}

* {
  box-sizing: border-box;
}

body, html {
  background-color: var(--bg-gray);
  color: var(--basic-gray);
  min-height: 100%;
  font-family: Lato, sans-serif;
  font-weight: var(--normal-font-weight);
  font-smooth: always;
  margin: 0;
}

a {
  color: var(--link);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover);
}

select {
  font-family: Lato, sans-serif;
}

button {
  box-sizing: border-box;
  color: var(--basic-gray);
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-family: unset;
  font-size: .9em;
}

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

.hidden {
  display: none !important;
}

.content {
  max-width: var(--max-width-container);
  min-height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

header {
  background-color: var(--white);
  width: 100%;
  height: 80px;
  padding: 10px 0 10px 15px;
}

header .content {
  align-items: center;
  display: flex;
}

header .content > * {
  flex: 1;
}

header .customer-name {
  margin-left: 15px;
}

header .customer-name h1 {
  margin: 0;
  font-size: 1.3em;
}

header .links {
  text-align: right;
}

header .links .icon {
  filter: invert(79%) sepia(0%) saturate(28%) hue-rotate(138deg) brightness(89%) contrast(83%);
}

header .links .icon:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: 15px;
}

header .links .icon:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: 15px;
}

.spinner-ring {
  width: 14px;
  height: 14px;
  margin-right: 2px;
  display: inline-block;
  position: relative;
}

.spinner-ring div {
  box-sizing: border-box;
  border: 2px solid var(--super-light-gray);
  border-color: var(--super-light-gray) transparent transparent transparent;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 2px 2px 2px 0;
  animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite full-rotate;
  display: block;
  position: absolute;
}

.spinner-ring div:first-child {
  animation-delay: -.45s;
}

.spinner-ring div:nth-child(2) {
  animation-delay: -.3s;
}

.spinner-ring div:nth-child(3) {
  animation-delay: -.15s;
}

@keyframes full-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.no-results {
  color: var(--light-gray);
  font-style: italic;
}

.no-results-history {
  color: var(--light-gray);
  padding: 15px;
  font-style: italic;
}

.link a {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: var(--dark-font-weight);
  color: var(--middle-gray);
  display: inline-block;
}

.incident .severity {
  text-transform: uppercase;
  font-size: .7em;
  font-weight: var(--bold-font-weight);
  color: var(--secondary-text);
  margin-top: 5px;
  margin-bottom: 5px;
}

.incident .status {
  background-color: var(--accent);
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  border-radius: .25rem;
  align-items: center;
  margin-right: 3px;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-flex;
}

.incident .status.maintenance {
  background-color: var(--orange);
}

.open-incidents .incident {
  max-width: var(--max-width-container);
  background-color: var(--white);
  box-shadow: var(--subtle-shadow);
  border-radius: 10px;
  margin: 10px auto 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.open-incidents .status-color-sidebar {
  width: 20px;
}

.open-incidents .status-color-sidebar.operational {
  background: var(--good);
}

.open-incidents .status-color-sidebar.partial_outage {
  background: var(--medium);
}

.open-incidents .status-color-sidebar.outage {
  background: var(--high);
}

.open-incidents .status-color-sidebar.problem_detected, .open-incidents .status-color-sidebar.degraded_performance {
  background: var(--low);
}

.open-incidents .incident-content {
  flex: 1;
}

.open-incidents .heading {
  padding: 10px 10px 0 20px;
}

.open-incidents .heading h3 {
  margin: 0 0 2px;
}

.open-incidents .heading .remaining {
  color: var(--tertiary-text);
  font-size: .9em;
}

.open-incidents .latest-update {
  border-bottom: 1px solid var(--bg-gray);
  height: 12px;
  margin: 5px 0;
}

.open-incidents .latest-update span {
  color: var(--secondary-text);
  background-color: #fff;
  margin-left: 15px;
  padding: 0 5px;
  font-size: .8em;
}

.open-incidents .message {
  white-space: pre-wrap;
  display: inline;
}

.open-incidents .description {
  padding-bottom: 10px;
}

.open-incidents .top-bar {
  background-color: var(--unhappy-red);
  color: #fff;
  width: 100%;
  font-weight: var(--dark-font-weight);
  padding-left: 10px;
  font-size: .8em;
  position: absolute;
}

.open-incidents .timing {
  color: var(--secondary-text);
  font-size: .8em;
}

.open-incidents .incident-update {
  margin-left: -35px;
  padding: 10px;
  display: flex;
}

.open-incidents .incident-update .icons {
  padding-left: 12px;
  padding-right: 10px;
}

.open-incidents .incident-update .maintenance-icon {
  height: 15px;
  margin-left: 2px;
  margin-right: 5px;
}

.incident-month {
  border-bottom: 1px solid var(--bg-gray);
  display: flex;
}

.incident-month .month {
  color: #999;
  flex-shrink: 0;
  width: 150px;
  padding: 18px 15px 15px;
  font-size: .8em;
  font-weight: bold;
}

.incident-month .incidents {
  padding: 15px;
}

.incident-month .incident {
  margin-bottom: 22px;
}

.incident-month .incident .title {
  font-weight: var(--bold-font-weight);
  font-size: 1.1em;
}

.incident-month .incident:last-child {
  margin-bottom: 0;
}

.incident-month .title {
  margin-bottom: 4px;
}

.incident-month .subtitle {
  color: var(--light-gray);
  align-items: center;
  font-size: .9em;
  display: flex;
}

.incident-month .severity-icons {
  opacity: .4;
  flex-direction: row-reverse;
  margin-left: 10px;
  margin-right: 5px;
  display: flex;
}

.incident-month .severity-icon {
  width: 20px;
  height: 20px;
  margin-left: -10px;
}

.incident-month .maintenance-icon {
  margin-right: 15px;
}

.notice-section {
  border-bottom: 1px solid var(--bg-gray);
  display: flex;
}

.notice-section .notice {
  padding: 15px;
}

.notice-section .notice .title {
  font-weight: var(--bold-font-weight);
  margin-bottom: 4px;
  font-size: 1.1em;
}

.notice-section .subtitle {
  color: var(--light-gray);
  align-items: center;
  font-size: .9em;
  display: flex;
}

.logo-img {
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px;
  height: 60px;
}

.flat-heading {
  font-weight: var(--dark-font-weight);
  text-transform: uppercase;
  color: var(--light-gray);
  margin-bottom: 3px;
  font-size: .5em;
}

.summary {
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.summary .summary-content {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.summary .stats {
  display: flex;
}

.summary .summary-text {
  font-weight: var(--summary-text-weight);
  font-size: var(--summary-text-size);
  text-shadow: var(--gray-text-shadow);
  margin-left: 6px;
}

.summary .summary-status {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.summary .summary-state-icon {
  z-index: 1;
  flex-shrink: 0;
  width: 80%;
  height: 80%;
}

.summary .summary-state-bg {
  width: 100%;
  height: 100%;
  animation: 2s linear infinite grow-rotate;
  position: absolute;
}

.summary .dropdowns {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 15px;
  display: flex;
}

.summary .dropdowns .caret {
  width: 9px;
  margin-top: 3px;
  margin-right: 7px;
}

.summary .dropdowns .button-icon {
  width: 15px;
}

.summary .dropdowns .menu {
  background-color: var(--white);
  z-index: 40;
  border-radius: 7px;
  max-height: 300px;
  position: absolute;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.summary .dropdowns .selector {
  position: relative;
}

.summary .dropdowns button {
  font-weight: var(--bold-font-weight);
  color: var(--basic-gray);
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.summary .dropdowns button span {
  margin-right: 5px;
}

.summary .dropdowns button:hover, .summary .dropdowns button:focus {
  cursor: pointer;
  background-color: var(--white);
  border: 1px solid var(--super-light-gray);
  border-radius: 3px;
  padding: 3px 7px;
}

.summary .dropdowns button:active {
  box-shadow: 0 0 15px #fff;
}

.summary .dropdowns button:focus {
  border: 1px solid var(--light-gray);
}

.timezone-selector .menu {
  padding: 10px;
}

.month-selector .menu {
  width: 120px;
}

.month-selector .month {
  border-bottom: 1px solid var(--subtle-border);
  padding: 8px 15px;
  display: block;
}

.month-selector .month:hover {
  background-color: var(--bg-gray);
  cursor: pointer;
}

.month-selector .year {
  background-color: var(--light-gray);
  color: #fff;
  font-weight: var(--bold-font-weight);
  padding: 1px 15px;
  display: block;
  position: sticky;
  top: 0;
}

.month-selector .year:hover {
  background-color: var(--basic-gray);
}

.section-labels {
  margin-bottom: 10px;
}

.section-labels .label-left {
  color: var(--light-gray);
  font-size: .9em;
  font-weight: var(--dark-font-weight);
  text-shadow: var(--gray-text-shadow);
  padding-left: 10px;
}

.bars {
  flex: .25;
  height: 100%;
  margin: 0 10px;
  display: flex;
  position: relative;
}

.bars .dots {
  border-top: 1px dashed var(--subtle-border);
  z-index: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
}

.bars .bar-container {
  flex-direction: column;
  flex: 1;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.bars .bar-container > a {
  flex: 1;
  display: flex;
}

.bars .bar-container .date {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 5px;
  display: flex;
}

.bars .bar-container .date span {
  background-color: var(--white);
  color: var(--light-gray);
  white-space: nowrap;
  padding: 3px;
  font-size: .85em;
  position: absolute;
}

.bars .bar {
  background: linear-gradient(0deg, var(--unhappy-red) -1%, var(--unhappy-red) var(--downtime-percentage), var(--happy-green) var(--downtime-percentage), var(--happy-green) 100%);
  border-radius: 3px;
  flex: 1;
  align-items: stretch;
  min-width: 10px;
  margin: 10px 1px;
  overflow: hidden;
}

.bars .bar.empty {
  background: var(--super-light-gray);
}

.stat-response-times, .stat-uptime, .stat-last-report {
  border-right: 1px solid var(--super-light-gray);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.stat-uptime, .stat-last-report {
  border-right: none;
}

.stat-response-time {
  font-size: 1.1em;
  font-weight: var(--bold-font-weight);
  color: var(--primary-text);
  display: flex;
}

.stat-response-time .format {
  color: var(--tertiary-text);
  margin-left: 2px;
}

.stat-percentage-value {
  font-size: 1.1em;
  font-weight: var(--bold-font-weight);
  color: var(--primary-text);
}

.stat-percentage-value:after {
  content: "%";
  color: var(--tertiary-text);
}

.index .summary {
  margin-top: 10px;
}

.index .more-results {
  text-align: right;
  padding: 10px 15px;
}

.sites .site {
  background-color: var(--white);
  align-items: center;
  height: 72px;
  display: flex;
  overflow: hidden;
}

.sites .site:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sites .site:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sites .site:last-child .site-content {
  border-bottom: none;
}

.sites .color-bar {
  flex-shrink: 0;
  width: 10px;
  height: 100%;
}

.sites .color-bar-pending {
  background-color: var(--light-gray);
}

.sites .color-bar-up {
  background-color: var(--happy-green);
}

.sites .color-bar-down {
  background-color: var(--unhappy-red);
}

.sites .site-content {
  border-bottom: 1px var(--subtle-border) solid;
  flex: 1;
  justify-content: stretch;
  align-items: center;
  width: calc(100% - 10px);
  height: 100%;
  display: flex;
}

.sites .state-details {
  flex: 1;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sites .state-icon {
  width: 35px;
  margin: 0 15px;
}

.sites .site-details {
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.sites .site-name {
  text-overflow: ellipsis;
  font-weight: var(--bold-font-weight);
  margin-bottom: 2px;
  overflow: hidden;
}

.sites .site-name:has( + .site-description) {
  white-space: nowrap;
}

.sites .site-description {
  color: var(--secondary-text);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: small;
  display: -webkit-box;
  overflow: hidden;
}

.check_ins .check_in {
  background-color: var(--white);
  align-items: center;
  height: 72px;
  display: flex;
  overflow: hidden;
}

.check_ins .check_in:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.check_ins .check_in:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.check_ins .check_in:last-child .check_in-content {
  border-bottom: none;
}

.check_ins .color-bar {
  flex-shrink: 0;
  width: 10px;
  height: 100%;
}

.check_ins .color-bar-pending {
  background-color: var(--light-gray);
}

.check_ins .color-bar-reporting {
  background-color: var(--happy-green);
}

.check_ins .color-bar-missing {
  background-color: var(--unhappy-red);
}

.check_ins .check_in-content {
  border-bottom: 1px var(--subtle-border) solid;
  flex: 1;
  justify-content: stretch;
  align-items: center;
  width: calc(100% - 10px);
  height: 100%;
  display: flex;
}

.check_ins .state-details {
  flex: 1;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.check_ins .state-icon {
  width: 35px;
  margin: 0 15px;
}

.check_ins .check_in-details {
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.check_ins .check_in-name {
  text-overflow: ellipsis;
  font-weight: var(--bold-font-weight);
  margin-bottom: 2px;
  overflow: hidden;
}

.check_ins .check_in-name:has( + .check_in-description) {
  white-space: nowrap;
}

.check_ins .check_in-description {
  color: var(--secondary-text);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: small;
  display: -webkit-box;
  overflow: hidden;
}

.check_ins .stat-last-report {
  margin-right: 10px;
}

section {
  margin-bottom: 25px;
}

section h2 {
  color: var(--light-gray);
  font-size: .85em;
  font-weight: var(--dark-font-weight);
  text-shadow: var(--gray-text-shadow);
  padding-left: 15px;
}

.section-body {
  box-shadow: var(--subtle-shadow);
  background-color: var(--white);
  border-radius: 5px;
}

.outage-timeline-tooltip {
  flex-flow: column wrap;
  display: flex;
}

.outage-timeline-tooltip h4 {
  color: var(--light-gray);
  margin: 0;
  font-size: .7em;
}

.outage-timeline-tooltip .row {
  flex-direction: row;
  gap: 10px;
  display: flex;
}

.overview-tooltip .downtime {
  font-size: 1.5em;
  font-weight: var(--bold-font-weight);
}

.show .back-link a {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: var(--dark-font-weight);
  color: var(--middle-gray);
  padding: 15px 15px 0 5px;
  display: inline-block;
}

.show .incident-details {
  padding: 15px;
  display: flex;
}

.show .incident-details .severity-icon {
  width: 35px;
  margin-right: 10px;
}

.show .incident-details .remaining {
  color: var(--tertiary-text);
  font-size: .9em;
}

.show .incident-details h3 {
  margin: 0 0 3px;
}

.show .incident .incident-update {
  padding: 0 10px;
  display: flex;
}

.show .incident .incident-updates {
  padding-top: 10px;
}

.show .incident .message {
  white-space: pre-wrap;
  display: inline;
}

.show .incident .maintenance-icon {
  height: 15px;
  margin-left: 2px;
  margin-right: 5px;
}

.show .incident .severity-icon {
  z-index: 1;
  height: 24px;
  position: relative;
}

.show .incident .timing {
  color: var(--light-gray);
  padding-bottom: 10px;
  font-size: .8em;
}

.show .incident .incident-update:last-of-type .icons:before {
  height: 10px;
}

.show .incident .description {
  margin-bottom: 5px;
}

.show .incident .icons {
  z-index: 1;
  margin-right: 8px;
  position: relative;
}

.show .incident .icons:before {
  content: "";
  z-index: 0;
  background-color: #d4dce5;
  width: 2px;
  height: 100%;
  position: absolute;
  left: calc(50% - 1px);
}

.show .summary {
  width: 100%;
  margin-top: 5px;
}

.show .summary h1 {
  margin: 0;
  font-size: 1.5em;
}

.show .summary .state-icon {
  z-index: 2;
  width: 50px;
}

.show .summary .state-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  animation: 2s linear infinite grow-rotate;
  position: absolute;
}

.show .summary .title {
  flex-direction: column;
  flex: 1;
  margin-left: 15px;
  display: flex;
}

.show .summary .last-checked {
  color: var(--light-gray);
  font-size: .9em;
}

.show .summary .stat-uptime {
  border-right: 1px solid var(--super-light-gray);
}

.show .outage-timeline .section-body {
  padding: var(--section-padding);
}

.show .outage-timeline .happy-bar {
  background-color: var(--happy-green);
  border-radius: var(--small-radius);
  width: 100%;
  height: 20px;
  position: relative;
}

.show .outage-timeline .happy-bar .next-day {
  color: #fff;
  pointer-events: none;
  z-index: 30;
  background: none;
  align-items: center;
  height: 100%;
  font-size: .8em;
  display: flex;
  position: absolute;
  top: 0;
}

.show .outage-timeline .happy-bar .next-day span {
  margin-left: 10px;
  margin-right: 10px;
}

.show .outage-timeline .outage-block {
  background-color: var(--unhappy-red);
  z-index: 20;
  height: 100%;
  transition: box-shadow .3s ease-out, border-radius .3s ease-out, transform .3s ease-out;
  position: absolute;
}

.show .outage-timeline .outage-block:hover {
  border-radius: var(--small-radius);
  background-color: #ea5454;
  transform: scaleY(1.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .4);
}

.show .outage-timeline .outage-block.right-rounded {
  border-radius: 0 var(--small-radius) var(--small-radius) 0;
}

.show .outage-timeline .outage-block.left-rounded {
  border-radius: var(--small-radius) 0 0 var(--small-radius);
}

.show .outage-timeline .times {
  border-bottom: 1px dashed var(--subtle-border);
  width: 100%;
  height: 20px;
  margin-bottom: 5px;
  position: relative;
}

.show .outage-timeline .times .time-label {
  border-left: 1px solid var(--subtle-border);
  position: absolute;
}

.show .outage-timeline .times .time-label span {
  background-color: var(--white);
  color: var(--light-gray);
  padding: 5px;
  font-size: .85em;
  position: relative;
  top: 8px;
  left: -50%;
}

.show .outage-timeline .times .time-label:first-child span {
  left: -1px;
}

.show .outage-timeline .times .time-label:last-child {
  border-left: none;
  border-right: 1px solid var(--subtle-border);
  left: auto;
}

.show .outage-timeline .times .time-label:last-child span {
  left: auto;
  right: -1px;
}

.show .section-split {
  gap: 10px;
  display: flex;
}

.show .response-times {
  flex: 1;
}

.show .response-times .section-body {
  height: 180px;
  position: relative;
  overflow: hidden;
}

.show .response-times .chart {
  width: 100%;
  height: 100%;
  position: absolute;
}

.show .overview {
  flex: 1;
  height: 100%;
}

.show .overview .section-body {
  height: 180px;
  padding: 5px;
}

.show .overview .bars {
  gap: 5px;
}

.show .overview .bars .bar {
  margin-bottom: 0;
}

.show .outages .no-outages {
  padding: 15px;
}

.show .outages h2 .counts {
  font-weight: var(--normal-font-weight);
  padding-left: 2px;
}

.show .outages .outage-table {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.show .outages .outage-table .heading {
  background-color: var(--accent-gray);
  text-align: center;
  font-weight: var(--bold-font-weight);
  color: var(--light-gray);
  padding: 4px;
  font-size: .7em;
}

.show .outages .outage-table .duration, .show .outages .outage-table .down-at, .show .outages .outage-table .up-at {
  border-bottom: 1px solid var(--bg-gray);
  padding: 10px;
}

.show .outages .outage-table .duration {
  align-items: center;
  height: 100%;
  display: flex;
}

.show .outages .outage-table .down-at, .show .outages .outage-table .up-at {
  text-align: center;
}

.show .outages .outage-controls {
  background-color: var(--accent-gray);
  display: flex;
}

.show .outages .outage-controls .paging-actions {
  flex: 1;
  display: flex;
}

.show .outages .outage-controls .start, .show .outages .outage-controls .previous, .show .outages .outage-controls .next, .show .outages .outage-controls .last {
  border-right: 1px solid var(--subtle-border);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 35px;
  display: flex;
  position: relative;
}

.show .outages .outage-controls .start:after, .show .outages .outage-controls .previous:after, .show .outages .outage-controls .next:after, .show .outages .outage-controls .last:after {
  content: "";
  background-color: var(--basic-gray);
  width: 15px;
  height: 15px;
}

.show .outages .outage-controls .start:hover, .show .outages .outage-controls .previous:hover, .show .outages .outage-controls .next:hover, .show .outages .outage-controls .last:hover {
  background-color: var(--bg-gray);
  cursor: pointer;
}

.show .outages .outage-controls .start.inactive:after, .show .outages .outage-controls .previous.inactive:after, .show .outages .outage-controls .next.inactive:after, .show .outages .outage-controls .last.inactive:after {
  background-color: var(--subtle-border);
}

.show .outages .outage-controls .start.inactive:hover, .show .outages .outage-controls .previous.inactive:hover, .show .outages .outage-controls .next.inactive:hover, .show .outages .outage-controls .last.inactive:hover {
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
}

.show .outages .outage-controls .start:after, .show .outages .outage-controls .last:after {
  -webkit-mask: url("/status_pages/end-arrow.svg") center no-repeat;
  mask: url("/status_pages/end-arrow.svg") center no-repeat;
}

.show .outages .outage-controls .previous:after, .show .outages .outage-controls .next:after {
  -webkit-mask: url("/status_pages/forward-arrow.svg") center no-repeat;
  mask: url("/status_pages/forward-arrow.svg") center no-repeat;
}

.show .outages .outage-controls .start:after, .show .outages .outage-controls .previous:after {
  transform: rotate(180deg);
}

.show .outages .outage-controls .page-size {
  height: 35px;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.show .outages .outage-controls .page-size img {
  margin-left: 4px;
}

.show .outages .outage-controls .page-size .rows {
  cursor: pointer;
}

.show .outages .outage-controls .page-size:hover {
  background-color: var(--bg-gray);
  pointer: cursor;
}

.show .outages .outage-controls .page-size .page-size-menu {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.show .outages .outage-controls .page-size .page-size-menu a {
  padding: 5px;
}

.show .outages .outage-controls .page-size .page-size-menu a:hover {
  background-color: var(--bg-gray);
}

.hb-bolt {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  box-shadow: var(--subtle-shadow);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.hb-logo {
  font-weight: var(--bold-font-weight);
  flex: 1;
  align-items: center;
  display: flex;
}

.hb-callout {
  text-align: right;
  font-size: .9em;
}

.hb-cta a {
  color: var(--light-gray);
}

.not-found {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.not-found img.badger-404 {
  width: 450px;
}

.not-found .cta {
  align-items: center;
  display: flex;
}

.not-found .hb-bolt {
  border-radius: 25px;
  width: 50px;
  height: 50px;
}

.not-found .hb-bolt img {
  width: 30px;
}

.not-found .hb-logo {
  font-size: 1.2em;
}

.not-found .badger {
  position: relative;
}

.not-found .badger .quote {
  text-align: center;
  width: 280px;
  height: 70px;
  font-weight: var(--bold-font-weight);
  color: #666;
  padding: 10px 30px;
  position: absolute;
  top: 28px;
  right: 0;
}

.not-found .container {
  width: 450px;
  margin-top: -50px;
}

footer {
  margin-top: auto;
  padding: 20px 15px;
}

footer .content {
  flex-direction: row;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 600px) {
  body, html {
    font-size: 1.1em;
  }

  .section-body {
    border-radius: 0;
  }

  .section-split {
    flex-direction: column-reverse;
    gap: 0;
  }

  .content {
    padding: 0;
  }

  select {
    font-size: 1em;
  }

  .sites .site {
    height: 150px;
  }

  .sites .site:first-child, .sites .site:last-child {
    border-radius: 0;
  }

  .sites .site-content {
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }

  .sites .bars {
    flex: 1 0;
  }

  .incident-month {
    flex-direction: column;
  }

  .show .outages .outage-controls .page-size {
    height: 40px;
  }

  .show .outages .outage-controls .paging-actions > * {
    width: 45px;
    height: 40px;
  }

  .show .summary {
    align-items: flex-start;
  }

  .show .summary .stats > div:last-child {
    border-right: none;
  }

  .show .summary .summary-content {
    align-items: unset;
    flex-direction: column;
    gap: 10px;
  }

  .show .summary .dropdowns {
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    gap: 10px;
  }

  .show .summary .dropdowns .selector, .show .summary .dropdowns .month-selector {
    flex: 1;
  }

  .show .summary .dropdowns .month-selector button {
    width: 100%;
  }

  .show .summary .dropdowns .month-selector span {
    flex: 1;
  }

  .show .summary .dropdowns .timezone-selector {
    flex: 0;
  }

  .show .summary .dropdowns button, .show .summary .dropdowns button:hover, .show .summary .dropdowns button:focus {
    cursor: pointer;
    background-color: var(--white);
    border: 1px solid var(--super-light-gray);
    border-radius: 3px;
    padding: 10px;
    font-size: .9em;
  }

  .show .month-overview .section-body {
    height: auto;
    padding: 15px;
  }

  .show .month-overview .bars {
    grid-gap: 1vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin: 0;
    display: grid;
  }

  .show .month-overview .bars .bar {
    height: 12vw;
    margin: 0;
  }

  .show .month-overview .bars .bar-container {
    display: block;
    position: relative;
  }

  .show .month-overview .bars .date {
    margin-top: 0;
    position: absolute;
    top: 0;
  }

  .show .month-overview .bars .date span {
    border-radius: 0 0 5px;
    padding: 2px 6px 2px 4px;
    position: relative;
  }

  .show .month-overview .bars .dots {
    display: none;
  }
}

:root {
  --dark-tier-1: #1e1e1e;
  --dark-tier-2: #2b2b2b;
  --dark-tier-3: #666;
  --dark-tier-4: #888;
  --dark-text-bright: #ddd;
  --dark-text-base: #ccc;
  --dark-text-soft: #999;
  --dark-text-softer: #888;
}

.dark-version {
  display: none;
}

.light-version {
  display: inherit;
}

@media (prefers-color-scheme: dark) {
  html body {
    --basic-gray: var(--dark-text-soft);
    --middle-gray: var(--dark-tier-3);
    --light-gray: var(--dark-text-soft);
    --super-light-gray: var(--dark-tier-2);
    --accent-gray: var(--dark-tier-2);
    --bg-gray: var(--dark-tier-1);
    --white: var(--dark-tier-2);
    --subtle-border: var(--dark-tier-2);
    --link: var(--dark-text-base);
    --link-hover: var(--dark-text-bright);
    --primary-text: var(--dark-text-base);
    --secondary-text: var(--dark-text-soft);
    --tertiary-text: var(--dark-text-softer);
    --gray-text-shadow: none;
    --bold-font-weight: 500;
    color: var(--primary-text) !important;
    text-shadow: none !important;
    font-weight: normal !important;
  }

  html button:active {
    box-shadow: 0 0 15px #000 !important;
  }

  html .month-selector .year {
    background-color: var(--dark-tier-2) !important;
  }

  html .month-selector .year:hover {
    background-color: var(--dark-tier-1) !important;
  }

  html .bars .bar.empty {
    background-color: var(--dark-tier-3);
  }

  html .show .outages .outage-controls .page-size:hover {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  html .show .outages .outage-controls .page-size button:hover {
    color: var(--dark-text-bright) !important;
  }

  html .open-incidents .latest-update {
    border-color: var(--dark-tier-3) !important;
  }

  html .open-incidents .latest-update span {
    background-color: var(--dark-tier-1) !important;
  }

  .dark-version {
    display: inherit;
  }

  .light-version {
    display: none;
  }
}

html[data-bs-theme="dark"] body {
  --basic-gray: var(--dark-text-soft);
  --middle-gray: var(--dark-tier-3);
  --light-gray: var(--dark-text-soft);
  --super-light-gray: var(--dark-tier-2);
  --accent-gray: var(--dark-tier-2);
  --bg-gray: var(--dark-tier-1);
  --white: var(--dark-tier-2);
  --subtle-border: var(--dark-tier-2);
  --link: var(--dark-text-base);
  --link-hover: var(--dark-text-bright);
  --primary-text: var(--dark-text-base);
  --secondary-text: var(--dark-text-soft);
  --tertiary-text: var(--dark-text-softer);
  --gray-text-shadow: none;
  --bold-font-weight: 500;
  color: var(--primary-text) !important;
  text-shadow: none !important;
  font-weight: normal !important;
}

html[data-bs-theme="dark"] button:active {
  box-shadow: 0 0 15px #000 !important;
}

html[data-bs-theme="dark"] .month-selector .year {
  background-color: var(--dark-tier-2) !important;
}

html[data-bs-theme="dark"] .month-selector .year:hover {
  background-color: var(--dark-tier-1) !important;
}

html[data-bs-theme="dark"] .bars .bar.empty {
  background-color: var(--dark-tier-3);
}

html[data-bs-theme="dark"] .show .outages .outage-controls .page-size:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

html[data-bs-theme="dark"] .show .outages .outage-controls .page-size button:hover {
  color: var(--dark-text-bright) !important;
}

html[data-bs-theme="dark"] .open-incidents .latest-update {
  border-color: var(--dark-tier-3) !important;
}

html[data-bs-theme="dark"] .open-incidents .latest-update span {
  background-color: var(--dark-tier-1) !important;
}
