/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.form-group__checkmark[data-v-18bb8fb4] {
  width: 10px;
  height: 8px;
  pointer-events: none;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  stroke: currentColor;
  stroke-width: 4;
}
.control-label[data-v-18bb8fb4] {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.control-label.unavailable[data-v-18bb8fb4] {
  cursor: not-allowed;
}
.control-label.unavailable .checkContainer[data-v-18bb8fb4] {
  pointer-events: none;
  color: #6e6e6e;
}
.control-label.unavailable .labelText[data-v-18bb8fb4] {
  color: #6e6e6e;
}
.control-label.unavailable .form-control-checkbox[data-v-18bb8fb4] {
  border-color: #6e6e6e;
}
.checkContainer[data-v-18bb8fb4] {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.form-control-checkbox[data-v-18bb8fb4] {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
}
.form-control-checkbox.invalid[data-v-18bb8fb4] {
  border-color: #c41320;
  background-color: #fff4f5;
}
.labelDiv[data-v-18bb8fb4] {
  margin-left: 8px;
}
.labelText[data-v-18bb8fb4] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .labelText[data-v-18bb8fb4], .-bg-section-dark .labelText[data-v-18bb8fb4], .-bg-page-dark .-bg-section-transparent .labelText[data-v-18bb8fb4] {
  color: #ffffff;
  fill: #ffffff;
}
.labelText a[data-v-18bb8fb4] {
  color: #000000;
}
.-bg-dark .labelText a[data-v-18bb8fb4], .-bg-section-dark .labelText a[data-v-18bb8fb4], .-bg-page-dark .-bg-section-transparent .labelText a[data-v-18bb8fb4] {
  color: #ffffff;
  fill: #ffffff;
}
.labelText[data-v-18bb8fb4] {
  margin-bottom: 0px;
}
.labelCount[data-v-18bb8fb4] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .labelCount[data-v-18bb8fb4], .-bg-section-dark .labelCount[data-v-18bb8fb4], .-bg-page-dark .-bg-section-transparent .labelCount[data-v-18bb8fb4] {
  color: #ffffff;
  fill: #ffffff;
}
.labelCount a[data-v-18bb8fb4] {
  color: #000000;
}
.-bg-dark .labelCount a[data-v-18bb8fb4], .-bg-section-dark .labelCount a[data-v-18bb8fb4], .-bg-page-dark .-bg-section-transparent .labelCount a[data-v-18bb8fb4] {
  color: #ffffff;
  fill: #ffffff;
}
.labelCount[data-v-18bb8fb4] {
  color: #6e6e6e;
  margin-left: 8px;
}
.loading-indicator[data-v-18bb8fb4] {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 6px;
  background-image: url("/ngsa/images/mobile-loader.gif");
  background-size: contain;
  cursor: not-allowed;
}
.sr-only[data-v-18bb8fb4] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}