.vuma-header {
  top: 0;
  background: #fff !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.vuma-header a.vm-logo .vuma-logo-white {
  display: none;
}
.vuma-header a.vm-logo .vuma-logo-pink {
  display: inline-block !important;
}
.vuma-header .top-nav .v-btn--text {
  color: #EE008C !important;
}
.vuma-header.fixed-top {
  background: #ff008e !important;
}
.vuma-header.fixed-top .top-nav .v-btn--text {
  color: #fff !important;
}
.vuma-header.fixed-top a.vm-logo .vuma-logo-white {
  display: inline-block;
}
.vuma-header.fixed-top a.vm-logo .vuma-logo-pink {
  display: none !important;
}
.vuma-header #top-coverage {
  display: none;
}
.delete-ssa-data-page-header {
  text-align: center;
  font-family: "Core Sans R 25", "Roboto", sans-serif !important;
  font-weight: inherit;
  color: #595959;
}
.delete-ssa-data-container {
  background-color: rgba(166, 166, 166, 0.25);
  margin-top: 75px;
}
.delete-ssa-data-header {
  color: #EE008C;
  font-size: 2rem !important;
}
.delete-ssa-data-card-container {
  margin-top: 1rem !important;
  max-width: 48rem;
  margin: auto;
  text-align: center;
  border-radius: 12px;
  background: white;
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 16px #ccc;
          box-shadow: 0px 0px 16px #ccc;
}
.form {
  text-align: center;
}
.form .delete-ssa-data-description {
  margin-top: 1rem;
}
.form .delete-ssa-data-input-wrapper {
  max-width: 24rem;
  margin: auto;
}
.delete-ssa-data-errorMessage {
  font-size: 1rem;
  color: red;
}
