.status-page {
  padding-top: 75px;
}
.status-page .theme--light.v-application {
  background-color: rgba(166, 166, 166, 0.25);
}
.status-page .vuma-header {
  top: 0;
  background: #fff !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.status-page .vuma-header a.vm-logo .vuma-logo-white {
  display: none;
}
.status-page .vuma-header a.vm-logo .vuma-logo-pink {
  display: inline-block;
}
.status-page .vuma-header .top-nav .v-btn--text {
  color: #EE008C;
}
.status-page .vuma-header.fixed-top {
  background: #ff008e !important;
}
.status-page .vuma-header.fixed-top .top-nav .v-btn--text {
  color: #fff;
}
.status-page .vuma-header.fixed-top a.vm-logo .vuma-logo-white {
  display: inline-block;
}
.status-page .vuma-header.fixed-top a.vm-logo .vuma-logo-pink {
  display: none;
}
.status-page .vuma-header #top-coverage {
  display: none;
}
.status-page #read-more-news {
  display: none;
}
