.cp2-filterbar {

  > div {
    padding: 6px 20px;
  }

  > .multiple {
    border: 2px solid #edd28b;
    background: #fffdee;
  }

  &-selected {
    position: relative;
    margin-bottom: 6px;

    > span {
      padding: 4px 6px;
      line-height: 24px;
      vertical-align: middle;
    }
  }

  &-showbtn {
    position: absolute !important;
    right: 21px;
    width: 100px;
    height: 28px;
    color: white !important;
    background-color: #fe8d1e !important;
  }

  .yyui-filter-datepicker {
    line-height: 30px;

    & input {
      font-size: 10px;
    }

    & span {
      padding: initial;
      line-height: initial;
    }
  }

  .yyui-filter-rangepicker {
    line-height: 30px;

    & span {
      padding: initial;
      line-height: initial;
    }

    & input {
      font-size: 10px;
    }

    .ant-calendar-picker {
      vertical-align: middle;
      height: 23px;
    }

    .ant-calendar-picker-icon {
      display: none;
    }

  }

  .yyui-filter-inputnumber {
    display: inline-flex;
    align-items: center;
    margin-top: 3px;
    line-height: 21px !important;
  }

}
