/** @format */

a.active {
  background-color: #c93327 !important;
  color: #fff !important;
  border: 1px solid #c93327 !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.hr-decorated {
  display: flex;
  flex-direction: row;
}

.fw-700 {
  font-weight: 700;
}

.fs-32 {
  font-size: 32px;
}

.w-50 {
  width: 50% !important;
}

.hr-decorated:before,
.hr-decorated:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #e0e0e0;
  margin: auto;
}

.hr-decorated:after {
  margin-left: 1rem !important;
}

.hr-decorated:before,
.hr-decorated:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #e0e0e0;
  margin: auto;
}

.form-group.required label:after {
  display: none;
}

.hr-decorated:before {
  margin-right: 1rem;
}

@media only screen and (max-width: 600px) {
  .p-t-120 {
    padding-top: 80px;
  }
}
