.sd-vue-component-bullhorn-job-apply-account-container-switcher .spinner {
  font-size: 20px;
  color: #FFF;
}
.sd-vue-component-bullhorn-job-apply-account-container-switcher .spinner svg {
  margin-right: 15px;
}

.sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}
.sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options input[type=radio] {
  display: none;
}
.sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 17px;
  user-select: none;
  color: #FFF;
  margin-bottom: 0;
}
.sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #FFF;
}
.sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg width='15px' height='15px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M438.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 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
}
.sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options input[type=radio]:checked + label::before {
  background-color: #a1304a;
  border-color: #a1304a;
}
.sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options input[type=radio]:checked + label::after {
  display: block;
}

.color-style-white .apply-options label {
  color: #03192d;
}

@media screen and (max-width: 1600px) {
  .sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options {
    gap: 15px;
  }
  .sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options label {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options {
    display: block;
  }
  .sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options label {
    margin-bottom: 15px;
  }
  .sd-vue-component-bullhorn-job-apply-account-container-switcher .apply-options label:last-of-type {
    margin-bottom: 0;
  }
}

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