:root {
  --color-badge-success: #edf8dd;
  --color-badge-info: #def8ff;
  --color-badge-warning: #fef4c2;
  --color-badge-error: #ffe8ee;
  --color-badge-minor: #fee5c2;
  --hamburger-color: #0017a4;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("https://cdn.jsdelivr.net/npm/source-sans-pro@3.6.0/TTF/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("https://cdn.jsdelivr.net/npm/source-sans-pro@3.6.0/TTF/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("https://cdn.jsdelivr.net/npm/source-sans-pro@3.6.0/TTF/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
}
html,
body {
  font-family: "Source Sans Pro", Charlie Text, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  color: #01060d;
}

.text-section,
.page-status,
.components-section {
  display: none;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

.app__breadcrumb, .app__content__page-title, .header {
  max-width: 80rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 50rem) {
  .app__breadcrumb, .app__content__page-title, .header {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 85rem) {
  .app__breadcrumb, .app__content__page-title, .header {
    margin-left: auto;
    margin-right: auto;
  }
}

.status-incident .page-title .subscribe-button, .manage-subscriptions .form-actions button, .unresolved-incidents .unresolved-incident .subscribe, .page-footer > a {
  display: block;
  background-color: #fff;
  border-radius: 0.5rem;
  color: #0050d7;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  padding: 0.5rem;
  text-align: center;
}
.status-incident .page-title .subscribe-button:hover, .manage-subscriptions .form-actions button:hover, .unresolved-incidents .unresolved-incident .subscribe:hover, .page-footer > a:hover {
  background-color: #bef1ff;
}
.status-incident .page-title .subscribe-button:active, .manage-subscriptions .form-actions button:active, .unresolved-incidents .unresolved-incident .subscribe:active, .page-footer > a:active {
  background-color: #85d9fd;
}

.manage-subscriptions .form-actions button, .unresolved-incidents .unresolved-incident .subscribe, .page-footer > a {
  border: 2px solid #0050d7;
}

.unresolved-incidents .unresolved-incident .badge {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.4375rem 0.75rem;
  border-radius: 1.5rem;
}

.unresolved-incidents .unresolved-incident .badge--maintenance, .unresolved-incidents .unresolved-incident .badge--minor {
  background-color: #bef1fe;
  color: #01185e;
}

.unresolved-incidents .unresolved-incident .badge--major {
  background-color: #feea86;
  color: #8b6111;
}

.unresolved-incidents .unresolved-incident .badge--critical {
  background-color: #ffd2dd;
  color: #c11b1b;
}

.unresolved-incidents .unresolved-incident .badge--none {
  background-color: #edf8dd;
  color: #268403 !important;
}

.scheduled-maintenances-container .updates-container .update, .incidents-list .updates-container .update {
  margin-top: 0.15rem !important;
}
.scheduled-maintenances-container .updates-container .update, .incidents-list .updates-container .update,
.scheduled-maintenances-container .updates-container .update .date + p,
.incidents-list .updates-container .update .date + p,
.scheduled-maintenances-container .updates-container .update small,
.incidents-list .updates-container .update small {
  color: #4D5592;
}

.scheduled-maintenances-container .incident-title a, .incidents-list .incident-title a {
  display: block;
  color: #00185E !important;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.scheduled-maintenances-container > div:first-child, .incidents-list #past-incidents {
  color: #00185E;
  font-weight: 700;
  font-size: 1.75rem;
}

.container {
  width: 100%;
  max-width: 82rem !important;
  padding-left: 1em;
  padding-right: 1em;
}

.header {
  display: flex;
  position: relative;
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 1.25em 0.1875em rgba(0, 0, 0, 0.3);
}
.header__logo, .header__logo--mobile {
  display: block;
  padding: 0.75rem 0;
  width: auto;
}
.header__logo--mobile {
  display: block;
  height: 3.125rem;
}
.header__logo {
  display: none;
}
.header__logo-link {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.header__nav {
  display: none;
  padding: 0;
}
.header__nav-item {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0.75rem;
}
.header__nav-item:last-of-type {
  margin-right: 0;
}
.header__nav-item:first-of-type {
  margin-left: 0;
}
.header__nav-item:nth-child(2)::after, .header__nav-item:last-child::after {
  display: none;
}
.header__nav-item-link {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  width: max-content;
}
.header__nav-item-link:hover {
  color: #fff;
  text-decoration: none;
}
.header__nav-item-link::after {
  display: "block";
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #fff;
  transition: right 0.2s ease-in-out;
}
.header__nav-item-link:hover::after {
  right: 0;
}
.header__hamburger.hamburger {
  display: flex;
  align-items: center;
  padding: 0;
  outline: none;
}

@media (min-width: 992px) {
  .header {
    height: 4.063rem;
  }
  .header-wrapper {
    background-color: #0017a4;
  }
  .header__logo--mobile {
    display: none;
  }
  .header__logo {
    display: block;
    max-height: 4.063rem;
  }
  .header__hamburger.hamburger {
    display: none;
  }
  .header__nav {
    display: inline-flex;
    max-width: calc(100% - 150px);
    align-items: center;
    margin-left: auto;
  }
  .header__nav-item {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .header__nav-item-link {
    position: unset;
  }
  .header__nav-item-link, .header__nav-item-link:hover {
    color: #fff;
  }
  .header .updates-dropdown {
    right: 0;
  }
}
@media (max-width: 992px) {
  .updates-dropdown-container .updates-dropdown {
    position: absolute;
  }
  .header {
    height: 3.125rem;
    box-shadow: 0px 0px 6px rgba(0, 14, 156, 0.2);
    margin: 0;
    padding: 0 1rem;
  }
  .header__global-status {
    position: relative;
    z-index: -3;
  }
  .header--active::before {
    opacity: 1;
    visibility: visible;
  }
  .header::before {
    content: "";
    position: absolute;
    top: 3.125rem;
    left: 0;
    width: 100vw;
    height: calc(100vh - 3.125rem);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -2;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .header__nav {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 3.125rem;
    left: -100vw;
    right: 100vw;
    bottom: 0;
    transition: all 0.4s ease;
    background-color: #fff;
    z-index: -1;
  }
  .header__nav-item {
    margin: 0;
  }
  .header__nav-item-link::after {
    content: "";
    display: block;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
  }
  .header__nav-item:first-of-type {
    margin-top: 0.375rem;
  }
  .header__nav--active {
    visibility: visible;
    left: 0;
    right: 20px;
  }
  .header__nav--active .header__nav-item {
    border-bottom: solid #fff 0.0625em;
  }
  .header__nav--active .header__nav-item:last-child {
    border-bottom: none;
  }
  .header__nav--active .header__nav-item::after {
    display: none;
  }
  .header__nav--active .header__nav-item:nth-child(2) {
    margin-right: 0;
  }
  .header__nav--active .header__nav-item-link {
    width: 100%;
    text-align: left;
    color: #00185e;
    font-weight: 700;
    padding: 0.625rem 1rem;
  }
}
.header__global-status {
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
  padding: 1em 0;
  min-height: 3.5em;
}

body:not(.index) .header__global-status {
  display: none;
}

.footer {
  background-color: #0050d7;
  padding: 2rem 0;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  max-width: 65em;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 auto;
  text-align: center;
}
.footer__nav-item {
  display: inline-block;
  list-style: none;
}
.footer__nav-item:first-of-type {
  margin-bottom: 0.75rem;
}
.footer__nav-item:first-of-type .footer__nav-item-link {
  font-weight: 600;
}
.footer__nav-item:last-child::after {
  display: none;
}
.footer__nav-item-link {
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
}
.footer__nav-item-link:hover {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .footer {
    padding: 5rem 0;
  }
  .footer__nav {
    flex-direction: row;
    justify-content: center;
  }
  .footer__nav-item::after {
    content: "|";
    color: #ffffff;
    margin: 0 1.25rem;
  }
  .footer__nav-item:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .footer__nav-item::after {
    margin: 0 2.5rem;
  }
}

.page-footer > a {
  display: inline-block;
  padding: 1rem 1rem 1rem 0.7rem;
  color: #0050d7;
  font-weight: 600;
  font-size: 1rem;
}

.app__content {
  margin-top: 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 50rem) {
  .app__content {
    margin-top: 2rem;
  }
}
.app__content-wrapper {
  position: relative;
  padding-top: 4.1875rem;
  padding-bottom: 2rem;
  background: transparent linear-gradient(63deg, #000e9c 0%, #0050d7 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 50rem) {
  .app__content-wrapper {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
.app__content__page-title {
  color: #ffffff;
  font-size: 1rem;
  border-bottom: 1px solid #bef1ff;
  padding-bottom: 0.5rem;
}
.app__content .app__title {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 50rem) {
  .app__content .app__title {
    font-size: 2.25rem;
  }
}
.app__content .updates-dropdown-container > a {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: center;
  display: block;
  background-color: white;
  color: #0050d7;
  border-radius: 0.5rem;
  padding: 0.5rem;
  transition: opacity 0.2s;
  min-width: 7.1875rem;
}
.app__content .updates-dropdown-container > a::after {
  content: "Subscribe to updates";
}
.app__content .updates-dropdown-container > a:hover {
  background-color: #bef1ff;
}
.app__content .updates-dropdown-container > a:active {
  background-color: #85d9fd;
}

.app__legend {
  margin-bottom: 2em;
  display: block;
}

.app__legend-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 700;
  color: #4d5592;
  margin-bottom: 0.25rem;
}

.app__legend-item {
  margin-right: 2em;
}

.app__legend-item:last-child {
  margin-right: 0;
}

@media (min-width: 50rem) {
  .app__legend {
    display: flex;
    flex-wrap: wrap;
  }
}
.app__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  margin-top: 1rem;
}
.app__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  color: #bef1ff;
  font-size: 0.875rem;
}
.app__breadcrumb-item::after {
  content: "|";
  margin: 0 1em;
  color: #bef1ff;
}
.app__breadcrumb-item:last-child::after {
  display: none;
}
.app__breadcrumb-item-link {
  color: #fff;
}
.app__breadcrumb-item-link:hover {
  color: #fff;
  text-decoration: underline;
}

.services {
  margin: 0 auto;
  display: grid;
  grid-gap: 2rem;
}

.service {
  display: inline-block;
  width: 100%;
}

.service__inner {
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #BEF1FF;
}

.service__title {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #BEF1FF;
  padding: 1em;
  font-weight: 700;
  font-size: 1.125rem;
  color: #00185E;
}

.service__title > .fa {
  margin-left: auto;
}

.service__components {
  padding: 1em;
}

.service__components-item-wrapper {
  padding-bottom: 1em;
}

.service__components-item-wrapper:last-child {
  padding-bottom: 0;
}

.service__components-item {
  display: flex;
  align-items: center;
  color: #0050D7;
  font-weight: 600;
  font-size: 1rem;
}

.service__components-item > .fa {
  color: #0050D7;
  margin-top: 2px;
  margin-right: 0.5em;
  font-size: 1rem;
}

.service__components-item-dot {
  margin-left: auto;
  margin-right: 0;
}

.dot.service__components-item-dot--hide {
  display: none;
}

.service__components-childs {
  display: none;
  padding-left: 1.5em;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.service__components-childs--active {
  display: block;
}

.service__components > .service__components-item-wrapper--has-childs > .service__components-item {
  cursor: pointer;
}

.service__components-childs .service__components-item {
  color: #4D5592;
  font-weight: 400;
}

@media (min-width: 48em) {
  .services {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    row-gap: 2px;
    grid-auto-rows: 2px;
  }
}
@media (min-width: 62em) {
  .services {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
.dot {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  margin-right: 0.5em;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0 0.5rem;
  font-weight: 600;
  min-height: 1rem;
}
.dot:empty {
  padding: 2px;
}
.dot:empty::before {
  width: 0.875rem;
  height: 0.875rem;
  background-size: 0.875rem;
  margin: 0;
}
.dot::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  margin-right: 0.25rem;
}
.dot--operational, .dot--none {
  background-color: var(--color-badge-success);
  color: #268403 !important;
}
.dot--operational::before, .dot--none::before {
  background-image: url("https://www.status-ovhcloud.com/icons/success.svg");
}
.dot--critical, .dot--major, .dot--major_outage {
  background-color: var(--color-badge-error);
  color: #C11B1B !important;
}
.dot--critical::before, .dot--major::before, .dot--major_outage::before {
  background-image: url("https://www.status-ovhcloud.com/icons/error.svg");
}
.dot--minor::before, .dot--partial_outage::before, .dot--degraded_performance::before {
  background-image: url("https://www.status-ovhcloud.com/icons/warning.svg");
}
.dot--minor, .dot--partial_outage {
  background-color: var(--color-badge-minor);
  color: #9A390A !important;
}
.dot--degraded_performance {
  background-color: var(--color-badge-warning);
  color: #9A390A !important;
}
.dot--maintenance, .dot--under_maintenance {
  background-color: var(--color-badge-info);
  color: #4D5592 !important;
}
.dot--maintenance::before, .dot--under_maintenance::before {
  background-image: url("https://www.status-ovhcloud.com/icons/chrono.svg");
}

.global-status-details {
  padding: 0;
}

.layout-content.status.status-index .global-status-details > .unresolved-incidents {
  margin-bottom: 2rem;
}

.incidents-list .date {
  font-weight: 700 !important;
  font-size: 1.25rem;
  color: #00185E;
  border: none !important;
}
.incidents-list .date + p {
  color: #4D5592;
}
.incidents-list .status-day:nth-of-type(n+9) {
  display: none;
}

.scheduled-maintenances-container .incident-title small {
  color: #4D5592;
}
.unresolved-incidents {
  margin-bottom: 2rem;
  display: grid;
  column-gap: 2rem;
  row-gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 50rem) {
  .unresolved-incidents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 75rem) {
  .unresolved-incidents {
    grid-template-columns: repeat(3, 1fr);
  }
}
.unresolved-incidents__title, .app__status__title {
  font-size: 1.5rem;
  color: #00185e;
  font-weight: 700;
  margin-bottom: 1rem;
}
.unresolved-incidents .unresolved-incident {
  display: block;
  width: 100%;
  border: solid 2px #85d9fd;
  padding: 1.5rem;
  justify-self: center;
  align-self: self-start;
  border-radius: 0.5rem;
  margin: 0 !important;
}
.unresolved-incidents .unresolved-incident .date-table-view {
  display: none;
}
.unresolved-incidents .unresolved-incident .incident-title {
  background: none !important;
  padding: 0 !important;
}
.unresolved-incidents .unresolved-incident .incident-title a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #00185e !important;
  text-shadow: none;
  padding: 0;
  margin-bottom: 0.5rem;
}
.unresolved-incidents .unresolved-incident .updates {
  border: none !important;
  padding: 0 !important;
  margin: 0.5rem auto;
}
.unresolved-incidents .unresolved-incident .update,
.unresolved-incidents .unresolved-incident .update * {
  color: #4d5592;
  margin-bottom: 0 !important;
}
.unresolved-incidents .unresolved-incident .update small {
  display: block;
  font-style: italic;
  margin-top: 0.5rem;
}
.unresolved-incidents .unresolved-incident .update__see-more {
  font-weight: 600;
  color: #0050d7;
  margin-left: 1ch;
}
.unresolved-incidents .unresolved-incident .subscribe {
  padding: 1rem;
  margin-top: 1rem;
}
.unresolved-incidents .unresolved-incident .badge {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .unresolved-incidents[data-view-mode=table] {
    display: block;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident {
    border-radius: 0;
    padding: 15px 7px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident:not(:first-child) {
    border-top: 0px solid #fff;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident .incident-title {
    flex-basis: 31%;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident .incident-title small {
    display: block;
    color: #4d5592;
    font-style: italic;
    font-weight: normal;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident .incident-title a {
    color: #0050D7 !important;
    font-size: 16px;
    font-weight: 600;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident .updates {
    flex-basis: 56%;
    margin: 0 !important;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident .updates strong {
    font-weight: 600;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident .updates small {
    display: none;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident .badge-wrapper {
    order: 1;
    text-align: center;
    min-width: 12%;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident .badge-wrapper .badge {
    font-size: 14px;
    padding: 4px 10px;
    margin-left: auto;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident .subscribe {
    border: none !important;
    color: transparent !important;
    background: transparent;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin: 0 15px;
    padding: 0;
  }
  .unresolved-incidents[data-view-mode=table] .unresolved-incident .subscribe:before {
    content: url(https://1178980344.rsc.cdn77.org/icons/bell.svg);
    display: inline-block;
    color: red;
  }
}

.hamburger {
  display: inline-block;
  margin: 0;
  padding: 15px;
  background-color: transparent;
  cursor: pointer;
  text-transform: none;
  border: 0;
  overflow: visible;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 14px;
}

.hamburger-inner {
  display: block;
  margin-top: -2px;
  width: 18px;
  height: 2px;
  background-color: var(--hamburger-color);
  border-radius: 4px;
  position: absolute;
  top: 2px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  width: 18px;
  height: 2px;
  background-color: var(--hamburger-color);
  border-radius: 4px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger-inner::after {
  content: "";
  display: block;
  top: 12px;
  bottom: -10px;
  width: 18px;
  height: 2px;
  background-color: var(--hamburger-color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.5714285714px, -4px, 0);
  opacity: 0;
}

.hamburger.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.loader-wrapper {
  position: fixed;
  top: 67px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 50;
}

.loader-wrapper--hide {
  display: none;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #000e9c;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.app__status__title {
  margin-bottom: 1rem;
}

.modal-open-incident-subscribe .modal-header,
.modal-confirmation .modal-header,
#modal-unsubscribe-confirm .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 2rem;
  padding: 0;
  background-color: #bef1ff;
  border: none;
}
.modal-open-incident-subscribe .modal-header .close,
.modal-confirmation .modal-header .close,
#modal-unsubscribe-confirm .modal-header .close {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  color: #0050d7 !important;
  opacity: 1;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  margin: 0;
}
.modal-open-incident-subscribe .modal-header .close:hover,
.modal-confirmation .modal-header .close:hover,
#modal-unsubscribe-confirm .modal-header .close:hover {
  opacity: 0.7;
}
.modal-open-incident-subscribe input[type=submit],
.modal-open-incident-subscribe button[type=submit],
.modal-open-incident-subscribe button.cpt-button,
.modal-confirmation input[type=submit],
.modal-confirmation button[type=submit],
.modal-confirmation button.cpt-button,
#modal-unsubscribe-confirm input[type=submit],
#modal-unsubscribe-confirm button[type=submit],
#modal-unsubscribe-confirm button.cpt-button {
  background-color: #0050d7;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1rem;
  text-transform: initial;
}
.modal-open-incident-subscribe .modal-body .modal-title,
.modal-confirmation .modal-body .modal-title,
#modal-unsubscribe-confirm .modal-body .modal-title {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #00185e;
  margin-bottom: 1rem;
}
.modal-open-incident-subscribe .modal-body > div,
.modal-open-incident-subscribe .modal-body p,
.modal-confirmation .modal-body > div,
.modal-confirmation .modal-body p,
#modal-unsubscribe-confirm .modal-body > div,
#modal-unsubscribe-confirm .modal-body p {
  font-size: 1rem;
  color: #4d5592;
}
.modal-open-incident-subscribe .modal-footer,
.modal-confirmation .modal-footer,
#modal-unsubscribe-confirm .modal-footer {
  background-color: #fff;
  border: none;
  padding-top: unset;
}

.modal-open-incident-subscribe .modal-body {
  padding: 1.5rem;
}
.modal-open-incident-subscribe .modal-body .control-group label {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: #00185e;
  margin-bottom: 1rem;
}
.modal-open-incident-subscribe .modal-body .control-group input {
  border-color: #85d9fd;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1rem;
  color: #4d5592;
}
.modal-open-incident-subscribe .modal-body .control-group input::placeholder {
  opacity: 1;
  font-size: 1rem;
  font-style: italic;
  color: #4D5592;
  opacity: 0.8;
}
.modal-open-incident-subscribe .modal-footer {
  display: flex;
  flex-direction: column-reverse;
}
.modal-open-incident-subscribe .modal-footer .terms_and_privacy_information {
  font-size: 0.75rem;
  color: #4d5592;
}
.modal-open-incident-subscribe .modal-footer .terms_and_privacy_information a {
  color: #0050d7;
}

.unresolved-incident .updates > .update:not(:first-child),
.incident-container .updates-container .update:not(:first-child),
.scheduled-maintenances-container .updates-container .update:not(:first-child) {
  display: none;
}

.toggle {
  display: flex;
  align-items: center;
}
.toggle label {
  display: inline-block;
  color: #00185e;
  font-weight: bold;
  margin-right: 5px;
}
.toggle__wrapper {
  overflow: hidden;
  border-radius: 17px;
  overflow: hidden;
  background: #E6E6E6;
}
.toggle__wrapper:hover {
  background: #BEF1FF;
}
.toggle__wrapper span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  padding: 0px 11px;
  color: #0050D7;
  border-radius: 17px;
  cursor: pointer;
}
.toggle__wrapper span.active {
  color: #FFFFFF;
  background: #0050D7;
}
@media (max-width: 992px) {
  .toggle {
    display: none;
  }
}

.status .container.services-wrapper {
  margin-top: 1.875rem;
}

.status-full-history .services-wrapper {
  display: none;
}
.status-full-history .month-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #00185e;
  border: none !important;
}
.status-full-history .incident-list .small,
.status-full-history .incident-list .message,
.status-full-history .incident-list .secondary {
  color: #4d5592;
}
.status-full-history .incident-list .secondary {
  font-size: 0.875rem;
}
.status-full-history .incident-list .small,
.status-full-history .incident-list .message {
  font-size: 1rem;
}
.status-full-history .incident-container a {
  color: #00185e !important;
  font-weight: 700 !important;
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  margin-bottom: 0.15rem;
}
.status-full-history .expand-incidents,
.status-full-history .show-filter {
  border-color: #6d6e71 !important;
  color: #6d6e71;
}

.status-incident .container {
  max-width: 82rem !important;
  margin: 1.875rem auto !important;
}
.status-incident .page-title {
  margin-bottom: 0 !important;
}
.status-incident .page-title .incident-name,
.status-incident .page-title .subheader,
.status-incident .page-title .subheader a {
  color: #fff !important;
}
.status-incident .page-title .subheader {
  margin-top: 0.5rem;
}
.status-incident .page-title .incident-name {
  font-weight: 700 !important;
}
.status-incident .page-title .subscribe-button {
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  letter-spacing: normal;
  text-transform: initial;
}
.status-incident .page-title .subscribe-button:active {
  top: unset;
}
.status-incident .components-affected {
  border: none !important;
  padding: 0 !important;
  font-size: 1rem;
  font-weight: 600;
  color: #00185e;
}
.status-incident .update-row,
.status-incident .update-timestamp {
  color: #4d5592;
}
.status-incident .services-wrapper {
  display: none;
}
.status-incident .hero,
.status-incident .app__content-wrapper {
  height: auto;
}
.status-incident .app__content-wrapper .app__content {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 50rem) {
  .status-incident .app__content-wrapper .app__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.status-incident .incident-updates-container .update-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #00185e;
  margin-bottom: 0.5rem;
}
.status-incident .incident-updates-container .row > [class*=span] {
  float: none;
  width: auto;
}

.manage-subscriptions .services-wrapper {
  display: none;
}
.manage-subscriptions .form-actions a {
  color: #0050d7;
}
.manage-subscriptions .form-actions button {
  text-shadow: none;
  box-shadow: none;
  letter-spacing: normal;
  text-transform: capitalize;
}
.manage-subscriptions .form-actions button:active {
  top: unset;
}