.form {
  &-group {
    label {
      font-weight: 600;
      @include rfs(16);
      color: $black;
    }
  }
  &-check {
    .form-check {
      &-label {
        color: $input-color;
        font-size: $input-font-size;
        font-weight: 400;
      }
      &-input {
        border-color: $input-border-color;
      }
    }
  }
  &-control {
    padding: 0 1rem;
  }
}

.custom {
  &-search {
    position: relative;
    input {
      position: relative;
      padding-right: 2rem;
    }
    > [class^="ic-"],
    [class*=" ic-"] {
      font-size: 0.875rem;
      position: absolute;
      right: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
    }
  }
}
