body {
  /* background-color:#fafafa !important; */
  background-color: white !important;
}
.form-container {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background-color: white;
}
.header-activation-title h1 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  margin-bottom: 0px;
  color: #4e4e4e;
}
.header-termination-title h1 {
  background: linear-gradient(transparent 70%, #f9d7a1 70%);
  margin-bottom: 0px;
  color: #4e4e4e;
}
.explanation {
  background-color: #e7e7e7;
}
.form-label{
    font-weight: bolder;
}
.confirm-value {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: .5rem !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

.time-frame-type {
  text-align: center;
}
@media (min-width: 768px) {
  .time-frame-type {
    display: flex;
    justify-content: center;
  }
  .header-area {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .dummy-label {
    display: none;
  }
}
