.usa-checkbox,
.usa-radio {
  background-color: transparent !important;
}

.wrapper-body {
  margin: 0 14px;
}

.header-label {
  color: #0a3466;
  font-size: 16px;
}

/* sds-panel wrapper for filters */

.sds-panel {
  padding: units("05") units(1);
}

.sds-filters--horizontal {
  display: flex;
  formly-form {
    display: contents;
  }

  formly-field {
    display: inline-block;
    margin-right: 1rem;
    margin-top: 0 !important;
  }

  .horizontal-filters {
    @media only screen and (max-width: 800px) {
      display: none;
    }
  }

  .search-input {
    margin-top: -12px;
    @include u-margin-left(2);
    width: 240px;

   formly-field {
    display: block;
    margin-right: 0rem !important;
    margin-top: 0 !important;
    }
    
    @media only screen and (max-width: 800px) {
      @include u-margin-top(0.5);
      @include u-margin-left(0);
    }
  }

  .filters-modal {
    display: none;
    @media only screen and (max-width: 800px) {
      display: flex;
    }
  }

  .horizontal-reset {
    margin-left: auto;
    @include u-margin-top("neg-2px");
    @media only screen and (max-width: 800px) {
      display: none;
    }
  }
}
