
 .apply-page .phenom-form-container .radio input[type="radio"] {
    width: 13px;
    height: 13px;
    border: 1px solid gray;
  }
  .apply-page .phenom-form-container .radio input[type="radio"]:checked {
    margin-right: 7px;
    background-color: transparent;
    background-size: 127%;
    background-image: url('https://assets.phenompeople.com/CareerConnectResources/prod/BSMBSZUS/images/radio-button-1733220819234.png');
    border: 2px solid #005eb8;
  }
  .apply-page .phenom-form-container .daterangepicker-checkbox input[type="checkbox"] {
    width: 13px;
    min-height: 13px;
    height: 13px;
  }
  .apply-page .phenom-form-container .daterangepicker-checkbox input[type="checkbox"]:checked {
    background-color: #005EB8;
    border: none;
    border-radius: 2px;
  }
  .apply-page .ph-apply-box .form-group label .label-html-content p, .apply-page .ph-apply-box .form-group label .label-html-content span {
      line-height: 1.86;
      margin-bottom: 10px;
  }
  .apply-page .phenom-form-container .terms-conditions.two-line-field .checkbox input[type="checkbox"]{
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid gray;
    background-color: transparent;
    border-radius: 4px;
    margin-right: 4px;
  }
  .apply-page .phenom-form-container .terms-conditions.two-line-field .checkbox input[type="checkbox"]:checked {
    background-color: #005EB8;
    border-color: #005EB8;
    top: 4px;
  }
  .apply-page input.form-control:focus-visible, .apply-page textarea.form-control:focus-visible, .apply-page input.form-control:focus, .apply-page textarea.form-control:focus, .apply-page input[type='checkbox']:focus, .apply-page input[type='checkbox']:focus-visible, .apply-page input[type='radio']:focus, .apply-page input[type='radio']:focus-visible {
    outline: none;
  }
  .apply-page .phenom-form-container .row.form-group.field.field-string.two-line-field .radio input[type="radio"]{
    margin-top: 4px;
    width: 13px;
    height: 13px;
  }
  .apply-page .phenom-form-container .array-in-checkbox label input[type="checkbox"]{
    width: 16px;
    min-height: 16px;
    height: 16px;
    margin-top: 0;
    border: 1px solid gray;
    border-radius: 4px;
  }
  .apply-page .phenom-form-container .array-in-checkbox label input[type="checkbox"]:checked{
    background-color: #005EB8;
    border-color: #005EB8;
  }
  .apply-page .phenom-form-container .range-div .range-select {
    min-height: 35px !important;
    max-height: 35px !important;
    width: auto !important;
}
@media only screen and (max-width: 767px){
.apply {
}
}