.pagination-css {
  .ant-pagination-options-size-changer.ant-select {
    min-width: 98px !important;
  }
  .ant-pagination-item {
    border: 1px solid #d6d9db;
    a {
      color: #c1c2c5;
    }
  }
  .ant-pagination-item-active {
    border: 1px solid #2956f2;
    a {
      color: #2956f2;
    }
  }
  .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 32px !important;
    padding: 0 11px;
  }
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    padding: 0;
    line-height: 30px !important;
    transition: all 0.3s;
  }
  .ant-select {
    height: auto;
  }
}

.paginationBg-css {
  .ant-pagination-options-size-changer.ant-select {
    min-width: 98px !important;
  }
  .ant-pagination-prev .ant-pagination-item-link,
  .ant-pagination-next .ant-pagination-item-link {
    border: none !important;
    background-color: #f7f8fb;
  }
  .ant-pagination-item {
    border: none;
    background-color: #f7f8fb;
    a {
      color: #c1c2c5 !important;
    }
    &:hover {
      a {
        color: #2956f2 !important;
      }
    }
  }
  .ant-pagination-item-active {
    background-color: #2956f2;
    a {
      color: #fff !important;
    }
    &:hover {
      a {
        color: #fff !important;
      }
    }
  }
  .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 32px !important;
    padding: 0 11px;
  }
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    padding: 0;
    line-height: 30px !important;
    transition: all 0.3s;
  }
  .ant-select {
    height: auto;
  }
}
