@import 'io-sanita-theme/theme/bootstrap-italia-base-config';

/* SEARCH BAR */
.public-ui {
  .form-group.search-bar-widget {
    label.active {
      @include font-size($h5-font-size);
      position: unset;
      font-weight: 600;
      transform: none;
    }
    .input-group-append {
      .btn {
        border-bottom: none;
      }
    }

    .input-group {
      &.shadow {
        .input-group-text,
        .form-control,
        .input-group-append {
          border-bottom: none;
        }
      }
    }
  }
}
