.mw-search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  .mat-form-field {
    flex: 1;

    ::ng-deep .mat-form-field-wrapper {
      padding-bottom: 0;
    }
    ::ng-deep .mat-form-field-underline {
      position: relative;
      top: 0;
    }
  }
}
