.sd-vue-component-bullhorn-employee-job-alert-edit .spinner {
  font-size: 20px;
  color: #03192d;
}
.sd-vue-component-bullhorn-employee-job-alert-edit .spinner svg {
  margin-right: 15px;
}
.sd-vue-component-bullhorn-employee-job-alert-edit .SD_FormGen_form .SD-type-checkbox_group {
  display: grid;
  grid-template-columns: 50px 1fr 1px;
  row-gap: 10px;
}
.sd-vue-component-bullhorn-employee-job-alert-edit .SD_FormGen_form .SD-type-checkbox_group input[type=checkbox] {
  background-color: #FFF;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  appearance: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: auto;
}
.sd-vue-component-bullhorn-employee-job-alert-edit .SD_FormGen_form .SD-type-checkbox_group input[type=checkbox]:checked {
  background-color: #de982e;
}
.sd-vue-component-bullhorn-employee-job-alert-edit .SD_FormGen_form .SD-type-checkbox_group input[type=checkbox]:checked::before {
  display: none;
}
.sd-vue-component-bullhorn-employee-job-alert-edit .SD_FormGen_form .SD-type-checkbox_group input[type=checkbox]:checked::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  color: #FFF;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.SD_FormGen_form .SD-pretty-upload:focus + label,
.SD-pretty-upload.has-focus + label,
.SD-pretty-upload + label:hover {
  background-color: #FFF;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
