/*
* This file is a combination of the $grid-breakpoints variable from _variables.scss and scss/mixins/_breakpoints.scss
* from the Bootstrap project on Github.
*
* Ref: https://github.com/twbs/bootstrap/tree/v5.0.2
*/
.dlc-raq-form .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.dlc-raq-form .actions .submitting {
  font-size: 28px;
  margin-left: 16px;
}
.dlc-raq-form .actions button {
  padding-left: 36px;
  padding-right: 36px;
}
.dlc-raq-form #raq-form-service-address-label {
  display: inline-block;
}
.dlc-raq-form #raq-form-service-address-loading {
  display: none;
  margin-left: 8px;
}
.dlc-raq-form .captcha-loading {
  font-size: 24px;
}
.dlc-raq-form--fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.dlc-raq-form--field {
  width: 100%;
}
@media (min-width: 768px) {
  .dlc-raq-form--field {
    width: calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .dlc-raq-form--field {
    width: calc(33% - 16px);
  }
}
.dlc-raq-form--field label {
  font-weight: 700;
}
.dlc-raq-form--field label.required:after {
  content: " *";
  color: #FF0000;
}