.mx-table-search {
  &__search-bar {
    display: flex;
    justify-content: flex-end;
    .input-decoration {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      height: 36px;
      box-sizing: border-box;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      > .mat-icon {
        width: 20px;
        height: 20px;
        padding: 6px;
      }
    }
    &--keyword {
      flex: 1;
    }
  }
}
