.bookingFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(39, 137, 251, 0.07);
  padding: 35px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.bookingFilter .filter-actions button {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 15px;
}

.bookingFilter .filterToggler {
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #8e8e8e;
  position: absolute;
  right: 30px;
  top: 6px;
}
/*# sourceMappingURL=BookingFilter.css.map */