.spinner {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spinner .visually-hidden {
  visibility: hidden;
}

.filterGroup {
  margin-top: 0.875rem;
}

.filterGroup .check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}

.filterGroup .check:last-child {
  margin: 0;
}

.filterGroup .check label {
  margin-bottom: 0;
  margin-left: 5px;
}

.result {
  font-size: 20px;
  color: #834a08;
  font-weight: 700;
  display: none;
  margin-bottom: 0.75rem;
}
/*# sourceMappingURL=customer.css.map */