/* 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 */
.cy-table.cy-table-middle {
  font-size: 13px;
}
.cy-table.cy-table-middle .cy-table-title,
.cy-table.cy-table-middle .cy-table-footer,
.cy-table.cy-table-middle .cy-table-thead > tr > th,
.cy-table.cy-table-middle .cy-table-tbody > tr > td,
.cy-table.cy-table-middle tfoot > tr > th,
.cy-table.cy-table-middle tfoot > tr > td {
  padding: 6px 4px;
}
.cy-table.cy-table-middle .cy-table-filter-trigger {
  margin-right: -2px;
}
.cy-table.cy-table-middle .cy-table-expanded-row-fixed {
  margin: -6px -4px;
}
.cy-table.cy-table-middle .cy-table-tbody .cy-table-wrapper:only-child .cy-table {
  margin: -6px -4px -6px 44px;
}
.cy-table.cy-table-middle .cy-table-selection-column {
  padding-inline-start: 1px;
}
.cy-table.cy-table-small {
  font-size: 13px;
}
.cy-table.cy-table-small .cy-table-title,
.cy-table.cy-table-small .cy-table-footer,
.cy-table.cy-table-small .cy-table-thead > tr > th,
.cy-table.cy-table-small .cy-table-tbody > tr > td,
.cy-table.cy-table-small tfoot > tr > th,
.cy-table.cy-table-small tfoot > tr > td {
  padding: 4px 4px;
}
.cy-table.cy-table-small .cy-table-filter-trigger {
  margin-right: -2px;
}
.cy-table.cy-table-small .cy-table-expanded-row-fixed {
  margin: -4px -4px;
}
.cy-table.cy-table-small .cy-table-tbody .cy-table-wrapper:only-child .cy-table {
  margin: -4px -4px -4px 44px;
}
.cy-table.cy-table-small .cy-table-selection-column {
  padding-inline-start: 1px;
}
.cy-table.cy-table-bordered > .cy-table-title {
  border: 1px solid #f0f4f2;
  border-bottom: 0;
}
.cy-table.cy-table-bordered > .cy-table-container {
  border-left: 1px solid #f0f4f2;
}
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > thead > tr > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > thead > tr > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > thead > tr > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > thead > tr > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > tbody > tr > td,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > tbody > tr > td,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > tbody > tr > td,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > tbody > tr > td,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > tfoot > tr > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > tfoot > tr > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > tfoot > tr > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > tfoot > tr > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > tfoot > tr > td,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > tfoot > tr > td,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > tfoot > tr > td,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > tfoot > tr > td {
  border-right: 1px solid #f0f4f2;
}
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > thead > tr:not(:last-child) > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > thead > tr:not(:last-child) > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > thead > tr:not(:last-child) > th,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f0f4f2;
}
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > thead > tr > th::before,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > thead > tr > th::before,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > thead > tr > th::before,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > thead > tr > th::before {
  background-color: transparent !important;
}
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > thead > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > thead > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > thead > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > thead > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > tbody > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > tbody > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > tbody > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > tbody > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > tfoot > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > tfoot > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > tfoot > tr > .cy-table-cell-fix-right-first::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > tfoot > tr > .cy-table-cell-fix-right-first::after {
  border-right: 1px solid #f0f4f2;
}
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > tbody > tr > td > .cy-table-expanded-row-fixed,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > tbody > tr > td > .cy-table-expanded-row-fixed,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > tbody > tr > td > .cy-table-expanded-row-fixed,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > tbody > tr > td > .cy-table-expanded-row-fixed {
  margin: -8px -9px;
}
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table > tbody > tr > td > .cy-table-expanded-row-fixed::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table > tbody > tr > td > .cy-table-expanded-row-fixed::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-body > table > tbody > tr > td > .cy-table-expanded-row-fixed::after,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-summary > table > tbody > tr > td > .cy-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  border-right: 1px solid #f0f4f2;
  content: '';
}
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-content > table,
.cy-table.cy-table-bordered > .cy-table-container > .cy-table-header > table {
  border-top: 1px solid #f0f4f2;
}
.cy-table.cy-table-bordered.cy-table-scroll-horizontal > .cy-table-container > .cy-table-body > table > tbody > tr.cy-table-expanded-row > td,
.cy-table.cy-table-bordered.cy-table-scroll-horizontal > .cy-table-container > .cy-table-body > table > tbody > tr.cy-table-placeholder > td {
  border-right: 0;
}
.cy-table.cy-table-bordered.cy-table-middle > .cy-table-container > .cy-table-content > table > tbody > tr > td > .cy-table-expanded-row-fixed,
.cy-table.cy-table-bordered.cy-table-middle > .cy-table-container > .cy-table-body > table > tbody > tr > td > .cy-table-expanded-row-fixed {
  margin: -6px -5px;
}
.cy-table.cy-table-bordered.cy-table-small > .cy-table-container > .cy-table-content > table > tbody > tr > td > .cy-table-expanded-row-fixed,
.cy-table.cy-table-bordered.cy-table-small > .cy-table-container > .cy-table-body > table > tbody > tr > td > .cy-table-expanded-row-fixed {
  margin: -4px -5px;
}
.cy-table.cy-table-bordered > .cy-table-footer {
  border: 1px solid #f0f4f2;
  border-top: 0;
}
.cy-table-cell .cy-table-container:first-child {
  border-top: 0;
}
.cy-table-cell-scrollbar:not([rowspan]) {
  box-shadow: 0 1px 0 1px #f5f9f7;
}
.cy-table-wrapper {
  clear: both;
  max-width: 100%;
}
.cy-table-wrapper::before {
  display: table;
  content: '';
}
.cy-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.cy-table-wrapper::before {
  display: table;
  content: '';
}
.cy-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.cy-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  font-size: 13px;
  background: #fff;
  border-radius: 2px;
}
.cy-table table {
  width: 100%;
  text-align: left;
  border-radius: 2px 2px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.cy-table-thead > tr > th,
.cy-table-tbody > tr > td,
.cy-table tfoot > tr > th,
.cy-table tfoot > tr > td {
  position: relative;
  padding: 8px 8px;
  overflow-wrap: break-word;
}
.cy-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.cy-table-cell-ellipsis.cy-table-cell-fix-left-last,
.cy-table-cell-ellipsis.cy-table-cell-fix-right-first {
  overflow: visible;
}
.cy-table-cell-ellipsis.cy-table-cell-fix-left-last .cy-table-cell-content,
.cy-table-cell-ellipsis.cy-table-cell-fix-right-first .cy-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cy-table-cell-ellipsis .cy-table-column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.cy-table-title {
  padding: 8px 8px;
}
.cy-table-footer {
  padding: 8px 8px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
}
.cy-table-thead > tr > th {
  position: relative;
  color: #333;
  font-weight: 500;
  text-align: left;
  background: #f5f9f7;
  border-bottom: 1px solid #f0f4f2;
  transition: background 0.3s ease;
}
.cy-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.cy-table-thead > tr > th:not(:last-child):not(.cy-table-selection-column):not(.cy-table-row-expand-icon-cell):not([colspan])::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: '';
}
.cy-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.cy-table-tbody > tr > td {
  border-bottom: 1px solid #f0f4f2;
  transition: background 0.3s;
}
.cy-table-tbody > tr > td > .cy-table-wrapper:only-child .cy-table,
.cy-table-tbody > tr > td > .cy-table-expanded-row-fixed > .cy-table-wrapper:only-child .cy-table {
  margin: -8px -8px -8px 40px;
}
.cy-table-tbody > tr > td > .cy-table-wrapper:only-child .cy-table-tbody > tr:last-child > td,
.cy-table-tbody > tr > td > .cy-table-expanded-row-fixed > .cy-table-wrapper:only-child .cy-table-tbody > tr:last-child > td {
  border-bottom: 0;
}
.cy-table-tbody > tr > td > .cy-table-wrapper:only-child .cy-table-tbody > tr:last-child > td:first-child,
.cy-table-tbody > tr > td > .cy-table-expanded-row-fixed > .cy-table-wrapper:only-child .cy-table-tbody > tr:last-child > td:first-child,
.cy-table-tbody > tr > td > .cy-table-wrapper:only-child .cy-table-tbody > tr:last-child > td:last-child,
.cy-table-tbody > tr > td > .cy-table-expanded-row-fixed > .cy-table-wrapper:only-child .cy-table-tbody > tr:last-child > td:last-child {
  border-radius: 0;
}
.cy-table-tbody > tr.cy-table-row:hover > td,
.cy-table-tbody > tr > td.cy-table-cell-row-hover {
  background: #F7FBF9;
}
.cy-table-tbody > tr.cy-table-row-selected > td {
  background: #00bb781f;
  border-color: rgba(0, 0, 0, 0.03);
}
.cy-table-tbody > tr.cy-table-row-selected:hover > td {
  background: rgba(0, 177, 113, 0.12156863);
}
.cy-table-summary {
  position: relative;
  z-index: 2;
  background: #fff;
}
div.cy-table-summary {
  box-shadow: 0 -1px 0 #f0f4f2;
}
.cy-table-summary > tr > th,
.cy-table-summary > tr > td {
  border-bottom: 1px solid #f0f4f2;
}
.cy-table-pagination.cy-pagination {
  margin: 16px 0;
}
.cy-table-pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.cy-table-pagination > * {
  flex: none;
}
.cy-table-pagination-left {
  justify-content: flex-start;
}
.cy-table-pagination-center {
  justify-content: center;
}
.cy-table-pagination-right {
  justify-content: flex-end;
}
.cy-table-thead th.cy-table-column-has-sorters {
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.cy-table-thead th.cy-table-column-has-sorters:hover {
  background: rgba(0, 0, 0, 0.04);
}
.cy-table-thead th.cy-table-column-has-sorters:hover::before {
  background-color: transparent !important;
}
.cy-table-thead th.cy-table-column-has-sorters:focus-visible {
  color: #00bb78;
}
.cy-table-thead th.cy-table-column-has-sorters.cy-table-cell-fix-left:hover,
.cy-table-thead th.cy-table-column-has-sorters.cy-table-cell-fix-right:hover {
  background: #f5f5f5;
}
.cy-table-thead th.cy-table-column-sort {
  background: #f5f5f5;
}
.cy-table-thead th.cy-table-column-sort::before {
  background-color: transparent !important;
}
td.cy-table-column-sort {
  background: #fafafa;
}
.cy-table-column-title {
  position: relative;
  z-index: 1;
  flex: 1;
}
.cy-table-column-sorters {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: space-between;
}
.cy-table-column-sorters::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.cy-table-column-sorter {
  margin-left: 4px;
  color: #bfbfbf;
  font-size: 0;
  transition: color 0.3s;
}
.cy-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.cy-table-column-sorter-up,
.cy-table-column-sorter-down {
  font-size: 11px;
}
.cy-table-column-sorter-up.active,
.cy-table-column-sorter-down.active {
  color: #00bb78;
}
.cy-table-column-sorter-up + .cy-table-column-sorter-down {
  margin-top: -0.3em;
}
.cy-table-column-sorters:hover .cy-table-column-sorter {
  color: #a6a6a6;
}
.cy-table-filter-column {
  display: flex;
  justify-content: space-between;
}
.cy-table-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  margin: -4px -4px -4px 4px;
  padding: 0 4px;
  color: #bfbfbf;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.cy-table-filter-trigger:hover {
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.04);
}
.cy-table-filter-trigger.active {
  color: #00bb78;
}
.cy-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  min-width: 120px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.cy-table-filter-dropdown .cy-dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}
.cy-table-filter-dropdown .cy-dropdown-menu:empty::after {
  display: block;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  text-align: center;
  content: 'Not Found';
}
.cy-table-filter-dropdown-tree {
  padding: 8px 8px 0;
}
.cy-table-filter-dropdown-tree .cy-tree-treenode .cy-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.cy-table-filter-dropdown-tree .cy-tree-treenode-checkbox-checked .cy-tree-node-content-wrapper,
.cy-table-filter-dropdown-tree .cy-tree-treenode-checkbox-checked .cy-tree-node-content-wrapper:hover {
  background-color: #98edc4;
}
.cy-table-filter-dropdown-search {
  padding: 8px;
  border-bottom: 1px #f0f0f0 solid;
}
.cy-table-filter-dropdown-search-input input {
  min-width: 140px;
}
.cy-table-filter-dropdown-search-input .anticon {
  color: rgba(0, 0, 0, 0.25);
}
.cy-table-filter-dropdown-checkall {
  width: 100%;
  margin-bottom: 4px;
  margin-left: 4px;
}
.cy-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}
.cy-table-filter-dropdown .cy-checkbox-wrapper + span,
.cy-table-filter-dropdown-submenu .cy-checkbox-wrapper + span {
  padding-left: 8px;
}
.cy-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #f0f4f2;
}
.cy-table-selection-col {
  width: 32px;
}
.cy-table-bordered .cy-table-selection-col {
  width: 50px;
}
table tr th.cy-table-selection-column,
table tr td.cy-table-selection-column {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}
table tr th.cy-table-selection-column .cy-radio-wrapper,
table tr td.cy-table-selection-column .cy-radio-wrapper {
  margin-right: 0;
}
table tr th.cy-table-selection-column.cy-table-cell-fix-left {
  z-index: 3;
}
table tr th.cy-table-selection-column::after {
  background-color: transparent !important;
}
.cy-table-selection {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.cy-table-selection-extra {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  margin-inline-start: 100%;
  padding-inline-start: 2px;
}
.cy-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px;
}
.cy-table-selection-extra .anticon:hover {
  color: #a6a6a6;
}
.cy-table-expand-icon-col {
  width: 48px;
}
.cy-table-row-expand-icon-cell {
  text-align: center;
}
.cy-table-row-expand-icon-cell .cy-table-row-expand-icon {
  display: inline-flex;
  float: none;
  vertical-align: sub;
}
.cy-table-row-indent {
  float: left;
  height: 1px;
}
.cy-table-row-expand-icon {
  color: #00bb78;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #f0f4f2;
  border-radius: 2px;
  transform: scale(0.94117647);
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-table-row-expand-icon:focus-visible,
.cy-table-row-expand-icon:hover {
  color: #20c787;
}
.cy-table-row-expand-icon:active {
  color: #009465;
}
.cy-table-row-expand-icon:focus,
.cy-table-row-expand-icon:hover,
.cy-table-row-expand-icon:active {
  border-color: currentcolor;
}
.cy-table-row-expand-icon::before,
.cy-table-row-expand-icon::after {
  position: absolute;
  background: currentcolor;
  transition: transform 0.3s ease-out;
  content: '';
}
.cy-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}
.cy-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}
.cy-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}
.cy-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
.cy-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}
.cy-table-row-expand-icon-spaced::before,
.cy-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}
.cy-table-row-indent + .cy-table-row-expand-icon {
  margin-top: 1.71475px;
  margin-right: 8px;
}
tr.cy-table-expanded-row > td,
tr.cy-table-expanded-row:hover > td {
  background: #fbfbfb;
}
tr.cy-table-expanded-row .cy-descriptions-view {
  display: flex;
}
tr.cy-table-expanded-row .cy-descriptions-view table {
  flex: auto;
  width: auto;
}
.cy-table .cy-table-expanded-row-fixed {
  position: relative;
  margin: -8px -8px;
  padding: 8px 8px;
}
.cy-table-tbody > tr.cy-table-placeholder {
  text-align: center;
}
.cy-table-empty .cy-table-tbody > tr.cy-table-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.cy-table-tbody > tr.cy-table-placeholder:hover > td {
  background: #fff;
}
.cy-table-cell-fix-left,
.cy-table-cell-fix-right {
  position: sticky !important;
  z-index: 2;
  background: #fff;
}
.cy-table-cell-fix-left-first::after,
.cy-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.cy-table-cell-fix-left-all::after {
  display: none;
}
.cy-table-cell-fix-right-first::after,
.cy-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.cy-table .cy-table-container::before,
.cy-table .cy-table-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: calc(calc(2 + 1) + 1);
  width: 30px;
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.cy-table .cy-table-container::before {
  left: 0;
}
.cy-table .cy-table-container::after {
  right: 0;
}
.cy-table-ping-left:not(.cy-table-has-fix-left) > .cy-table-container {
  position: relative;
}
.cy-table-ping-left:not(.cy-table-has-fix-left) > .cy-table-container::before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.cy-table-ping-left .cy-table-cell-fix-left-first::after,
.cy-table-ping-left .cy-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.cy-table-ping-left .cy-table-cell-fix-left-last::before {
  background-color: transparent !important;
}
.cy-table-ping-right:not(.cy-table-has-fix-right) > .cy-table-container {
  position: relative;
}
.cy-table-ping-right:not(.cy-table-has-fix-right) > .cy-table-container::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.cy-table-ping-right .cy-table-cell-fix-right-first::after,
.cy-table-ping-right .cy-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.cy-table-sticky-holder {
  position: sticky;
  z-index: calc(2 + 1);
  background: #fff;
}
.cy-table-sticky-scroll {
  position: sticky;
  bottom: 0;
  z-index: calc(2 + 1);
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #f0f4f2;
  opacity: 0.6;
}
.cy-table-sticky-scroll:hover {
  transform-origin: center bottom;
}
.cy-table-sticky-scroll-bar {
  height: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
.cy-table-sticky-scroll-bar:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.cy-table-sticky-scroll-bar-active {
  background-color: rgba(0, 0, 0, 0.8);
}
@media all and (-ms-high-contrast: none) {
  .cy-table-ping-left .cy-table-cell-fix-left-last::after {
    box-shadow: none !important;
  }
  .cy-table-ping-right .cy-table-cell-fix-right-first::after {
    box-shadow: none !important;
  }
}
.cy-table {
  /* title + table */
  /* table */
  /* table + footer */
}
.cy-table-title {
  border-radius: 2px 2px 0 0;
}
.cy-table-title + .cy-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cy-table-title + .cy-table-container table {
  border-radius: 0;
}
.cy-table-title + .cy-table-container table > thead > tr:first-child th:first-child {
  border-radius: 0;
}
.cy-table-title + .cy-table-container table > thead > tr:first-child th:last-child {
  border-radius: 0;
}
.cy-table-container {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.cy-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.cy-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.cy-table-footer {
  border-radius: 0 0 2px 2px;
}
.cy-table-wrapper-rtl {
  direction: rtl;
}
.cy-table-rtl {
  direction: rtl;
}
.cy-table-wrapper-rtl .cy-table table {
  text-align: right;
}
.cy-table-wrapper-rtl .cy-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.cy-table-wrapper-rtl .cy-table-thead > tr > th:not(:last-child):not(.cy-table-selection-column):not(.cy-table-row-expand-icon-cell):not([colspan])::before {
  right: auto;
  left: 0;
}
.cy-table-wrapper-rtl .cy-table-thead > tr > th {
  text-align: right;
}
.cy-table-tbody > tr .cy-table-wrapper:only-child .cy-table.cy-table-rtl {
  margin: -8px 25px -8px -8px;
}
.cy-table-wrapper.cy-table-wrapper-rtl .cy-table-pagination-left {
  justify-content: flex-end;
}
.cy-table-wrapper.cy-table-wrapper-rtl .cy-table-pagination-right {
  justify-content: flex-start;
}
.cy-table-wrapper-rtl .cy-table-column-sorter {
  margin-right: 4px;
  margin-left: 0;
}
.cy-table-wrapper-rtl .cy-table-filter-column-title {
  padding: 8px 8px 8px 2.3em;
}
.cy-table-rtl .cy-table-thead tr th.cy-table-column-has-sorters .cy-table-filter-column-title {
  padding: 0 0 0 2.3em;
}
.cy-table-wrapper-rtl .cy-table-filter-trigger {
  margin: -4px 4px -4px -4px;
}
.cy-dropdown-rtl .cy-table-filter-dropdown .cy-checkbox-wrapper + span,
.cy-dropdown-rtl .cy-table-filter-dropdown-submenu .cy-checkbox-wrapper + span,
.cy-dropdown-menu-submenu-rtl.cy-table-filter-dropdown .cy-checkbox-wrapper + span,
.cy-dropdown-menu-submenu-rtl.cy-table-filter-dropdown-submenu .cy-checkbox-wrapper + span {
  padding-right: 8px;
  padding-left: 0;
}
.cy-table-wrapper-rtl .cy-table-selection {
  text-align: center;
}
.cy-table-wrapper-rtl .cy-table-row-indent {
  float: right;
}
.cy-table-wrapper-rtl .cy-table-row-expand-icon {
  float: right;
}
.cy-table-wrapper-rtl .cy-table-row-indent + .cy-table-row-expand-icon {
  margin-right: 0;
  margin-left: 8px;
}
.cy-table-wrapper-rtl .cy-table-row-expand-icon::after {
  transform: rotate(-90deg);
}
.cy-table-wrapper-rtl .cy-table-row-expand-icon-collapsed::before {
  transform: rotate(180deg);
}
.cy-table-wrapper-rtl .cy-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.cy-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.cy-checkbox-wrapper:hover .cy-checkbox-inner,
.cy-checkbox:hover .cy-checkbox-inner,
.cy-checkbox-input:focus + .cy-checkbox-inner {
  border-color: #00bb78;
}
.cy-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00bb78;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.cy-checkbox:hover::after,
.cy-checkbox-wrapper:hover .cy-checkbox::after {
  visibility: visible;
}
.cy-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.cy-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.cy-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.cy-checkbox-checked .cy-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.cy-checkbox-checked .cy-checkbox-inner {
  background-color: #00bb78;
  border-color: #00bb78;
}
.cy-checkbox-disabled {
  cursor: not-allowed;
}
.cy-checkbox-disabled.cy-checkbox-checked .cy-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.cy-checkbox-disabled .cy-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.cy-checkbox-disabled .cy-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.cy-checkbox-disabled .cy-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.cy-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.cy-checkbox-disabled:hover::after,
.cy-checkbox-wrapper:hover .cy-checkbox-disabled::after {
  visibility: hidden;
}
.cy-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.cy-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.cy-checkbox-wrapper.cy-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.cy-checkbox-wrapper + .cy-checkbox-wrapper {
  margin-left: 8px;
}
.cy-checkbox-wrapper.cy-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.cy-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.cy-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.cy-checkbox-group-item {
  margin-right: 8px;
}
.cy-checkbox-group-item:last-child {
  margin-right: 0;
}
.cy-checkbox-group-item + .cy-checkbox-group-item {
  margin-left: 0;
}
.cy-checkbox-indeterminate .cy-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.cy-checkbox-indeterminate .cy-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #00bb78;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.cy-checkbox-indeterminate.cy-checkbox-disabled .cy-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.cy-checkbox-rtl {
  direction: rtl;
}
.cy-checkbox-group-rtl .cy-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.cy-checkbox-group-rtl .cy-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.cy-checkbox-group-rtl .cy-checkbox-group-item + .cy-checkbox-group-item {
  margin-left: 8px;
}
.cy-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.cy-pagination ul,
.cy-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cy-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.cy-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.cy-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.cy-pagination-item a:hover {
  text-decoration: none;
}
.cy-pagination-item:hover {
  border-color: #00bb78;
  transition: all 0.3s;
}
.cy-pagination-item:hover a {
  color: #00bb78;
}
.cy-pagination-item:focus-visible {
  border-color: #00bb78;
  transition: all 0.3s;
}
.cy-pagination-item:focus-visible a {
  color: #00bb78;
}
.cy-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #00bb78;
}
.cy-pagination-item-active a {
  color: #00bb78;
}
.cy-pagination-item-active:hover {
  border-color: #20c787;
}
.cy-pagination-item-active:focus-visible {
  border-color: #20c787;
}
.cy-pagination-item-active:hover a {
  color: #20c787;
}
.cy-pagination-item-active:focus-visible a {
  color: #20c787;
}
.cy-pagination-jump-prev,
.cy-pagination-jump-next {
  outline: 0;
}
.cy-pagination-jump-prev .cy-pagination-item-container,
.cy-pagination-jump-next .cy-pagination-item-container {
  position: relative;
}
.cy-pagination-jump-prev .cy-pagination-item-container .cy-pagination-item-link-icon,
.cy-pagination-jump-next .cy-pagination-item-container .cy-pagination-item-link-icon {
  color: #00bb78;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.cy-pagination-jump-prev .cy-pagination-item-container .cy-pagination-item-link-icon-svg,
.cy-pagination-jump-next .cy-pagination-item-container .cy-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.cy-pagination-jump-prev .cy-pagination-item-container .cy-pagination-item-ellipsis,
.cy-pagination-jump-next .cy-pagination-item-container .cy-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.cy-pagination-jump-prev:hover .cy-pagination-item-link-icon,
.cy-pagination-jump-next:hover .cy-pagination-item-link-icon {
  opacity: 1;
}
.cy-pagination-jump-prev:hover .cy-pagination-item-ellipsis,
.cy-pagination-jump-next:hover .cy-pagination-item-ellipsis {
  opacity: 0;
}
.cy-pagination-jump-prev:focus-visible .cy-pagination-item-link-icon,
.cy-pagination-jump-next:focus-visible .cy-pagination-item-link-icon {
  opacity: 1;
}
.cy-pagination-jump-prev:focus-visible .cy-pagination-item-ellipsis,
.cy-pagination-jump-next:focus-visible .cy-pagination-item-ellipsis {
  opacity: 0;
}
.cy-pagination-prev,
.cy-pagination-jump-prev,
.cy-pagination-jump-next {
  margin-right: 8px;
}
.cy-pagination-prev,
.cy-pagination-next,
.cy-pagination-jump-prev,
.cy-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.cy-pagination-prev,
.cy-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.cy-pagination-prev button,
.cy-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-pagination-prev:hover button,
.cy-pagination-next:hover button {
  border-color: #20c787;
}
.cy-pagination-prev .cy-pagination-item-link,
.cy-pagination-next .cy-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}
.cy-pagination-prev:focus-visible .cy-pagination-item-link,
.cy-pagination-next:focus-visible .cy-pagination-item-link {
  color: #00bb78;
  border-color: #00bb78;
}
.cy-pagination-prev:hover .cy-pagination-item-link,
.cy-pagination-next:hover .cy-pagination-item-link {
  color: #00bb78;
  border-color: #00bb78;
}
.cy-pagination-disabled,
.cy-pagination-disabled:hover {
  cursor: not-allowed;
}
.cy-pagination-disabled .cy-pagination-item-link,
.cy-pagination-disabled:hover .cy-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.cy-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.cy-pagination-disabled:focus-visible .cy-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.cy-pagination-slash {
  margin: 0 10px 0 5px;
}
.cy-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .cy-pagination-options *::-ms-backdrop,
  .cy-pagination-options {
    vertical-align: top;
  }
}
.cy-pagination-options-size-changer.cy-select {
  display: inline-block;
  width: auto;
}
.cy-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.cy-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4.8px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.cy-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  -moz-user-select: none;
       user-select: none;
}
.cy-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.cy-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.cy-pagination-options-quick-jumper input:hover {
  border-color: #20c787;
  border-right-width: 1px;
}
.cy-input-rtl .cy-pagination-options-quick-jumper input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.cy-pagination-options-quick-jumper input:focus,
.cy-pagination-options-quick-jumper input-focused {
  border-color: #00ddbd;
  box-shadow: 0 0 0 2px rgba(0, 187, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cy-input-rtl .cy-pagination-options-quick-jumper input:focus,
.cy-input-rtl .cy-pagination-options-quick-jumper input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.cy-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.cy-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.cy-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.cy-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.cy-pagination-options-quick-jumper input-borderless,
.cy-pagination-options-quick-jumper input-borderless:hover,
.cy-pagination-options-quick-jumper input-borderless:focus,
.cy-pagination-options-quick-jumper input-borderless-focused,
.cy-pagination-options-quick-jumper input-borderless-disabled,
.cy-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.cy-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;
}
.cy-pagination-options-quick-jumper input-lg {
  padding: 7.3px 11px;
  font-size: 15px;
}
.cy-pagination-options-quick-jumper input-sm {
  padding: 0.8px 7px;
}
.cy-pagination-options-quick-jumper input-rtl {
  direction: rtl;
}
.cy-pagination-simple .cy-pagination-prev,
.cy-pagination-simple .cy-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.cy-pagination-simple .cy-pagination-prev .cy-pagination-item-link,
.cy-pagination-simple .cy-pagination-next .cy-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.cy-pagination-simple .cy-pagination-prev .cy-pagination-item-link::after,
.cy-pagination-simple .cy-pagination-next .cy-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.cy-pagination-simple .cy-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.cy-pagination-simple .cy-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 #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.cy-pagination-simple .cy-pagination-simple-pager input:hover {
  border-color: #00bb78;
}
.cy-pagination-simple .cy-pagination-simple-pager input:focus {
  border-color: #00ddbd;
  box-shadow: 0 0 0 2px rgba(0, 187, 120, 0.2);
}
.cy-pagination-simple .cy-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.cy-pagination.cy-pagination-mini .cy-pagination-total-text,
.cy-pagination.cy-pagination-mini .cy-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.cy-pagination.cy-pagination-mini .cy-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.cy-pagination.cy-pagination-mini .cy-pagination-item:not(.cy-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.cy-pagination.cy-pagination-mini .cy-pagination-prev,
.cy-pagination.cy-pagination-mini .cy-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.cy-pagination.cy-pagination-mini .cy-pagination-prev .cy-pagination-item-link,
.cy-pagination.cy-pagination-mini .cy-pagination-next .cy-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.cy-pagination.cy-pagination-mini .cy-pagination-prev .cy-pagination-item-link::after,
.cy-pagination.cy-pagination-mini .cy-pagination-next .cy-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.cy-pagination.cy-pagination-mini .cy-pagination-jump-prev,
.cy-pagination.cy-pagination-mini .cy-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.cy-pagination.cy-pagination-mini .cy-pagination-options {
  margin-left: 2px;
}
.cy-pagination.cy-pagination-mini .cy-pagination-options-size-changer {
  top: 0px;
}
.cy-pagination.cy-pagination-mini .cy-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.cy-pagination.cy-pagination-mini .cy-pagination-options-quick-jumper input {
  padding: 0.8px 7px;
  width: 44px;
  height: 24px;
}
.cy-pagination.cy-pagination-disabled {
  cursor: not-allowed;
}
.cy-pagination.cy-pagination-disabled .cy-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.cy-pagination.cy-pagination-disabled .cy-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.cy-pagination.cy-pagination-disabled .cy-pagination-item-active {
  background: #e6e6e6;
}
.cy-pagination.cy-pagination-disabled .cy-pagination-item-active a {
  color: rgba(0, 0, 0, 0.25);
}
.cy-pagination.cy-pagination-disabled .cy-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.cy-pagination-simple.cy-pagination.cy-pagination-disabled .cy-pagination-item-link {
  background: transparent;
}
.cy-pagination.cy-pagination-disabled .cy-pagination-item-link-icon {
  opacity: 0;
}
.cy-pagination.cy-pagination-disabled .cy-pagination-item-ellipsis {
  opacity: 1;
}
.cy-pagination.cy-pagination-disabled .cy-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .cy-pagination-item-after-jump-prev,
  .cy-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .cy-pagination-options {
    display: none;
  }
}
.cy-pagination-rtl .cy-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.cy-pagination-rtl .cy-pagination-item,
.cy-pagination-rtl .cy-pagination-prev,
.cy-pagination-rtl .cy-pagination-jump-prev,
.cy-pagination-rtl .cy-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.cy-pagination-rtl .cy-pagination-slash {
  margin: 0 5px 0 10px;
}
.cy-pagination-rtl .cy-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.cy-pagination-rtl .cy-pagination-options .cy-pagination-options-size-changer.cy-select {
  margin-right: 0;
  margin-left: 8px;
}
.cy-pagination-rtl .cy-pagination-options .cy-pagination-options-quick-jumper {
  margin-left: 0;
}
.cy-pagination-rtl.cy-pagination-simple .cy-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.cy-pagination-rtl.cy-pagination-simple .cy-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.cy-pagination-rtl.cy-pagination.mini .cy-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}
.cy-select-single .cy-select-selector {
  display: flex;
}
.cy-select-single .cy-select-selector .cy-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.cy-select-single .cy-select-selector .cy-select-selection-search-input {
  width: 100%;
}
.cy-select-single .cy-select-selector .cy-select-selection-item,
.cy-select-single .cy-select-selector .cy-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}
.cy-select-single .cy-select-selector .cy-select-selection-item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-select-single .cy-select-selector .cy-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.cy-select-single .cy-select-selector::after,
.cy-select-single .cy-select-selector .cy-select-selection-item::after,
.cy-select-single .cy-select-selector .cy-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.cy-select-single.cy-select-show-arrow .cy-select-selection-search {
  right: 24px;
}
.cy-select-single.cy-select-show-arrow .cy-select-selection-item,
.cy-select-single.cy-select-show-arrow .cy-select-selection-placeholder {
  padding-right: 17px;
}
.cy-select-single.cy-select-open .cy-select-selection-item {
  color: #bfbfbf;
}
.cy-select-single:not(.cy-select-customize-input) .cy-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.cy-select-single:not(.cy-select-customize-input) .cy-select-selector .cy-select-selection-search-input {
  height: 30px;
}
.cy-select-single:not(.cy-select-customize-input) .cy-select-selector::after {
  line-height: 30px;
}
.cy-select-single.cy-select-customize-input .cy-select-selector::after {
  display: none;
}
.cy-select-single.cy-select-customize-input .cy-select-selector .cy-select-selection-search {
  position: static;
  width: 100%;
}
.cy-select-single.cy-select-customize-input .cy-select-selector .cy-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.cy-select-single.cy-select-customize-input .cy-select-selector .cy-select-selection-placeholder::after {
  display: none;
}
.cy-select-single.cy-select-lg:not(.cy-select-customize-input) .cy-select-selector {
  height: 40px;
}
.cy-select-single.cy-select-lg:not(.cy-select-customize-input) .cy-select-selector::after,
.cy-select-single.cy-select-lg:not(.cy-select-customize-input) .cy-select-selector .cy-select-selection-item,
.cy-select-single.cy-select-lg:not(.cy-select-customize-input) .cy-select-selector .cy-select-selection-placeholder {
  line-height: 38px;
}
.cy-select-single.cy-select-lg:not(.cy-select-customize-input):not(.cy-select-customize-input) .cy-select-selection-search-input {
  height: 38px;
}
.cy-select-single.cy-select-sm:not(.cy-select-customize-input) .cy-select-selector {
  height: 24px;
}
.cy-select-single.cy-select-sm:not(.cy-select-customize-input) .cy-select-selector::after,
.cy-select-single.cy-select-sm:not(.cy-select-customize-input) .cy-select-selector .cy-select-selection-item,
.cy-select-single.cy-select-sm:not(.cy-select-customize-input) .cy-select-selector .cy-select-selection-placeholder {
  line-height: 22px;
}
.cy-select-single.cy-select-sm:not(.cy-select-customize-input):not(.cy-select-customize-input) .cy-select-selection-search-input {
  height: 22px;
}
.cy-select-single.cy-select-sm:not(.cy-select-customize-input) .cy-select-selection-search {
  right: 7px;
  left: 7px;
}
.cy-select-single.cy-select-sm:not(.cy-select-customize-input) .cy-select-selector {
  padding: 0 7px;
}
.cy-select-single.cy-select-sm:not(.cy-select-customize-input).cy-select-show-arrow .cy-select-selection-search {
  right: 26.5px;
}
.cy-select-single.cy-select-sm:not(.cy-select-customize-input).cy-select-show-arrow .cy-select-selection-item,
.cy-select-single.cy-select-sm:not(.cy-select-customize-input).cy-select-show-arrow .cy-select-selection-placeholder {
  padding-right: 19.5px;
}
.cy-select-single.cy-select-lg:not(.cy-select-customize-input) .cy-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.cy-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.cy-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.cy-select-multiple .cy-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.8px 4.8px;
}
.cy-select-show-search.cy-select-multiple .cy-select-selector {
  cursor: text;
}
.cy-select-disabled.cy-select-multiple .cy-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.cy-select-multiple .cy-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 3px 0;
  line-height: 22.4px;
  content: '\a0';
}
.cy-select-multiple.cy-select-show-arrow .cy-select-selector,
.cy-select-multiple.cy-select-allow-clear .cy-select-selector {
  padding-right: 24px;
}
.cy-select-multiple .cy-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 22.4px;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 20.4px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-inline-end: 4.8px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.cy-select-disabled.cy-select-multiple .cy-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.cy-select-multiple .cy-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.cy-select-multiple .cy-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.cy-select-multiple .cy-select-selection-item-remove > * {
  line-height: 1;
}
.cy-select-multiple .cy-select-selection-item-remove svg {
  display: inline-block;
}
.cy-select-multiple .cy-select-selection-item-remove::before {
  display: none;
}
.cy-select-multiple .cy-select-selection-item-remove .cy-select-multiple .cy-select-selection-item-remove-icon {
  display: block;
}
.cy-select-multiple .cy-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.cy-select-multiple .cy-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.cy-select-multiple .cy-select-selection-overflow-item + .cy-select-selection-overflow-item .cy-select-selection-search {
  margin-inline-start: 0;
}
.cy-select-multiple .cy-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 6.2px;
}
.cy-select-multiple .cy-select-selection-search-input,
.cy-select-multiple .cy-select-selection-search-mirror {
  height: 22.4px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 22.4px;
  transition: all 0.3s;
}
.cy-select-multiple .cy-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.cy-select-multiple .cy-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.cy-select-multiple .cy-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cy-select-multiple.cy-select-lg .cy-select-selector::after {
  line-height: 30.4px;
}
.cy-select-multiple.cy-select-lg .cy-select-selection-item {
  height: 30.4px;
  line-height: 28.4px;
}
.cy-select-multiple.cy-select-lg .cy-select-selection-search {
  height: 30.4px;
  line-height: 30.4px;
}
.cy-select-multiple.cy-select-lg .cy-select-selection-search-input,
.cy-select-multiple.cy-select-lg .cy-select-selection-search-mirror {
  height: 30.4px;
  line-height: 28.4px;
}
.cy-select-multiple.cy-select-sm .cy-select-selector::after {
  line-height: 14.4px;
}
.cy-select-multiple.cy-select-sm .cy-select-selection-item {
  height: 14.4px;
  line-height: 12.4px;
}
.cy-select-multiple.cy-select-sm .cy-select-selection-search {
  height: 14.4px;
  line-height: 14.4px;
}
.cy-select-multiple.cy-select-sm .cy-select-selection-search-input,
.cy-select-multiple.cy-select-sm .cy-select-selection-search-mirror {
  height: 14.4px;
  line-height: 12.4px;
}
.cy-select-multiple.cy-select-sm .cy-select-selection-placeholder {
  left: 7px;
}
.cy-select-multiple.cy-select-sm .cy-select-selection-search {
  margin-inline-start: 3px;
}
.cy-select-multiple.cy-select-lg .cy-select-selection-item {
  height: 32px;
  line-height: 32px;
}
.cy-select-disabled .cy-select-selection-item-remove {
  display: none;
}
.cy-select-status-error.cy-select:not(.cy-select-disabled):not(.cy-select-customize-input):not(.cy-pagination-size-changer) .cy-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}
.cy-select-status-error.cy-select:not(.cy-select-disabled):not(.cy-select-customize-input):not(.cy-pagination-size-changer).cy-select-open .cy-select-selector,
.cy-select-status-error.cy-select:not(.cy-select-disabled):not(.cy-select-customize-input):not(.cy-pagination-size-changer).cy-select-focused .cy-select-selector {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cy-select-status-warning.cy-select:not(.cy-select-disabled):not(.cy-select-customize-input):not(.cy-pagination-size-changer) .cy-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}
.cy-select-status-warning.cy-select:not(.cy-select-disabled):not(.cy-select-customize-input):not(.cy-pagination-size-changer).cy-select-open .cy-select-selector,
.cy-select-status-warning.cy-select:not(.cy-select-disabled):not(.cy-select-customize-input):not(.cy-pagination-size-changer).cy-select-focused .cy-select-selector {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cy-select-status-error.cy-select-has-feedback .cy-select-clear,
.cy-select-status-warning.cy-select-has-feedback .cy-select-clear,
.cy-select-status-success.cy-select-has-feedback .cy-select-clear,
.cy-select-status-validating.cy-select-has-feedback .cy-select-clear {
  right: 32px;
}
.cy-select-status-error.cy-select-has-feedback .cy-select-selection-selected-value,
.cy-select-status-warning.cy-select-has-feedback .cy-select-selection-selected-value,
.cy-select-status-success.cy-select-has-feedback .cy-select-selection-selected-value,
.cy-select-status-validating.cy-select-has-feedback .cy-select-selection-selected-value {
  padding-right: 42px;
}
/* Reset search input style */
.cy-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.cy-select:not(.cy-select-customize-input) .cy-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cy-select:not(.cy-select-customize-input) .cy-select-selector input {
  cursor: pointer;
}
.cy-select-show-search.cy-select:not(.cy-select-customize-input) .cy-select-selector {
  cursor: text;
}
.cy-select-show-search.cy-select:not(.cy-select-customize-input) .cy-select-selector input {
  cursor: auto;
}
.cy-select-focused:not(.cy-select-disabled).cy-select:not(.cy-select-customize-input) .cy-select-selector {
  border-color: #00ddbd;
  box-shadow: 0 0 0 2px rgba(0, 187, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cy-input-rtl .cy-select-focused:not(.cy-select-disabled).cy-select:not(.cy-select-customize-input) .cy-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.cy-select-disabled.cy-select:not(.cy-select-customize-input) .cy-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.cy-select-multiple.cy-select-disabled.cy-select:not(.cy-select-customize-input) .cy-select-selector {
  background: #f5f5f5;
}
.cy-select-disabled.cy-select:not(.cy-select-customize-input) .cy-select-selector input {
  cursor: not-allowed;
}
.cy-select:not(.cy-select-customize-input) .cy-select-selector .cy-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cy-select:not(.cy-select-customize-input) .cy-select-selector .cy-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.cy-select:not(.cy-select-disabled):hover .cy-select-selector {
  border-color: #20c787;
  border-right-width: 1px;
}
.cy-input-rtl .cy-select:not(.cy-select-disabled):hover .cy-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.cy-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .cy-select-selection-item *::-ms-backdrop,
  .cy-select-selection-item {
    flex: auto;
  }
}
.cy-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .cy-select-selection-placeholder *::-ms-backdrop,
  .cy-select-selection-placeholder {
    flex: auto;
  }
}
.cy-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.cy-select-arrow > * {
  line-height: 1;
}
.cy-select-arrow svg {
  display: inline-block;
}
.cy-select-arrow::before {
  display: none;
}
.cy-select-arrow .cy-select-arrow-icon {
  display: block;
}
.cy-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.cy-select-arrow .anticon > svg {
  vertical-align: top;
}
.cy-select-arrow .anticon:not(.cy-select-suffix) {
  pointer-events: auto;
}
.cy-select-disabled .cy-select-arrow {
  cursor: not-allowed;
}
.cy-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.cy-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.cy-select-clear::before {
  display: block;
}
.cy-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.cy-select:hover .cy-select-clear {
  opacity: 1;
}
.cy-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 13px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.cy-select-dropdown.cy-slide-up-enter.cy-slide-up-enter-active.cy-select-dropdown-placement-bottomLeft,
.cy-select-dropdown.cy-slide-up-appear.cy-slide-up-appear-active.cy-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.cy-select-dropdown.cy-slide-up-enter.cy-slide-up-enter-active.cy-select-dropdown-placement-topLeft,
.cy-select-dropdown.cy-slide-up-appear.cy-slide-up-appear-active.cy-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.cy-select-dropdown.cy-slide-up-leave.cy-slide-up-leave-active.cy-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.cy-select-dropdown.cy-slide-up-leave.cy-slide-up-leave-active.cy-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.cy-select-dropdown-hidden {
  display: none;
}
.cy-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.cy-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.cy-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.cy-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.cy-select-item-option {
  display: flex;
}
.cy-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cy-select-item-option-state {
  flex: none;
}
.cy-select-item-option-active:not(.cy-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.cy-select-item-option-selected:not(.cy-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #e1faed;
}
.cy-select-item-option-selected:not(.cy-select-item-option-disabled) .cy-select-item-option-state {
  color: #00bb78;
}
.cy-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.cy-select-item-option-disabled.cy-select-item-option-selected {
  background-color: #f5f5f5;
}
.cy-select-item-option-grouped {
  padding-left: 24px;
}
.cy-select-lg {
  font-size: 15px;
}
.cy-select-borderless .cy-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.cy-select.cy-select-in-form-item {
  width: 100%;
}
.cy-select-compact-item:not(.cy-select-compact-last-item) {
  margin-right: -1px;
}
.cy-select-compact-item:not(.cy-select-compact-last-item).cy-select-compact-item-rtl {
  margin-right: 0;
  margin-left: -1px;
}
.cy-select-compact-item:hover > *,
.cy-select-compact-item:focus > *,
.cy-select-compact-item:active > * {
  z-index: 2;
}
.cy-select-compact-item.cy-select-focused > * {
  z-index: 2;
}
.cy-select-compact-item[disabled] > * {
  z-index: 0;
}
.cy-select-compact-item:not(.cy-select-compact-first-item):not(.cy-select-compact-last-item).cy-select > .cy-select-selector {
  border-radius: 0;
}
.cy-select-compact-item.cy-select-compact-first-item.cy-select:not(.cy-select-compact-last-item):not(.cy-select-compact-item-rtl) > .cy-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-select-compact-item.cy-select-compact-last-item.cy-select:not(.cy-select-compact-first-item):not(.cy-select-compact-item-rtl) > .cy-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-select-compact-item.cy-select.cy-select-compact-first-item.cy-select-compact-item-rtl:not(.cy-select-compact-last-item) > .cy-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-select-compact-item.cy-select.cy-select-compact-last-item.cy-select-compact-item-rtl:not(.cy-select-compact-first-item) > .cy-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-select-rtl {
  direction: rtl;
}
.cy-select-rtl .cy-select-arrow {
  right: initial;
  left: 11px;
}
.cy-select-rtl .cy-select-clear {
  right: initial;
  left: 11px;
}
.cy-select-dropdown-rtl {
  direction: rtl;
}
.cy-select-dropdown-rtl .cy-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.cy-select-rtl.cy-select-multiple.cy-select-show-arrow .cy-select-selector,
.cy-select-rtl.cy-select-multiple.cy-select-allow-clear .cy-select-selector {
  padding-right: 4.8px;
  padding-left: 24px;
}
.cy-select-rtl.cy-select-multiple .cy-select-selection-item {
  text-align: right;
}
.cy-select-rtl.cy-select-multiple .cy-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.cy-select-rtl.cy-select-multiple .cy-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.cy-select-rtl.cy-select-multiple .cy-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.cy-select-rtl.cy-select-multiple.cy-select-sm .cy-select-selection-placeholder {
  right: 7px;
}
.cy-select-rtl.cy-select-single .cy-select-selector .cy-select-selection-item,
.cy-select-rtl.cy-select-single .cy-select-selector .cy-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.cy-select-rtl.cy-select-single.cy-select-show-arrow .cy-select-selection-search {
  right: 11px;
  left: 24px;
}
.cy-select-rtl.cy-select-single.cy-select-show-arrow .cy-select-selection-item,
.cy-select-rtl.cy-select-single.cy-select-show-arrow .cy-select-selection-placeholder {
  padding-right: 0;
  padding-left: 17px;
}
.cy-select-rtl.cy-select-single.cy-select-sm:not(.cy-select-customize-input).cy-select-show-arrow .cy-select-selection-search {
  right: 6px;
}
.cy-select-rtl.cy-select-single.cy-select-sm:not(.cy-select-customize-input).cy-select-show-arrow .cy-select-selection-item,
.cy-select-rtl.cy-select-single.cy-select-sm:not(.cy-select-customize-input).cy-select-show-arrow .cy-select-selection-placeholder {
  padding-right: 0;
  padding-left: 19.5px;
}
.cy-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #00bb78;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.cy-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.cy-spin-nested-loading {
  position: relative;
}
.cy-spin-nested-loading > div > .cy-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.cy-spin-nested-loading > div > .cy-spin .cy-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.cy-spin-nested-loading > div > .cy-spin .cy-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5.5px;
  text-shadow: 0 1px 2px #fff;
}
.cy-spin-nested-loading > div > .cy-spin.cy-spin-show-text .cy-spin-dot {
  margin-top: -20px;
}
.cy-spin-nested-loading > div > .cy-spin-sm .cy-spin-dot {
  margin: -7px;
}
.cy-spin-nested-loading > div > .cy-spin-sm .cy-spin-text {
  padding-top: 2.5px;
}
.cy-spin-nested-loading > div > .cy-spin-sm.cy-spin-show-text .cy-spin-dot {
  margin-top: -17px;
}
.cy-spin-nested-loading > div > .cy-spin-lg .cy-spin-dot {
  margin: -16px;
}
.cy-spin-nested-loading > div > .cy-spin-lg .cy-spin-text {
  padding-top: 11.5px;
}
.cy-spin-nested-loading > div > .cy-spin-lg.cy-spin-show-text .cy-spin-dot {
  margin-top: -26px;
}
.cy-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.cy-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.cy-spin-blur {
  clear: both;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.cy-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.cy-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.cy-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.cy-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #00bb78;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.cy-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.cy-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.cy-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.cy-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.cy-spin-dot-spin {
  transform: rotate(0deg);
  animation: antRotate 1.2s infinite linear;
}
.cy-spin-sm .cy-spin-dot {
  font-size: 14px;
}
.cy-spin-sm .cy-spin-dot i {
  width: 6px;
  height: 6px;
}
.cy-spin-lg .cy-spin-dot {
  font-size: 32px;
}
.cy-spin-lg .cy-spin-dot i {
  width: 14px;
  height: 14px;
}
.cy-spin.cy-spin-show-text .cy-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .cy-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}
.cy-spin-rtl {
  direction: rtl;
}
.cy-spin-rtl .cy-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}
.cy-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4.8px 15px;
  font-size: 13px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
}
.cy-btn > .anticon {
  line-height: 1;
}
.cy-btn,
.cy-btn:active,
.cy-btn:focus {
  outline: 0;
}
.cy-btn:not([disabled]):hover {
  text-decoration: none;
}
.cy-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.cy-btn[disabled] {
  cursor: not-allowed;
}
.cy-btn[disabled] > * {
  pointer-events: none;
}
.cy-btn-lg {
  height: 40px;
  padding: 7.2px 15px;
  font-size: 15px;
  border-radius: 2px;
}
.cy-btn-sm {
  height: 24px;
  padding: 0.8px 7px;
  font-size: 13px;
  border-radius: 2px;
}
.cy-btn > a:only-child {
  color: currentcolor;
}
.cy-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn:hover,
.cy-btn:focus {
  color: #20c787;
  border-color: #20c787;
  background: #fff;
}
.cy-btn:hover > a:only-child,
.cy-btn:focus > a:only-child {
  color: currentcolor;
}
.cy-btn:hover > a:only-child::after,
.cy-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn:active {
  color: #009465;
  border-color: #009465;
  background: #fff;
}
.cy-btn:active > a:only-child {
  color: currentcolor;
}
.cy-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn[disabled],
.cy-btn[disabled]:hover,
.cy-btn[disabled]:focus,
.cy-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn[disabled] > a:only-child,
.cy-btn[disabled]:hover > a:only-child,
.cy-btn[disabled]:focus > a:only-child,
.cy-btn[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn[disabled] > a:only-child::after,
.cy-btn[disabled]:hover > a:only-child::after,
.cy-btn[disabled]:focus > a:only-child::after,
.cy-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn:hover,
.cy-btn:focus,
.cy-btn:active {
  text-decoration: none;
  background: #fff;
}
.cy-btn > span {
  display: inline-block;
}
.cy-btn-primary {
  color: #fff;
  border-color: #00bb78;
  background: #00bb78;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.cy-btn-primary > a:only-child {
  color: currentcolor;
}
.cy-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-primary:hover,
.cy-btn-primary:focus {
  color: #fff;
  border-color: #20c787;
  background: #20c787;
}
.cy-btn-primary:hover > a:only-child,
.cy-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-primary:hover > a:only-child::after,
.cy-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-primary:active {
  color: #fff;
  border-color: #009465;
  background: #009465;
}
.cy-btn-primary:active > a:only-child {
  color: currentcolor;
}
.cy-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-primary[disabled],
.cy-btn-primary[disabled]:hover,
.cy-btn-primary[disabled]:focus,
.cy-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-primary[disabled] > a:only-child,
.cy-btn-primary[disabled]:hover > a:only-child,
.cy-btn-primary[disabled]:focus > a:only-child,
.cy-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-primary[disabled] > a:only-child::after,
.cy-btn-primary[disabled]:hover > a:only-child::after,
.cy-btn-primary[disabled]:focus > a:only-child::after,
.cy-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-group .cy-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #20c787;
  border-left-color: #20c787;
}
.cy-btn-group .cy-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.cy-btn-group .cy-btn-primary:first-child:not(:last-child) {
  border-right-color: #20c787;
}
.cy-btn-group .cy-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.cy-btn-group .cy-btn-primary:last-child:not(:first-child),
.cy-btn-group .cy-btn-primary + .cy-btn-primary {
  border-left-color: #20c787;
}
.cy-btn-group .cy-btn-primary:last-child:not(:first-child)[disabled],
.cy-btn-group .cy-btn-primary + .cy-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.cy-btn-ghost {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: transparent;
}
.cy-btn-ghost > a:only-child {
  color: currentcolor;
}
.cy-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-ghost:hover,
.cy-btn-ghost:focus {
  color: #20c787;
  border-color: #20c787;
  background: transparent;
}
.cy-btn-ghost:hover > a:only-child,
.cy-btn-ghost:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-ghost:hover > a:only-child::after,
.cy-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-ghost:active {
  color: #009465;
  border-color: #009465;
  background: transparent;
}
.cy-btn-ghost:active > a:only-child {
  color: currentcolor;
}
.cy-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-ghost[disabled],
.cy-btn-ghost[disabled]:hover,
.cy-btn-ghost[disabled]:focus,
.cy-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-ghost[disabled] > a:only-child,
.cy-btn-ghost[disabled]:hover > a:only-child,
.cy-btn-ghost[disabled]:focus > a:only-child,
.cy-btn-ghost[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-ghost[disabled] > a:only-child::after,
.cy-btn-ghost[disabled]:hover > a:only-child::after,
.cy-btn-ghost[disabled]:focus > a:only-child::after,
.cy-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dashed {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
  border-style: dashed;
}
.cy-btn-dashed > a:only-child {
  color: currentcolor;
}
.cy-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dashed:hover,
.cy-btn-dashed:focus {
  color: #20c787;
  border-color: #20c787;
  background: #fff;
}
.cy-btn-dashed:hover > a:only-child,
.cy-btn-dashed:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-dashed:hover > a:only-child::after,
.cy-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dashed:active {
  color: #009465;
  border-color: #009465;
  background: #fff;
}
.cy-btn-dashed:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dashed[disabled],
.cy-btn-dashed[disabled]:hover,
.cy-btn-dashed[disabled]:focus,
.cy-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-dashed[disabled] > a:only-child,
.cy-btn-dashed[disabled]:hover > a:only-child,
.cy-btn-dashed[disabled]:focus > a:only-child,
.cy-btn-dashed[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dashed[disabled] > a:only-child::after,
.cy-btn-dashed[disabled]:hover > a:only-child::after,
.cy-btn-dashed[disabled]:focus > a:only-child::after,
.cy-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-danger {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.cy-btn-danger > a:only-child {
  color: currentcolor;
}
.cy-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-danger:hover,
.cy-btn-danger:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.cy-btn-danger:hover > a:only-child,
.cy-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-danger:hover > a:only-child::after,
.cy-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-danger:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.cy-btn-danger:active > a:only-child {
  color: currentcolor;
}
.cy-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-danger[disabled],
.cy-btn-danger[disabled]:hover,
.cy-btn-danger[disabled]:focus,
.cy-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-danger[disabled] > a:only-child,
.cy-btn-danger[disabled]:hover > a:only-child,
.cy-btn-danger[disabled]:focus > a:only-child,
.cy-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-danger[disabled] > a:only-child::after,
.cy-btn-danger[disabled]:hover > a:only-child::after,
.cy-btn-danger[disabled]:focus > a:only-child::after,
.cy-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-link {
  color: #00bb78;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.cy-btn-link > a:only-child {
  color: currentcolor;
}
.cy-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-link:hover,
.cy-btn-link:focus {
  color: #20c787;
  border-color: #20c787;
  background: transparent;
}
.cy-btn-link:hover > a:only-child,
.cy-btn-link:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-link:hover > a:only-child::after,
.cy-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-link:active {
  color: #009465;
  border-color: #009465;
  background: transparent;
}
.cy-btn-link:active > a:only-child {
  color: currentcolor;
}
.cy-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-link[disabled],
.cy-btn-link[disabled]:hover,
.cy-btn-link[disabled]:focus,
.cy-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-link[disabled] > a:only-child,
.cy-btn-link[disabled]:hover > a:only-child,
.cy-btn-link[disabled]:focus > a:only-child,
.cy-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-link[disabled] > a:only-child::after,
.cy-btn-link[disabled]:hover > a:only-child::after,
.cy-btn-link[disabled]:focus > a:only-child::after,
.cy-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-link:hover {
  background: transparent;
}
.cy-btn-link:hover,
.cy-btn-link:focus,
.cy-btn-link:active {
  border-color: transparent;
}
.cy-btn-link[disabled],
.cy-btn-link[disabled]:hover,
.cy-btn-link[disabled]:focus,
.cy-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-link[disabled] > a:only-child,
.cy-btn-link[disabled]:hover > a:only-child,
.cy-btn-link[disabled]:focus > a:only-child,
.cy-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-link[disabled] > a:only-child::after,
.cy-btn-link[disabled]:hover > a:only-child::after,
.cy-btn-link[disabled]:focus > a:only-child::after,
.cy-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-text {
  color: rgba(0, 0, 0, 0.85);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.cy-btn-text > a:only-child {
  color: currentcolor;
}
.cy-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-text:hover,
.cy-btn-text:focus {
  color: #20c787;
  border-color: #20c787;
  background: transparent;
}
.cy-btn-text:hover > a:only-child,
.cy-btn-text:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-text:hover > a:only-child::after,
.cy-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-text:active {
  color: #009465;
  border-color: #009465;
  background: transparent;
}
.cy-btn-text:active > a:only-child {
  color: currentcolor;
}
.cy-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-text[disabled],
.cy-btn-text[disabled]:hover,
.cy-btn-text[disabled]:focus,
.cy-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-text[disabled] > a:only-child,
.cy-btn-text[disabled]:hover > a:only-child,
.cy-btn-text[disabled]:focus > a:only-child,
.cy-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-text[disabled] > a:only-child::after,
.cy-btn-text[disabled]:hover > a:only-child::after,
.cy-btn-text[disabled]:focus > a:only-child::after,
.cy-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-text:hover,
.cy-btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.cy-btn-text:active {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.cy-btn-text[disabled],
.cy-btn-text[disabled]:hover,
.cy-btn-text[disabled]:focus,
.cy-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-text[disabled] > a:only-child,
.cy-btn-text[disabled]:hover > a:only-child,
.cy-btn-text[disabled]:focus > a:only-child,
.cy-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-text[disabled] > a:only-child::after,
.cy-btn-text[disabled]:hover > a:only-child::after,
.cy-btn-text[disabled]:focus > a:only-child::after,
.cy-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  background: #fff;
}
.cy-btn-dangerous > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous:hover,
.cy-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
  background: #fff;
}
.cy-btn-dangerous:hover > a:only-child,
.cy-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous:hover > a:only-child::after,
.cy-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
  background: #fff;
}
.cy-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous[disabled],
.cy-btn-dangerous[disabled]:hover,
.cy-btn-dangerous[disabled]:focus,
.cy-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-dangerous[disabled] > a:only-child,
.cy-btn-dangerous[disabled]:hover > a:only-child,
.cy-btn-dangerous[disabled]:focus > a:only-child,
.cy-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous[disabled] > a:only-child::after,
.cy-btn-dangerous[disabled]:hover > a:only-child::after,
.cy-btn-dangerous[disabled]:focus > a:only-child::after,
.cy-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-primary {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.cy-btn-dangerous.cy-btn-primary > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-primary:hover,
.cy-btn-dangerous.cy-btn-primary:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.cy-btn-dangerous.cy-btn-primary:hover > a:only-child,
.cy-btn-dangerous.cy-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-primary:hover > a:only-child::after,
.cy-btn-dangerous.cy-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-primary:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.cy-btn-dangerous.cy-btn-primary:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-primary[disabled],
.cy-btn-dangerous.cy-btn-primary[disabled]:hover,
.cy-btn-dangerous.cy-btn-primary[disabled]:focus,
.cy-btn-dangerous.cy-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-dangerous.cy-btn-primary[disabled] > a:only-child,
.cy-btn-dangerous.cy-btn-primary[disabled]:hover > a:only-child,
.cy-btn-dangerous.cy-btn-primary[disabled]:focus > a:only-child,
.cy-btn-dangerous.cy-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-primary[disabled] > a:only-child::after,
.cy-btn-dangerous.cy-btn-primary[disabled]:hover > a:only-child::after,
.cy-btn-dangerous.cy-btn-primary[disabled]:focus > a:only-child::after,
.cy-btn-dangerous.cy-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.cy-btn-dangerous.cy-btn-link > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-link:hover,
.cy-btn-dangerous.cy-btn-link:focus {
  color: #20c787;
  border-color: #20c787;
  background: transparent;
}
.cy-btn-dangerous.cy-btn-link:hover > a:only-child,
.cy-btn-dangerous.cy-btn-link:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-link:hover > a:only-child::after,
.cy-btn-dangerous.cy-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-link:active {
  color: #009465;
  border-color: #009465;
  background: transparent;
}
.cy-btn-dangerous.cy-btn-link:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-link[disabled],
.cy-btn-dangerous.cy-btn-link[disabled]:hover,
.cy-btn-dangerous.cy-btn-link[disabled]:focus,
.cy-btn-dangerous.cy-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-dangerous.cy-btn-link[disabled] > a:only-child,
.cy-btn-dangerous.cy-btn-link[disabled]:hover > a:only-child,
.cy-btn-dangerous.cy-btn-link[disabled]:focus > a:only-child,
.cy-btn-dangerous.cy-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-link[disabled] > a:only-child::after,
.cy-btn-dangerous.cy-btn-link[disabled]:hover > a:only-child::after,
.cy-btn-dangerous.cy-btn-link[disabled]:focus > a:only-child::after,
.cy-btn-dangerous.cy-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-link:hover,
.cy-btn-dangerous.cy-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
  background: transparent;
}
.cy-btn-dangerous.cy-btn-link:hover > a:only-child,
.cy-btn-dangerous.cy-btn-link:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-link:hover > a:only-child::after,
.cy-btn-dangerous.cy-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-link:active {
  color: #d9363e;
  border-color: transparent;
  background: transparent;
}
.cy-btn-dangerous.cy-btn-link:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-link[disabled],
.cy-btn-dangerous.cy-btn-link[disabled]:hover,
.cy-btn-dangerous.cy-btn-link[disabled]:focus,
.cy-btn-dangerous.cy-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-dangerous.cy-btn-link[disabled] > a:only-child,
.cy-btn-dangerous.cy-btn-link[disabled]:hover > a:only-child,
.cy-btn-dangerous.cy-btn-link[disabled]:focus > a:only-child,
.cy-btn-dangerous.cy-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-link[disabled] > a:only-child::after,
.cy-btn-dangerous.cy-btn-link[disabled]:hover > a:only-child::after,
.cy-btn-dangerous.cy-btn-link[disabled]:focus > a:only-child::after,
.cy-btn-dangerous.cy-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-text {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.cy-btn-dangerous.cy-btn-text > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-text:hover,
.cy-btn-dangerous.cy-btn-text:focus {
  color: #20c787;
  border-color: #20c787;
  background: transparent;
}
.cy-btn-dangerous.cy-btn-text:hover > a:only-child,
.cy-btn-dangerous.cy-btn-text:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-text:hover > a:only-child::after,
.cy-btn-dangerous.cy-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-text:active {
  color: #009465;
  border-color: #009465;
  background: transparent;
}
.cy-btn-dangerous.cy-btn-text:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-text[disabled],
.cy-btn-dangerous.cy-btn-text[disabled]:hover,
.cy-btn-dangerous.cy-btn-text[disabled]:focus,
.cy-btn-dangerous.cy-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-dangerous.cy-btn-text[disabled] > a:only-child,
.cy-btn-dangerous.cy-btn-text[disabled]:hover > a:only-child,
.cy-btn-dangerous.cy-btn-text[disabled]:focus > a:only-child,
.cy-btn-dangerous.cy-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-text[disabled] > a:only-child::after,
.cy-btn-dangerous.cy-btn-text[disabled]:hover > a:only-child::after,
.cy-btn-dangerous.cy-btn-text[disabled]:focus > a:only-child::after,
.cy-btn-dangerous.cy-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-text:hover,
.cy-btn-dangerous.cy-btn-text:focus {
  color: #ff7875;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.cy-btn-dangerous.cy-btn-text:hover > a:only-child,
.cy-btn-dangerous.cy-btn-text:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-text:hover > a:only-child::after,
.cy-btn-dangerous.cy-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-text:active {
  color: #d9363e;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.cy-btn-dangerous.cy-btn-text:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-dangerous.cy-btn-text[disabled],
.cy-btn-dangerous.cy-btn-text[disabled]:hover,
.cy-btn-dangerous.cy-btn-text[disabled]:focus,
.cy-btn-dangerous.cy-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-dangerous.cy-btn-text[disabled] > a:only-child,
.cy-btn-dangerous.cy-btn-text[disabled]:hover > a:only-child,
.cy-btn-dangerous.cy-btn-text[disabled]:focus > a:only-child,
.cy-btn-dangerous.cy-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-dangerous.cy-btn-text[disabled] > a:only-child::after,
.cy-btn-dangerous.cy-btn-text[disabled]:hover > a:only-child::after,
.cy-btn-dangerous.cy-btn-text[disabled]:focus > a:only-child::after,
.cy-btn-dangerous.cy-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 3.2px 0;
  font-size: 15px;
  border-radius: 2px;
  vertical-align: -3px;
}
.cy-btn-icon-only > * {
  font-size: 15px;
}
.cy-btn-icon-only.cy-btn-lg {
  width: 40px;
  height: 40px;
  padding: 5.6px 0;
  font-size: 17px;
  border-radius: 2px;
}
.cy-btn-icon-only.cy-btn-lg > * {
  font-size: 17px;
}
.cy-btn-icon-only.cy-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0.8px 0;
  font-size: 13px;
  border-radius: 2px;
}
.cy-btn-icon-only.cy-btn-sm > * {
  font-size: 13px;
}
.cy-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}
.cy-btn-icon-only .anticon-loading {
  padding: 0 !important;
}
a.cy-btn-icon-only {
  vertical-align: -1px;
}
a.cy-btn-icon-only > .anticon {
  display: inline;
}
.cy-btn-round {
  height: 32px;
  padding: 4.8px 16px;
  font-size: 13px;
  border-radius: 32px;
}
.cy-btn-round.cy-btn-lg {
  height: 40px;
  padding: 7.2px 20px;
  font-size: 15px;
  border-radius: 40px;
}
.cy-btn-round.cy-btn-sm {
  height: 24px;
  padding: 0.8px 12px;
  font-size: 13px;
  border-radius: 24px;
}
.cy-btn-round.cy-btn-icon-only {
  width: auto;
}
.cy-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.cy-btn-circle.cy-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.cy-btn-circle.cy-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.cy-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.cy-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cy-btn .anticon.anticon-plus > svg,
.cy-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizespeed;
}
.cy-btn.cy-btn-loading {
  position: relative;
  cursor: default;
}
.cy-btn.cy-btn-loading::before {
  display: block;
}
.cy-btn > .cy-btn-loading-icon {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cy-btn > .cy-btn-loading-icon .anticon {
  padding-right: 8px;
  animation: none;
}
.cy-btn > .cy-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.cy-btn-group {
  position: relative;
  display: inline-flex;
}
.cy-btn-group > .cy-btn,
.cy-btn-group > span > .cy-btn {
  position: relative;
}
.cy-btn-group > .cy-btn:hover,
.cy-btn-group > span > .cy-btn:hover,
.cy-btn-group > .cy-btn:focus,
.cy-btn-group > span > .cy-btn:focus,
.cy-btn-group > .cy-btn:active,
.cy-btn-group > span > .cy-btn:active {
  z-index: 2;
}
.cy-btn-group > .cy-btn[disabled],
.cy-btn-group > span > .cy-btn[disabled] {
  z-index: 0;
}
.cy-btn-group .cy-btn-icon-only {
  font-size: 13px;
}
.cy-btn-group .cy-btn + .cy-btn,
.cy-btn + .cy-btn-group,
.cy-btn-group span + .cy-btn,
.cy-btn-group .cy-btn + span,
.cy-btn-group > span + span,
.cy-btn-group + .cy-btn,
.cy-btn-group + .cy-btn-group {
  margin-left: -1px;
}
.cy-btn-group .cy-btn-primary + .cy-btn:not(.cy-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.cy-btn-group .cy-btn {
  border-radius: 0;
}
.cy-btn-group > .cy-btn:first-child,
.cy-btn-group > span:first-child > .cy-btn {
  margin-left: 0;
}
.cy-btn-group > .cy-btn:only-child {
  border-radius: 2px;
}
.cy-btn-group > span:only-child > .cy-btn {
  border-radius: 2px;
}
.cy-btn-group > .cy-btn:first-child:not(:last-child),
.cy-btn-group > span:first-child:not(:last-child) > .cy-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.cy-btn-group > .cy-btn:last-child:not(:first-child),
.cy-btn-group > span:last-child:not(:first-child) > .cy-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.cy-btn-group-sm > .cy-btn:only-child {
  border-radius: 2px;
}
.cy-btn-group-sm > span:only-child > .cy-btn {
  border-radius: 2px;
}
.cy-btn-group-sm > .cy-btn:first-child:not(:last-child),
.cy-btn-group-sm > span:first-child:not(:last-child) > .cy-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.cy-btn-group-sm > .cy-btn:last-child:not(:first-child),
.cy-btn-group-sm > span:last-child:not(:first-child) > .cy-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.cy-btn-group > .cy-btn-group {
  float: left;
}
.cy-btn-group > .cy-btn-group:not(:first-child):not(:last-child) > .cy-btn {
  border-radius: 0;
}
.cy-btn-group > .cy-btn-group:first-child:not(:last-child) > .cy-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-btn-group > .cy-btn-group:last-child:not(:first-child) > .cy-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-btn-rtl.cy-btn-group .cy-btn + .cy-btn,
.cy-btn-rtl.cy-btn + .cy-btn-group,
.cy-btn-rtl.cy-btn-group span + .cy-btn,
.cy-btn-rtl.cy-btn-group .cy-btn + span,
.cy-btn-rtl.cy-btn-group > span + span,
.cy-btn-rtl.cy-btn-group + .cy-btn,
.cy-btn-rtl.cy-btn-group + .cy-btn-group,
.cy-btn-group-rtl.cy-btn-group .cy-btn + .cy-btn,
.cy-btn-group-rtl.cy-btn + .cy-btn-group,
.cy-btn-group-rtl.cy-btn-group span + .cy-btn,
.cy-btn-group-rtl.cy-btn-group .cy-btn + span,
.cy-btn-group-rtl.cy-btn-group > span + span,
.cy-btn-group-rtl.cy-btn-group + .cy-btn,
.cy-btn-group-rtl.cy-btn-group + .cy-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.cy-btn-group.cy-btn-group-rtl {
  direction: rtl;
}
.cy-btn-group-rtl.cy-btn-group > .cy-btn:first-child:not(:last-child),
.cy-btn-group-rtl.cy-btn-group > span:first-child:not(:last-child) > .cy-btn {
  border-radius: 0 2px 2px 0;
}
.cy-btn-group-rtl.cy-btn-group > .cy-btn:last-child:not(:first-child),
.cy-btn-group-rtl.cy-btn-group > span:last-child:not(:first-child) > .cy-btn {
  border-radius: 2px 0 0 2px;
}
.cy-btn-group-rtl.cy-btn-group-sm > .cy-btn:first-child:not(:last-child),
.cy-btn-group-rtl.cy-btn-group-sm > span:first-child:not(:last-child) > .cy-btn {
  border-radius: 0 2px 2px 0;
}
.cy-btn-group-rtl.cy-btn-group-sm > .cy-btn:last-child:not(:first-child),
.cy-btn-group-rtl.cy-btn-group-sm > span:last-child:not(:first-child) > .cy-btn {
  border-radius: 2px 0 0 2px;
}
.cy-btn:focus > span,
.cy-btn:active > span {
  position: relative;
}
.cy-btn > .anticon + span,
.cy-btn > span + .anticon {
  margin-left: 8px;
}
.cy-btn.cy-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.cy-btn.cy-btn-background-ghost,
.cy-btn.cy-btn-background-ghost:hover,
.cy-btn.cy-btn-background-ghost:active,
.cy-btn.cy-btn-background-ghost:focus {
  background: transparent;
}
.cy-btn.cy-btn-background-ghost:hover,
.cy-btn.cy-btn-background-ghost:focus {
  color: #00ddbd;
  border-color: #00ddbd;
}
.cy-btn.cy-btn-background-ghost:active {
  color: #009660;
  border-color: #009660;
}
.cy-btn.cy-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #d9d9d9;
}
.cy-btn-background-ghost.cy-btn-primary {
  color: #00bb78;
  border-color: #00bb78;
  text-shadow: none;
}
.cy-btn-background-ghost.cy-btn-primary > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-primary:hover,
.cy-btn-background-ghost.cy-btn-primary:focus {
  color: #20c787;
  border-color: #20c787;
}
.cy-btn-background-ghost.cy-btn-primary:hover > a:only-child,
.cy-btn-background-ghost.cy-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-primary:hover > a:only-child::after,
.cy-btn-background-ghost.cy-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-primary:active {
  color: #009465;
  border-color: #009465;
}
.cy-btn-background-ghost.cy-btn-primary:active > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-primary[disabled],
.cy-btn-background-ghost.cy-btn-primary[disabled]:hover,
.cy-btn-background-ghost.cy-btn-primary[disabled]:focus,
.cy-btn-background-ghost.cy-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-background-ghost.cy-btn-primary[disabled] > a:only-child,
.cy-btn-background-ghost.cy-btn-primary[disabled]:hover > a:only-child,
.cy-btn-background-ghost.cy-btn-primary[disabled]:focus > a:only-child,
.cy-btn-background-ghost.cy-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-primary[disabled] > a:only-child::after,
.cy-btn-background-ghost.cy-btn-primary[disabled]:hover > a:only-child::after,
.cy-btn-background-ghost.cy-btn-primary[disabled]:focus > a:only-child::after,
.cy-btn-background-ghost.cy-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-danger {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.cy-btn-background-ghost.cy-btn-danger > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-danger:hover,
.cy-btn-background-ghost.cy-btn-danger:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.cy-btn-background-ghost.cy-btn-danger:hover > a:only-child,
.cy-btn-background-ghost.cy-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-danger:hover > a:only-child::after,
.cy-btn-background-ghost.cy-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-danger:active {
  color: #d9363e;
  border-color: #d9363e;
}
.cy-btn-background-ghost.cy-btn-danger:active > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-danger[disabled],
.cy-btn-background-ghost.cy-btn-danger[disabled]:hover,
.cy-btn-background-ghost.cy-btn-danger[disabled]:focus,
.cy-btn-background-ghost.cy-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-background-ghost.cy-btn-danger[disabled] > a:only-child,
.cy-btn-background-ghost.cy-btn-danger[disabled]:hover > a:only-child,
.cy-btn-background-ghost.cy-btn-danger[disabled]:focus > a:only-child,
.cy-btn-background-ghost.cy-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-danger[disabled] > a:only-child::after,
.cy-btn-background-ghost.cy-btn-danger[disabled]:hover > a:only-child::after,
.cy-btn-background-ghost.cy-btn-danger[disabled]:focus > a:only-child::after,
.cy-btn-background-ghost.cy-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.cy-btn-background-ghost.cy-btn-dangerous > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-dangerous:hover,
.cy-btn-background-ghost.cy-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.cy-btn-background-ghost.cy-btn-dangerous:hover > a:only-child,
.cy-btn-background-ghost.cy-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-dangerous:hover > a:only-child::after,
.cy-btn-background-ghost.cy-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
}
.cy-btn-background-ghost.cy-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-dangerous[disabled],
.cy-btn-background-ghost.cy-btn-dangerous[disabled]:hover,
.cy-btn-background-ghost.cy-btn-dangerous[disabled]:focus,
.cy-btn-background-ghost.cy-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-background-ghost.cy-btn-dangerous[disabled] > a:only-child,
.cy-btn-background-ghost.cy-btn-dangerous[disabled]:hover > a:only-child,
.cy-btn-background-ghost.cy-btn-dangerous[disabled]:focus > a:only-child,
.cy-btn-background-ghost.cy-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-dangerous[disabled] > a:only-child::after,
.cy-btn-background-ghost.cy-btn-dangerous[disabled]:hover > a:only-child::after,
.cy-btn-background-ghost.cy-btn-dangerous[disabled]:focus > a:only-child::after,
.cy-btn-background-ghost.cy-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  text-shadow: none;
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link:hover,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link:hover > a:only-child,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link:focus > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link:hover > a:only-child::after,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link:active {
  color: #d9363e;
  border-color: transparent;
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link:active > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled],
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled]:hover,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled]:focus,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled] > a:only-child,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled]:hover > a:only-child,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled]:focus > a:only-child,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled] > a:only-child::after,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled]:hover > a:only-child::after,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled]:focus > a:only-child::after,
.cy-btn-background-ghost.cy-btn-dangerous.cy-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.cy-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.cy-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.cy-btn.cy-btn-block {
  width: 100%;
}
.cy-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.cy-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.cy-btn-disabled {
  cursor: not-allowed;
}
a.cy-btn-disabled > * {
  pointer-events: none;
}
a.cy-btn-disabled,
a.cy-btn-disabled:hover,
a.cy-btn-disabled:focus,
a.cy-btn-disabled:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
a.cy-btn-disabled > a:only-child,
a.cy-btn-disabled:hover > a:only-child,
a.cy-btn-disabled:focus > a:only-child,
a.cy-btn-disabled:active > a:only-child {
  color: currentcolor;
}
a.cy-btn-disabled > a:only-child::after,
a.cy-btn-disabled:hover > a:only-child::after,
a.cy-btn-disabled:focus > a:only-child::after,
a.cy-btn-disabled:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
a.cy-btn-lg {
  line-height: 38px;
}
a.cy-btn-sm {
  line-height: 22px;
}
.cy-btn-compact-item:not(.cy-btn-compact-last-item):not(.cy-btn-compact-item-rtl) {
  margin-right: -1px;
}
.cy-btn-compact-item:not(.cy-btn-compact-last-item).cy-btn-compact-item-rtl {
  margin-left: -1px;
}
.cy-btn-compact-item:hover,
.cy-btn-compact-item:focus,
.cy-btn-compact-item:active {
  z-index: 2;
}
.cy-btn-compact-item[disabled] {
  z-index: 0;
}
.cy-btn-compact-item:not(.cy-btn-compact-first-item):not(.cy-btn-compact-last-item).cy-btn {
  border-radius: 0;
}
.cy-btn-compact-item.cy-btn.cy-btn-compact-first-item:not(.cy-btn-compact-last-item):not(.cy-btn-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-btn-compact-item.cy-btn.cy-btn-compact-last-item:not(.cy-btn-compact-first-item):not(.cy-btn-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-btn-compact-item.cy-btn.cy-btn-compact-item-rtl.cy-btn-compact-first-item:not(.cy-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-btn-compact-item.cy-btn.cy-btn-compact-item-rtl.cy-btn-compact-last-item:not(.cy-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-btn-icon-only.cy-btn-compact-item {
  flex: none;
}
.cy-btn-compact-item.cy-btn-primary:not([disabled]) + .cy-btn-compact-item.cy-btn-primary:not([disabled]) {
  position: relative;
}
.cy-btn-compact-item.cy-btn-primary:not([disabled]) + .cy-btn-compact-item.cy-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 1px;
  height: calc(100% + 1px * 2);
  background-color: #20c787;
  content: ' ';
}
.cy-btn-compact-item-rtl.cy-btn-compact-first-item.cy-btn-compact-item-rtl:not(.cy-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-btn-compact-item-rtl.cy-btn-compact-last-item.cy-btn-compact-item-rtl:not(.cy-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-btn-compact-item-rtl.cy-btn-sm.cy-btn-compact-first-item.cy-btn-compact-item-rtl.cy-btn-sm:not(.cy-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-btn-compact-item-rtl.cy-btn-sm.cy-btn-compact-last-item.cy-btn-compact-item-rtl.cy-btn-sm:not(.cy-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-btn-compact-item-rtl.cy-btn-primary:not([disabled]) + .cy-btn-compact-item-rtl.cy-btn-primary:not([disabled])::after {
  right: -1px;
}
.cy-btn-compact-vertical-item:not(.cy-btn-compact-vertical-last-item) {
  margin-bottom: -1px;
}
.cy-btn-compact-vertical-item:hover,
.cy-btn-compact-vertical-item:focus,
.cy-btn-compact-vertical-item:active {
  z-index: 2;
}
.cy-btn-compact-vertical-item[disabled] {
  z-index: 0;
}
.cy-btn-compact-vertical-item:not(.cy-btn-compact-vertical-first-item):not(.cy-btn-compact-vertical-last-item) {
  border-radius: 0;
}
.cy-btn-compact-vertical-item.cy-btn-compact-vertical-first-item:not(.cy-btn-compact-vertical-last-item) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-btn-compact-vertical-item.cy-btn-compact-vertical-last-item:not(.cy-btn-compact-vertical-first-item) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cy-btn-compact-vertical-item.cy-btn-primary:not([disabled]) + .cy-btn-compact-vertical-item.cy-btn-primary:not([disabled]) {
  position: relative;
}
.cy-btn-compact-vertical-item.cy-btn-primary:not([disabled]) + .cy-btn-compact-vertical-item.cy-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: calc(100% + 1px * 2);
  height: 1px;
  background-color: #20c787;
  content: ' ';
}
.cy-btn-rtl {
  direction: rtl;
}
.cy-btn-group-rtl.cy-btn-group .cy-btn-primary:last-child:not(:first-child),
.cy-btn-group-rtl.cy-btn-group .cy-btn-primary + .cy-btn-primary {
  border-right-color: #20c787;
  border-left-color: #d9d9d9;
}
.cy-btn-group-rtl.cy-btn-group .cy-btn-primary:last-child:not(:first-child)[disabled],
.cy-btn-group-rtl.cy-btn-group .cy-btn-primary + .cy-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #20c787;
}
.cy-btn-rtl.cy-btn > .cy-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.cy-btn-rtl.cy-btn > .anticon + span,
.cy-btn-rtl.cy-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}
.cy-dropdown-menu-item.cy-dropdown-menu-item-danger {
  color: #ff4d4f;
}
.cy-dropdown-menu-item.cy-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.cy-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.cy-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.cy-dropdown-wrap {
  position: relative;
}
.cy-dropdown-wrap .cy-btn > .anticon-down {
  font-size: 10px;
}
.cy-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.cy-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}
.cy-dropdown-hidden,
.cy-dropdown-menu-hidden,
.cy-dropdown-menu-submenu-hidden {
  display: none;
}
.cy-dropdown-show-arrow.cy-dropdown-placement-topLeft,
.cy-dropdown-show-arrow.cy-dropdown-placement-top,
.cy-dropdown-show-arrow.cy-dropdown-placement-topRight {
  padding-bottom: 15.3137085px;
}
.cy-dropdown-show-arrow.cy-dropdown-placement-bottomLeft,
.cy-dropdown-show-arrow.cy-dropdown-placement-bottom,
.cy-dropdown-show-arrow.cy-dropdown-placement-bottomRight {
  padding-top: 15.3137085px;
}
.cy-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.cy-dropdown-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.cy-dropdown-placement-top > .cy-dropdown-arrow,
.cy-dropdown-placement-topLeft > .cy-dropdown-arrow,
.cy-dropdown-placement-topRight > .cy-dropdown-arrow {
  bottom: 10px;
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}
.cy-dropdown-placement-top > .cy-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.cy-dropdown-placement-topLeft > .cy-dropdown-arrow {
  left: 16px;
}
.cy-dropdown-placement-topRight > .cy-dropdown-arrow {
  right: 16px;
}
.cy-dropdown-placement-bottom > .cy-dropdown-arrow,
.cy-dropdown-placement-bottomLeft > .cy-dropdown-arrow,
.cy-dropdown-placement-bottomRight > .cy-dropdown-arrow {
  top: 9.41421356px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
  transform: rotate(-135deg) translateY(-0.5px);
}
.cy-dropdown-placement-bottom > .cy-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
}
.cy-dropdown-placement-bottomLeft > .cy-dropdown-arrow {
  left: 16px;
}
.cy-dropdown-placement-bottomRight > .cy-dropdown-arrow {
  right: 16px;
}
.cy-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.cy-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.cy-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
}
.cy-dropdown-menu-submenu-popup ul,
.cy-dropdown-menu-submenu-popup li {
  list-style: none;
}
.cy-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.cy-dropdown-menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.cy-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.cy-dropdown-menu-title-content {
  flex: auto;
}
.cy-dropdown-menu-title-content > a {
  color: inherit;
  transition: all 0.3s;
}
.cy-dropdown-menu-title-content > a:hover {
  color: inherit;
}
.cy-dropdown-menu-title-content > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.cy-dropdown-menu-item,
.cy-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.cy-dropdown-menu-item-selected,
.cy-dropdown-menu-submenu-title-selected {
  color: #00bb78;
  background-color: #e1faed;
}
.cy-dropdown-menu-item:hover,
.cy-dropdown-menu-submenu-title:hover,
.cy-dropdown-menu-item.cy-dropdown-menu-item-active,
.cy-dropdown-menu-item.cy-dropdown-menu-submenu-title-active,
.cy-dropdown-menu-submenu-title.cy-dropdown-menu-item-active,
.cy-dropdown-menu-submenu-title.cy-dropdown-menu-submenu-title-active {
  background-color: #f5f5f5;
}
.cy-dropdown-menu-item-disabled,
.cy-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.cy-dropdown-menu-item-disabled:hover,
.cy-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.cy-dropdown-menu-item-disabled a,
.cy-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}
.cy-dropdown-menu-item-divider,
.cy-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.cy-dropdown-menu-item .cy-dropdown-menu-submenu-expand-icon,
.cy-dropdown-menu-submenu-title .cy-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}
.cy-dropdown-menu-item .cy-dropdown-menu-submenu-expand-icon .cy-dropdown-menu-submenu-arrow-icon,
.cy-dropdown-menu-submenu-title .cy-dropdown-menu-submenu-expand-icon .cy-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-style: normal;
}
.cy-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.cy-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.cy-dropdown-menu-submenu-vertical {
  position: relative;
}
.cy-dropdown-menu-submenu-vertical > .cy-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.cy-dropdown-menu-submenu.cy-dropdown-menu-submenu-disabled .cy-dropdown-menu-submenu-title,
.cy-dropdown-menu-submenu.cy-dropdown-menu-submenu-disabled .cy-dropdown-menu-submenu-title .cy-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.cy-dropdown-menu-submenu-selected .cy-dropdown-menu-submenu-title {
  color: #00bb78;
}
.cy-dropdown.cy-slide-down-enter.cy-slide-down-enter-active.cy-dropdown-placement-bottomLeft,
.cy-dropdown.cy-slide-down-appear.cy-slide-down-appear-active.cy-dropdown-placement-bottomLeft,
.cy-dropdown.cy-slide-down-enter.cy-slide-down-enter-active.cy-dropdown-placement-bottom,
.cy-dropdown.cy-slide-down-appear.cy-slide-down-appear-active.cy-dropdown-placement-bottom,
.cy-dropdown.cy-slide-down-enter.cy-slide-down-enter-active.cy-dropdown-placement-bottomRight,
.cy-dropdown.cy-slide-down-appear.cy-slide-down-appear-active.cy-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.cy-dropdown.cy-slide-up-enter.cy-slide-up-enter-active.cy-dropdown-placement-topLeft,
.cy-dropdown.cy-slide-up-appear.cy-slide-up-appear-active.cy-dropdown-placement-topLeft,
.cy-dropdown.cy-slide-up-enter.cy-slide-up-enter-active.cy-dropdown-placement-top,
.cy-dropdown.cy-slide-up-appear.cy-slide-up-appear-active.cy-dropdown-placement-top,
.cy-dropdown.cy-slide-up-enter.cy-slide-up-enter-active.cy-dropdown-placement-topRight,
.cy-dropdown.cy-slide-up-appear.cy-slide-up-appear-active.cy-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.cy-dropdown.cy-slide-down-leave.cy-slide-down-leave-active.cy-dropdown-placement-bottomLeft,
.cy-dropdown.cy-slide-down-leave.cy-slide-down-leave-active.cy-dropdown-placement-bottom,
.cy-dropdown.cy-slide-down-leave.cy-slide-down-leave-active.cy-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.cy-dropdown.cy-slide-up-leave.cy-slide-up-leave-active.cy-dropdown-placement-topLeft,
.cy-dropdown.cy-slide-up-leave.cy-slide-up-leave-active.cy-dropdown-placement-top,
.cy-dropdown.cy-slide-up-leave.cy-slide-up-leave-active.cy-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.cy-dropdown-trigger > .anticon.anticon-down,
.cy-dropdown-link > .anticon.anticon-down,
.cy-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}
.cy-dropdown-button {
  white-space: nowrap;
}
.cy-dropdown-button.cy-btn-group > .cy-btn-loading,
.cy-dropdown-button.cy-btn-group > .cy-btn-loading + .cy-btn {
  cursor: default;
  pointer-events: none;
}
.cy-dropdown-button.cy-btn-group > .cy-btn-loading + .cy-btn::before {
  display: block;
}
.cy-dropdown-button.cy-btn-group > .cy-btn:last-child:not(:first-child):not(.cy-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.cy-dropdown-menu-dark,
.cy-dropdown-menu-dark .cy-dropdown-menu {
  background: #001529;
}
.cy-dropdown-menu-dark .cy-dropdown-menu-item,
.cy-dropdown-menu-dark .cy-dropdown-menu-submenu-title,
.cy-dropdown-menu-dark .cy-dropdown-menu-item > a,
.cy-dropdown-menu-dark .cy-dropdown-menu-item > .anticon + span > a {
  color: rgba(255, 255, 255, 0.65);
}
.cy-dropdown-menu-dark .cy-dropdown-menu-item .cy-dropdown-menu-submenu-arrow::after,
.cy-dropdown-menu-dark .cy-dropdown-menu-submenu-title .cy-dropdown-menu-submenu-arrow::after,
.cy-dropdown-menu-dark .cy-dropdown-menu-item > a .cy-dropdown-menu-submenu-arrow::after,
.cy-dropdown-menu-dark .cy-dropdown-menu-item > .anticon + span > a .cy-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.cy-dropdown-menu-dark .cy-dropdown-menu-item:hover,
.cy-dropdown-menu-dark .cy-dropdown-menu-submenu-title:hover,
.cy-dropdown-menu-dark .cy-dropdown-menu-item > a:hover,
.cy-dropdown-menu-dark .cy-dropdown-menu-item > .anticon + span > a:hover {
  color: #fff;
  background: transparent;
}
.cy-dropdown-menu-dark .cy-dropdown-menu-item-selected,
.cy-dropdown-menu-dark .cy-dropdown-menu-item-selected:hover,
.cy-dropdown-menu-dark .cy-dropdown-menu-item-selected > a {
  color: #fff;
  background: #00bb78;
}
.cy-dropdown-rtl {
  direction: rtl;
}
.cy-dropdown-rtl.cy-dropdown::before {
  right: -7px;
  left: 0;
}
.cy-dropdown-menu.cy-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.cy-dropdown-rtl .cy-dropdown-menu-item-group-title,
.cy-dropdown-menu-submenu-rtl .cy-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.cy-dropdown-menu-submenu-popup.cy-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}
.cy-dropdown-rtl .cy-dropdown-menu-submenu-popup ul,
.cy-dropdown-rtl .cy-dropdown-menu-submenu-popup li {
  text-align: right;
}
.cy-dropdown-rtl .cy-dropdown-menu-item,
.cy-dropdown-rtl .cy-dropdown-menu-submenu-title {
  text-align: right;
}
.cy-dropdown-rtl .cy-dropdown-menu-item > .anticon:first-child,
.cy-dropdown-rtl .cy-dropdown-menu-submenu-title > .anticon:first-child,
.cy-dropdown-rtl .cy-dropdown-menu-item > span > .anticon:first-child,
.cy-dropdown-rtl .cy-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.cy-dropdown-rtl .cy-dropdown-menu-item .cy-dropdown-menu-submenu-expand-icon,
.cy-dropdown-rtl .cy-dropdown-menu-submenu-title .cy-dropdown-menu-submenu-expand-icon {
  right: auto;
  left: 8px;
}
.cy-dropdown-rtl .cy-dropdown-menu-item .cy-dropdown-menu-submenu-expand-icon .cy-dropdown-menu-submenu-arrow-icon,
.cy-dropdown-rtl .cy-dropdown-menu-submenu-title .cy-dropdown-menu-submenu-expand-icon .cy-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}
.cy-dropdown-rtl .cy-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.cy-dropdown-rtl .cy-dropdown-menu-submenu-vertical > .cy-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}
.cy-empty {
  margin: 0 8px;
  font-size: 13px;
  line-height: 1.5715;
  text-align: center;
}
.cy-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.cy-empty-image img {
  height: 100%;
}
.cy-empty-image svg {
  height: 100%;
  margin: auto;
}
.cy-empty-footer {
  margin-top: 16px;
}
.cy-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.cy-empty-normal .cy-empty-image {
  height: 40px;
}
.cy-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.cy-empty-small .cy-empty-image {
  height: 35px;
}
.cy-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.cy-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.cy-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}
.cy-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.cy-empty-img-default-path-4 {
  fill: #dce0e6;
}
.cy-empty-img-default-path-5 {
  fill: #dce0e6;
}
.cy-empty-img-default-g {
  fill: #fff;
}
.cy-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.cy-empty-img-simple-g {
  stroke: #d9d9d9;
}
.cy-empty-img-simple-path {
  fill: #fafafa;
}
.cy-empty-rtl {
  direction: rtl;
}
.cy-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4.8px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  display: inline-flex;
}
.cy-input-affix-wrapper::-moz-placeholder {
  color: #bfbfbf;
  -moz-user-select: none;
       user-select: none;
}
.cy-input-affix-wrapper::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-input-affix-wrapper:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.cy-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.cy-input-affix-wrapper:hover {
  border-color: #20c787;
  border-right-width: 1px;
}
.cy-input-rtl .cy-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.cy-input-affix-wrapper:focus,
.cy-input-affix-wrapper-focused {
  border-color: #00ddbd;
  box-shadow: 0 0 0 2px rgba(0, 187, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cy-input-rtl .cy-input-affix-wrapper:focus,
.cy-input-rtl .cy-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.cy-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.cy-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.cy-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.cy-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.cy-input-affix-wrapper-borderless,
.cy-input-affix-wrapper-borderless:hover,
.cy-input-affix-wrapper-borderless:focus,
.cy-input-affix-wrapper-borderless-focused,
.cy-input-affix-wrapper-borderless-disabled,
.cy-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.cy-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.cy-input-affix-wrapper-lg {
  padding: 7.3px 11px;
  font-size: 15px;
}
.cy-input-affix-wrapper-sm {
  padding: 0.8px 7px;
}
.cy-input-affix-wrapper-rtl {
  direction: rtl;
}
.cy-input-affix-wrapper:not(.cy-input-affix-wrapper-disabled):hover {
  border-color: #20c787;
  border-right-width: 1px;
  z-index: 1;
}
.cy-input-rtl .cy-input-affix-wrapper:not(.cy-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.cy-input-search-with-button .cy-input-affix-wrapper:not(.cy-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.cy-input-affix-wrapper-focused,
.cy-input-affix-wrapper:focus {
  z-index: 1;
}
.cy-input-affix-wrapper-disabled .cy-input[disabled] {
  background: transparent;
}
.cy-input-affix-wrapper > .cy-input {
  font-size: inherit;
  border: none;
  outline: none;
}
.cy-input-affix-wrapper > .cy-input:focus {
  box-shadow: none !important;
}
.cy-input-affix-wrapper > .cy-input:not(textarea) {
  padding: 0;
}
.cy-input-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.cy-input-prefix,
.cy-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.cy-input-prefix > *:not(:last-child),
.cy-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.cy-input-show-count-suffix {
  color: rgba(0, 0, 0, 0.45);
}
.cy-input-show-count-has-suffix {
  margin-right: 2px;
}
.cy-input-prefix {
  margin-right: 4px;
}
.cy-input-suffix {
  margin-left: 4px;
}
.anticon.cy-input-clear-icon,
.cy-input-clear-icon {
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.anticon.cy-input-clear-icon:hover,
.cy-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.anticon.cy-input-clear-icon:active,
.cy-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85);
}
.anticon.cy-input-clear-icon-hidden,
.cy-input-clear-icon-hidden {
  visibility: hidden;
}
.anticon.cy-input-clear-icon-has-suffix,
.cy-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.cy-input-affix-wrapper.cy-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0;
}
.cy-input-affix-wrapper.cy-input-affix-wrapper-textarea-with-clear-btn .cy-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.cy-input-status-error:not(.cy-input-disabled):not(.cy-input-borderless).cy-input,
.cy-input-status-error:not(.cy-input-disabled):not(.cy-input-borderless).cy-input:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.cy-input-status-error:not(.cy-input-disabled):not(.cy-input-borderless).cy-input:focus,
.cy-input-status-error:not(.cy-input-disabled):not(.cy-input-borderless).cy-input-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cy-input-status-error .cy-input-prefix {
  color: #ff4d4f;
}
.cy-input-status-warning:not(.cy-input-disabled):not(.cy-input-borderless).cy-input,
.cy-input-status-warning:not(.cy-input-disabled):not(.cy-input-borderless).cy-input:hover {
  background: #fff;
  border-color: #faad14;
}
.cy-input-status-warning:not(.cy-input-disabled):not(.cy-input-borderless).cy-input:focus,
.cy-input-status-warning:not(.cy-input-disabled):not(.cy-input-borderless).cy-input-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cy-input-status-warning .cy-input-prefix {
  color: #faad14;
}
.cy-input-affix-wrapper-status-error:not(.cy-input-affix-wrapper-disabled):not(.cy-input-affix-wrapper-borderless).cy-input-affix-wrapper,
.cy-input-affix-wrapper-status-error:not(.cy-input-affix-wrapper-disabled):not(.cy-input-affix-wrapper-borderless).cy-input-affix-wrapper:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.cy-input-affix-wrapper-status-error:not(.cy-input-affix-wrapper-disabled):not(.cy-input-affix-wrapper-borderless).cy-input-affix-wrapper:focus,
.cy-input-affix-wrapper-status-error:not(.cy-input-affix-wrapper-disabled):not(.cy-input-affix-wrapper-borderless).cy-input-affix-wrapper-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cy-input-affix-wrapper-status-error .cy-input-prefix {
  color: #ff4d4f;
}
.cy-input-affix-wrapper-status-warning:not(.cy-input-affix-wrapper-disabled):not(.cy-input-affix-wrapper-borderless).cy-input-affix-wrapper,
.cy-input-affix-wrapper-status-warning:not(.cy-input-affix-wrapper-disabled):not(.cy-input-affix-wrapper-borderless).cy-input-affix-wrapper:hover {
  background: #fff;
  border-color: #faad14;
}
.cy-input-affix-wrapper-status-warning:not(.cy-input-affix-wrapper-disabled):not(.cy-input-affix-wrapper-borderless).cy-input-affix-wrapper:focus,
.cy-input-affix-wrapper-status-warning:not(.cy-input-affix-wrapper-disabled):not(.cy-input-affix-wrapper-borderless).cy-input-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cy-input-affix-wrapper-status-warning .cy-input-prefix {
  color: #faad14;
}
.cy-input-textarea-status-error.cy-input-textarea-has-feedback .cy-input,
.cy-input-textarea-status-warning.cy-input-textarea-has-feedback .cy-input,
.cy-input-textarea-status-success.cy-input-textarea-has-feedback .cy-input,
.cy-input-textarea-status-validating.cy-input-textarea-has-feedback .cy-input {
  padding-right: 24px;
}
.cy-input-group-wrapper-status-error .cy-input-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.cy-input-group-wrapper-status-warning .cy-input-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.cy-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4.8px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.cy-input::-moz-placeholder {
  color: #bfbfbf;
  -moz-user-select: none;
       user-select: none;
}
.cy-input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.cy-input:placeholder-shown {
  text-overflow: ellipsis;
}
.cy-input:hover {
  border-color: #20c787;
  border-right-width: 1px;
}
.cy-input-rtl .cy-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.cy-input:focus,
.cy-input-focused {
  border-color: #00ddbd;
  box-shadow: 0 0 0 2px rgba(0, 187, 120, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.cy-input-rtl .cy-input:focus,
.cy-input-rtl .cy-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.cy-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.cy-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.cy-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.cy-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.cy-input-borderless,
.cy-input-borderless:hover,
.cy-input-borderless:focus,
.cy-input-borderless-focused,
.cy-input-borderless-disabled,
.cy-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.cy-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.cy-input-lg {
  padding: 7.3px 11px;
  font-size: 15px;
}
.cy-input-sm {
  padding: 0.8px 7px;
}
.cy-input-rtl {
  direction: rtl;
}
.cy-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.cy-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.cy-input-group > [class*='col-'] {
  padding-right: 8px;
}
.cy-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.cy-input-group-addon,
.cy-input-group-wrap,
.cy-input-group > .cy-input {
  display: table-cell;
}
.cy-input-group-addon:not(:first-child):not(:last-child),
.cy-input-group-wrap:not(:first-child):not(:last-child),
.cy-input-group > .cy-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.cy-input-group-addon,
.cy-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.cy-input-group-wrap > * {
  display: block !important;
}
.cy-input-group .cy-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.cy-input-group .cy-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.cy-input-group .cy-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.cy-input-search-with-button .cy-input-group .cy-input:hover {
  z-index: 0;
}
.cy-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.cy-input-group-addon .cy-select {
  margin: -5.8px -11px;
}
.cy-input-group-addon .cy-select.cy-select-single:not(.cy-select-customize-input) .cy-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.cy-input-group-addon .cy-select-open .cy-select-selector,
.cy-input-group-addon .cy-select-focused .cy-select-selector {
  color: #00bb78;
}
.cy-input-group-addon .cy-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.cy-input-group-addon .cy-cascader-picker .cy-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.cy-input-group > .cy-input:first-child,
.cy-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-input-group > .cy-input:first-child .cy-select .cy-select-selector,
.cy-input-group-addon:first-child .cy-select .cy-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-input-group > .cy-input-affix-wrapper:not(:first-child) .cy-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-input-group > .cy-input-affix-wrapper:not(:last-child) .cy-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-input-group-addon:first-child {
  border-right: 0;
}
.cy-input-group-addon:last-child {
  border-left: 0;
}
.cy-input-group > .cy-input:last-child,
.cy-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-input-group > .cy-input:last-child .cy-select .cy-select-selector,
.cy-input-group-addon:last-child .cy-select .cy-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-input-group-lg .cy-input,
.cy-input-group-lg > .cy-input-group-addon {
  padding: 7.3px 11px;
  font-size: 15px;
}
.cy-input-group-sm .cy-input,
.cy-input-group-sm > .cy-input-group-addon {
  padding: 0.8px 7px;
}
.cy-input-group-lg .cy-select-single .cy-select-selector {
  height: 40px;
}
.cy-input-group-sm .cy-select-single .cy-select-selector {
  height: 24px;
}
.cy-input-group .cy-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-input-search .cy-input-group .cy-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.cy-input-group .cy-input-affix-wrapper:not(:first-child),
.cy-input-search .cy-input-group .cy-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-input-group.cy-input-group-compact {
  display: block;
}
.cy-input-group.cy-input-group-compact::before {
  display: table;
  content: '';
}
.cy-input-group.cy-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.cy-input-group.cy-input-group-compact::before {
  display: table;
  content: '';
}
.cy-input-group.cy-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.cy-input-group.cy-input-group-compact-addon:not(:first-child):not(:last-child),
.cy-input-group.cy-input-group-compact-wrap:not(:first-child):not(:last-child),
.cy-input-group.cy-input-group-compact > .cy-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.cy-input-group.cy-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.cy-input-group.cy-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.cy-input-group.cy-input-group-compact > .cy-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.cy-input-group.cy-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.cy-input-group.cy-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.cy-input-group.cy-input-group-compact > .cy-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.cy-input-group.cy-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.cy-input-group.cy-input-group-compact > .cy-input-affix-wrapper {
  display: inline-flex;
}
.cy-input-group.cy-input-group-compact > .cy-picker-range {
  display: inline-flex;
}
.cy-input-group.cy-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.cy-input-group.cy-input-group-compact .cy-input {
  float: none;
}
.cy-input-group.cy-input-group-compact > .cy-select > .cy-select-selector,
.cy-input-group.cy-input-group-compact > .cy-select-auto-complete .cy-input,
.cy-input-group.cy-input-group-compact > .cy-cascader-picker .cy-input,
.cy-input-group.cy-input-group-compact > .cy-input-group-wrapper .cy-input {
  border-right-width: 1px;
  border-radius: 0;
}
.cy-input-group.cy-input-group-compact > .cy-select > .cy-select-selector:hover,
.cy-input-group.cy-input-group-compact > .cy-select-auto-complete .cy-input:hover,
.cy-input-group.cy-input-group-compact > .cy-cascader-picker .cy-input:hover,
.cy-input-group.cy-input-group-compact > .cy-input-group-wrapper .cy-input:hover {
  z-index: 1;
}
.cy-input-group.cy-input-group-compact > .cy-select > .cy-select-selector:focus,
.cy-input-group.cy-input-group-compact > .cy-select-auto-complete .cy-input:focus,
.cy-input-group.cy-input-group-compact > .cy-cascader-picker .cy-input:focus,
.cy-input-group.cy-input-group-compact > .cy-input-group-wrapper .cy-input:focus {
  z-index: 1;
}
.cy-input-group.cy-input-group-compact > .cy-select-focused {
  z-index: 1;
}
.cy-input-group.cy-input-group-compact > .cy-select > .cy-select-arrow {
  z-index: 1;
}
.cy-input-group.cy-input-group-compact > *:first-child,
.cy-input-group.cy-input-group-compact > .cy-select:first-child > .cy-select-selector,
.cy-input-group.cy-input-group-compact > .cy-select-auto-complete:first-child .cy-input,
.cy-input-group.cy-input-group-compact > .cy-cascader-picker:first-child .cy-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.cy-input-group.cy-input-group-compact > *:last-child,
.cy-input-group.cy-input-group-compact > .cy-select:last-child > .cy-select-selector,
.cy-input-group.cy-input-group-compact > .cy-cascader-picker:last-child .cy-input,
.cy-input-group.cy-input-group-compact > .cy-cascader-picker-focused:last-child .cy-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.cy-input-group.cy-input-group-compact > .cy-select-auto-complete .cy-input {
  vertical-align: top;
}
.cy-input-group.cy-input-group-compact .cy-input-group-wrapper + .cy-input-group-wrapper {
  margin-left: -1px;
}
.cy-input-group.cy-input-group-compact .cy-input-group-wrapper + .cy-input-group-wrapper .cy-input-affix-wrapper {
  border-radius: 0;
}
.cy-input-group.cy-input-group-compact .cy-input-group-wrapper:not(:last-child).cy-input-search > .cy-input-group > .cy-input-group-addon > .cy-input-search-button {
  border-radius: 0;
}
.cy-input-group.cy-input-group-compact .cy-input-group-wrapper:not(:last-child).cy-input-search > .cy-input-group > .cy-input {
  border-radius: 2px 0 0 2px;
}
.cy-input-group > .cy-input-rtl:first-child,
.cy-input-group-rtl .cy-input-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}
.cy-input-group-rtl .cy-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.cy-input-group-rtl .cy-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.cy-input-group-rtl.cy-input-group > .cy-input:last-child,
.cy-input-group-rtl.cy-input-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}
.cy-input-group-rtl.cy-input-group .cy-input-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}
.cy-input-group-rtl.cy-input-group .cy-input-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}
.cy-input-group-rtl.cy-input-group.cy-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.cy-input-group-rtl.cy-input-group.cy-input-group-compact > *:first-child,
.cy-input-group-rtl.cy-input-group.cy-input-group-compact > .cy-select:first-child > .cy-select-selector,
.cy-input-group-rtl.cy-input-group.cy-input-group-compact > .cy-select-auto-complete:first-child .cy-input,
.cy-input-group-rtl.cy-input-group.cy-input-group-compact > .cy-cascader-picker:first-child .cy-input {
  border-radius: 0 2px 2px 0;
}
.cy-input-group-rtl.cy-input-group.cy-input-group-compact > *:last-child,
.cy-input-group-rtl.cy-input-group.cy-input-group-compact > .cy-select:last-child > .cy-select-selector,
.cy-input-group-rtl.cy-input-group.cy-input-group-compact > .cy-select-auto-complete:last-child .cy-input,
.cy-input-group-rtl.cy-input-group.cy-input-group-compact > .cy-cascader-picker:last-child .cy-input,
.cy-input-group-rtl.cy-input-group.cy-input-group-compact > .cy-cascader-picker-focused:last-child .cy-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
.cy-input-group.cy-input-group-compact .cy-input-group-wrapper-rtl + .cy-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.cy-input-group.cy-input-group-compact .cy-input-group-wrapper-rtl:not(:last-child).cy-input-search > .cy-input-group > .cy-input {
  border-radius: 0 2px 2px 0;
}
.cy-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.cy-input-password-icon.anticon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.cy-input-password-icon.anticon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.cy-input[type='color'] {
  height: 32px;
}
.cy-input[type='color'].cy-input-lg {
  height: 40px;
}
.cy-input[type='color'].cy-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.cy-input-textarea-show-count > .cy-input {
  height: 100%;
}
.cy-input-textarea-show-count::after {
  float: right;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}
.cy-input-textarea-show-count.cy-input-textarea-in-form-item::after {
  margin-bottom: -22px;
}
.cy-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.cy-input-compact-item:not(.cy-input-compact-last-item):not(.cy-input-compact-item-rtl) {
  margin-right: -1px;
}
.cy-input-compact-item:not(.cy-input-compact-last-item).cy-input-compact-item-rtl {
  margin-left: -1px;
}
.cy-input-compact-item:hover,
.cy-input-compact-item:focus,
.cy-input-compact-item:active {
  z-index: 2;
}
.cy-input-compact-item[disabled] {
  z-index: 0;
}
.cy-input-compact-item:not(.cy-input-compact-first-item):not(.cy-input-compact-last-item).cy-input {
  border-radius: 0;
}
.cy-input-compact-item.cy-input.cy-input-compact-first-item:not(.cy-input-compact-last-item):not(.cy-input-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-input-compact-item.cy-input.cy-input-compact-last-item:not(.cy-input-compact-first-item):not(.cy-input-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-input-compact-item.cy-input.cy-input-compact-item-rtl.cy-input-compact-first-item:not(.cy-input-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cy-input-compact-item.cy-input.cy-input-compact-item-rtl.cy-input-compact-last-item:not(.cy-input-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cy-input-search .cy-input:hover,
.cy-input-search .cy-input:focus {
  border-color: #20c787;
}
.cy-input-search .cy-input:hover + .cy-input-group-addon .cy-input-search-button:not(.cy-btn-primary),
.cy-input-search .cy-input:focus + .cy-input-group-addon .cy-input-search-button:not(.cy-btn-primary) {
  border-left-color: #20c787;
}
.cy-input-search .cy-input-affix-wrapper {
  border-radius: 0;
}
.cy-input-search .cy-input-lg {
  line-height: 1.5713;
}
.cy-input-search > .cy-input-group > .cy-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.cy-input-search > .cy-input-group > .cy-input-group-addon:last-child .cy-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 2px 2px 0;
}
.cy-input-search > .cy-input-group > .cy-input-group-addon:last-child .cy-input-search-button:not(.cy-btn-primary) {
  color: rgba(0, 0, 0, 0.45);
}
.cy-input-search > .cy-input-group > .cy-input-group-addon:last-child .cy-input-search-button:not(.cy-btn-primary).cy-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cy-input-search-button {
  height: 32px;
}
.cy-input-search-button:hover,
.cy-input-search-button:focus {
  z-index: 1;
}
.cy-input-search-large .cy-input-search-button {
  height: 40px;
}
.cy-input-search-small .cy-input-search-button {
  height: 24px;
}
.cy-input-search.cy-input-compact-item:not(.cy-input-compact-item-rtl):not(.cy-input-compact-last-item) .cy-input-group-addon .cy-input-search-button {
  margin-right: -1px;
  border-radius: 0;
}
.cy-input-search.cy-input-compact-item:not(.cy-input-compact-first-item) .cy-input,
.cy-input-search.cy-input-compact-item:not(.cy-input-compact-first-item) .cy-input-affix-wrapper {
  border-radius: 0;
}
.cy-input-search.cy-input-compact-item > .cy-input-group-addon .cy-input-search-button:hover,
.cy-input-search.cy-input-compact-item > .cy-input:hover,
.cy-input-search.cy-input-compact-item .cy-input-affix-wrapper:hover,
.cy-input-search.cy-input-compact-item > .cy-input-group-addon .cy-input-search-button:focus,
.cy-input-search.cy-input-compact-item > .cy-input:focus,
.cy-input-search.cy-input-compact-item .cy-input-affix-wrapper:focus,
.cy-input-search.cy-input-compact-item > .cy-input-group-addon .cy-input-search-button:active,
.cy-input-search.cy-input-compact-item > .cy-input:active,
.cy-input-search.cy-input-compact-item .cy-input-affix-wrapper:active {
  z-index: 2;
}
.cy-input-search.cy-input-compact-item > .cy-input-affix-wrapper-focused {
  z-index: 2;
}
.cy-input-search.cy-input-compact-item-rtl:not(.cy-input-compact-last-item) .cy-input-group-addon:last-child .cy-input-search-button {
  margin-left: -1px;
  border-radius: 0;
}
.cy-input-group-wrapper-rtl {
  direction: rtl;
}
.cy-input-group-rtl {
  direction: rtl;
}
.cy-input-affix-wrapper.cy-input-affix-wrapper-rtl > input.cy-input {
  border: none;
  outline: none;
}
.cy-input-affix-wrapper-rtl .cy-input-prefix {
  margin: 0 0 0 4px;
}
.cy-input-affix-wrapper-rtl .cy-input-suffix {
  margin: 0 4px 0 0;
}
.cy-input-textarea-rtl {
  direction: rtl;
}
.cy-input-textarea-rtl.cy-input-textarea-show-count::after {
  text-align: left;
}
.cy-input-affix-wrapper-rtl .cy-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.cy-input-affix-wrapper-rtl .cy-input-clear-icon {
  right: auto;
  left: 8px;
}
.cy-input-search-rtl {
  direction: rtl;
}
.cy-input-search-rtl .cy-input:hover + .cy-input-group-addon .cy-input-search-button:not(.cy-btn-primary),
.cy-input-search-rtl .cy-input:focus + .cy-input-group-addon .cy-input-search-button:not(.cy-btn-primary) {
  border-left-color: #d9d9d9;
}
.cy-input-search-rtl .cy-input:hover + .cy-input-group-addon .cy-input-search-button:not(.cy-btn-primary):hover,
.cy-input-search-rtl .cy-input:focus + .cy-input-group-addon .cy-input-search-button:not(.cy-btn-primary):hover {
  border-left-color: #20c787;
}
.cy-input-search-rtl > .cy-input-group > .cy-input-affix-wrapper:hover,
.cy-input-search-rtl > .cy-input-group > .cy-input-affix-wrapper-focused {
  border-right-color: #20c787;
}
.cy-input-search-rtl > .cy-input-group > .cy-input-group-addon:last-child {
  right: -1px;
  left: auto;
}
.cy-input-search-rtl > .cy-input-group > .cy-input-group-addon:last-child .cy-input-search-button {
  border-radius: 2px 0 0 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cy-input {
    height: 32px;
  }
  .cy-input-lg {
    height: 40px;
  }
  .cy-input-sm {
    height: 24px;
  }
  .cy-input-affix-wrapper > input.cy-input {
    height: auto;
  }
}
.cy-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  font-size: 0;
}
.cy-radio-group .cy-badge-count {
  z-index: 1;
}
.cy-radio-group > .cy-badge:not(:first-child) > .cy-radio-button-wrapper {
  border-left: none;
}
.cy-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}
.cy-radio-wrapper-disabled {
  cursor: not-allowed;
}
.cy-radio-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.cy-radio-wrapper.cy-radio-wrapper-in-form-item input[type='radio'] {
  width: 14px;
  height: 14px;
}
.cy-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.cy-radio-wrapper:hover .cy-radio,
.cy-radio:hover .cy-radio-inner,
.cy-radio-input:focus + .cy-radio-inner {
  border-color: #00bb78;
}
.cy-radio-input:focus + .cy-radio-inner {
  box-shadow: 0 0 0 3px rgba(0, 187, 120, 0.12);
}
.cy-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00bb78;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.cy-radio:hover::after,
.cy-radio-wrapper:hover .cy-radio::after {
  visibility: visible;
}
.cy-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cy-radio-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  background-color: #00bb78;
  border-top: 0;
  border-left: 0;
  border-radius: 16px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.cy-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.cy-radio.cy-radio-disabled .cy-radio-inner {
  border-color: #d9d9d9;
}
.cy-radio-checked .cy-radio-inner {
  border-color: #00bb78;
}
.cy-radio-checked .cy-radio-inner::after {
  transform: scale(0.5);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.cy-radio-disabled {
  cursor: not-allowed;
}
.cy-radio-disabled .cy-radio-inner {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.cy-radio-disabled .cy-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.cy-radio-disabled .cy-radio-input {
  cursor: not-allowed;
}
.cy-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.cy-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.cy-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.cy-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.85);
}
.cy-radio-button-wrapper > .cy-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.cy-radio-group-large .cy-radio-button-wrapper {
  height: 40px;
  font-size: 15px;
  line-height: 38px;
}
.cy-radio-group-small .cy-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.cy-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  transition: background-color 0.3s;
  content: '';
}
.cy-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.cy-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.cy-radio-button-wrapper:first-child:last-child {
  border-radius: 2px;
}
.cy-radio-button-wrapper:hover {
  position: relative;
  color: #00bb78;
}
.cy-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(0, 187, 120, 0.12);
}
.cy-radio-button-wrapper .cy-radio-inner,
.cy-radio-button-wrapper input[type='checkbox'],
.cy-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #00bb78;
  background: #fff;
  border-color: #00bb78;
}
.cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled)::before {
  background-color: #00bb78;
}
.cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled):first-child {
  border-color: #00bb78;
}
.cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled):hover {
  color: #20c787;
  border-color: #20c787;
}
.cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled):hover::before {
  background-color: #20c787;
}
.cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled):active {
  color: #009465;
  border-color: #009465;
}
.cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled):active::before {
  background-color: #009465;
}
.cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(0, 187, 120, 0.12);
}
.cy-radio-group-solid .cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled) {
  color: #fff;
  background: #00bb78;
  border-color: #00bb78;
}
.cy-radio-group-solid .cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #20c787;
  border-color: #20c787;
}
.cy-radio-group-solid .cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #009465;
  border-color: #009465;
}
.cy-radio-group-solid .cy-radio-button-wrapper-checked:not(.cy-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(0, 187, 120, 0.12);
}
.cy-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.cy-radio-button-wrapper-disabled:first-child,
.cy-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.cy-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.cy-radio-button-wrapper-disabled.cy-radio-button-wrapper-checked {
  color: rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.cy-radio-group.cy-radio-group-rtl {
  direction: rtl;
}
.cy-radio-wrapper.cy-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}
.cy-radio-button-wrapper.cy-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}
.cy-radio-button-wrapper.cy-radio-button-wrapper-rtl.cy-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}
.cy-radio-button-wrapper.cy-radio-button-wrapper-rtl.cy-radio-button-wrapper:first-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
}
.cy-radio-button-wrapper-checked:not([class*=' cy-radio-button-wrapper-disabled']).cy-radio-button-wrapper:first-child {
  border-right-color: #20c787;
}
.cy-radio-button-wrapper.cy-radio-button-wrapper-rtl.cy-radio-button-wrapper:last-child {
  border-radius: 2px 0 0 2px;
}
.cy-radio-button-wrapper.cy-radio-button-wrapper-rtl.cy-radio-button-wrapper-disabled:first-child {
  border-right-color: #d9d9d9;
}
.cy-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: -moz-max-content;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}
.cy-tooltip-content {
  position: relative;
}
.cy-tooltip-hidden {
  display: none;
}
.cy-tooltip-placement-top,
.cy-tooltip-placement-topLeft,
.cy-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}
.cy-tooltip-placement-right,
.cy-tooltip-placement-rightTop,
.cy-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}
.cy-tooltip-placement-bottom,
.cy-tooltip-placement-bottomLeft,
.cy-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}
.cy-tooltip-placement-left,
.cy-tooltip-placement-leftTop,
.cy-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}
.cy-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.cy-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.cy-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.cy-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.cy-tooltip-placement-top .cy-tooltip-arrow,
.cy-tooltip-placement-topLeft .cy-tooltip-arrow,
.cy-tooltip-placement-topRight .cy-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.cy-tooltip-placement-top .cy-tooltip-arrow-content,
.cy-tooltip-placement-topLeft .cy-tooltip-arrow-content,
.cy-tooltip-placement-topRight .cy-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.cy-tooltip-placement-top .cy-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.cy-tooltip-placement-topLeft .cy-tooltip-arrow {
  left: 13px;
}
.cy-tooltip-placement-topRight .cy-tooltip-arrow {
  right: 13px;
}
.cy-tooltip-placement-right .cy-tooltip-arrow,
.cy-tooltip-placement-rightTop .cy-tooltip-arrow,
.cy-tooltip-placement-rightBottom .cy-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.cy-tooltip-placement-right .cy-tooltip-arrow-content,
.cy-tooltip-placement-rightTop .cy-tooltip-arrow-content,
.cy-tooltip-placement-rightBottom .cy-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.cy-tooltip-placement-right .cy-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.cy-tooltip-placement-rightTop .cy-tooltip-arrow {
  top: 5px;
}
.cy-tooltip-placement-rightBottom .cy-tooltip-arrow {
  bottom: 5px;
}
.cy-tooltip-placement-left .cy-tooltip-arrow,
.cy-tooltip-placement-leftTop .cy-tooltip-arrow,
.cy-tooltip-placement-leftBottom .cy-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.cy-tooltip-placement-left .cy-tooltip-arrow-content,
.cy-tooltip-placement-leftTop .cy-tooltip-arrow-content,
.cy-tooltip-placement-leftBottom .cy-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}
.cy-tooltip-placement-left .cy-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.cy-tooltip-placement-leftTop .cy-tooltip-arrow {
  top: 5px;
}
.cy-tooltip-placement-leftBottom .cy-tooltip-arrow {
  bottom: 5px;
}
.cy-tooltip-placement-bottom .cy-tooltip-arrow,
.cy-tooltip-placement-bottomLeft .cy-tooltip-arrow,
.cy-tooltip-placement-bottomRight .cy-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.cy-tooltip-placement-bottom .cy-tooltip-arrow-content,
.cy-tooltip-placement-bottomLeft .cy-tooltip-arrow-content,
.cy-tooltip-placement-bottomRight .cy-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}
.cy-tooltip-placement-bottom .cy-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.cy-tooltip-placement-bottomLeft .cy-tooltip-arrow {
  left: 13px;
}
.cy-tooltip-placement-bottomRight .cy-tooltip-arrow {
  right: 13px;
}
.cy-tooltip-pink .cy-tooltip-inner {
  background-color: #eb2f96;
}
.cy-tooltip-pink .cy-tooltip-arrow-content::before {
  background: #eb2f96;
}
.cy-tooltip-magenta .cy-tooltip-inner {
  background-color: #eb2f96;
}
.cy-tooltip-magenta .cy-tooltip-arrow-content::before {
  background: #eb2f96;
}
.cy-tooltip-red .cy-tooltip-inner {
  background-color: #f5222d;
}
.cy-tooltip-red .cy-tooltip-arrow-content::before {
  background: #f5222d;
}
.cy-tooltip-volcano .cy-tooltip-inner {
  background-color: #fa541c;
}
.cy-tooltip-volcano .cy-tooltip-arrow-content::before {
  background: #fa541c;
}
.cy-tooltip-orange .cy-tooltip-inner {
  background-color: #fa8c16;
}
.cy-tooltip-orange .cy-tooltip-arrow-content::before {
  background: #fa8c16;
}
.cy-tooltip-yellow .cy-tooltip-inner {
  background-color: #fadb14;
}
.cy-tooltip-yellow .cy-tooltip-arrow-content::before {
  background: #fadb14;
}
.cy-tooltip-gold .cy-tooltip-inner {
  background-color: #faad14;
}
.cy-tooltip-gold .cy-tooltip-arrow-content::before {
  background: #faad14;
}
.cy-tooltip-cyan .cy-tooltip-inner {
  background-color: #13c2c2;
}
.cy-tooltip-cyan .cy-tooltip-arrow-content::before {
  background: #13c2c2;
}
.cy-tooltip-lime .cy-tooltip-inner {
  background-color: #a0d911;
}
.cy-tooltip-lime .cy-tooltip-arrow-content::before {
  background: #a0d911;
}
.cy-tooltip-green .cy-tooltip-inner {
  background-color: #52c41a;
}
.cy-tooltip-green .cy-tooltip-arrow-content::before {
  background: #52c41a;
}
.cy-tooltip-blue .cy-tooltip-inner {
  background-color: #1890ff;
}
.cy-tooltip-blue .cy-tooltip-arrow-content::before {
  background: #1890ff;
}
.cy-tooltip-geekblue .cy-tooltip-inner {
  background-color: #2f54eb;
}
.cy-tooltip-geekblue .cy-tooltip-arrow-content::before {
  background: #2f54eb;
}
.cy-tooltip-purple .cy-tooltip-inner {
  background-color: #722ed1;
}
.cy-tooltip-purple .cy-tooltip-arrow-content::before {
  background: #722ed1;
}
.cy-tooltip-rtl {
  direction: rtl;
}
.cy-tooltip-rtl .cy-tooltip-inner {
  text-align: right;
}
@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cy-tree.cy-tree-directory .cy-tree-treenode {
  position: relative;
}
.cy-tree.cy-tree-directory .cy-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: '';
  pointer-events: none;
}
.cy-tree.cy-tree-directory .cy-tree-treenode:hover::before {
  background: #f5f5f5;
}
.cy-tree.cy-tree-directory .cy-tree-treenode > * {
  z-index: 1;
}
.cy-tree.cy-tree-directory .cy-tree-treenode .cy-tree-switcher {
  transition: color 0.3s;
}
.cy-tree.cy-tree-directory .cy-tree-treenode .cy-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-tree.cy-tree-directory .cy-tree-treenode .cy-tree-node-content-wrapper:hover {
  background: transparent;
}
.cy-tree.cy-tree-directory .cy-tree-treenode .cy-tree-node-content-wrapper.cy-tree-node-selected {
  color: #fff;
  background: transparent;
}
.cy-tree.cy-tree-directory .cy-tree-treenode-selected:hover::before,
.cy-tree.cy-tree-directory .cy-tree-treenode-selected::before {
  background: #00bb78;
}
.cy-tree.cy-tree-directory .cy-tree-treenode-selected .cy-tree-switcher {
  color: #fff;
}
.cy-tree.cy-tree-directory .cy-tree-treenode-selected .cy-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}
.cy-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.cy-tree-checkbox-wrapper:hover .cy-tree-checkbox-inner,
.cy-tree-checkbox:hover .cy-tree-checkbox-inner,
.cy-tree-checkbox-input:focus + .cy-tree-checkbox-inner {
  border-color: #00bb78;
}
.cy-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00bb78;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.cy-tree-checkbox:hover::after,
.cy-tree-checkbox-wrapper:hover .cy-tree-checkbox::after {
  visibility: visible;
}
.cy-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.cy-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.cy-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.cy-tree-checkbox-checked .cy-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.cy-tree-checkbox-checked .cy-tree-checkbox-inner {
  background-color: #00bb78;
  border-color: #00bb78;
}
.cy-tree-checkbox-disabled {
  cursor: not-allowed;
}
.cy-tree-checkbox-disabled.cy-tree-checkbox-checked .cy-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.cy-tree-checkbox-disabled .cy-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.cy-tree-checkbox-disabled .cy-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.cy-tree-checkbox-disabled .cy-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.cy-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.cy-tree-checkbox-disabled:hover::after,
.cy-tree-checkbox-wrapper:hover .cy-tree-checkbox-disabled::after {
  visibility: hidden;
}
.cy-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.cy-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.cy-tree-checkbox-wrapper.cy-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.cy-tree-checkbox-wrapper + .cy-tree-checkbox-wrapper {
  margin-left: 8px;
}
.cy-tree-checkbox-wrapper.cy-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.cy-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.cy-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.cy-tree-checkbox-group-item {
  margin-right: 8px;
}
.cy-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.cy-tree-checkbox-group-item + .cy-tree-checkbox-group-item {
  margin-left: 0;
}
.cy-tree-checkbox-indeterminate .cy-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.cy-tree-checkbox-indeterminate .cy-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #00bb78;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.cy-tree-checkbox-indeterminate.cy-tree-checkbox-disabled .cy-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.cy-tree-checkbox-rtl {
  direction: rtl;
}
.cy-tree-checkbox-group-rtl .cy-tree-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.cy-tree-checkbox-group-rtl .cy-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.cy-tree-checkbox-group-rtl .cy-tree-checkbox-group-item + .cy-tree-checkbox-group-item {
  margin-left: 8px;
}
.cy-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.cy-tree-focused:not(:hover):not(.cy-tree-active-focused) {
  background: #e1faed;
}
.cy-tree-list-holder-inner {
  align-items: flex-start;
}
.cy-tree.cy-tree-block-node .cy-tree-list-holder-inner {
  align-items: stretch;
}
.cy-tree.cy-tree-block-node .cy-tree-list-holder-inner .cy-tree-node-content-wrapper {
  flex: auto;
}
.cy-tree.cy-tree-block-node .cy-tree-list-holder-inner .cy-tree-treenode.dragging {
  position: relative;
}
.cy-tree.cy-tree-block-node .cy-tree-list-holder-inner .cy-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  border: 1px solid #00bb78;
  opacity: 0;
  animation: ant-tree-node-fx-do-not-use 0.3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
.cy-tree .cy-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.cy-tree .cy-tree-treenode-disabled .cy-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.cy-tree .cy-tree-treenode-disabled .cy-tree-node-content-wrapper:hover {
  background: transparent;
}
.cy-tree .cy-tree-treenode-active .cy-tree-node-content-wrapper {
  background: #f5f5f5;
}
.cy-tree .cy-tree-treenode:not(.cy-tree .cy-tree-treenode-disabled).filter-node .cy-tree-title {
  color: inherit;
  font-weight: 500;
}
.cy-tree .cy-tree-treenode-draggable .cy-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  visibility: visible;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.cy-tree-treenode:hover .cy-tree .cy-tree-treenode-draggable .cy-tree-draggable-icon {
  opacity: 0.45;
}
.cy-tree .cy-tree-treenode-draggable.cy-tree-treenode-disabled .cy-tree-draggable-icon {
  visibility: hidden;
}
.cy-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.cy-tree-draggable-icon {
  visibility: hidden;
}
.cy-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-tree-switcher .cy-tree-switcher-icon,
.cy-tree-switcher .cy-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.cy-tree-switcher .cy-tree-switcher-icon svg,
.cy-tree-switcher .cy-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.cy-tree-switcher-noop {
  cursor: default;
}
.cy-tree-switcher_close .cy-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.cy-tree-switcher-loading-icon {
  color: #00bb78;
}
.cy-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.cy-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #d9d9d9;
  content: ' ';
}
.cy-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}
.cy-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.cy-tree .cy-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}
.cy-tree .cy-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.cy-tree .cy-tree-node-content-wrapper.cy-tree-node-selected {
  background-color: #98edc4;
}
.cy-tree .cy-tree-node-content-wrapper .cy-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.cy-tree .cy-tree-node-content-wrapper .cy-tree-iconEle:empty {
  display: none;
}
.cy-tree-unselectable .cy-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.cy-tree-node-content-wrapper {
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cy-tree-node-content-wrapper .cy-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #00bb78;
  border-radius: 1px;
  pointer-events: none;
}
.cy-tree-node-content-wrapper .cy-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #00bb78;
  border-radius: 50%;
  content: '';
}
.cy-tree .cy-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #00bb78;
}
.cy-tree-show-line .cy-tree-indent-unit {
  position: relative;
  height: 100%;
}
.cy-tree-show-line .cy-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: '';
}
.cy-tree-show-line .cy-tree-indent-unit-end::before {
  display: none;
}
.cy-tree-show-line .cy-tree-switcher {
  background: #fff;
}
.cy-tree-show-line .cy-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.cy-tree .cy-tree-treenode-leaf-last .cy-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.cy-tree-rtl {
  direction: rtl;
}
.cy-tree-rtl .cy-tree-node-content-wrapper[draggable='true'] .cy-tree-drop-indicator::after {
  right: -6px;
  left: unset;
}
.cy-tree .cy-tree-treenode-rtl {
  direction: rtl;
}
.cy-tree-rtl .cy-tree-switcher_close .cy-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.cy-tree-rtl.cy-tree-show-line .cy-tree-indent-unit::before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid #d9d9d9;
}
.cy-tree-rtl .cy-tree-checkbox {
  margin: 4px 0 0 8px;
}
.cy-tree-select-dropdown-rtl .cy-select-tree-checkbox {
  margin: 4px 0 0 8px;
}
[class^=cy-]::-ms-clear,
[class*= cy-]::-ms-clear,
[class^=cy-] input::-ms-clear,
[class*= cy-] input::-ms-clear,
[class^=cy-] input::-ms-reveal,
[class*= cy-] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #00bb78;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #20c787;
}
a:active {
  color: #009465;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #00bb78;
}
::selection {
  color: #fff;
  background: #00bb78;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon > .anticon {
  line-height: 0;
  vertical-align: 0;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin,
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.cy-fade-enter,
.cy-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-fade-enter.cy-fade-enter-active,
.cy-fade-appear.cy-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.cy-fade-leave.cy-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-fade-enter,
.cy-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.cy-fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cy-move-up-enter,
.cy-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-move-up-enter.cy-move-up-enter-active,
.cy-move-up-appear.cy-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.cy-move-up-leave.cy-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-move-up-enter,
.cy-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.cy-move-down-enter,
.cy-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-move-down-enter.cy-move-down-enter-active,
.cy-move-down-appear.cy-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.cy-move-down-leave.cy-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-move-down-enter,
.cy-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.cy-move-left-enter,
.cy-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-move-left-enter.cy-move-left-enter-active,
.cy-move-left-appear.cy-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.cy-move-left-leave.cy-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-move-left-enter,
.cy-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.cy-move-right-enter,
.cy-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-move-right-enter.cy-move-right-enter-active,
.cy-move-right-appear.cy-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.cy-move-right-leave.cy-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-move-right-enter,
.cy-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[cy-click-animating='true'],
[cy-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #00bb78;
  --scroll-bar: 0;
}
[cy-click-animating-without-extra-node='true']::after,
.cy-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #00bb78;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #00bb78;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.cy-slide-up-enter,
.cy-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-slide-up-enter.cy-slide-up-enter-active,
.cy-slide-up-appear.cy-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.cy-slide-up-leave.cy-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-slide-up-enter,
.cy-slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.cy-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.cy-slide-down-enter,
.cy-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-slide-down-enter.cy-slide-down-enter-active,
.cy-slide-down-appear.cy-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.cy-slide-down-leave.cy-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-slide-down-enter,
.cy-slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.cy-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.cy-slide-left-enter,
.cy-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-slide-left-enter.cy-slide-left-enter-active,
.cy-slide-left-appear.cy-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.cy-slide-left-leave.cy-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-slide-left-enter,
.cy-slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.cy-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.cy-slide-right-enter,
.cy-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-slide-right-enter.cy-slide-right-enter-active,
.cy-slide-right-appear.cy-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.cy-slide-right-leave.cy-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-slide-right-enter,
.cy-slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.cy-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.cy-zoom-enter,
.cy-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-enter.cy-zoom-enter-active,
.cy-zoom-appear.cy-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.cy-zoom-leave.cy-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-zoom-enter,
.cy-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-zoom-enter-prepare,
.cy-zoom-appear-prepare {
  transform: none;
}
.cy-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.cy-zoom-big-enter,
.cy-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-big-enter.cy-zoom-big-enter-active,
.cy-zoom-big-appear.cy-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.cy-zoom-big-leave.cy-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-zoom-big-enter,
.cy-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-zoom-big-enter-prepare,
.cy-zoom-big-appear-prepare {
  transform: none;
}
.cy-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.cy-zoom-big-fast-enter,
.cy-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-big-fast-enter.cy-zoom-big-fast-enter-active,
.cy-zoom-big-fast-appear.cy-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.cy-zoom-big-fast-leave.cy-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-zoom-big-fast-enter,
.cy-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-zoom-big-fast-enter-prepare,
.cy-zoom-big-fast-appear-prepare {
  transform: none;
}
.cy-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.cy-zoom-up-enter,
.cy-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-up-enter.cy-zoom-up-enter-active,
.cy-zoom-up-appear.cy-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.cy-zoom-up-leave.cy-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-zoom-up-enter,
.cy-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-zoom-up-enter-prepare,
.cy-zoom-up-appear-prepare {
  transform: none;
}
.cy-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.cy-zoom-down-enter,
.cy-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-down-enter.cy-zoom-down-enter-active,
.cy-zoom-down-appear.cy-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.cy-zoom-down-leave.cy-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-zoom-down-enter,
.cy-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-zoom-down-enter-prepare,
.cy-zoom-down-appear-prepare {
  transform: none;
}
.cy-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.cy-zoom-left-enter,
.cy-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-left-enter.cy-zoom-left-enter-active,
.cy-zoom-left-appear.cy-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.cy-zoom-left-leave.cy-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-zoom-left-enter,
.cy-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-zoom-left-enter-prepare,
.cy-zoom-left-appear-prepare {
  transform: none;
}
.cy-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.cy-zoom-right-enter,
.cy-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.cy-zoom-right-enter.cy-zoom-right-enter-active,
.cy-zoom-right-appear.cy-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.cy-zoom-right-leave.cy-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.cy-zoom-right-enter,
.cy-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.cy-zoom-right-enter-prepare,
.cy-zoom-right-appear-prepare {
  transform: none;
}
.cy-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.cy-table {
  color: #555;
}
.cy-table colgroup > .cy-table-selection-col {
  width: 32px!important;
}
.cy-table-thead tr th {
  font-weight: 600;
  border-bottom: 1px solid #dee3e2;
}
