/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.b-design-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #474a52;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.b-design-pagination ul,
.b-design-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-design-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.b-design-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.b-design-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', -apple-system, Arial, sans-serif, 'Microsoft Yahei', 'Microsoft JhengHei', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-pagination-item a {
  display: block;
  padding: 0 6px;
  color: #474a52;
  transition: none;
}
.b-design-pagination-item a:hover {
  text-decoration: none;
}
.b-design-pagination-item:hover {
  border-color: #1b58f4;
  transition: all 0.3s;
}
.b-design-pagination-item:hover a {
  color: #1b58f4;
}
.b-design-pagination-item:focus-visible {
  border-color: #1b58f4;
  transition: all 0.3s;
}
.b-design-pagination-item:focus-visible a {
  color: #1b58f4;
}
.b-design-pagination-item-active {
  font-weight: 500;
  background: #edeef0;
  border-color: #1b58f4;
}
.b-design-pagination-item-active a {
  color: #1b58f4;
}
.b-design-pagination-item-active:hover {
  border-color: #4580ff;
}
.b-design-pagination-item-active:focus-visible {
  border-color: #4580ff;
}
.b-design-pagination-item-active:hover a {
  color: #4580ff;
}
.b-design-pagination-item-active:focus-visible a {
  color: #4580ff;
}
.b-design-pagination-jump-prev,
.b-design-pagination-jump-next {
  outline: 0;
}
.b-design-pagination-jump-prev .b-design-pagination-item-container,
.b-design-pagination-jump-next .b-design-pagination-item-container {
  position: relative;
}
.b-design-pagination-jump-prev .b-design-pagination-item-container .b-design-pagination-item-link-icon,
.b-design-pagination-jump-next .b-design-pagination-item-container .b-design-pagination-item-link-icon {
  color: #1b58f4;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.b-design-pagination-jump-prev .b-design-pagination-item-container .b-design-pagination-item-link-icon-svg,
.b-design-pagination-jump-next .b-design-pagination-item-container .b-design-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.b-design-pagination-jump-prev .b-design-pagination-item-container .b-design-pagination-item-ellipsis,
.b-design-pagination-jump-next .b-design-pagination-item-container .b-design-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: #b8bbc2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.b-design-pagination-jump-prev:hover .b-design-pagination-item-link-icon,
.b-design-pagination-jump-next:hover .b-design-pagination-item-link-icon {
  opacity: 1;
}
.b-design-pagination-jump-prev:hover .b-design-pagination-item-ellipsis,
.b-design-pagination-jump-next:hover .b-design-pagination-item-ellipsis {
  opacity: 0;
}
.b-design-pagination-jump-prev:focus-visible .b-design-pagination-item-link-icon,
.b-design-pagination-jump-next:focus-visible .b-design-pagination-item-link-icon {
  opacity: 1;
}
.b-design-pagination-jump-prev:focus-visible .b-design-pagination-item-ellipsis,
.b-design-pagination-jump-next:focus-visible .b-design-pagination-item-ellipsis {
  opacity: 0;
}
.b-design-pagination-prev,
.b-design-pagination-jump-prev,
.b-design-pagination-jump-next {
  margin-right: 8px;
}
.b-design-pagination-prev,
.b-design-pagination-next,
.b-design-pagination-jump-prev,
.b-design-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: #474a52;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', -apple-system, Arial, sans-serif, 'Microsoft Yahei', 'Microsoft JhengHei', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.b-design-pagination-prev,
.b-design-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.b-design-pagination-prev button,
.b-design-pagination-next button {
  color: #474a52;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-pagination-prev:hover button,
.b-design-pagination-next:hover button {
  border-color: #4580ff;
}
.b-design-pagination-prev .b-design-pagination-item-link,
.b-design-pagination-next .b-design-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}
.b-design-pagination-prev:focus-visible .b-design-pagination-item-link,
.b-design-pagination-next:focus-visible .b-design-pagination-item-link {
  color: #1b58f4;
  border-color: #1b58f4;
}
.b-design-pagination-prev:hover .b-design-pagination-item-link,
.b-design-pagination-next:hover .b-design-pagination-item-link {
  color: #1b58f4;
  border-color: #1b58f4;
}
.b-design-pagination-disabled,
.b-design-pagination-disabled:hover {
  cursor: not-allowed;
}
.b-design-pagination-disabled .b-design-pagination-item-link,
.b-design-pagination-disabled:hover .b-design-pagination-item-link {
  color: #b8bbc2;
  border-color: #d7d8db;
  cursor: not-allowed;
}
.b-design-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.b-design-pagination-disabled:focus-visible .b-design-pagination-item-link {
  color: #b8bbc2;
  border-color: #d7d8db;
  cursor: not-allowed;
}
.b-design-pagination-slash {
  margin: 0 10px 0 5px;
}
.b-design-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .b-design-pagination-options *::-ms-backdrop,
  .b-design-pagination-options {
    vertical-align: top;
  }
}
.b-design-pagination-options-size-changer.b-design-select {
  display: inline-block;
  width: auto;
}
.b-design-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.b-design-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 12px;
  color: #474a52;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.b-design-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}
.b-design-pagination-options-quick-jumper input::placeholder {
  color: #81848f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}
.b-design-pagination-options-quick-jumper input::placeholder {
  color: #81848f;
}
.b-design-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-options-quick-jumper input::-webkit-input-placeholder {
  -webkit-user-select: none;
          user-select: none;
}
.b-design-pagination-options-quick-jumper input:hover {
  border-color: #7a7d85;
  border-right-width: 1px;
}
.b-design-pagination-options-quick-jumper input:focus,
.b-design-pagination-options-quick-jumper input-focused {
  border-color: #4580ff;
  box-shadow: 0 0 0 2px rgba(27, 88, 244, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-pagination-options-quick-jumper input-disabled {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d7d8db;
  border-right-width: 1px;
}
.b-design-pagination-options-quick-jumper input[disabled] {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d7d8db;
  border-right-width: 1px;
}
.b-design-pagination-options-quick-jumper input-borderless,
.b-design-pagination-options-quick-jumper input-borderless:hover,
.b-design-pagination-options-quick-jumper input-borderless:focus,
.b-design-pagination-options-quick-jumper input-borderless-focused,
.b-design-pagination-options-quick-jumper input-borderless-disabled,
.b-design-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.b-design-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.b-design-pagination-options-quick-jumper input-lg {
  padding: 7px 16px;
  font-size: 16px;
}
.b-design-pagination-options-quick-jumper input-sm {
  padding: 4px 8px;
}
.b-design-pagination-simple .b-design-pagination-prev,
.b-design-pagination-simple .b-design-pagination-next {
  height: 28px;
  line-height: 28px;
  vertical-align: top;
}
.b-design-pagination-simple .b-design-pagination-prev .b-design-pagination-item-link,
.b-design-pagination-simple .b-design-pagination-next .b-design-pagination-item-link {
  height: 28px;
  background-color: transparent;
  border: 0;
}
.b-design-pagination-simple .b-design-pagination-prev .b-design-pagination-item-link::after,
.b-design-pagination-simple .b-design-pagination-next .b-design-pagination-item-link::after {
  height: 28px;
  line-height: 28px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.b-design-pagination-simple .b-design-pagination-simple-pager input:hover {
  border-color: #1b58f4;
}
.b-design-pagination-simple .b-design-pagination-simple-pager input:focus {
  border-color: #4580ff;
  box-shadow: 0 0 0 2px rgba(27, 88, 244, 0.2);
}
.b-design-pagination-simple .b-design-pagination-simple-pager input[disabled] {
  color: #b8bbc2;
  background: #f1f2f3;
  border-color: #d7d8db;
  cursor: not-allowed;
}
.b-design-pagination.mini .b-design-pagination-total-text,
.b-design-pagination.mini .b-design-pagination-simple-pager {
  height: 28px;
  line-height: 28px;
}
.b-design-pagination.mini .b-design-pagination-item {
  min-width: 28px;
  height: 28px;
  margin: 0;
  line-height: 26px;
}
.b-design-pagination.mini .b-design-pagination-item:not(.b-design-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.b-design-pagination.mini .b-design-pagination-prev,
.b-design-pagination.mini .b-design-pagination-next {
  min-width: 28px;
  height: 28px;
  margin: 0;
  line-height: 28px;
}
.b-design-pagination.mini .b-design-pagination-prev .b-design-pagination-item-link,
.b-design-pagination.mini .b-design-pagination-next .b-design-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.b-design-pagination.mini .b-design-pagination-prev .b-design-pagination-item-link::after,
.b-design-pagination.mini .b-design-pagination-next .b-design-pagination-item-link::after {
  height: 28px;
  line-height: 28px;
}
.b-design-pagination.mini .b-design-pagination-jump-prev,
.b-design-pagination.mini .b-design-pagination-jump-next {
  height: 28px;
  margin-right: 0;
  line-height: 28px;
}
.b-design-pagination.mini .b-design-pagination-options {
  margin-left: 2px;
}
.b-design-pagination.mini .b-design-pagination-options-size-changer {
  top: 0px;
}
.b-design-pagination.mini .b-design-pagination-options-quick-jumper {
  height: 28px;
  line-height: 28px;
}
.b-design-pagination.mini .b-design-pagination-options-quick-jumper input {
  padding: 4px 8px;
  width: 44px;
  height: 28px;
}
.b-design-pagination.b-design-pagination-disabled {
  cursor: not-allowed;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item {
  background: #f1f2f3;
  border-color: #d7d8db;
  cursor: not-allowed;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item a {
  color: #b8bbc2;
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item-active {
  background: #e9e9e9;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item-active a {
  color: #b8bbc2;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item-link {
  color: #b8bbc2;
  background: #f1f2f3;
  border-color: #d7d8db;
  cursor: not-allowed;
}
.b-design-pagination-simple.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item-link {
  background: transparent;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item-link-icon {
  opacity: 0;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item-ellipsis {
  opacity: 1;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-simple-pager {
  color: #b8bbc2;
}
@media only screen and (max-width: 992px) {
  .b-design-pagination-item-after-jump-prev,
  .b-design-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .b-design-pagination-options {
    display: none;
  }
}
.b-design-pagination-rtl .b-design-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.b-design-pagination-rtl .b-design-pagination-item,
.b-design-pagination-rtl .b-design-pagination-prev,
.b-design-pagination-rtl .b-design-pagination-jump-prev,
.b-design-pagination-rtl .b-design-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.b-design-pagination-rtl .b-design-pagination-slash {
  margin: 0 5px 0 10px;
}
.b-design-pagination-rtl .b-design-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.b-design-pagination-rtl .b-design-pagination-options .b-design-pagination-options-size-changer.b-design-select {
  margin-right: 0;
  margin-left: 8px;
}
.b-design-pagination-rtl .b-design-pagination-options .b-design-pagination-options-quick-jumper {
  margin-left: 0;
}
.b-design-pagination-rtl.b-design-pagination-simple .b-design-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.b-design-pagination-rtl.b-design-pagination-simple .b-design-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.b-design-pagination-rtl.b-design-pagination.mini .b-design-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/components/style/theme/default.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/colorPalette.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable no-duplicate-selectors */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/bezierEasing.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/tinyColor.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@gradient-avatar-bg :linear-gradient (-45deg, #457aff, #1b58f4);
/** Antd Legacy  保留antd size tooken，但bdesign中不同尺寸都为12px */
/* End of legacy */
@rate-star-hover-scale : scale (1, 1);
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/components/input/style/mixin.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/index.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/size.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/compatibility.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/clearfix.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/iconfont.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/motion.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/reset.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/operation-unit.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/customize.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/box.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/modal-mask.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
.b-design-pagination-total-text {
  font-size: 13px;
}
.b-design-pagination-item {
  margin-right: 4px;
  border: none;
  font-family: Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Noto Color Emoji';
  font-size: 13px;
}
.b-design-pagination-item a {
  color: #474a52;
  transition: none;
  line-height: 32px;
}
.b-design-pagination-item a:hover {
  text-decoration: none;
}
.b-design-pagination-item:focus-visible,
.b-design-pagination-item:hover {
  background-color: #f1f2f3;
  transition: all 0.3s;
}
.b-design-pagination-item:focus-visible a,
.b-design-pagination-item:hover a {
  color: inherit;
}
.b-design-pagination-item-active {
  font-weight: unset;
  color: #1f2024;
}
.b-design-pagination-item-active a {
  color: inherit;
}
.b-design-pagination-item-active:focus-visible,
.b-design-pagination-item-active:hover {
  background: #edeef0;
}
.b-design-pagination-item-active:focus-visible a,
.b-design-pagination-item-active:hover a {
  color: inherit;
}
.b-design-pagination-jump-prev .b-design-pagination-item-container .b-design-pagination-item-link-icon,
.b-design-pagination-jump-next .b-design-pagination-item-container .b-design-pagination-item-link-icon {
  color: #474a52;
}
.b-design-pagination-jump-prev .b-design-pagination-item-container .b-design-pagination-item-ellipsis,
.b-design-pagination-jump-next .b-design-pagination-item-container .b-design-pagination-item-ellipsis {
  color: #474a52;
}
.b-design-pagination-prev,
.b-design-pagination-jump-prev,
.b-design-pagination-jump-next {
  margin-right: 4px;
}
.b-design-pagination-prev,
.b-design-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.b-design-pagination-prev button,
.b-design-pagination-next button {
  color: #474a52;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-pagination-prev .b-design-pagination-item-link,
.b-design-pagination-next .b-design-pagination-item-link {
  font-size: 13px;
  border: none;
  color: #81848f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-design-pagination-prev .b-design-pagination-item-link .b-design-icon,
.b-design-pagination-next .b-design-pagination-item-link .b-design-icon {
  font-size: 16px;
}
.b-design-pagination-prev:focus-visible .b-design-pagination-item-link,
.b-design-pagination-next:focus-visible .b-design-pagination-item-link,
.b-design-pagination-prev:hover .b-design-pagination-item-link,
.b-design-pagination-next:hover .b-design-pagination-item-link {
  color: #474a52;
  background-color: #f1f2f3;
}
.b-design-pagination-next {
  margin-right: 0 !important;
}
.b-design-pagination-disabled,
.b-design-pagination-disabled:hover,
.b-design-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.b-design-pagination-disabled .b-design-pagination-item-link,
.b-design-pagination-disabled:hover .b-design-pagination-item-link,
.b-design-pagination-disabled:focus-visible .b-design-pagination-item-link {
  color: #b8bbc2;
  background: transparent !important;
  cursor: not-allowed;
}
.b-design-pagination-options {
  margin-left: 16px;
  margin-right: 16px;
}
.b-design-pagination-options-quick-jumper {
  display: inline-flex;
  align-items: center;
  margin-left: 16px;
}
.b-design-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  color: #474a52;
  background: #fff;
  background-size: 100%;
  background-image: none;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  padding: 6px 12px;
  font-size: 13px;
  line-height: 18px;
  width: 40px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  margin: 0 4px;
}
.b-design-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}
.b-design-pagination-options-quick-jumper input::placeholder {
  color: #81848f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}
.b-design-pagination-options-quick-jumper input::placeholder {
  color: #81848f;
}
.b-design-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-options-quick-jumper input::-webkit-input-placeholder {
  -webkit-user-select: none;
          user-select: none;
}
.b-design-pagination-options-quick-jumper input:hover {
  border-color: #7a7d85;
}
.b-design-pagination-options-quick-jumper input:focus,
.b-design-pagination-options-quick-jumper input-focused {
  box-shadow: none;
}
.b-design-pagination-options-quick-jumper input:not(.b-design-pagination-options-quick-jumper input-error):not(.b-design-pagination-options-quick-jumper input-warning):focus,
.b-design-pagination-options-quick-jumper input-focused:not(.b-design-pagination-options-quick-jumper input-error):not(.b-design-pagination-options-quick-jumper input-warning),
.b-design-pagination-options-quick-jumper input:not(.b-design-pagination-options-quick-jumper input-error):not(.b-design-pagination-options-quick-jumper input-warning):focus:hover,
.b-design-pagination-options-quick-jumper input-focused:not(.b-design-pagination-options-quick-jumper input-error):not(.b-design-pagination-options-quick-jumper input-warning):hover {
  border-color: #1b58f4;
  outline: 0;
  box-shadow: none;
  border-color: transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #1b58f4, #7ea3ff, #a6bfff) border-box;
  background-size: 250%;
  background-position: 80%;
}
.b-design-pagination-options-quick-jumper input-breathing:focus,
.b-design-pagination-options-quick-jumper input-breathing.b-design-pagination-options-quick-jumper input-focused,
.b-design-pagination-options-quick-jumper input-breathing:focus:hover,
.b-design-pagination-options-quick-jumper input-breathing.b-design-pagination-options-quick-jumper input-focused:hover {
  -webkit-animation: gradient-outline 3s alternate infinite;
          animation: gradient-outline 3s alternate infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.b-design-pagination-options-quick-jumper input-disabled {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-pagination-options-quick-jumper input-disabled .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d7d8db;
}
.b-design-pagination-options-quick-jumper input-disabled:hover .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-pagination-options-quick-jumper input-disabled::-moz-placeholder {
  color: #b8bbc2;
}
.b-design-pagination-options-quick-jumper input-disabled::placeholder {
  color: #b8bbc2;
}
.b-design-pagination-options-quick-jumper input[disabled] {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-pagination-options-quick-jumper input[disabled] .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d7d8db;
}
.b-design-pagination-options-quick-jumper input[disabled]:hover .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-pagination-options-quick-jumper input[disabled]::-moz-placeholder {
  color: #b8bbc2;
}
.b-design-pagination-options-quick-jumper input[disabled]::placeholder {
  color: #b8bbc2;
}
.b-design-pagination-options-quick-jumper input-error {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-pagination-options-quick-jumper input-error:hover:not(.b-design-pagination-options-quick-jumper input-error-disabled) {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-pagination-options-quick-jumper input-error:focus:not(.b-design-pagination-options-quick-jumper input-error-disabled) {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-pagination-options-quick-jumper input-error .b-design-input-suffix .b-design-icon {
  color: #c82727 !important;
}
.b-design-pagination-options-quick-jumper input-warning {
  border-color: #ffab00 !important;
  background-color: #fff !important;
}
.b-design-pagination-options-quick-jumper input-warning:hover:not(.b-design-pagination-options-quick-jumper input-warning-disabled) {
  border-color: #ffab00 !important;
  background-color: #fff !important;
}
.b-design-pagination-options-quick-jumper input-warning:focus:not(.b-design-pagination-options-quick-jumper input-warning-disabled) {
  border-color: #ffab00 !important;
  background-color: #fff !important;
}
.b-design-pagination-options-quick-jumper input-warning .b-design-input-suffix .b-design-icon {
  color: #ffab00 !important;
}
textarea.b-design-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 18px;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
textarea.b-design-pagination-options-quick-jumper input.b-design-pagination-options-quick-jumper input-lg {
  padding: 7px 16px;
  font-size: 14px;
  line-height: 24px;
}
textarea.b-design-pagination-options-quick-jumper input.b-design-pagination-options-quick-jumper input-lg .b-design-icon {
  font-size: 16px;
}
textarea.b-design-pagination-options-quick-jumper input.b-design-pagination-options-quick-jumper input-lg .b-design-icon-loading {
  height: 24px;
}
textarea.b-design-pagination-options-quick-jumper input.b-design-pagination-options-quick-jumper input-lg .b-design-icon-loading svg {
  width: 16px;
  height: 16px;
}
.b-design-pagination-options-quick-jumper input .b-design-icon {
  font-size: 16px;
}
.b-design-pagination-options-quick-jumper input .b-design-icon-loading {
  height: 18px;
}
.b-design-pagination-options-quick-jumper input .b-design-icon-loading svg {
  width: 16px;
  height: 16px;
}
.b-design-pagination-options-quick-jumper input-lg {
  padding: 7px 16px;
  font-size: 14px;
  line-height: 24px;
}
.b-design-pagination-options-quick-jumper input-lg .b-design-icon {
  font-size: 16px;
}
.b-design-pagination-options-quick-jumper input-lg .b-design-icon-loading {
  height: 24px;
}
.b-design-pagination-options-quick-jumper input-lg .b-design-icon-loading svg {
  width: 16px;
  height: 16px;
}
.b-design-pagination-options-quick-jumper input-sm {
  padding: 4px 12px;
  font-size: 12px;
}
.b-design-pagination-options-quick-jumper input-sm .b-design-icon {
  font-size: 14px;
}
.b-design-pagination-options-quick-jumper input-sm .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-pagination-options-quick-jumper input-xs {
  padding: 2px 8px;
  font-size: 12px;
}
.b-design-pagination-options-quick-jumper input-xs .b-design-icon {
  font-size: 14px;
}
.b-design-pagination-options-quick-jumper input-xs .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-pagination.small .b-design-pagination-total-text,
.b-design-pagination.small .b-design-pagination-simple-pager,
.b-design-pagination.xs .b-design-pagination-total-text,
.b-design-pagination.xs .b-design-pagination-simple-pager {
  font-size: 12px;
}
.b-design-pagination.small .b-design-pagination-item {
  line-height: 28px;
  height: 28px;
  min-width: 28px;
  font-size: 12px;
}
.b-design-pagination.small .b-design-pagination-item a {
  line-height: 28px;
}
.b-design-pagination.small .b-design-pagination-item:not(.b-design-pagination.small .b-design-pagination-item-item-active):focus-visible,
.b-design-pagination.small .b-design-pagination-item:not(.b-design-pagination.small .b-design-pagination-item-item-active):hover {
  background-color: #f1f2f3;
  transition: all 0.3s;
}
.b-design-pagination.small .b-design-pagination-item:not(.b-design-pagination.small .b-design-pagination-item-item-active):focus-visible a,
.b-design-pagination.small .b-design-pagination-item:not(.b-design-pagination.small .b-design-pagination-item-item-active):hover a {
  color: inherit;
}
.b-design-pagination.small .b-design-pagination-item-active {
  background: #edeef0;
}
.b-design-pagination.small .b-design-pagination-item-active:focus-visible,
.b-design-pagination.small .b-design-pagination-item-active:hover {
  background: #edeef0;
}
.b-design-pagination.small .b-design-pagination-item-active:focus-visible a,
.b-design-pagination.small .b-design-pagination-item-active:hover a {
  color: inherit;
}
.b-design-pagination.small .b-design-pagination-prev,
.b-design-pagination.small .b-design-pagination-next {
  height: 28px;
  min-width: 28px;
}
.b-design-pagination.small .b-design-pagination-prev:focus-visible .b-design-pagination-item-link,
.b-design-pagination.small .b-design-pagination-next:focus-visible .b-design-pagination-item-link,
.b-design-pagination.small .b-design-pagination-prev:hover .b-design-pagination-item-link,
.b-design-pagination.small .b-design-pagination-next:hover .b-design-pagination-item-link {
  color: #474a52;
  background-color: #f1f2f3;
}
.b-design-pagination.small .b-design-pagination-prev .b-design-pagination-item-link::after,
.b-design-pagination.small .b-design-pagination-next .b-design-pagination-item-link::after {
  height: 28px;
  line-height: 28px;
}
.b-design-pagination.small .b-design-pagination-jump-prev,
.b-design-pagination.small .b-design-pagination-jump-next {
  height: 28px;
  margin-right: 0;
  line-height: 28px;
}
.b-design-pagination.small .b-design-pagination-options {
  margin-left: 12px;
  margin-right: 12px;
}
.b-design-pagination.small .b-design-pagination-options-size-changer {
  top: 0px;
}
.b-design-pagination.small .b-design-pagination-options-quick-jumper {
  font-size: 12px;
  margin-left: 12px;
  line-height: 28px;
  height: 28px;
}
.b-design-pagination.small .b-design-pagination-options-quick-jumper input {
  padding: 4px 12px;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  height: 28px;
  width: 28px;
}
.b-design-pagination.small .b-design-pagination-options-quick-jumper input .b-design-icon {
  font-size: 14px;
}
.b-design-pagination.small .b-design-pagination-options-quick-jumper input .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-pagination.xs .b-design-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  margin-right: 3px;
  font-size: 12px;
}
.b-design-pagination.xs .b-design-pagination-item a {
  line-height: 24px;
}
.b-design-pagination.xs .b-design-pagination-prev,
.b-design-pagination.xs .b-design-pagination-next {
  margin-right: 3px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
}
.b-design-pagination.xs .b-design-pagination-prev .b-design-pagination-item-link::after,
.b-design-pagination.xs .b-design-pagination-next .b-design-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.b-design-pagination.xs .b-design-pagination-jump-prev,
.b-design-pagination.xs .b-design-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.b-design-pagination.xs .b-design-pagination-options {
  margin-left: 8px;
  margin-right: 8px;
}
.b-design-pagination.xs .b-design-pagination-options-size-changer {
  top: 0px;
}
.b-design-pagination.xs .b-design-pagination-options-quick-jumper {
  font-size: 12px;
  margin-left: 8px;
  height: 24px;
}
.b-design-pagination.xs .b-design-pagination-options-quick-jumper input {
  padding: 2px 8px;
  font-size: 12px;
  height: 24px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 24px;
}
.b-design-pagination.xs .b-design-pagination-options-quick-jumper input .b-design-icon {
  font-size: 14px;
}
.b-design-pagination.xs .b-design-pagination-options-quick-jumper input .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item {
  background: transparent !important;
  cursor: not-allowed;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item a {
  color: #b8bbc2 !important;
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item-active {
  background: #f1f2f3 !important;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item-active a {
  color: #b8bbc2;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item-link {
  background: transparent !important;
  color: #b8bbc2 !important;
}
.b-design-pagination.b-design-pagination-disabled .b-design-pagination-item-ellipsis {
  color: #b8bbc2;
}
.b-design-pagination-simple {
  box-shadow: none;
}
.b-design-pagination-simple .b-design-pagination-prev,
.b-design-pagination-simple .b-design-pagination-next {
  height: 32px;
}
.b-design-pagination-simple .b-design-pagination-prev .b-design-pagination-item-link,
.b-design-pagination-simple .b-design-pagination-next .b-design-pagination-item-link {
  height: 32px;
}
.b-design-pagination-simple .b-design-pagination-prev:hover,
.b-design-pagination-simple .b-design-pagination-next:hover {
  box-shadow: none !important;
}
.b-design-pagination-simple .b-design-pagination-prev {
  margin-right: 4px;
}
.b-design-pagination-simple .b-design-pagination-next {
  margin-left: 4px;
}
.b-design-pagination-simple .b-design-pagination-prev > .b-design-pagination-item-link,
.b-design-pagination-simple .b-design-pagination-next > .b-design-pagination-item-link {
  background-color: transparent !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager {
  font-size: 13px;
  margin-right: 0;
  height: 32px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  color: #474a52;
  background: #fff;
  background-size: 100%;
  background-image: none;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  padding: 6px 12px;
  font-size: 13px;
  line-height: 18px;
  height: 32px;
  width: auto;
  padding: 0 3px !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input::-moz-placeholder {
  opacity: 1;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input::placeholder {
  color: #81848f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input::-moz-placeholder {
  opacity: 1;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input::placeholder {
  color: #81848f;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input::-webkit-input-placeholder {
  -webkit-user-select: none;
          user-select: none;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input:hover {
  border-color: #7a7d85;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input:focus,
.b-design-pagination-simple .b-design-pagination-simple-pager > input-focused {
  box-shadow: none;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input:not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-error):not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-warning):focus,
.b-design-pagination-simple .b-design-pagination-simple-pager > input-focused:not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-error):not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-warning),
.b-design-pagination-simple .b-design-pagination-simple-pager > input:not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-error):not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-warning):focus:hover,
.b-design-pagination-simple .b-design-pagination-simple-pager > input-focused:not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-error):not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-warning):hover {
  border-color: #1b58f4;
  outline: 0;
  box-shadow: none;
  border-color: transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #1b58f4, #7ea3ff, #a6bfff) border-box;
  background-size: 250%;
  background-position: 80%;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-breathing:focus,
.b-design-pagination-simple .b-design-pagination-simple-pager > input-breathing.b-design-pagination-simple .b-design-pagination-simple-pager > input-focused,
.b-design-pagination-simple .b-design-pagination-simple-pager > input-breathing:focus:hover,
.b-design-pagination-simple .b-design-pagination-simple-pager > input-breathing.b-design-pagination-simple .b-design-pagination-simple-pager > input-focused:hover {
  -webkit-animation: gradient-outline 3s alternate infinite;
          animation: gradient-outline 3s alternate infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-disabled {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-disabled .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-disabled:hover {
  border-color: #d7d8db;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-disabled:hover .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-disabled::-moz-placeholder {
  color: #b8bbc2;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-disabled::placeholder {
  color: #b8bbc2;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input[disabled] {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input[disabled] .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input[disabled]:hover {
  border-color: #d7d8db;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input[disabled]:hover .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input[disabled]::-moz-placeholder {
  color: #b8bbc2;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input[disabled]::placeholder {
  color: #b8bbc2;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-error {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-error:hover:not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-error-disabled) {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-error:focus:not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-error-disabled) {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-error .b-design-input-suffix .b-design-icon {
  color: #c82727 !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-warning {
  border-color: #ffab00 !important;
  background-color: #fff !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-warning:hover:not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-warning-disabled) {
  border-color: #ffab00 !important;
  background-color: #fff !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-warning:focus:not(.b-design-pagination-simple .b-design-pagination-simple-pager > input-warning-disabled) {
  border-color: #ffab00 !important;
  background-color: #fff !important;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-warning .b-design-input-suffix .b-design-icon {
  color: #ffab00 !important;
}
textarea.b-design-pagination-simple .b-design-pagination-simple-pager > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 18px;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
textarea.b-design-pagination-simple .b-design-pagination-simple-pager > input.b-design-pagination-simple .b-design-pagination-simple-pager > input-lg {
  padding: 7px 16px;
  font-size: 14px;
  line-height: 24px;
}
textarea.b-design-pagination-simple .b-design-pagination-simple-pager > input.b-design-pagination-simple .b-design-pagination-simple-pager > input-lg .b-design-icon {
  font-size: 16px;
}
textarea.b-design-pagination-simple .b-design-pagination-simple-pager > input.b-design-pagination-simple .b-design-pagination-simple-pager > input-lg .b-design-icon-loading {
  height: 24px;
}
textarea.b-design-pagination-simple .b-design-pagination-simple-pager > input.b-design-pagination-simple .b-design-pagination-simple-pager > input-lg .b-design-icon-loading svg {
  width: 16px;
  height: 16px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input .b-design-icon {
  font-size: 16px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input .b-design-icon-loading {
  height: 18px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input .b-design-icon-loading svg {
  width: 16px;
  height: 16px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-lg {
  padding: 7px 16px;
  font-size: 14px;
  line-height: 24px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-lg .b-design-icon {
  font-size: 16px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-lg .b-design-icon-loading {
  height: 24px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-lg .b-design-icon-loading svg {
  width: 16px;
  height: 16px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-sm {
  padding: 4px 12px;
  font-size: 12px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-sm .b-design-icon {
  font-size: 14px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-sm .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-xs {
  padding: 2px 8px;
  font-size: 12px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-xs .b-design-icon {
  font-size: 14px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager > input-xs .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-pagination-simple .b-design-pagination-simple-pager .b-design-pagination-slash {
  margin-left: 0;
  margin-right: 0.25em;
}
.b-design-pagination-simple.small .b-design-pagination-simple-pager {
  height: 28px;
}
.b-design-pagination-simple.small .b-design-pagination-simple-pager > input {
  padding: 4px 12px;
  font-size: 12px;
  width: auto;
  height: 28px;
  padding: 0 2px !important;
}
.b-design-pagination-simple.small .b-design-pagination-simple-pager > input .b-design-icon {
  font-size: 14px;
}
.b-design-pagination-simple.small .b-design-pagination-simple-pager > input .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-pagination-simple.small .b-design-pagination-prev .b-design-pagination-item-link,
.b-design-pagination-simple.small .b-design-pagination-next .b-design-pagination-item-link {
  height: 28px;
}
.b-design-pagination-simple.xs .b-design-pagination-prev,
.b-design-pagination-simple.xs .b-design-pagination-next,
.b-design-pagination-simple.xs .b-design-pagination-item-link {
  height: 24px;
}
.b-design-pagination-simple.xs .b-design-pagination-simple-pager {
  height: 24px;
}
.b-design-pagination-simple.xs .b-design-pagination-simple-pager > input {
  padding: 2px 8px;
  font-size: 12px;
  width: auto;
  height: 24px;
  padding: 0 2px !important;
}
.b-design-pagination-simple.xs .b-design-pagination-simple-pager > input .b-design-icon {
  font-size: 14px;
}
.b-design-pagination-simple.xs .b-design-pagination-simple-pager > input .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-pagination-simple.b-design-pagination-disabled .b-design-pagination-prev > .b-design-pagination-item-link,
.b-design-pagination-simple.b-design-pagination-disabled .b-design-pagination-next > .b-design-pagination-item-link {
  background-color: transparent !important;
}
.b-design-pagination-simple.b-design-pagination-disabled .b-design-pagination-simple-pager > input {
  color: #babcc2;
  background-color: #f1f2f3;
  border-color: #e5e5e5;
}
.b-design-pagination-simple.b-design-pagination-disabled .b-design-pagination-simple-pager > input:hover {
  box-shadow: initial;
}
