    /* lib-arco.a6d75600.css */
    ï»¿body[arco-theme=dark] {
      --color-white: hsla(0, 0%, 100%, .9)
    }

    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
    .arco-icon {
      color: inherit;
      display: inline-block;
      font-style: normal;
      height: 1em;
      vertical-align: -2px;
      width: 1em;
      stroke: currentColor
    }

    .arco-icon[fill=currentColor] {
      fill: currentColor;
      stroke: none
    }

    .arco-icon[stroke=currentColor] {
      stroke: currentColor;
      fill: none
    }

    .arco-icon[fill=currentColor][stroke=currentColor] {
      fill: currentColor;
      stroke: currentColor
    }

    .arco-icon-loading {
      animation: arco-loading-circle 1s linear infinite
    }

    .arco-icon-hover {
      cursor: pointer;
      display: inline-block;
      line-height: 0;
      position: relative
    }

    .arco-icon-hover .arco-icon {
      position: relative;
      vertical-align: -.09em
    }

    .arco-icon-hover:before {
      background-color: initial;
      border-radius: var(--border-radius-circle);
      box-sizing: border-box;
      content: "";
      display: block;
      position: absolute;
      transition: background-color .1s linear
    }

    .arco-icon-hover:hover:before {
      background-color: #fff
    }

    .arco-icon-hover.arco-icon-hover-disabled:before {
      opacity: 0
    }

    .arco-icon-hover-size-mini:before,
    .arco-icon-hover-size-small:before,
    .arco-icon-hover:before {
      height: 20px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 20px
    }

    .arco-icon-hover-size-huge:before,
    .arco-icon-hover-size-large:before {
      height: 24px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 24px
    }

    .arco-draggable-item {
      box-sizing: border-box;
      list-style: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-draggable-item-dragging {
      opacity: .3
    }

    .arco-draggable-item-dragover.arco-draggable-item-gap-left {
      box-shadow: -1px 0 rgb(var(--primary-6))
    }

    .arco-draggable-item-dragover.arco-draggable-item-gap-right {
      box-shadow: 1px 0 rgb(var(--primary-6))
    }

    .arco-draggable-item-dragover.arco-draggable-item-gap-top {
      box-shadow: 0 -1px rgb(var(--primary-6))
    }

    .arco-draggable-item-dragover.arco-draggable-item-gap-bottom {
      box-shadow: 0 1px rgb(var(--primary-6))
    }

    .arco-draggable-item-dragged {
      animation: arco-draggable-item-blink .8s;
      animation-timing-function: linear
    }

    .arco-picker {
      align-items: center;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      display: inline-flex;
      line-height: 1.5715;
      padding: 4px 11px 4px 4px;
      position: relative;
      transition: all .1s linear
    }

    .arco-picker-input {
      display: inline-flex;
      flex: 1 1
    }

    .arco-picker input {
      background-color: initial;
      border: none;
      color: rgba(0, 0, 0, .92);
      line-height: 1.5715;
      padding: 0;
      padding-left: 8px;
      text-align: left;
      transition: all .1s linear;
      width: 100%
    }

    .arco-picker input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-picker input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-picker input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-picker-input-placeholder input {
      color: rgba(0, 0, 0, .25)
    }

    .arco-picker-has-prefix {
      padding-left: 12px
    }

    .arco-picker-prefix {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      padding-right: 4px
    }

    .arco-picker-suffix {
      margin-left: 4px;
      text-align: center;
      width: 14px
    }

    .arco-picker-suffix-icon {
      color: rgba(0, 0, 0, .55)
    }

    .arco-picker .arco-picker-clear-icon {
      color: var(--color-text-2);
      display: none;
      font-size: 12px
    }

    .arco-picker:hover {
      background-color: #fff;
      border-color: rgb(var(--primary-5))
    }

    .arco-picker:not(.arco-picker-disabled):hover .arco-picker-clear-icon {
      display: inline-block
    }

    .arco-picker:not(.arco-picker-disabled):hover .arco-picker-suffix .arco-picker-clear-icon+span {
      display: none
    }

    .arco-picker-focused {
      box-shadow: 0 0 0 0 var(--color-primary-light-2)
    }

    .arco-picker-focused,
    .arco-picker-focused:hover {
      background-color: #fff;
      border-color: rgb(var(--primary-6))
    }

    .arco-picker-focused .arco-picker-input-active input,
    .arco-picker-focused:hover .arco-picker-input-active input {
      background: transparent
    }

    .arco-picker-error:not(.arco-picker-disabled) {
      background-color: var(--color-danger-light-1);
      border-color: transparent
    }

    .arco-picker-error:not(.arco-picker-disabled):hover {
      background-color: var(--color-danger-light-2);
      border-color: transparent
    }

    .arco-picker-error.arco-picker-focused:not(.arco-picker-disabled),
    .arco-picker-error.arco-picker-focused:not(.arco-picker-disabled):hover {
      background-color: var(--color-bg-2);
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 var(--color-danger-light-2)
    }

    .arco-picker-warning:not(.arco-picker-disabled) {
      background-color: var(--color-warning-light-1);
      border-color: transparent
    }

    .arco-picker-warning:not(.arco-picker-disabled):hover {
      background-color: var(--color-warning-light-2);
      border-color: transparent
    }

    .arco-picker-warning.arco-picker-focused:not(.arco-picker-disabled),
    .arco-picker-warning.arco-picker-focused:not(.arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-picker input[disabled] {
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .arco-picker input[disabled]::-webkit-input-placeholder {
      color: var(--color-text-4)
    }

    .arco-picker input[disabled]::-ms-input-placeholder {
      color: var(--color-text-4)
    }

    .arco-picker input[disabled]::placeholder {
      color: var(--color-text-4)
    }

    .arco-picker-disabled,
    .arco-picker-disabled:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-picker-disabled input[disabled],
    .arco-picker-disabled:hover input[disabled] {
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .arco-picker-disabled input[disabled]::-webkit-input-placeholder,
    .arco-picker-disabled:hover input[disabled]::-webkit-input-placeholder {
      color: var(--color-text-4)
    }

    .arco-picker-disabled input[disabled]::-ms-input-placeholder,
    .arco-picker-disabled:hover input[disabled]::-ms-input-placeholder {
      color: var(--color-text-4)
    }

    .arco-picker-disabled input[disabled]::placeholder,
    .arco-picker-disabled:hover input[disabled]::placeholder {
      color: var(--color-text-4)
    }

    .arco-picker-separator {
      color: var(--color-text-3);
      min-width: 10px;
      padding: 0 8px
    }

    .arco-picker-disabled .arco-picker-separator {
      color: var(--color-text-4)
    }

    .arco-picker-disabled .arco-picker-suffix-icon {
      color: rgba(0, 0, 0, .25)
    }

    .arco-picker-size-mini {
      height: 24px
    }

    .arco-picker-size-mini input {
      font-size: 12px
    }

    .arco-picker-size-small {
      height: 24px
    }

    .arco-picker-size-small input {
      font-size: 14px
    }

    .arco-picker-size-default {
      height: 36px
    }

    .arco-picker-size-default input {
      font-size: 14px
    }

    .arco-picker-size-large {
      height: 44px
    }

    .arco-picker-size-large input {
      font-size: 14px
    }

    .arco-picker-rtl {
      direction: rtl;
      padding: 4px 4px 4px 11px
    }

    .arco-picker-rtl input {
      padding-left: 0;
      padding-right: 8px;
      text-align: right
    }

    .arco-picker-rtl .arco-picker-suffix {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-affix {
      position: fixed;
      z-index: 999
    }

    .arco-alert {
      align-items: center;
      border-radius: 8px;
      box-sizing: border-box;
      display: flex;
      font-size: 14px;
      line-height: 1.5;
      overflow: hidden;
      padding: 7px 15px;
      text-align: left;
      width: 100%
    }

    .arco-alert-with-title {
      align-items: flex-start;
      padding: 11px 15px
    }

    .arco-alert-info {
      background-color: rgb(var(--primary-1));
      border: 1px solid rgb(var(--primary-4))
    }

    .arco-alert-success {
      background-color: rgb(var(--auxiliary-green-4));
      border: 1px solid rgb(var(--auxiliary-green-7))
    }

    .arco-alert-warning {
      background-color: rgb(var(--auxiliary-yellow-4));
      border: 1px solid rgb(var(--auxiliary-yellow-7))
    }

    .arco-alert-error {
      background-color: rgb(var(--auxiliary-red-4));
      border: 1px solid rgb(var(--auxiliary-red-7))
    }

    .arco-alert-banner {
      border: none;
      border-radius: 0
    }

    .arco-alert-content-wrapper {
      flex: 1 1;
      position: relative
    }

    .arco-alert-title {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 4px
    }

    .arco-alert-info .arco-alert-content,
    .arco-alert-info .arco-alert-title {
      color: rgba(0, 0, 0, .92)
    }

    .arco-alert-info.arco-alert-with-title .arco-alert-content {
      color: rgba(0, 0, 0, .65)
    }

    .arco-alert-success .arco-alert-title {
      color: rgba(0, 0, 0, .92)
    }

    .arco-alert-success .arco-alert-content {
      color: var(--color-text-1)
    }

    .arco-alert-success.arco-alert-with-title .arco-alert-content {
      color: rgba(0, 0, 0, .65)
    }

    .arco-alert-warning .arco-alert-content,
    .arco-alert-warning .arco-alert-title {
      color: rgba(0, 0, 0, .92)
    }

    .arco-alert-warning.arco-alert-with-title .arco-alert-content {
      color: var(--color-text-2)
    }

    .arco-alert-error .arco-alert-title {
      color: rgba(0, 0, 0, .92)
    }

    .arco-alert-error .arco-alert-content {
      color: var(--color-text-1)
    }

    .arco-alert-error.arco-alert-with-title .arco-alert-content {
      color: rgba(0, 0, 0, .65)
    }

    .arco-alert-icon-wrapper {
      align-items: center;
      display: flex;
      height: 21px;
      margin-right: 8px
    }

    .arco-alert-icon-wrapper svg {
      font-size: 16px
    }

    .arco-alert-with-title .arco-alert-icon-wrapper {
      height: 24px
    }

    .arco-alert-with-title .arco-alert-icon-wrapper svg {
      font-size: 20px
    }

    .arco-alert-info .arco-alert-icon-wrapper svg {
      color: rgb(var(--primary-6))
    }

    .arco-alert-success .arco-alert-icon-wrapper svg {
      color: rgb(var(--auxiliary-green-5))
    }

    .arco-alert-warning .arco-alert-icon-wrapper svg {
      color: rgb(var(--auxiliary-yellow-5))
    }

    .arco-alert-error .arco-alert-icon-wrapper svg {
      color: rgb(var(--danger-6))
    }

    .arco-alert-close-btn {
      background-color: initial;
      border: none;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      font-size: 16px;
      margin-left: 12px;
      outline: none;
      padding: 0;
      right: 0;
      top: 4px;
      transition: color .1s linear
    }

    .arco-alert-close-btn:hover {
      color: rgba(0, 0, 0, .35)
    }

    .arco-alert-action,
    .arco-alert-action+.arco-alert-close-btn {
      margin-left: 8px
    }

    .arco-alert-with-title .arco-alert-close-btn {
      margin-right: 0;
      margin-top: 0
    }

    .arco-alert-rtl {
      direction: rtl;
      text-align: right
    }

    .arco-alert-rtl .arco-alert-with-title {
      align-items: flex-end
    }

    .arco-alert-rtl .arco-alert-icon-wrapper {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-alert-rtl .arco-alert-close-btn {
      left: 0;
      right: auto
    }

    .arco-alert-rtl .arco-alert-action,
    .arco-alert-rtl .arco-alert-action+.arco-alert-close-btn {
      margin-left: 0;
      margin-right: 8px
    }

    .arco-anchor {
      overflow: auto;
      position: relative;
      width: 200px
    }

    .arco-anchor-line-slider {
      background-color: rgb(var(--primary-6));
      height: 24px;
      left: 0;
      margin-top: .572px;
      position: absolute;
      top: 0;
      transition: top .2s cubic-bezier(.34, .69, .1, 1);
      width: 1px;
      z-index: 1
    }

    .arco-anchor-list {
      margin-left: 25px;
      position: relative
    }

    .arco-anchor-list:before {
      background-color: rgba(0, 0, 0, .14);
      content: "";
      height: 100%;
      left: -25px;
      position: absolute;
      width: 1px
    }

    .arco-anchor-link {
      margin-bottom: 24px
    }

    .arco-anchor-link-title {
      border-radius: 0;
      color: rgba(0, 0, 0, .35);
      cursor: pointer;
      display: block;
      font-size: 16px;
      line-height: 1.5715;
      margin-bottom: 24px;
      overflow: hidden;
      padding: 0 0;
      text-decoration: none;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-anchor-link-title:hover {
      background-color: initial;
      color: rgba(0, 0, 0, .65);
      font-weight: 500
    }

    .arco-anchor-link-title:focus-visible {
      box-shadow: inset 0 0 0 2px rgb(var(--primary-6))
    }

    .arco-anchor-link-active>.arco-anchor-link-title {
      color: rgba(0, 0, 0, .92);
      font-weight: 500;
      transition: all .1s linear
    }

    .arco-anchor-link .arco-anchor-link {
      margin-left: 16px
    }

    .arco-anchor-lineless .arco-anchor-list {
      margin-left: 0
    }

    .arco-anchor-lineless .arco-anchor-list:before {
      display: none
    }

    .arco-anchor-lineless .arco-anchor-link-active>.arco-anchor-link-title {
      background-color: var(--color-fill-2);
      color: rgb(var(--primary-6));
      font-weight: 600
    }

    .arco-anchor-rtl {
      direction: rtl
    }

    .arco-anchor-rtl .arco-anchor-list {
      margin-left: 0;
      margin-right: 25px
    }

    .arco-anchor-rtl .arco-anchor-list:before {
      left: auto;
      right: -25px
    }

    .arco-anchor-rtl .arco-anchor-link .arco-anchor-link {
      margin-left: 0;
      margin-right: 16px
    }

    .arco-anchor-rtl.arco-anchor-lineless .arco-anchor-list {
      margin-right: 0
    }

    .arco-anchor-rtl .arco-anchor-line-slider {
      left: auto;
      right: 0
    }

    .arco-autocomplete-popup .arco-select-popup {
      background-color: var(--color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12)
    }

    .arco-autocomplete-popup .arco-select-popup .arco-select-popup-inner {
      max-height: 200px;
      padding: 0 0
    }

    .arco-autocomplete-popup .arco-select-popup .arco-select-option {
      background-color: var(--color-bg-popup);
      color: rgba(0, 0, 0, .65);
      font-size: 14px;
      height: 36px;
      line-height: 36px;
      padding: 0 8px
    }

    .arco-autocomplete-popup .arco-select-popup .arco-select-option-selected {
      background-color: var(--color-bg-popup);
      color: rgba(0, 0, 0, .65)
    }

    .arco-autocomplete-popup .arco-select-popup .arco-select-option-hover {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, .65)
    }

    .arco-autocomplete-popup .arco-select-popup .arco-select-option-disabled {
      background-color: var(--color-bg-popup);
      color: rgba(0, 0, 0, .25)
    }

    .arco-autocomplete-popup .arco-select-popup .arco-select-option-selected {
      font-weight: 400
    }

    .arco-avatar {
      align-items: center;
      background-color: rgb(var(--primary-5));
      box-sizing: border-box;
      color: var(--color-white);
      display: inline-flex;
      font-size: 20px;
      height: 40px;
      position: relative;
      vertical-align: middle;
      white-space: nowrap;
      width: 40px
    }

    .arco-avatar-circle {
      border-radius: 4px
    }

    .arco-avatar-circle .arco-avatar-image {
      border-radius: 4px;
      overflow: hidden
    }

    .arco-avatar-square {
      border-radius: 4px
    }

    .arco-avatar-square .arco-avatar-image {
      border-radius: 4px;
      overflow: hidden
    }

    .arco-avatar-text {
      font-weight: 600;
      left: 50%;
      line-height: 1;
      position: absolute;
      transform: translateX(-50%);
      transform-origin: 0 center
    }

    .arco-avatar-image {
      display: inline-block
    }

    .arco-avatar-image,
    .arco-avatar-image img,
    .arco-avatar-image picture {
      height: 100%;
      width: 100%
    }

    .arco-avatar-trigger-icon-button {
      align-items: center;
      background-color: #f5f5f5;
      border-radius: var(--border-radius-circle);
      bottom: -4px;
      color: rgba(0, 0, 0, .55);
      display: inline-flex;
      font-size: 12px;
      height: 24px;
      justify-content: center;
      line-height: 24px;
      position: absolute;
      right: -4px;
      transition: background-color .1s linear;
      width: 24px;
      z-index: 1
    }

    .arco-avatar-trigger-icon-mask {
      align-items: center;
      background-color: rgba(29, 33, 41, .6);
      border-radius: 4px;
      color: var(--color-white);
      display: flex;
      font-size: 16px;
      height: 100%;
      justify-content: center;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: all .1s linear;
      width: 100%;
      z-index: 0
    }

    .arco-avatar-circle .arco-avatar-trigger-icon-mask {
      border-radius: 4px
    }

    .arco-avatar-with-trigger-icon {
      cursor: pointer
    }

    .arco-avatar-with-trigger-icon:hover .arco-avatar-trigger-icon-mask {
      opacity: 1;
      z-index: 2
    }

    .arco-avatar-with-trigger-icon:hover .arco-avatar-trigger-icon-button {
      background-color: #f0f0f0
    }

    .arco-avatar-rtl {
      direction: rtl
    }

    .arco-avatar-rtl .arco-avatar-trigger-icon-button {
      left: -4px;
      right: unset
    }

    .arco-avatar-group {
      display: inline-block;
      line-height: 0
    }

    .arco-avatar-group-max-count-avatar {
      color: var(--color-white);
      cursor: default;
      font-size: 20px
    }

    .arco-avatar-group-rtl {
      direction: rtl
    }

    .arco-avatar-group .arco-avatar {
      border: 2px solid var(--color-bg-2)
    }

    .arco-avatar-group .arco-avatar:not(:first-child) {
      margin-left: -10px
    }

    .arco-avatar-group-popover .arco-avatar:not(:first-child) {
      margin-left: 4px
    }

    .arco-backtop {
      bottom: 24px;
      cursor: pointer;
      position: fixed;
      right: 24px;
      z-index: 100
    }

    .arco-backtop-button {
      background-color: rgb(var(--primary-6));
      border: none;
      border-radius: var(--border-radius-circle);
      color: var(--color-white);
      cursor: pointer;
      font-size: 12px;
      height: 40px;
      outline: none;
      text-align: center;
      transition: all .2s linear;
      width: 40px
    }

    .arco-backtop-button:focus-visible {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-backtop-button:hover {
      background-color: rgb(var(--primary-5))
    }

    .arco-backtop-button svg {
      font-size: 14px
    }

    .arco-badge {
      display: inline-block;
      line-height: 1;
      position: relative
    }

    .arco-badge-rtl {
      direction: rtl
    }

    .arco-badge-custom-dot,
    .arco-badge-dot,
    .arco-badge-number,
    .arco-badge-text {
      border-radius: 20px;
      box-sizing: border-box;
      overflow: hidden;
      position: absolute;
      right: 2px;
      text-align: center;
      top: 2px;
      transform: translate(50%, -50%);
      transform-origin: 100% 0;
      z-index: 2
    }

    .arco-badge-rtl .arco-badge-custom-dot,
    .arco-badge-rtl .arco-badge-dot,
    .arco-badge-rtl .arco-badge-number,
    .arco-badge-rtl .arco-badge-text {
      right: unset
    }

    .arco-badge-custom-dot {
      background-color: var(--color-bg-2)
    }

    .arco-badge-number,
    .arco-badge-text {
      color: var(--color-white);
      font-size: 12px;
      font-weight: 500;
      height: 20px;
      line-height: 20px;
      min-width: 20px;
      padding: 0 6px
    }

    .arco-badge-dot,
    .arco-badge-number,
    .arco-badge-text {
      background-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 2px var(--color-bg-2)
    }

    .arco-badge-dot {
      border-radius: var(--border-radius-circle);
      height: 6px;
      width: 6px
    }

    .arco-badge-no-children .arco-badge-dot,
    .arco-badge-no-children .arco-badge-number,
    .arco-badge-no-children .arco-badge-text {
      display: inline-block;
      position: relative;
      right: unset;
      top: unset;
      transform: none
    }

    .arco-badge-status-wrapper {
      align-items: center;
      display: inline-flex
    }

    .arco-badge-status-dot {
      border-radius: var(--border-radius-circle);
      display: inline-block;
      height: 6px;
      width: 6px
    }

    .arco-badge-status-default {
      background-color: var(--color-fill-4)
    }

    .arco-badge-status-processing {
      background-color: rgb(var(--primary-6))
    }

    .arco-badge-status-success {
      background-color: rgb(var(--success-6))
    }

    .arco-badge-status-warning {
      background-color: rgb(var(--warning-6))
    }

    .arco-badge-color-red,
    .arco-badge-status-error {
      background-color: rgb(var(--danger-6))
    }

    .arco-badge-color-orangered {
      background-color: #f77234
    }

    .arco-badge-color-orange {
      background-color: rgb(var(--orange-6))
    }

    .arco-badge-color-gold {
      background-color: rgb(var(--gold-6))
    }

    .arco-badge-color-lime {
      background-color: rgb(var(--lime-6))
    }

    .arco-badge-color-green {
      background-color: rgb(var(--success-6))
    }

    .arco-badge-color-cyan {
      background-color: rgb(var(--cyan-6))
    }

    .arco-badge-color-arcoblue {
      background-color: rgb(var(--primary-6))
    }

    .arco-badge-color-purple {
      background-color: rgb(var(--purple-6))
    }

    .arco-badge-color-pinkpurple {
      background-color: rgb(var(--pinkpurple-6))
    }

    .arco-badge-color-magenta {
      background-color: rgb(var(--magenta-6))
    }

    .arco-badge-color-gray {
      background-color: rgb(var(--gray-4))
    }

    .arco-badge-status-text {
      color: var(--color-text-1);
      font-size: 16px;
      line-height: 1.5715;
      margin-left: 8px
    }

    .arco-badge-rtl .arco-badge-status-text {
      margin-left: 0;
      margin-right: 8px
    }

    .arco-badge-number-text {
      animation: arco-badge-scale .5s cubic-bezier(.3, 1.3, .3, 1);
      display: inline-block
    }

    .arco-breadcrumb {
      display: inline-block;
      font-size: 14px
    }

    .arco-breadcrumb,
    .arco-breadcrumb-icon {
      color: var(--color-text-2)
    }

    .arco-breadcrumb-item {
      align-items: center;
      color: rgba(0, 0, 0, .55);
      display: inline-flex;
      line-height: 20px;
      padding: 0 0;
      vertical-align: middle
    }

    .arco-breadcrumb-item>.arco-icon {
      color: rgba(0, 0, 0, .55)
    }

    .arco-breadcrumb-item a,
    .arco-breadcrumb-item[href] {
      background-color: initial;
      border-radius: 0;
      color: rgba(0, 0, 0, .55);
      display: inline-block;
      margin: 0 0;
      padding: 0 0;
      text-decoration: none
    }

    .arco-breadcrumb-item a:hover,
    .arco-breadcrumb-item[href]:hover {
      background-color: initial;
      color: rgba(0, 0, 0, .65)
    }

    .arco-breadcrumb-item a:focus-visible,
    .arco-breadcrumb-item[href]:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--primary-6))
    }

    .arco-breadcrumb-item:last-child {
      color: rgba(0, 0, 0, .55);
      font-weight: 400
    }

    .arco-breadcrumb-item-ellipses {
      color: var(--color-text-2);
      display: inline-block;
      padding: 0 0;
      position: relative;
      top: -3px
    }

    .arco-breadcrumb-item-separator {
      color: rgba(0, 0, 0, .55);
      display: inline-block;
      line-height: 20px;
      margin: 0 2px;
      vertical-align: middle
    }

    .arco-breadcrumb-item-with-dropdown {
      cursor: pointer
    }

    .arco-breadcrumb-item-dropdown-icon {
      color: rgba(0, 0, 0, .65);
      font-size: 16px;
      margin-left: 2px
    }

    .arco-breadcrumb-item-dropdown-icon-active svg {
      transform: rotate(180deg)
    }

    .arco-breadcrumb-rtl .arco-breadcrumb-item-dropdown-icon {
      margin-left: 0;
      margin-right: 2px
    }

    .arco-btn {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      font-weight: 500;
      line-height: 1.5715;
      outline: none;
      position: relative;
      transition: all .1s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: nowrap
    }

    .arco-btn>a:only-child {
      color: currentColor
    }

    .arco-btn:active {
      transition: none
    }

    .arco-btn:empty {
      display: inline-block;
      vertical-align: bottom
    }

    .arco-btn-long {
      display: block;
      width: 100%
    }

    .arco-btn-link {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      text-decoration: none
    }

    .arco-btn-link:not([href]) {
      color: var(--color-text-4)
    }

    .arco-btn-link:hover {
      text-decoration: none
    }

    .arco-btn-loading {
      cursor: default;
      position: relative
    }

    .arco-btn-loading:before {
      background: #fff;
      border-radius: inherit;
      bottom: -1px;
      content: "";
      display: block;
      left: -1px;
      opacity: .4;
      pointer-events: none;
      position: absolute;
      right: -1px;
      top: -1px;
      transition: opacity .1s linear;
      z-index: 1
    }

    .arco-btn-loading-fixed-width {
      transition: none
    }

    .arco-btn-two-chinese-chars>:not(svg) {
      letter-spacing: .3em;
      margin-right: -.3em
    }

    a.arco-btn-icon-only {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      vertical-align: top
    }

    .arco-btn-outline:not(.arco-btn-disabled) {
      background-color: initial;
      border: 1px solid rgba(0, 0, 0, .65);
      color: rgba(0, 0, 0, .65)
    }

    .arco-btn-outline:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgba(0, 0, 0, .65);
      color: rgba(0, 0, 0, .55)
    }

    .arco-btn-outline:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: #f5f5f5;
      border-color: rgba(0, 0, 0, .65);
      color: rgba(0, 0, 0, .65)
    }

    .arco-btn-outline:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--primary-3))
    }

    .arco-btn-outline.arco-btn-disabled {
      background-color: initial;
      border: 1px solid rgba(0, 0, 0, .25);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-btn-outline.arco-btn-status-warning:not(.arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--warning-6));
      color: rgb(var(--warning-6))
    }

    .arco-btn-outline.arco-btn-status-warning:not(.arco-btn-disabled):not(.arco-btn-loading):active,
    .arco-btn-outline.arco-btn-status-warning:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--warning-6));
      color: rgb(var(--warning-6))
    }

    .arco-btn-outline.arco-btn-status-warning:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--warning-3))
    }

    .arco-btn-outline.arco-btn-status-warning.arco-btn-disabled {
      background-color: initial;
      border: 1px solid rgb(var(--warning-1));
      color: rgb(var(--warning-1))
    }

    .arco-btn-outline.arco-btn-status-danger:not(.arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--danger-6));
      color: rgb(var(--danger-6))
    }

    .arco-btn-outline.arco-btn-status-danger:not(.arco-btn-disabled):not(.arco-btn-loading):active,
    .arco-btn-outline.arco-btn-status-danger:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--danger-6));
      color: rgb(var(--danger-6))
    }

    .arco-btn-outline.arco-btn-status-danger:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--danger-3))
    }

    .arco-btn-outline.arco-btn-status-danger.arco-btn-disabled {
      background-color: initial;
      border: 1px solid rgb(var(--danger-1));
      color: rgb(var(--danger-1))
    }

    .arco-btn-outline.arco-btn-status-success:not(.arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--success-6));
      color: rgb(var(--success-6))
    }

    .arco-btn-outline.arco-btn-status-success:not(.arco-btn-disabled):not(.arco-btn-loading):active,
    .arco-btn-outline.arco-btn-status-success:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--success-6));
      color: rgb(var(--success-6))
    }

    .arco-btn-outline.arco-btn-status-success:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--success-3))
    }

    .arco-btn-outline.arco-btn-status-success.arco-btn-disabled {
      background-color: initial;
      border: 1px solid rgb(var(--success-1));
      color: rgb(var(--success-1))
    }

    .arco-btn-primary:not(.arco-btn-disabled) {
      background-color: rgb(var(--primary-6));
      border: 1px solid transparent;
      color: #fff
    }

    .arco-btn-primary:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: rgb(var(--primary-5));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: rgb(var(--primary-2));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--primary-3))
    }

    .arco-btn-primary.arco-btn-disabled {
      background-color: rgb(var(--primary-3));
      border: 1px solid transparent;
      color: #fff;
      cursor: not-allowed
    }

    .arco-btn-primary.arco-btn-status-warning:not(.arco-btn-disabled) {
      background-color: rgb(var(--warning-6));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-warning:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: rgb(var(--warning-5));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-warning:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: rgb(var(--warning-7));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-warning:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--warning-3))
    }

    .arco-btn-primary.arco-btn-status-warning.arco-btn-disabled {
      background-color: rgb(var(--warning-1));
      border: 1px solid transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-danger:not(.arco-btn-disabled) {
      background-color: rgb(var(--danger-6));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-danger:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: rgb(var(--danger-5));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-danger:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: rgb(var(--danger-7));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-danger:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--danger-3))
    }

    .arco-btn-primary.arco-btn-status-danger.arco-btn-disabled {
      background-color: rgb(var(--danger-1));
      border: 1px solid transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-success:not(.arco-btn-disabled) {
      background-color: rgb(var(--success-6));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-success:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: rgb(var(--success-5));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-success:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: rgb(var(--success-7));
      border-color: transparent;
      color: #fff
    }

    .arco-btn-primary.arco-btn-status-success:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--success-3))
    }

    .arco-btn-primary.arco-btn-status-success.arco-btn-disabled {
      background-color: rgb(var(--success-1));
      border: 1px solid transparent;
      color: #fff
    }

    .arco-btn-secondary:not(.arco-btn-disabled) {
      background-color: rgba(0, 0, 0, .05);
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .92)
    }

    .arco-btn-secondary:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: transparent;
      color: rgba(0, 0, 0, .92)
    }

    .arco-btn-secondary:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: rgba(0, 0, 0, .121);
      border-color: transparent;
      color: rgba(0, 0, 0, .92)
    }

    .arco-btn-secondary:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px var(--color-neutral-4)
    }

    .arco-btn-secondary.arco-btn-disabled {
      background-color: rgba(0, 0, 0, .031);
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-btn-secondary.arco-btn-status-warning:not(.arco-btn-disabled) {
      background-color: #f0f0f0;
      border-color: transparent;
      color: rgb(var(--warning-6))
    }

    .arco-btn-secondary.arco-btn-status-warning:not(.arco-btn-disabled):not(.arco-btn-loading):active,
    .arco-btn-secondary.arco-btn-status-warning:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: transparent;
      color: rgb(var(--warning-6))
    }

    .arco-btn-secondary.arco-btn-status-warning:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--warning-3))
    }

    .arco-btn-secondary.arco-btn-status-warning.arco-btn-disabled {
      background-color: rgba(0, 0, 0, .03);
      border: 1px solid transparent;
      color: rgb(var(--warning-1))
    }

    .arco-btn-secondary.arco-btn-status-danger:not(.arco-btn-disabled),
    .arco-btn-secondary.arco-btn-status-danger:not(.arco-btn-disabled):not(.arco-btn-loading):active,
    .arco-btn-secondary.arco-btn-status-danger:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: transparent;
      color: rgb(var(--danger-6))
    }

    .arco-btn-secondary.arco-btn-status-danger:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--danger-3))
    }

    .arco-btn-secondary.arco-btn-status-danger.arco-btn-disabled {
      background-color: rgba(0, 0, 0, .03);
      border: 1px solid transparent;
      color: rgb(var(--danger-1))
    }

    .arco-btn-secondary.arco-btn-status-success:not(.arco-btn-disabled) {
      background-color: #f0f0f0;
      border-color: transparent;
      color: rgb(var(--success-6))
    }

    .arco-btn-secondary.arco-btn-status-success:not(.arco-btn-disabled):not(.arco-btn-loading):active,
    .arco-btn-secondary.arco-btn-status-success:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: transparent;
      color: rgb(var(--success-6))
    }

    .arco-btn-secondary.arco-btn-status-success:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--success-3))
    }

    .arco-btn-secondary.arco-btn-status-success.arco-btn-disabled {
      background-color: rgba(0, 0, 0, .03);
      border: 1px solid transparent;
      color: rgb(var(--success-1))
    }

    .arco-btn-dashed:not(.arco-btn-disabled) {
      background-color: initial;
      border: 1px dashed rgba(0, 0, 0, .65);
      color: rgba(0, 0, 0, .65)
    }

    .arco-btn-dashed:not(.arco-btn-disabled):not(.arco-btn-loading):active,
    .arco-btn-dashed:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgba(0, 0, 0, .65);
      color: rgba(0, 0, 0, .65)
    }

    .arco-btn-dashed:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px var(--color-neutral-4)
    }

    .arco-btn-dashed.arco-btn-disabled {
      background-color: initial;
      border: 1px dashed rgba(0, 0, 0, .25);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-btn-dashed.arco-btn-status-warning:not(.arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--warning-6));
      color: rgb(var(--warning-6))
    }

    .arco-btn-dashed.arco-btn-status-warning:not(.arco-btn-disabled):not(.arco-btn-loading):active,
    .arco-btn-dashed.arco-btn-status-warning:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--warning-6));
      color: rgb(var(--warning-6))
    }

    .arco-btn-dashed.arco-btn-status-warning:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--warning-3))
    }

    .arco-btn-dashed.arco-btn-status-warning.arco-btn-disabled {
      background-color: initial;
      border: 1px dashed rgb(var(--warning-1));
      color: rgb(var(--warning-1))
    }

    .arco-btn-dashed.arco-btn-status-danger:not(.arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--danger-6));
      color: rgb(var(--danger-6))
    }

    .arco-btn-dashed.arco-btn-status-danger:not(.arco-btn-disabled):not(.arco-btn-loading):active,
    .arco-btn-dashed.arco-btn-status-danger:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--danger-6));
      color: rgb(var(--danger-6))
    }

    .arco-btn-dashed.arco-btn-status-danger:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--danger-3))
    }

    .arco-btn-dashed.arco-btn-status-danger.arco-btn-disabled {
      background-color: initial;
      border: 1px dashed rgb(var(--danger-1));
      color: rgb(var(--danger-1))
    }

    .arco-btn-dashed.arco-btn-status-success:not(.arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--success-6));
      color: rgb(var(--success-6))
    }

    .arco-btn-dashed.arco-btn-status-success:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--success-6));
      color: rgb(var(--success-6))
    }

    .arco-btn-dashed.arco-btn-status-success:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: #f5f5f5;
      border-color: var(--color-success-light-4);
      color: rgb(var(--success-6))
    }

    .arco-btn-dashed.arco-btn-status-success:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--success-3))
    }

    .arco-btn-dashed.arco-btn-status-success.arco-btn-disabled {
      background-color: initial;
      border: 1px dashed rgb(var(--success-1));
      color: rgb(var(--success-1))
    }

    .arco-btn-text:not(.arco-btn-disabled) {
      background-color: initial;
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .55)
    }

    .arco-btn-text:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: transparent;
      color: rgba(0, 0, 0, .55)
    }

    .arco-btn-text:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: rgba(0, 0, 0, .121);
      border-color: transparent;
      color: rgba(0, 0, 0, .55)
    }

    .arco-btn-text:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px var(--color-neutral-4)
    }

    .arco-btn-text.arco-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-btn-text.arco-btn-status-warning:not(.arco-btn-disabled) {
      background-color: initial;
      border-color: transparent;
      color: rgb(var(--warning-6))
    }

    .arco-btn-text.arco-btn-status-warning:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: transparent;
      color: rgb(var(--warning-6))
    }

    .arco-btn-text.arco-btn-status-warning:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: rgba(0, 0, 0, .12);
      border-color: transparent;
      color: rgb(var(--warning-6))
    }

    .arco-btn-text.arco-btn-status-warning:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--warning-3))
    }

    .arco-btn-text.arco-btn-status-warning.arco-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: rgb(var(--warning-1))
    }

    .arco-btn-text.arco-btn-status-danger:not(.arco-btn-disabled) {
      background-color: initial;
      border-color: transparent;
      color: rgb(var(--danger-6))
    }

    .arco-btn-text.arco-btn-status-danger:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: transparent;
      color: rgb(var(--danger-6))
    }

    .arco-btn-text.arco-btn-status-danger:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: rgba(0, 0, 0, .12);
      border-color: transparent;
      color: rgb(var(--danger-6))
    }

    .arco-btn-text.arco-btn-status-danger:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--danger-3))
    }

    .arco-btn-text.arco-btn-status-danger.arco-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: rgb(var(--danger-1))
    }

    .arco-btn-text.arco-btn-status-success:not(.arco-btn-disabled) {
      background-color: initial;
      border-color: transparent;
      color: rgb(var(--success-6))
    }

    .arco-btn-text.arco-btn-status-success:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: transparent;
      color: rgb(var(--success-6))
    }

    .arco-btn-text.arco-btn-status-success:not(.arco-btn-disabled):not(.arco-btn-loading):active {
      background-color: rgba(0, 0, 0, .12);
      border-color: transparent;
      color: rgb(var(--success-6))
    }

    .arco-btn-text.arco-btn-status-success:not(.arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--success-3))
    }

    .arco-btn-text.arco-btn-status-success.arco-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: rgb(var(--success-1))
    }

    .arco-btn-size-mini {
      border-radius: 4px;
      font-size: 12px;
      height: 24px;
      padding: 0 7px
    }

    .arco-btn-size-mini>span+svg,
    .arco-btn-size-mini>svg+span {
      margin-left: 4px
    }

    .arco-btn-size-mini svg {
      vertical-align: -2px
    }

    .arco-btn-size-mini.arco-btn-rtl>span+svg,
    .arco-btn-size-mini.arco-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-btn-size-mini.arco-btn-loading-fixed-width.arco-btn-loading {
      padding-left: -1px;
      padding-right: -1px
    }

    .arco-btn-size-mini.arco-btn-icon-only {
      height: 24px;
      padding: 0;
      width: 24px
    }

    .arco-btn-size-mini.arco-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 24px;
      padding: 0;
      text-align: center;
      width: 24px
    }

    .arco-btn-size-mini.arco-btn-shape-round {
      border-radius: 12px
    }

    .arco-btn-group .arco-btn-size-mini:first-child {
      border-radius: 4px 0 0 4px
    }

    .arco-btn-group .arco-btn-size-mini:last-child {
      border-radius: 0 4px 4px 0
    }

    .arco-btn-group .arco-btn-size-mini.arco-btn-shape-round:first-child {
      border-radius: 12px 0 0 12px
    }

    .arco-btn-group .arco-btn-size-mini.arco-btn-shape-round:last-child {
      border-radius: 0 12px 12px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-mini:first-child {
      border-radius: 0 4px 4px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-mini:last-child {
      border-radius: 4px 0 0 4px
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-mini.arco-btn-shape-round:first-child {
      border-radius: 0 12px 12px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-mini.arco-btn-shape-round:last-child {
      border-radius: 12px 0 0 12px
    }

    .arco-btn-size-small {
      border-radius: 4px;
      font-size: 12px;
      height: 24px;
      padding: 0 7px
    }

    .arco-btn-size-small>span+svg,
    .arco-btn-size-small>svg+span {
      margin-left: 4px
    }

    .arco-btn-size-small svg {
      vertical-align: -2px
    }

    .arco-btn-size-small.arco-btn-rtl>span+svg,
    .arco-btn-size-small.arco-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-btn-size-small.arco-btn-loading-fixed-width.arco-btn-loading {
      padding-left: -1px;
      padding-right: -1px
    }

    .arco-btn-size-small.arco-btn-icon-only {
      height: 24px;
      padding: 0;
      width: 24px
    }

    .arco-btn-size-small.arco-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 24px;
      padding: 0;
      text-align: center;
      width: 24px
    }

    .arco-btn-size-small.arco-btn-shape-round {
      border-radius: 12px
    }

    .arco-btn-group .arco-btn-size-small:first-child {
      border-radius: 4px 0 0 4px
    }

    .arco-btn-group .arco-btn-size-small:last-child {
      border-radius: 0 4px 4px 0
    }

    .arco-btn-group .arco-btn-size-small.arco-btn-shape-round:first-child {
      border-radius: 12px 0 0 12px
    }

    .arco-btn-group .arco-btn-size-small.arco-btn-shape-round:last-child {
      border-radius: 0 12px 12px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-small:first-child {
      border-radius: 0 4px 4px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-small:last-child {
      border-radius: 4px 0 0 4px
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-small.arco-btn-shape-round:first-child {
      border-radius: 0 12px 12px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-small.arco-btn-shape-round:last-child {
      border-radius: 12px 0 0 12px
    }

    .arco-btn-size-default {
      border-radius: 4px;
      font-size: 14px;
      height: 36px;
      padding: 0 15px
    }

    .arco-btn-size-default>span+svg,
    .arco-btn-size-default>svg+span {
      margin-left: 4px
    }

    .arco-btn-size-default svg {
      vertical-align: -2px
    }

    .arco-btn-size-default.arco-btn-rtl>span+svg,
    .arco-btn-size-default.arco-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-btn-size-default.arco-btn-loading-fixed-width.arco-btn-loading {
      padding-left: 6px;
      padding-right: 6px
    }

    .arco-btn-size-default.arco-btn-icon-only {
      height: 36px;
      padding: 0;
      width: 36px
    }

    .arco-btn-size-default.arco-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 36px;
      padding: 0;
      text-align: center;
      width: 36px
    }

    .arco-btn-size-default.arco-btn-shape-round {
      border-radius: 18px
    }

    .arco-btn-group .arco-btn-size-default:first-child {
      border-radius: 4px 0 0 4px
    }

    .arco-btn-group .arco-btn-size-default:last-child {
      border-radius: 0 4px 4px 0
    }

    .arco-btn-group .arco-btn-size-default.arco-btn-shape-round:first-child {
      border-radius: 18px 0 0 18px
    }

    .arco-btn-group .arco-btn-size-default.arco-btn-shape-round:last-child {
      border-radius: 0 18px 18px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-default:first-child {
      border-radius: 0 4px 4px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-default:last-child {
      border-radius: 4px 0 0 4px
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-default.arco-btn-shape-round:first-child {
      border-radius: 0 18px 18px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-default.arco-btn-shape-round:last-child {
      border-radius: 18px 0 0 18px
    }

    .arco-btn-size-large {
      border-radius: 4px;
      font-size: 14px;
      height: 44px;
      padding: 0 23px
    }

    .arco-btn-size-large>span+svg,
    .arco-btn-size-large>svg+span {
      margin-left: 4px
    }

    .arco-btn-size-large svg {
      vertical-align: -2px
    }

    .arco-btn-size-large.arco-btn-rtl>span+svg,
    .arco-btn-size-large.arco-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-btn-size-large.arco-btn-loading-fixed-width.arco-btn-loading {
      padding-left: 14px;
      padding-right: 14px
    }

    .arco-btn-size-large.arco-btn-icon-only {
      height: 44px;
      padding: 0;
      width: 44px
    }

    .arco-btn-size-large.arco-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 44px;
      padding: 0;
      text-align: center;
      width: 44px
    }

    .arco-btn-size-large.arco-btn-shape-round {
      border-radius: 22px
    }

    .arco-btn-group .arco-btn-size-large:first-child {
      border-radius: 4px 0 0 4px
    }

    .arco-btn-group .arco-btn-size-large:last-child {
      border-radius: 0 4px 4px 0
    }

    .arco-btn-group .arco-btn-size-large.arco-btn-shape-round:first-child {
      border-radius: 22px 0 0 22px
    }

    .arco-btn-group .arco-btn-size-large.arco-btn-shape-round:last-child {
      border-radius: 0 22px 22px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-large:first-child {
      border-radius: 0 4px 4px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-large:last-child {
      border-radius: 4px 0 0 4px
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-large.arco-btn-shape-round:first-child {
      border-radius: 0 22px 22px 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-size-large.arco-btn-shape-round:last-child {
      border-radius: 22px 0 0 22px
    }

    .arco-btn-group {
      display: inline-block
    }

    .arco-btn-group .arco-btn-dashed:not(:first-child),
    .arco-btn-group .arco-btn-outline:not(:first-child) {
      margin-left: -1px
    }

    .arco-btn-group .arco-btn-primary:not(:last-child) {
      border-right: 1px solid rgb(var(--primary-5))
    }

    .arco-btn-group .arco-btn-secondary:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, .08)
    }

    .arco-btn-group .arco-btn-text:not(:last-child) {
      border-right: 1px solid transparent
    }

    .arco-btn-group .arco-btn-status-warning:not(:last-child) {
      border-right: 1px solid rgb(var(--warning-5))
    }

    .arco-btn-group .arco-btn-status-warning:not(:last-child).arco-btn-text {
      border-right: 1px solid rgba(0, 0, 0, .08)
    }

    .arco-btn-group .arco-btn-status-danger:not(:last-child) {
      border-right: 1px solid rgb(var(--danger-5))
    }

    .arco-btn-group .arco-btn-status-danger:not(:last-child).arco-btn-text {
      border-right: 1px solid rgba(0, 0, 0, .08)
    }

    .arco-btn-group .arco-btn-status-success:not(:last-child) {
      border-right: 1px solid rgb(var(--success-5))
    }

    .arco-btn-group .arco-btn-status-success:not(:last-child).arco-btn-text {
      border-right: 1px solid rgba(0, 0, 0, .08)
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-dashed:not(:first-child),
    .arco-btn-group .arco-btn-rtl.arco-btn-outline:not(:first-child) {
      margin-left: 0;
      margin-right: -1px
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-primary:not(:last-child) {
      border-left: 1px solid rgb(var(--primary-5));
      border-right: 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-secondary:not(:last-child) {
      border-left: 1px solid rgba(0, 0, 0, .08);
      border-right: 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-text:not(:last-child) {
      border-left: 1px solid transparent;
      border-right: 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-status-warning:not(:last-child) {
      border-left: 1px solid rgb(var(--warning-5));
      border-right: 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-status-warning:not(:last-child).arco-btn-text {
      border-left: 1px solid rgba(0, 0, 0, .08)
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-status-danger:not(:last-child) {
      border-left: 1px solid rgb(var(--danger-5));
      border-right: 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-status-danger:not(:last-child).arco-btn-text {
      border-left: 1px solid rgba(0, 0, 0, .08)
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-status-success:not(:last-child) {
      border-left: 1px solid rgb(var(--success-5));
      border-right: 0
    }

    .arco-btn-group .arco-btn-rtl.arco-btn-status-success:not(:last-child).arco-btn-text {
      border-left: 1px solid rgba(0, 0, 0, .08)
    }

    .arco-btn-group .arco-btn-dashed:active,
    .arco-btn-group .arco-btn-dashed:hover,
    .arco-btn-group .arco-btn-outline:active,
    .arco-btn-group .arco-btn-outline:hover {
      z-index: 2
    }

    .arco-btn-group .arco-btn:not(:first-child):not(:last-child) {
      border-radius: 0
    }

    .arco-btn-rtl {
      direction: rtl
    }

    body[arco-theme=dark] .arco-btn-primary.arco-btn-disabled {
      color: hsla(0, 0%, 100%, .3)
    }

    .arco-calendar {
      border: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box
    }

    .arco-calendar-header {
      display: flex;
      padding: 24px 24px
    }

    .arco-calendar-header-left {
      align-items: center;
      display: flex;
      flex: 1 1;
      line-height: 28px
    }

    .arco-calendar-header-left,
    .arco-calendar-header-right {
      height: 28px;
      position: relative
    }

    .arco-calendar-header-value {
      color: var(--color-text-1);
      font-size: 20px;
      font-weight: 500
    }

    .arco-calendar-header-icon {
      background-color: var(--color-bg-5);
      border-radius: 50%;
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      height: 28px;
      line-height: 28px;
      margin-right: 12px;
      text-align: center;
      transition: all .1s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 28px
    }

    .arco-calendar-header-icon:not(:first-child) {
      margin: 0 12px
    }

    .arco-calendar-header-icon:focus-visible {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-calendar-header-icon:not(.arco-calendar-header-icon-hidden) {
      cursor: pointer
    }

    .arco-calendar-header-icon:not(.arco-calendar-header-icon-hidden):hover {
      background-color: var(--color-fill-3)
    }

    .arco-calendar .arco-calendar-header-value-year {
      margin-right: 8px;
      width: 100px
    }

    .arco-calendar .arco-calendar-header-value-month {
      margin-right: 32px;
      width: 76px
    }

    .arco-calendar-month {
      width: 100%
    }

    .arco-calendar-month-row {
      display: flex;
      height: 100px
    }

    .arco-calendar-month-row .arco-calendar-cell {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      flex: 1 1;
      overflow: hidden
    }

    .arco-calendar-month-row:last-child .arco-calendar-cell {
      border-bottom: unset
    }

    .arco-calendar-month-cell-body {
      box-sizing: border-box
    }

    .arco-calendar-mode-month:not(.arco-calendar-panel) .arco-calendar-cell:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-calendar-week-list {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      display: flex;
      padding: 0;
      width: 100%
    }

    .arco-calendar-week-list-item {
      color: #7d7d7f;
      flex: 1 1;
      padding: 20px 16px;
      text-align: left
    }

    .arco-calendar-cell .arco-calendar-date {
      box-sizing: border-box;
      cursor: pointer;
      height: 100%;
      padding: 10px;
      width: 100%
    }

    .arco-calendar-cell .arco-calendar-date-circle {
      border-radius: 50%;
      height: 28px;
      line-height: 28px;
      text-align: center;
      width: 28px
    }

    .arco-calendar-date-content {
      height: 70px;
      overflow-y: auto
    }

    .arco-calendar-cell-today .arco-calendar-date-circle {
      border: 1px solid rgb(var(--primary-6));
      box-sizing: border-box
    }

    .arco-calendar-date-value {
      color: rgba(0, 0, 0, .35);
      font-size: 16px;
      font-weight: 500
    }

    .arco-calendar-cell-in-view .arco-calendar-date-value {
      color: rgba(0, 0, 0, .65)
    }

    .arco-calendar-mode-month .arco-calendar-cell-selected .arco-calendar-date-circle,
    .arco-calendar-mode-year .arco-calendar-cell-selected .arco-calendar-cell-selected .arco-calendar-date-circle {
      background-color: rgb(var(--primary-6));
      border: 1px solid rgb(var(--primary-6));
      color: #fff
    }

    .arco-calendar-mode-year:not(.arco-calendar-panel) {
      min-width: 820px
    }

    .arco-calendar-mode-year .arco-calendar-header {
      border-bottom: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-calendar-mode-year .arco-calendar-body {
      padding: 12px
    }

    .arco-calendar-mode-year .arco-calendar-year-row {
      display: flex
    }

    .arco-calendar-year-row>.arco-calendar-cell {
      flex: 1 1;
      padding: 20px 8px
    }

    .arco-calendar-year-row>.arco-calendar-cell:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-calendar-year-row:not(:last-child)>.arco-calendar-cell {
      border-bottom: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-calendar-month-with-days .arco-calendar-month-row {
      height: 26px
    }

    .arco-calendar-month-with-days .arco-calendar-cell {
      border-bottom: 0
    }

    .arco-calendar-month-with-days .arco-calendar-month-cell-body {
      padding: 0
    }

    .arco-calendar-month-with-days .arco-calendar-month-title {
      color: var(--color-text-1);
      font-size: 16px;
      font-weight: 500;
      padding: 10px 6px
    }

    .arco-calendar-month-cell {
      font-size: 12px;
      width: 100%
    }

    .arco-calendar-month-cell .arco-calendar-week-list {
      border-bottom: unset;
      padding: 0
    }

    .arco-calendar-month-cell .arco-calendar-week-list-item {
      color: #7d7d7f;
      padding: 6px;
      text-align: center
    }

    .arco-calendar-month-cell .arco-calendar-cell {
      text-align: center
    }

    .arco-calendar-month-cell .arco-calendar-date {
      padding: 2px
    }

    .arco-calendar-month-cell .arco-calendar-date-value {
      font-size: 14px
    }

    .arco-calendar-month-cell .arco-calendar-date-circle {
      border-radius: 50%;
      display: inline-block;
      height: 22px;
      line-height: 22px;
      text-align: center;
      width: 22px
    }

    .arco-calendar-panel {
      background-color: var(--color-bg-5);
      border: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-calendar-panel .arco-calendar-header {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      padding: 8px 16px
    }

    .arco-calendar-panel .arco-calendar-header-value {
      flex: 1 1;
      font-size: 14px;
      line-height: 24px;
      text-align: center
    }

    .arco-calendar-panel .arco-calendar-header-icon {
      height: 24px;
      line-height: 24px;
      margin-left: 2px;
      margin-right: 2px;
      width: 24px
    }

    .arco-calendar-panel .arco-calendar-body {
      padding: 14px 16px
    }

    .arco-calendar-panel .arco-calendar-month-cell-body {
      padding: 0
    }

    .arco-calendar-panel .arco-calendar-month-row {
      height: unset
    }

    .arco-calendar-panel .arco-calendar-week-list {
      border-bottom: unset;
      padding: 0
    }

    .arco-calendar-panel .arco-calendar-week-list-item {
      font-weight: 400;
      height: 32px;
      line-height: 32px;
      padding: 0;
      text-align: center
    }

    .arco-calendar-panel .arco-calendar-cell,
    .arco-calendar-panel .arco-calendar-year-row .arco-calendar-cell {
      border-bottom: 0;
      border-right: 0;
      box-sizing: border-box;
      padding: 2px 0;
      text-align: center
    }

    .arco-calendar-panel .arco-calendar-cell .arco-calendar-date {
      display: flex;
      justify-content: center;
      padding: 4px 0
    }

    .arco-calendar-panel .arco-calendar-cell .arco-calendar-date-value {
      cursor: pointer;
      font-size: 14px;
      height: 24px;
      line-height: 24px;
      min-width: 24px
    }

    .arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell {
      padding: 4px 0
    }

    .arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell .arco-calendar-date {
      padding: 4px
    }

    .arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell .arco-calendar-date-value {
      border-radius: 12px;
      width: 100%
    }

    .arco-calendar-panel .arco-calendar-cell-selected .arco-calendar-date-value {
      background-color: rgb(var(--primary-6));
      border-radius: 50%;
      color: var(--color-white)
    }

    .arco-calendar-panel .arco-calendar-cell:not(.arco-calendar-cell-selected):not(.arco-calendar-cell-range-start):not(.arco-calendar-cell-range-end):not(.arco-calendar-cell-hover-range-start):not(.arco-calendar-cell-hover-range-end):not(.arco-calendar-cell-disabled):not(.arco-calendar-cell-week) .arco-calendar-date-value:hover {
      background-color: var(--color-primary-light-1);
      border-radius: 50%;
      color: rgb(var(--primary-6))
    }

    .arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell:not(.arco-calendar-cell-selected):not(.arco-calendar-cell-range-start):not(.arco-calendar-cell-range-end):not(.arco-calendar-cell-hover-range-start):not(.arco-calendar-cell-hover-range-end):not(.arco-calendar-cell-disabled) .arco-calendar-date-value:hover {
      border-radius: 12px
    }

    .arco-calendar-panel .arco-calendar-cell-today {
      position: relative
    }

    .arco-calendar-panel .arco-calendar-cell-today:after {
      background-color: rgb(var(--primary-6));
      border-radius: 50%;
      bottom: 0;
      content: "";
      display: block;
      height: 4px;
      left: 50%;
      margin-left: -2px;
      position: absolute;
      width: 4px
    }

    .arco-calendar-cell-in-range .arco-calendar-date {
      background-color: var(--color-primary-light-1)
    }

    .arco-calendar-cell-range-start .arco-calendar-date {
      border-radius: 16px 0 0 16px
    }

    .arco-calendar-cell-range-end .arco-calendar-date {
      border-radius: 0 16px 16px 0
    }

    .arco-calendar-cell-in-range-near-hover .arco-calendar-date {
      border-radius: 0
    }

    .arco-calendar-cell-range-end .arco-calendar-date-value,
    .arco-calendar-cell-range-start .arco-calendar-date-value {
      background-color: rgb(var(--primary-6));
      border-radius: 50%;
      color: var(--color-white)
    }

    .arco-calendar-cell-hover-in-range .arco-calendar-date {
      background-color: var(--color-primary-light-1)
    }

    .arco-calendar-cell-hover-range-start .arco-calendar-date {
      border-radius: 16px 0 0 16px
    }

    .arco-calendar-cell-hover-range-end .arco-calendar-date {
      border-radius: 0 16px 16px 0
    }

    .arco-calendar-cell-hover-range-end .arco-calendar-date-value,
    .arco-calendar-cell-hover-range-start .arco-calendar-date-value {
      background-color: var(--color-primary-light-2);
      border-radius: 50%;
      color: var(--color-text-1)
    }

    .arco-calendar-panel .arco-calendar-cell-disabled>.arco-calendar-date {
      background-color: #fff;
      cursor: not-allowed
    }

    .arco-calendar-panel .arco-calendar-cell-disabled>.arco-calendar-date>.arco-calendar-date-value {
      background-color: #fff;
      color: rgba(0, 0, 0, .35);
      cursor: not-allowed
    }

    .arco-calendar-panel .arco-calendar-footer-btn-wrapper {
      border-top: 1px solid rgba(0, 0, 0, .14);
      color: var(--color-text-1);
      cursor: pointer;
      height: 38px;
      line-height: 38px;
      text-align: center
    }

    .arco-calendar-rtl {
      direction: rtl
    }

    .arco-calendar-rtl .arco-calendar-header-icon {
      margin-left: 12px;
      margin-right: 0;
      transform: scaleX(-1)
    }

    .arco-calendar-rtl .arco-calendar-week-list-item {
      text-align: right
    }

    .arco-calendar-rtl.arco-calendar-mode-month:not(.arco-calendar-panel) .arco-calendar-cell:not(:last-child) {
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-right: 0
    }

    .arco-calendar-rtl .arco-calendar-header-value-year {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-calendar-rtl .arco-calendar-header-value-month {
      margin-left: 32px;
      margin-right: 0
    }

    .arco-card {
      background: #fff;
      border-radius: var(--border-radius-none);
      position: relative;
      transition: box-shadow .2s linear
    }

    .arco-card-header {
      align-items: center;
      border-bottom: 0 solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      overflow: hidden;
      position: relative
    }

    .arco-card-header-no-title:before {
      content: " ";
      display: block
    }

    .arco-card-header-title {
      color: var(--color-text-1);
      flex: 1 1;
      font-weight: 500
    }

    .arco-card-header-extra,
    .arco-card-header-title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-card-header-extra {
      color: rgb(var(--primary-6))
    }

    .arco-card-body {
      color: rgba(0, 0, 0, .65)
    }

    .arco-card-cover {
      overflow: hidden
    }

    .arco-card-cover>* {
      display: block;
      width: 100%
    }

    .arco-card-actions {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-top: 12px
    }

    .arco-card-actions:before {
      content: "";
      visibility: hidden
    }

    .arco-card-actions-item,
    .arco-card-actions-right {
      align-items: center;
      display: flex
    }

    .arco-card-actions-item {
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      justify-content: center;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: color .2s linear;
      white-space: nowrap
    }

    .arco-card-actions-item:hover {
      color: rgb(var(--primary-6))
    }

    .arco-card-actions-item:not(:last-child) {
      margin-right: 12px
    }

    .arco-card-meta-footer {
      align-items: center;
      display: flex;
      justify-content: space-between
    }

    .arco-card-meta-footer:last-child {
      margin-top: 12px
    }

    .arco-card-meta-footer-only-actions:before {
      content: "";
      visibility: hidden
    }

    .arco-card-meta-footer .arco-card-actions {
      margin-top: 0
    }

    .arco-card-meta-title {
      color: var(--color-text-1);
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-card-meta-description:not(:first-child) {
      margin-top: 4px
    }

    .arco-card-grid {
      box-shadow: 1px 0 0 0 rgba(0, 0, 0, .14), 0 1px 0 0 rgba(0, 0, 0, .14), 1px 1px 0 0 rgba(0, 0, 0, .14), inset 1px 0 0 0 rgba(0, 0, 0, .14), inset 0 1px 0 0 rgba(0, 0, 0, .14);
      box-sizing: border-box;
      position: relative;
      width: 33.33%
    }

    .arco-card-grid:before {
      bottom: 0;
      content: "";
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      transition: box-shadow .2s linear
    }

    .arco-card-grid-hoverable:hover {
      z-index: 1
    }

    .arco-card-grid-hoverable:hover:before {
      box-shadow: 0 4px 10px rgb(var(--gray-2))
    }

    .arco-card-grid .arco-card {
      background: none;
      box-shadow: none
    }

    .arco-card-contain-grid:not(.arco-card-loading)>.arco-card-body {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -1px;
      padding: 0
    }

    .arco-card-hoverable:hover {
      box-shadow: 0 4px 10px rgb(var(--gray-2))
    }

    .arco-card-bordered {
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px
    }

    .arco-card-bordered .arco-card-cover {
      border-radius: 4px 4px 0 0
    }

    .arco-card-loading .arco-card-body {
      overflow: hidden;
      text-align: center
    }

    .arco-card-size-default {
      font-size: 14px
    }

    .arco-card-size-default .arco-card-header {
      height: 44px;
      padding-left: 16px;
      padding-right: 16px
    }

    .arco-card-size-default .arco-card-header-title,
    .arco-card-size-default .arco-card-meta-title {
      font-size: 18px
    }

    .arco-card-size-default .arco-card-header-extra {
      font-size: 14px
    }

    .arco-card-size-default .arco-card-body {
      padding: 16px 12px
    }

    .arco-card-size-small {
      font-size: 14px
    }

    .arco-card-size-small .arco-card-header {
      height: 40px;
      padding-left: 16px;
      padding-right: 16px
    }

    .arco-card-size-small .arco-card-header-title,
    .arco-card-size-small .arco-card-meta-title {
      font-size: 18px
    }

    .arco-card-size-small .arco-card-header-extra {
      font-size: 14px
    }

    .arco-card-size-small .arco-card-body {
      padding: 12px 16px
    }

    .arco-card-rtl .arco-card-actions-item:not(:last-child) {
      margin-left: 12px;
      margin-right: 0
    }

    body[arco-theme=dark] .arco-card-grid-hoverable:hover:before,
    body[arco-theme=dark] .arco-card-hoverable:hover {
      box-shadow: 0 4px 10px rgba(var(--gray-1), 40%)
    }

    .arco-carousel {
      position: relative
    }

    .arco-carousel-indicator-position-outer {
      margin-bottom: 30px
    }

    .arco-carousel-card,
    .arco-carousel-fade,
    .arco-carousel-slide {
      height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .arco-carousel-card>*,
    .arco-carousel-fade>*,
    .arco-carousel-slide>* {
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%
    }

    .arco-carousel-item-current {
      position: relative;
      z-index: 1
    }

    .arco-carousel-slide>:not(.arco-carousel-item-current) {
      visibility: hidden
    }

    .arco-carousel-slide.arco-carousel-horizontal .arco-carousel-item-slide-out {
      animation: arco-carousel-slide-x-out;
      display: block
    }

    .arco-carousel-slide.arco-carousel-horizontal .arco-carousel-item-slide-in {
      animation: arco-carousel-slide-x-in;
      display: block
    }

    .arco-carousel-slide.arco-carousel-horizontal.arco-carousel-negative .arco-carousel-item-slide-out {
      animation: arco-carousel-slide-x-out-reverse
    }

    .arco-carousel-slide.arco-carousel-horizontal.arco-carousel-negative .arco-carousel-item-slide-in {
      animation: arco-carousel-slide-x-in-reverse
    }

    .arco-carousel-slide.arco-carousel-vertical .arco-carousel-item-slide-out {
      animation: arco-carousel-slide-y-out;
      display: block
    }

    .arco-carousel-slide.arco-carousel-vertical .arco-carousel-item-slide-in {
      animation: arco-carousel-slide-y-in;
      display: block
    }

    .arco-carousel-slide.arco-carousel-vertical.arco-carousel-negative .arco-carousel-item-slide-out {
      animation: arco-carousel-slide-y-out-reverse
    }

    .arco-carousel-slide.arco-carousel-vertical.arco-carousel-negative .arco-carousel-item-slide-in {
      animation: arco-carousel-slide-y-in-reverse
    }

    .arco-carousel-card {
      perspective: 800px
    }

    .arco-carousel-card>* {
      animation: arco-carousel-card-middle-to-bottom;
      left: 50%;
      opacity: 0;
      transform: translateX(-50%) translateZ(-400px)
    }

    .arco-carousel-card .arco-carousel-item-prev {
      animation: arco-carousel-card-top-to-middle;
      opacity: .4;
      transform: translateX(-100%) translateZ(-200px)
    }

    .arco-carousel-card .arco-carousel-item-next {
      animation: arco-carousel-card-bottom-to-middle;
      opacity: .4;
      transform: translateX(0) translateZ(-200px)
    }

    .arco-carousel-card .arco-carousel-item-current {
      animation: arco-carousel-card-middle-to-top;
      opacity: 1;
      transform: translateX(-50%) translateZ(0)
    }

    .arco-carousel-card.arco-carousel-negative>* {
      animation: arco-carousel-card-middle-to-bottom-reverse
    }

    .arco-carousel-card.arco-carousel-negative .arco-carousel-item-prev {
      animation: arco-carousel-card-bottom-to-middle-reverse
    }

    .arco-carousel-card.arco-carousel-negative .arco-carousel-item-next {
      animation: arco-carousel-card-top-to-middle-reverse
    }

    .arco-carousel-card.arco-carousel-negative .arco-carousel-item-current {
      animation: arco-carousel-card-middle-to-top-reverse
    }

    .arco-carousel-fade>* {
      left: 50%;
      opacity: 0;
      transform: translateX(-50%)
    }

    .arco-carousel-fade .arco-carousel-item-current {
      opacity: 1
    }

    .arco-carousel-indicator {
      display: flex;
      margin: 0;
      padding: 0;
      position: absolute
    }

    .arco-carousel-indicator-wrapper {
      position: absolute;
      z-index: 2
    }

    .arco-carousel-indicator-wrapper-top {
      background: linear-gradient(180deg, rgba(0, 0, 0, .15), transparent 87%);
      height: 48px;
      left: 0;
      right: 0;
      top: 0
    }

    .arco-carousel-indicator-wrapper-bottom {
      background: linear-gradient(180deg, transparent 13%, rgba(0, 0, 0, .15));
      bottom: 0;
      height: 48px;
      left: 0;
      right: 0
    }

    .arco-carousel-indicator-wrapper-left {
      background: linear-gradient(90deg, rgba(0, 0, 0, .15), transparent 87%);
      height: 100%;
      left: 0;
      top: 0;
      width: 48px
    }

    .arco-carousel-indicator-wrapper-right {
      background: linear-gradient(90deg, transparent 13%, rgba(0, 0, 0, .15));
      height: 100%;
      right: 0;
      top: 0;
      width: 48px
    }

    .arco-carousel-indicator-wrapper-outer {
      background: none;
      left: 0;
      right: 0
    }

    .arco-carousel-indicator-bottom {
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%)
    }

    .arco-carousel-indicator-top {
      left: 50%;
      top: 12px;
      transform: translateX(-50%)
    }

    .arco-carousel-indicator-left {
      left: 12px;
      top: 50%;
      transform: translate(-50%, -50%) rotate(90deg)
    }

    .arco-carousel-indicator-right {
      right: 12px;
      top: 50%;
      transform: translate(50%, -50%) rotate(90deg)
    }

    .arco-carousel-indicator-outer {
      background-color: initial;
      border-radius: 20px;
      left: 50%;
      padding: 4px;
      transform: translateX(-50%)
    }

    .arco-carousel-indicator-outer.arco-carousel-indicator-dot {
      bottom: -22px
    }

    .arco-carousel-indicator-outer.arco-carousel-indicator-line {
      bottom: -20px
    }

    .arco-carousel-indicator-outer.arco-carousel-indicator-slider {
      background-color: rgba(var(--gray-4), .5);
      bottom: -16px;
      padding: 0
    }

    .arco-carousel-indicator-outer .arco-carousel-indicator-item {
      background-color: rgba(var(--gray-4), .5)
    }

    .arco-carousel-indicator-outer .arco-carousel-indicator-item-active,
    .arco-carousel-indicator-outer .arco-carousel-indicator-item:hover {
      background-color: var(--color-fill-4)
    }

    .arco-carousel-indicator-item {
      background-color: hsla(0, 0%, 100%, .3);
      border-radius: var(--border-radius-medium);
      cursor: pointer;
      display: inline-block
    }

    .arco-carousel-indicator-item-active,
    .arco-carousel-indicator-item:hover {
      background-color: var(--color-white)
    }

    .arco-carousel-indicator-dot .arco-carousel-indicator-item {
      border-radius: 50%;
      height: 6px;
      width: 6px
    }

    .arco-carousel-indicator-dot .arco-carousel-indicator-item:not(:last-child) {
      margin-right: 8px
    }

    .arco-carousel-indicator-line .arco-carousel-indicator-item {
      height: 4px;
      width: 12px
    }

    .arco-carousel-indicator-line .arco-carousel-indicator-item:not(:last-child) {
      margin-right: 8px
    }

    .arco-carousel-indicator-slider {
      background-color: hsla(0, 0%, 100%, .3);
      border-radius: var(--border-radius-medium);
      cursor: pointer;
      height: 4px;
      width: 48px
    }

    .arco-carousel-indicator-slider .arco-carousel-indicator-item {
      height: 100%;
      position: absolute;
      top: 0;
      transition: left .3s
    }

    .arco-carousel-arrow>div {
      align-items: center;
      background-color: hsla(0, 0%, 100%, .3);
      border-radius: 50%;
      color: var(--color-white);
      cursor: pointer;
      display: flex;
      height: 24px;
      justify-content: center;
      position: absolute;
      width: 24px;
      z-index: 2
    }

    .arco-carousel-arrow>div:focus-visible {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-carousel-arrow>div>svg {
      color: var(--color-white);
      font-size: 16px
    }

    .arco-carousel-arrow>div:hover {
      background-color: hsla(0, 0%, 100%, .5)
    }

    .arco-carousel-arrow-left {
      left: 12px;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-carousel-arrow-right {
      right: 12px;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-carousel-arrow-top {
      left: 50%;
      top: 12px;
      transform: translateX(-50%)
    }

    .arco-carousel-arrow-bottom {
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%)
    }

    .arco-carousel-arrow-hover div {
      opacity: 0;
      transition: all .3s
    }

    .arco-carousel:hover .arco-carousel-arrow-hover div {
      opacity: 1
    }

    .arco-carousel-rtl .arco-carousel-indicator-dot .arco-carousel-indicator-item:not(:last-child),
    .arco-carousel-rtl .arco-carousel-indicator-line .arco-carousel-indicator-item:not(:last-child) {
      margin-left: 8px;
      margin-right: 0
    }

    body[arco-theme=dark] .arco-carousel-arrow>div {
      background-color: rgba(var(--gray-1), .3)
    }

    body[arco-theme=dark] .arco-carousel-arrow>div:hover {
      background-color: rgba(var(--gray-1), .5)
    }

    body[arco-theme=dark] .arco-carousel-indicator-item,
    body[arco-theme=dark] .arco-carousel-indicator-slider {
      background-color: rgba(var(--gray-1), .3)
    }

    body[arco-theme=dark] .arco-carousel-indicator-item-active,
    body[arco-theme=dark] .arco-carousel-indicator-item:hover {
      background-color: var(--color-white)
    }

    body[arco-theme=dark] .arco-carousel-indicator-outer.arco-carousel-indicator-slider {
      background-color: rgba(var(--gray-4), .5)
    }

    body[arco-theme=dark] .arco-carousel-indicator-outer .arco-carousel-indicator-item-active,
    body[arco-theme=dark] .arco-carousel-indicator-outer .arco-carousel-indicator-item:hover {
      background-color: var(--color-fill-4)
    }

    .arco-cascader .arco-cascader-view {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .92)
    }

    .arco-cascader:hover .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--primary-5))
    }

    .arco-cascader.arco-cascader-focused .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      box-shadow: 0 0 0 0 var(--color-primary-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .arco-cascader .arco-cascader-arrow-icon,
    .arco-cascader .arco-cascader-clear-icon,
    .arco-cascader .arco-cascader-expand-icon,
    .arco-cascader .arco-cascader-loading-icon,
    .arco-cascader .arco-cascader-search-icon,
    .arco-cascader .arco-cascader-suffix-icon {
      color: rgba(0, 0, 0, .55)
    }

    .arco-cascader-error .arco-cascader-view {
      background-color: #fff;
      border: 1px solid rgb(var(--danger-6))
    }

    .arco-cascader-error:hover .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-cascader-error.arco-cascader-focused .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 #fff;
      color: rgba(0, 0, 0, .92)
    }

    .arco-cascader-warning .arco-cascader-view {
      background-color: var(--color-warning-light-1);
      border: 1px solid transparent
    }

    .arco-cascader-warning:hover .arco-cascader-view {
      background-color: var(--color-warning-light-2);
      border-color: transparent
    }

    .arco-cascader-warning.arco-cascader-focused .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .arco-cascader-disabled .arco-cascader-view {
      background-color: #f0f0f0;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .arco-cascader-disabled:hover .arco-cascader-view {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-cascader-disabled .arco-cascader-arrow-icon,
    .arco-cascader-disabled .arco-cascader-clear-icon,
    .arco-cascader-disabled .arco-cascader-expand-icon,
    .arco-cascader-disabled .arco-cascader-loading-icon,
    .arco-cascader-disabled .arco-cascader-search-icon,
    .arco-cascader-disabled .arco-cascader-suffix-icon {
      color: var(--color-text-4)
    }

    .arco-cascader-no-border .arco-cascader-view {
      background: none !important;
      border: none !important
    }

    .arco-cascader-size-mini.arco-cascader-multiple .arco-cascader-view {
      font-size: 12px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-cascader-size-mini.arco-cascader-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-cascader-size-mini.arco-cascader-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-cascader-size-mini.arco-cascader-multiple .arco-cascader-suffix {
      padding-right: 8px
    }

    .arco-cascader-size-mini.arco-cascader-multiple input {
      font-size: 12px
    }

    .arco-cascader-size-mini.arco-cascader-single .arco-cascader-view {
      font-size: 12px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .arco-cascader-size-mini.arco-cascader-single input {
      font-size: 12px
    }

    .arco-cascader-size-mini.arco-cascader-multiple .arco-cascader-view-with-prefix {
      padding-left: 11px
    }

    .arco-cascader-size-small.arco-cascader-multiple .arco-cascader-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-cascader-size-small.arco-cascader-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-cascader-size-small.arco-cascader-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-cascader-size-small.arco-cascader-multiple .arco-cascader-suffix {
      padding-right: 8px
    }

    .arco-cascader-size-small.arco-cascader-multiple input {
      font-size: 14px
    }

    .arco-cascader-size-small.arco-cascader-single .arco-cascader-view {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .arco-cascader-size-small.arco-cascader-single input {
      font-size: 14px
    }

    .arco-cascader-size-small.arco-cascader-multiple .arco-cascader-view-with-prefix {
      padding-left: 11px
    }

    .arco-cascader-size-default.arco-cascader-multiple .arco-cascader-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-cascader-size-default.arco-cascader-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-cascader-size-default.arco-cascader-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-cascader-size-default.arco-cascader-multiple .arco-cascader-suffix {
      padding-right: 8px
    }

    .arco-cascader-size-default.arco-cascader-multiple input {
      font-size: 14px
    }

    .arco-cascader-size-default.arco-cascader-single .arco-cascader-view {
      font-size: 14px;
      height: 36px;
      line-height: 34px;
      padding: 0 11px
    }

    .arco-cascader-size-default.arco-cascader-single input {
      font-size: 14px
    }

    .arco-cascader-size-default.arco-cascader-multiple .arco-cascader-view-with-prefix {
      padding-left: 11px
    }

    .arco-cascader-size-large.arco-cascader-multiple .arco-cascader-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-cascader-size-large.arco-cascader-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-cascader-size-large.arco-cascader-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-cascader-size-large.arco-cascader-multiple .arco-cascader-suffix {
      padding-right: 8px
    }

    .arco-cascader-size-large.arco-cascader-multiple input {
      font-size: 14px
    }

    .arco-cascader-size-large.arco-cascader-single .arco-cascader-view {
      font-size: 14px;
      height: 44px;
      line-height: 42px;
      padding: 0 11px
    }

    .arco-cascader-size-large.arco-cascader-single input {
      font-size: 14px
    }

    .arco-cascader-size-large.arco-cascader-multiple .arco-cascader-view-with-prefix {
      padding-left: 11px
    }

    .arco-cascader {
      cursor: pointer;
      display: inline-block
    }

    .arco-cascader,
    .arco-cascader-view {
      box-sizing: border-box;
      position: relative;
      width: 100%
    }

    .arco-cascader-view {
      border-radius: 4px;
      display: flex;
      outline: none;
      text-align: left;
      transition: all .1s linear, padding 0s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-cascader-view input {
      color: inherit;
      cursor: inherit
    }

    .arco-cascader-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-cascader-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-cascader-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-cascader-multiple,
    .arco-cascader-show-search {
      cursor: text
    }

    .arco-cascader-disabled {
      cursor: not-allowed
    }

    .arco-cascader-disabled .arco-cascader-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-cascader-disabled .arco-cascader-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-cascader-disabled .arco-cascader-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-cascader-single .arco-cascader-view-input {
      background: transparent;
      border: none;
      box-sizing: border-box;
      outline: none;
      overflow: hidden;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-cascader-single .arco-cascader-view-selector {
      box-sizing: border-box;
      display: inline-flex;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .arco-cascader-single .arco-cascader-view-selector .arco-cascader-view-input {
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1
    }

    .arco-cascader-single .arco-cascader-view-selector .arco-cascader-view-value-mirror {
      opacity: 0
    }

    .arco-cascader-single .arco-cascader-view-value {
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-cascader-single .arco-cascader-view-value:after {
      content: ".";
      font-size: 0;
      line-height: 0;
      visibility: hidden
    }

    .arco-cascader-single .arco-cascader-view .arco-cascader-hidden {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .arco-cascader-multiple {
      vertical-align: top
    }

    .arco-cascader-multiple .arco-cascader-view {
      line-height: 0;
      padding: 0 4px
    }

    .arco-cascader-multiple .arco-cascader-view-with-prefix {
      padding-left: 12px
    }

    .arco-cascader-multiple .arco-input-tag {
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      flex: 1 1;
      overflow: hidden;
      padding: 0
    }

    .arco-cascader-multiple .arco-tag {
      max-width: 100%
    }

    .arco-cascader-multiple:not(.arco-cascader-focused) .arco-input-tag input:not(:first-child)[value=""] {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .arco-cascader-prefix {
      align-items: center;
      color: rgba(0, 0, 0, .55);
      display: flex;
      margin-right: 12px;
      white-space: nowrap
    }

    .arco-cascader-suffix {
      align-items: center;
      display: flex;
      margin-left: 4px
    }

    .arco-cascader-clear-icon,
    .arco-cascader-expand-icon,
    .arco-cascader-loading-icon,
    .arco-cascader-search-icon,
    .arco-cascader-suffix-icon {
      font-size: 16px;
      transition: all .1s linear
    }

    .arco-cascader-arrow-icon {
      font-size: 16px
    }

    .arco-cascader-open .arco-cascader-arrow-icon svg {
      transform: rotate(180deg)
    }

    .arco-cascader .arco-cascader-clear-icon {
      cursor: pointer;
      display: none
    }

    .arco-cascader .arco-cascader-clear-icon>svg {
      position: relative;
      transition: all .1s linear
    }

    .arco-cascader:hover .arco-cascader-clear-icon {
      display: block
    }

    .arco-cascader:hover .arco-cascader-clear-icon~* {
      display: none
    }

    .arco-cascader-wrapper {
      align-items: stretch;
      display: inline-flex;
      width: 100%
    }

    .arco-cascader-wrapper .arco-cascader {
      min-width: 0
    }

    .arco-cascader-wrapper .arco-cascader:not(.arco-cascader-focused):not(:first-child) .arco-cascader-view {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .arco-cascader-wrapper .arco-cascader:not(.arco-cascader-focused):not(:last-child) .arco-cascader-view {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .arco-cascader-addbefore {
      align-items: center;
      background-color: #fff;
      border: 1px solid transparent;
      border-bottom-left-radius: 4px;
      border-right: 1px solid var(--color-border-2);
      border-top-left-radius: 4px;
      color: var(--color-text-1);
      display: flex;
      padding: 0 12px;
      white-space: nowrap
    }

    .arco-cascader-rtl.arco-cascader-size-mini.arco-cascader-multiple .arco-cascader-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-cascader-rtl.arco-cascader-size-mini.arco-cascader-multiple .arco-cascader-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-cascader-rtl.arco-cascader-size-mini.arco-cascader-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-cascader-rtl.arco-cascader-size-mini.arco-cascader-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-cascader-rtl.arco-cascader-size-small.arco-cascader-multiple .arco-cascader-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-cascader-rtl.arco-cascader-size-small.arco-cascader-multiple .arco-cascader-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-cascader-rtl.arco-cascader-size-small.arco-cascader-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-cascader-rtl.arco-cascader-size-small.arco-cascader-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-cascader-rtl.arco-cascader-size-default.arco-cascader-multiple .arco-cascader-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-cascader-rtl.arco-cascader-size-default.arco-cascader-multiple .arco-cascader-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-cascader-rtl.arco-cascader-size-default.arco-cascader-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-cascader-rtl.arco-cascader-size-default.arco-cascader-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-cascader-rtl.arco-cascader-size-large.arco-cascader-multiple .arco-cascader-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-cascader-rtl.arco-cascader-size-large.arco-cascader-multiple .arco-cascader-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-cascader-rtl.arco-cascader-size-large.arco-cascader-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-cascader-rtl.arco-cascader-size-large.arco-cascader-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-cascader-wrapper-rtl .arco-cascader-addbefore {
      border-left: 1px solid var(--color-border-2);
      border-right: unset
    }

    .arco-cascader-rtl .arco-cascader-view {
      text-align: right
    }

    .arco-cascader-rtl .arco-cascader-multiple .arco-cascader-view-with-prefix {
      padding-left: 0;
      padding-right: 12px
    }

    .arco-cascader-rtl .arco-cascader-prefix {
      margin-left: 12px;
      margin-right: 0
    }

    .arco-cascader-rtl .arco-cascader-suffix {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-cascader-popup {
      background-color: var(--color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      overflow: hidden;
      top: 4px
    }

    .arco-cascader-popup-trigger-hover .arco-cascader-list-item {
      transition: font-weight 0s
    }

    .arco-cascader-popup .arco-cascader-popup-inner {
      height: 200px;
      list-style: none;
      white-space: nowrap;
      width: 100%
    }

    .arco-cascader-highlight {
      font-weight: 500
    }

    .arco-cascader-list-column {
      background-color: var(--color-bg-popup);
      display: inline-block;
      height: 100%;
      position: relative;
      vertical-align: top
    }

    .arco-cascader-list-column-virtual {
      width: 120px
    }

    .arco-cascader-list-column:not(:last-of-type) {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-cascader-list-wrapper {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 4px 0;
      position: relative;
      white-space: nowrap
    }

    .arco-cascader-list-wrapper-with-footer {
      padding-bottom: 0
    }

    .arco-cascader-list-empty {
      align-items: center;
      display: flex;
      height: 100%
    }

    .arco-cascader-list {
      box-sizing: border-box;
      flex: 1 1;
      list-style: none;
      margin: 0;
      overflow-y: auto;
      padding: 0
    }

    .arco-cascader-list-item,
    .arco-cascader-list-search-item {
      background-color: initial;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      cursor: pointer;
      display: flex;
      font-size: 14px;
      height: 36px;
      line-height: 36px;
      min-width: 100px;
      position: relative
    }

    .arco-cascader-list-item-label,
    .arco-cascader-list-search-item-label {
      flex-grow: 1;
      padding-left: 8px;
      padding-right: 36px
    }

    .arco-cascader-list-item .arco-icon-check,
    .arco-cascader-list-item .arco-icon-right,
    .arco-cascader-list-search-item .arco-icon-check,
    .arco-cascader-list-search-item .arco-icon-right {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-cascader-list-item .arco-icon-check,
    .arco-cascader-list-search-item .arco-icon-check {
      color: rgb(var(--primary-6))
    }

    .arco-cascader-list-item .arco-icon-loading,
    .arco-cascader-list-search-item .arco-icon-loading {
      color: rgb(var(--primary-6));
      font-size: 16px;
      margin-top: -8px;
      position: absolute;
      right: 8px;
      top: 50%
    }

    .arco-cascader-list-item:hover,
    .arco-cascader-list-search-item-hover {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, .65)
    }

    .arco-cascader-list-item:hover .arco-checkbox:not(.arco-checkbox-disabled):not(.arco-checkbox-checked):hover .arco-checkbox-icon-hover:before,
    .arco-cascader-list-search-item-hover .arco-checkbox:not(.arco-checkbox-disabled):not(.arco-checkbox-checked):hover .arco-checkbox-icon-hover:before {
      background-color: rgb(var(--primary-7))
    }

    .arco-cascader-list-item-disabled,
    .arco-cascader-list-item-disabled:hover,
    .arco-cascader-list-search-item-disabled,
    .arco-cascader-list-search-item-disabled:hover {
      background-color: initial;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-cascader-list-item-disabled .arco-icon-right,
    .arco-cascader-list-item-disabled:hover .arco-icon-right,
    .arco-cascader-list-search-item-disabled .arco-icon-right,
    .arco-cascader-list-search-item-disabled:hover .arco-icon-right {
      color: inherit
    }

    .arco-cascader-list-item-disabled .arco-icon-check,
    .arco-cascader-list-item-disabled:hover .arco-icon-check,
    .arco-cascader-list-search-item-disabled .arco-icon-check,
    .arco-cascader-list-search-item-disabled:hover .arco-icon-check {
      color: var(--color-primary-light-3)
    }

    .arco-cascader-list-item-active {
      transition: all .2s linear
    }

    .arco-cascader-list-item-active,
    .arco-cascader-list-item-active:hover {
      background-color: initial;
      color: rgb(var(--primary-6));
      font-weight: 600
    }

    .arco-cascader-list-item-active.arco-cascader-list-item-disabled,
    .arco-cascader-list-item-active.arco-cascader-list-item-disabled:hover {
      background-color: initial;
      color: rgb(var(--primary-3));
      font-weight: 600
    }

    .arco-cascader-list-multiple .arco-cascader-list-item-label {
      padding-left: 0
    }

    .arco-cascader-list-multiple .arco-cascader-list-item,
    .arco-cascader-list-multiple .arco-cascader-list-search-item {
      padding-left: 8px
    }

    .arco-cascader-list-multiple .arco-cascader-list-item .arco-checkbox,
    .arco-cascader-list-multiple .arco-cascader-list-search-item .arco-checkbox {
      margin-right: 8px;
      padding-left: 0
    }

    .arco-cascader-list-search.arco-cascader-list-multiple .arco-cascader-list-item-label {
      padding-right: 8px
    }

    .arco-cascader-list-footer {
      border-top: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      height: 36px;
      line-height: 36px;
      padding-left: 8px
    }

    .arco-cascader-list-column-rtl {
      direction: rtl
    }

    .arco-cascader-list-column-rtl:not(:last-of-type) {
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-right: none
    }

    .arco-cascader-list-rtl .arco-cascader-list-item-label,
    .arco-cascader-list-rtl .arco-cascader-list-search-item-label {
      padding-left: 36px;
      padding-right: 8px
    }

    .arco-cascader-list-rtl .arco-cascader-list-item .arco-icon-check,
    .arco-cascader-list-rtl .arco-cascader-list-item .arco-icon-left,
    .arco-cascader-list-rtl .arco-cascader-list-search-item .arco-icon-check,
    .arco-cascader-list-rtl .arco-cascader-list-search-item .arco-icon-left {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      left: 8px;
      position: absolute;
      right: auto;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-cascader-list-rtl .arco-cascader-list-footer {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-cascader-list-rtl.arco-cascader-multiple .arco-cascader-list-item-label {
      padding-right: 0
    }

    .arco-cascader-list-rtl.arco-cascader-multiple .arco-cascader-list-item,
    .arco-cascader-list-rtl.arco-cascader-multiple .arco-cascader-list-search-item {
      padding-right: 8px
    }

    .arco-cascader-list-rtl.arco-cascader-multiple .arco-cascader-list-item .arco-checkbox,
    .arco-cascader-list-rtl.arco-cascader-multiple .arco-cascader-list-search-item .arco-checkbox {
      margin-left: 8px;
      padding-right: 0
    }

    .arco-cascader-list-rtl.arco-cascader-multiple.arco-cascader-list-search .arco-cascader-list-item-label {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-icon-hover.arco-checkbox-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .arco-checkbox {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: unset;
      padding-left: 0;
      position: relative
    }

    .arco-checkbox>input[type=checkbox] {
      height: 0;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 0
    }

    .arco-checkbox>input[type=checkbox]:focus-visible+.arco-checkbox-icon-hover:before {
      background-color: #fff;
      opacity: 1
    }

    .arco-checkbox:hover .arco-checkbox-icon-hover:before {
      background-color: #fff
    }

    .arco-checkbox-text {
      color: rgba(0, 0, 0, .92);
      margin-left: 8px
    }

    .arco-checkbox-mask-wrapper {
      line-height: 1;
      position: relative;
      top: -.09em;
      vertical-align: middle
    }

    .arco-checkbox-mask {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .55);
      border-radius: 4px;
      box-sizing: border-box;
      height: 16px;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 16px
    }

    .arco-checkbox-mask:after {
      background: var(--color-white);
      border-radius: .5px;
      content: "";
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) scale(0);
      width: 6px
    }

    .arco-checkbox-mask-icon {
      color: var(--color-white);
      display: block;
      height: 100%;
      margin: 0 auto;
      position: relative;
      transform: scale(0);
      transform-origin: center 75%;
      width: 8px
    }

    .arco-checkbox:hover .arco-checkbox-mask {
      border-color: rgb(var(--primary-5));
      transition: border-color .1s linear, transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .arco-checkbox-checked:hover .arco-checkbox-mask,
    .arco-checkbox-indeterminate:hover .arco-checkbox-mask {
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .arco-checkbox-checked .arco-checkbox-mask {
      background-color: rgb(var(--primary-6))
    }

    .arco-checkbox-checked .arco-checkbox-mask-icon {
      transform: scale(1);
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .arco-checkbox-indeterminate .arco-checkbox-mask {
      background-color: rgb(var(--primary-6));
      border-color: transparent
    }

    .arco-checkbox-indeterminate .arco-checkbox-mask-icon {
      transform: scale(0)
    }

    .arco-checkbox-indeterminate .arco-checkbox-mask:after {
      transform: translateX(-50%) translateY(-50%) scale(1);
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .arco-checkbox.arco-checkbox-disabled,
    .arco-checkbox.arco-checkbox-disabled .arco-checkbox-icon-hover {
      cursor: not-allowed
    }

    .arco-checkbox.arco-checkbox-disabled:hover .arco-checkbox-mask {
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-checkbox-checked:hover .arco-checkbox-mask,
    .arco-checkbox-indeterminate:hover .arco-checkbox-mask {
      border-color: transparent
    }

    .arco-checkbox-disabled .arco-checkbox-mask {
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-checkbox-disabled.arco-checkbox-checked .arco-checkbox-mask,
    .arco-checkbox-disabled.arco-checkbox-checked:hover .arco-checkbox-mask,
    .arco-checkbox-disabled.arco-checkbox-indeterminate .arco-checkbox-mask,
    .arco-checkbox-disabled.arco-checkbox-indeterminate:hover .arco-checkbox-mask {
      background-color: rgb(var(--primary-3));
      border-color: transparent
    }

    .arco-checkbox-checked:hover .arco-checkbox-mask-wrapper:before,
    .arco-checkbox-disabled:hover .arco-checkbox-mask-wrapper:before,
    .arco-checkbox-indeterminate:hover .arco-checkbox-mask-wrapper:before {
      background-color: initial
    }

    .arco-checkbox-disabled .arco-checkbox-text {
      color: rgba(0, 0, 0, .25)
    }

    .arco-checkbox-disabled .arco-checkbox-mask-icon {
      color: #fff
    }

    .arco-checkbox-group {
      display: inline-block
    }

    .arco-checkbox-group .arco-checkbox {
      margin-right: 16px
    }

    .arco-checkbox-group-direction-vertical .arco-checkbox {
      display: block;
      line-height: 32px;
      margin-right: 0
    }

    .arco-checkbox-rtl {
      direction: rtl;
      padding-left: 0;
      padding-right: 0
    }

    .arco-checkbox-rtl .arco-checkbox-text {
      margin-left: 0;
      margin-right: 8px
    }

    .arco-checkbox-group-rtl .arco-checkbox {
      margin-left: 16px;
      margin-right: 0
    }

    .arco-icon-hover.arco-collapse-item-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .arco-icon-hover.arco-collapse-item-icon-hover:hover:before {
      background-color: var(--color-fill-2)
    }

    .arco-collapse {
      border: 1px solid var(--color-neutral-3);
      border-radius: 2px;
      line-height: 1.5715;
      overflow: hidden
    }

    .arco-collapse-rtl {
      direction: rtl
    }

    .arco-collapse-item {
      border-bottom: 1px solid var(--color-neutral-3);
      box-sizing: border-box
    }

    .arco-collapse-item-active>.arco-collapse-item-header {
      background-color: var(--color-bg-2);
      border-color: var(--color-neutral-3);
      transition: border-color 0s ease 0s
    }

    .arco-collapse-item-active>.arco-collapse-item-header .arco-collapse-item-header-title {
      font-weight: 500
    }

    .arco-collapse-item-header {
      align-items: center;
      background-color: var(--color-bg-2);
      border-bottom: 1px solid transparent;
      box-sizing: border-box;
      color: var(--color-text-1);
      cursor: pointer;
      display: flex;
      font-size: 16px;
      justify-content: space-between;
      line-height: 24px;
      overflow: hidden;
      padding-bottom: 8px;
      padding-top: 8px;
      position: relative;
      transition: border-color 0s ease .19s
    }

    .arco-collapse-item-header[data-active-region=header] {
      cursor: unset
    }

    .arco-collapse-item-header[data-active-region=header]>.arco-collapse-item-header-title,
    .arco-collapse-item-header[data-active-region=header]>.arco-icon-hover {
      cursor: pointer
    }

    .arco-collapse-item-header[data-active-region=icon] {
      cursor: unset
    }

    .arco-collapse-item-header[data-active-region=icon]>.arco-icon-hover {
      cursor: pointer
    }

    .arco-collapse-item-header:focus-visible {
      box-shadow: inset 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-collapse-item-header-left {
      padding-left: 32px;
      padding-right: 13px
    }

    .arco-collapse-item-header-right {
      padding-left: 13px;
      padding-right: 32px
    }

    .arco-collapse-item-header-disabled {
      background-color: var(--color-bg-2);
      color: var(--color-text-4);
      cursor: not-allowed
    }

    .arco-collapse-item-header-disabled .arco-collapse-item-header-icon {
      color: var(--color-text-4)
    }

    .arco-collapse-item-header-title {
      display: inline
    }

    .arco-collapse-item-header-extra {
      float: right
    }

    .arco-collapse-item .arco-collapse-item-icon-hover {
      left: 13px;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-collapse-item .arco-collapse-item-icon-hover-right {
      left: unset;
      right: 13px
    }

    .arco-collapse-item .arco-collapse-item-icon-hover-right>.arco-collapse-item-header-icon-down {
      transform: rotate(-90deg)
    }

    .arco-collapse-item-header-icon {
      color: var(--color-neutral-7);
      display: block;
      font-size: 14px;
      position: relative;
      transition: transform .2s cubic-bezier(.34, .69, .1, 1);
      vertical-align: middle
    }

    .arco-collapse-item-header-icon-down {
      transform: rotate(90deg)
    }

    .arco-collapse-item-content {
      background-color: initial;
      color: var(--color-text-1);
      display: none;
      font-size: 16px;
      overflow: hidden;
      position: relative;
      transition: height .2s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-collapse-item-content-expanded {
      display: block;
      height: auto
    }

    .arco-collapse-item-content-box {
      padding: 8px 13px 8px 34px
    }

    .arco-collapse-item.arco-collapse-item-disabled>.arco-collapse-item-content {
      color: var(--color-text-1)
    }

    .arco-collapse-item-no-icon>.arco-collapse-item-header {
      padding-left: 13px;
      padding-right: 13px
    }

    .arco-collapse-item:last-of-type {
      border-bottom: none
    }

    .arco-collapse.arco-collapse-borderless {
      border: none
    }

    .arco-collapse:after {
      clear: both;
      content: "";
      display: table
    }

    .arco-comment {
      display: flex;
      flex-wrap: nowrap;
      line-height: 1.5715
    }

    .arco-comment-inner-comment,
    .arco-comment:not(:first-of-type) {
      margin-top: 20px
    }

    .arco-comment-inner {
      flex: 1 1
    }

    .arco-comment-avatar {
      cursor: pointer;
      flex-shrink: 0;
      margin-right: 12px
    }

    .arco-comment-avatar>img {
      border-radius: var(--border-radius-circle);
      height: 32px;
      width: 32px
    }

    .arco-comment-author {
      color: var(--color-text-2);
      font-size: 16px;
      margin-right: 8px
    }

    .arco-comment-datetime {
      color: var(--color-text-3);
      font-size: 12px
    }

    .arco-comment-content {
      color: var(--color-text-1);
      font-size: 16px
    }

    .arco-comment-title-align-right {
      display: flex;
      justify-content: space-between
    }

    .arco-comment-actions {
      color: var(--color-text-2);
      font-size: 16px;
      margin-top: 8px
    }

    .arco-comment-actions>:not(:last-child) {
      margin-right: 8px
    }

    .arco-comment-actions-align-right {
      display: flex;
      justify-content: flex-end
    }

    .arco-comment-rtl {
      direction: rtl
    }

    .arco-comment-rtl .arco-comment-title {
      align-items: center;
      display: flex
    }

    .arco-comment-rtl .arco-comment-avatar {
      margin-left: 12px;
      margin-right: 0
    }

    .arco-comment-rtl .arco-comment-actions>:not(:last-child),
    .arco-comment-rtl .arco-comment-author {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-picker-container,
    .arco-picker-range-container {
      background-color: var(--color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
      box-sizing: border-box;
      min-height: 60px;
      overflow: hidden
    }

    .arco-picker-container-shortcuts-placement-left,
    .arco-picker-range-container-shortcuts-placement-left {
      align-items: flex-start;
      display: flex
    }

    .arco-picker-container-shortcuts-placement-left .arco-picker-shortcuts,
    .arco-picker-range-container-shortcuts-placement-left .arco-picker-shortcuts {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 5px 8px
    }

    .arco-picker-container-shortcuts-placement-left .arco-picker-shortcuts>*,
    .arco-picker-range-container-shortcuts-placement-left .arco-picker-shortcuts>* {
      margin: 5px 0
    }

    .arco-picker-container-shortcuts-placement-left .arco-picker-panel-wrapper,
    .arco-picker-container-shortcuts-placement-left .arco-picker-range-panel-wrapper,
    .arco-picker-range-container-shortcuts-placement-left .arco-picker-panel-wrapper,
    .arco-picker-range-container-shortcuts-placement-left .arco-picker-range-panel-wrapper {
      border-left: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-picker-panel-only,
    .arco-picker-range-panel-only {
      box-shadow: none
    }

    .arco-picker-panel-only .arco-panel-date-inner,
    .arco-picker-range-panel-only .arco-panel-date,
    .arco-picker-range-panel-only .arco-panel-date-inner,
    .arco-picker-range-panel-only .arco-panel-month,
    .arco-picker-range-panel-only .arco-panel-year {
      width: 100%
    }

    .arco-picker-header {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      display: flex;
      padding: 8px 16px
    }

    .arco-picker-header-value {
      color: rgba(0, 0, 0, .92);
      flex: 1 1;
      font-size: 14px;
      font-weight: 500
    }

    .arco-picker-header-icon,
    .arco-picker-header-value {
      box-sizing: border-box;
      line-height: 24px;
      text-align: center
    }

    .arco-picker-header-icon {
      background-color: var(--color-bg-popup);
      border-radius: 50%;
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      height: 24px;
      margin-left: 2px;
      margin-right: 2px;
      transition: all .1s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 24px
    }

    .arco-picker-header-icon:not(.arco-picker-header-icon-hidden) {
      cursor: pointer
    }

    .arco-picker-header-icon:not(.arco-picker-header-icon-hidden):hover {
      background-color: initial
    }

    .arco-picker-header-label {
      border-radius: 2px;
      cursor: pointer;
      padding: 2px;
      transition: all .1s
    }

    .arco-picker-header-label:hover {
      background-color: var(--color-fill-3)
    }

    .arco-picker-body {
      padding: 14px 16px
    }

    .arco-picker-week-list {
      box-sizing: border-box;
      display: flex;
      padding: 14px 16px 0;
      width: 100%
    }

    .arco-picker-week-list-item {
      color: rgba(0, 0, 0, .92);
      flex: 1 1;
      font-weight: 400;
      height: 32px;
      line-height: 32px;
      padding: 0;
      text-align: center
    }

    .arco-picker-row {
      display: flex
    }

    .arco-picker-cell {
      cursor: pointer;
      flex: 1 1;
      padding: 2px 0;
      position: relative
    }

    .arco-picker-cell .arco-picker-date {
      box-sizing: border-box;
      cursor: pointer;
      display: flex;
      height: 100%;
      justify-content: center;
      padding: 4px 0;
      width: 100%
    }

    .arco-picker-date-value {
      border-radius: 4px;
      color: rgba(0, 0, 0, .25);
      font-size: 14px;
      font-weight: 400;
      height: 32px;
      line-height: 32px;
      min-width: 32px;
      text-align: center
    }

    .arco-picker-cell-in-view .arco-picker-date-value {
      font-weight: 400
    }

    .arco-picker-cell:hover .arco-picker-date-value {
      background-color: rgba(0, 0, 0, .08);
      color: rgba(0, 0, 0, .65)
    }

    .arco-picker-cell-today {
      position: relative
    }

    .arco-picker-cell-today:after {
      background-color: rgb(var(--primary-6));
      border-radius: 50%;
      bottom: -2px;
      content: "";
      display: block;
      height: 4px;
      left: 50%;
      margin-left: -2px;
      position: absolute;
      width: 4px
    }

    .arco-picker-cell-in-range .arco-picker-date {
      background-color: rgba(0, 153, 149, .15)
    }

    .arco-picker-cell-hover-range-start .arco-picker-date,
    .arco-picker-cell-range-start .arco-picker-date {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px
    }

    .arco-picker-cell-hover-range-end .arco-picker-date,
    .arco-picker-cell-range-end .arco-picker-date {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px
    }

    .arco-picker-cell-range-end:hover .arco-picker-date-value,
    .arco-picker-cell-range-start:hover .arco-picker-date-value {
      background-color: unset
    }

    .arco-picker-cell-disabled .arco-picker-date {
      background-color: #f0f0f0;
      cursor: not-allowed
    }

    .arco-picker-cell-disabled .arco-picker-date-value,
    .arco-picker-cell-disabled:hover .arco-picker-date-value {
      background-color: initial;
      color: rgba(0, 0, 0, .25)
    }

    .arco-picker-cell-selected .arco-picker-date-value,
    .arco-picker-cell-selected:hover .arco-picker-date-value {
      background-color: rgb(var(--primary-6));
      color: var(--color-white);
      transition: background-color .1s linear
    }

    .arco-picker-cell-hover-in-range .arco-picker-date,
    .arco-picker-cell-hover-range-end:not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value,
    .arco-picker-cell-hover-range-start:not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value {
      background-color: rgba(0, 153, 149, .15)
    }

    .arco-picker-cell-hover-range-edge-in-range .arco-picker-date,
    .arco-picker-cell-range-edge-in-hover-range .arco-picker-date {
      border-radius: 0
    }

    .arco-picker-cell-hidden .arco-picker-date {
      display: none
    }

    .arco-picker-footer {
      min-width: 100%;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content
    }

    .arco-picker-footer-btn-wrapper {
      align-items: center;
      border-top: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      padding: 3px 8px
    }

    .arco-picker-footer-extra-wrapper {
      border-top: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      color: var(--color-text-1);
      font-size: 12px;
      padding: 8px 24px
    }

    .arco-picker-footer-now-wrapper {
      border-top: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      height: 36px;
      line-height: 36px;
      text-align: center
    }

    .arco-picker-btn-select-date,
    .arco-picker-btn-select-time {
      margin-right: 8px
    }

    .arco-picker-btn-confirm {
      margin: 5px 0
    }

    .arco-picker-shortcuts {
      flex: 1 1
    }

    .arco-picker-shortcuts>* {
      margin: 5px 10px 5px 0
    }

    .arco-panel-date {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between
    }

    .arco-panel-date-inner {
      width: 265px
    }

    .arco-panel-date-inner .arco-picker-body {
      padding-top: 0
    }

    .arco-panel-date-timepicker {
      display: flex;
      flex-direction: column
    }

    .arco-panel-date-timepicker-title {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      color: var(--color-text-1);
      font-size: 14px;
      font-weight: 400;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 100%
    }

    .arco-panel-date-timepicker .arco-timepicker {
      height: 276px;
      overflow: hidden;
      padding: 0 6px;
      width: 265px
    }

    .arco-panel-date-timepicker .arco-timepicker-list {
      box-sizing: border-box;
      height: 100%;
      padding: 0 4px;
      width: 100%
    }

    .arco-panel-date-timepicker .arco-timepicker-list:not(:last-child) {
      border-right: 0
    }

    .arco-panel-date-timepicker .arco-timepicker ul:after {
      height: 244px
    }

    .arco-panel-date-timepicker .arco-timepicker-cell {
      width: 100%
    }

    .arco-panel-date-holder {
      border-top: 1px solid rgba(0, 0, 0, .14);
      display: flex;
      width: 100%
    }

    .arco-panel-date-holder-btn {
      align-items: center;
      box-sizing: border-box;
      color: var(--color-text-3);
      cursor: pointer;
      display: flex;
      flex: 1 1;
      font-size: 16px;
      height: 50px;
      justify-content: center;
      transition: color .2s
    }

    .arco-panel-date-holder-btn:first-child {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-panel-date-holder-btn-active,
    .arco-panel-date-holder-btn:active,
    .arco-panel-date-holder-btn:hover {
      color: var(--color-text-1)
    }

    .arco-panel-date-holder-btn-value {
      margin-left: 8px
    }

    .arco-panel-date:first-child .arco-panel-date-holder {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-panel-month,
    .arco-panel-quarter,
    .arco-panel-year {
      box-sizing: border-box;
      width: 265px
    }

    .arco-panel-month .arco-picker-date,
    .arco-panel-quarter .arco-picker-date,
    .arco-panel-year .arco-picker-date {
      padding: 4px
    }

    .arco-panel-month .arco-picker-date-value,
    .arco-panel-quarter .arco-picker-date-value,
    .arco-panel-year .arco-picker-date-value {
      border-radius: 4px;
      width: 100%
    }

    .arco-panel-month .arco-picker-cell:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover,
    .arco-panel-quarter .arco-picker-cell:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover,
    .arco-panel-year .arco-picker-cell:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover {
      border-radius: 4px
    }

    .arco-panel-year {
      width: 265px
    }

    .arco-panel-week,
    .arco-panel-year {
      box-sizing: border-box
    }

    .arco-panel-week-wrapper {
      display: flex
    }

    .arco-panel-week-inner {
      width: 298px
    }

    .arco-panel-week-inner .arco-picker-body {
      padding-top: 0
    }

    .arco-panel-week .arco-picker-row-week {
      cursor: pointer
    }

    .arco-panel-week .arco-picker-row-week .arco-picker-date-value {
      border-radius: 0;
      width: 100%
    }

    .arco-panel-week .arco-picker-cell .arco-picker-date {
      border-radius: 0
    }

    .arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      padding-left: 4px
    }

    .arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date .arco-picker-date-value {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px
    }

    .arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      padding-right: 4px
    }

    .arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date .arco-picker-date-value {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px
    }

    .arco-panel-week .arco-picker-row-week:hover .arco-picker-cell:not(.arco-picker-cell-week):not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-in-range):not(.arco-picker-cell-hover-in-range) .arco-picker-date-value {
      background-color: rgba(0, 0, 0, .08)
    }

    .arco-panel-quarter {
      box-sizing: border-box;
      width: 265px
    }

    .arco-picker-range-wrapper {
      display: flex
    }

    .arco-datepicker-shortcuts-wrapper {
      box-sizing: border-box;
      height: 100%;
      list-style: none;
      margin: 10px 0 0;
      max-height: 300px;
      overflow-y: auto;
      padding: 0;
      width: 106px
    }

    .arco-datepicker-shortcuts-wrapper>li {
      box-sizing: border-box;
      cursor: pointer;
      padding: 6px 16px;
      width: 100%
    }

    .arco-datepicker-shortcuts-wrapper>li:hover {
      color: rgb(var(--primary-6))
    }

    .arco-picker-container-rtl,
    .arco-picker-range-container-rtl {
      direction: rtl
    }

    .arco-picker-container-rtl .arco-picker-cell-hover-range-start .arco-picker-date,
    .arco-picker-container-rtl .arco-picker-cell-range-start .arco-picker-date,
    .arco-picker-range-container-rtl .arco-picker-cell-hover-range-start .arco-picker-date,
    .arco-picker-range-container-rtl .arco-picker-cell-range-start .arco-picker-date {
      border-radius: 0 4px 4px 0
    }

    .arco-picker-container-rtl .arco-picker-cell-hover-range-end .arco-picker-date,
    .arco-picker-container-rtl .arco-picker-cell-range-end .arco-picker-date,
    .arco-picker-range-container-rtl .arco-picker-cell-hover-range-end .arco-picker-date,
    .arco-picker-range-container-rtl .arco-picker-cell-range-end .arco-picker-date {
      border-radius: 4px 0 0 4px
    }

    .arco-picker-container-rtl .arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date,
    .arco-picker-range-container-rtl .arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date {
      border-radius: 0 4px 4px 0;
      padding-left: 0;
      padding-right: 4px
    }

    .arco-picker-container-rtl .arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date .arco-picker-date-value,
    .arco-picker-range-container-rtl .arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date .arco-picker-date-value {
      border-radius: 0 4px 4px 0
    }

    .arco-picker-container-rtl .arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date,
    .arco-picker-range-container-rtl .arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date {
      border-radius: 4px 0 0 4px;
      padding-left: 4px;
      padding-right: 0
    }

    .arco-picker-container-rtl .arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date .arco-picker-date-value,
    .arco-picker-range-container-rtl .arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date .arco-picker-date-value {
      border-radius: 4px 0 0 4px
    }

    .arco-descriptions-table {
      border-collapse: collapse;
      width: 100%
    }

    .arco-descriptions-table-layout-fixed table {
      table-layout: fixed
    }

    .arco-descriptions-title {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5715;
      margin-bottom: 16px
    }

    .arco-descriptions-item,
    .arco-descriptions-item-label,
    .arco-descriptions-item-value {
      box-sizing: border-box;
      font-size: 14px;
      line-height: 1.5715;
      padding: 0 4px 12px 0;
      text-align: left
    }

    .arco-descriptions-item-label {
      color: rgba(0, 0, 0, .55);
      font-weight: 400;
      white-space: nowrap;
      width: 1px
    }

    .arco-descriptions-table-layout-fixed .arco-descriptions-item-label {
      width: auto
    }

    .arco-descriptions-item-value {
      color: rgba(0, 0, 0, .92);
      font-weight: 400
    }

    .arco-descriptions-item-label-inline,
    .arco-descriptions-item-value-inline {
      box-sizing: border-box;
      font-size: 14px;
      line-height: 1.5715;
      text-align: left
    }

    .arco-descriptions-item-label-inline {
      color: rgba(0, 0, 0, .55);
      font-weight: 400;
      margin-bottom: 2px
    }

    .arco-descriptions-item-value-inline {
      color: rgba(0, 0, 0, .92);
      font-weight: 400
    }

    .arco-descriptions-layout-inline-horizontal .arco-descriptions-item-label-inline {
      margin-right: 4px
    }

    .arco-descriptions-layout-inline-horizontal .arco-descriptions-item-label-inline,
    .arco-descriptions-layout-inline-horizontal .arco-descriptions-item-value-inline {
      display: inline-block;
      margin-bottom: 0
    }

    .arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
      padding: 12px 20px
    }

    .arco-descriptions-border .arco-descriptions-body {
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      overflow: hidden
    }

    .arco-descriptions-border .arco-descriptions-row:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-descriptions-border:not(.arco-descriptions-rtl) .arco-descriptions-item,
    .arco-descriptions-border:not(.arco-descriptions-rtl) .arco-descriptions-item-label,
    .arco-descriptions-border:not(.arco-descriptions-rtl) .arco-descriptions-item-value {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-descriptions-border .arco-descriptions-item,
    .arco-descriptions-border .arco-descriptions-item-label,
    .arco-descriptions-border .arco-descriptions-item-value {
      padding: 7px 20px
    }

    .arco-descriptions-border .arco-descriptions-item-label {
      background-color: var(--color-fill-1)
    }

    .arco-descriptions-border .arco-descriptions-item-value:last-child,
    .arco-descriptions-border .arco-descriptions-item:last-child,
    .arco-descriptions-border.arco-descriptions-layout-vertical .arco-descriptions-item-label:last-child {
      border-right: none
    }

    .arco-descriptions-layout-vertical:not(.arco-descriptions-border) .arco-descriptions-item-value:first-child {
      padding-left: 0
    }

    .arco-descriptions-size-mini .arco-descriptions-title {
      margin-bottom: 6px
    }

    .arco-descriptions-size-mini .arco-descriptions-item-label,
    .arco-descriptions-size-mini .arco-descriptions-item-value {
      font-size: 12px;
      padding-bottom: 2px;
      padding-right: 20px
    }

    .arco-descriptions-size-mini.arco-descriptions-border .arco-descriptions-item-label,
    .arco-descriptions-size-mini.arco-descriptions-border .arco-descriptions-item-value {
      padding: 3px 20px
    }

    .arco-descriptions-size-mini.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
      padding: 8px 20px
    }

    .arco-descriptions-size-small .arco-descriptions-title {
      margin-bottom: 8px
    }

    .arco-descriptions-size-small .arco-descriptions-item-label,
    .arco-descriptions-size-small .arco-descriptions-item-value {
      font-size: 14px;
      padding-bottom: 4px;
      padding-right: 20px
    }

    .arco-descriptions-size-small.arco-descriptions-border .arco-descriptions-item-label,
    .arco-descriptions-size-small.arco-descriptions-border .arco-descriptions-item-value {
      padding: 3px 20px
    }

    .arco-descriptions-size-small.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
      padding: 8px 20px
    }

    .arco-descriptions-size-medium .arco-descriptions-title {
      margin-bottom: 12px
    }

    .arco-descriptions-size-medium .arco-descriptions-item-label,
    .arco-descriptions-size-medium .arco-descriptions-item-value {
      font-size: 14px;
      padding-bottom: 8px;
      padding-right: 20px
    }

    .arco-descriptions-size-medium.arco-descriptions-border .arco-descriptions-item-label,
    .arco-descriptions-size-medium.arco-descriptions-border .arco-descriptions-item-value {
      padding: 5px 20px
    }

    .arco-descriptions-size-medium.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
      padding: 10px 20px
    }

    .arco-descriptions-size-large .arco-descriptions-title {
      margin-bottom: 20px
    }

    .arco-descriptions-size-large .arco-descriptions-item-label,
    .arco-descriptions-size-large .arco-descriptions-item-value {
      font-size: 16px;
      padding-bottom: 16px;
      padding-right: 20px
    }

    .arco-descriptions-size-large.arco-descriptions-border .arco-descriptions-item-label,
    .arco-descriptions-size-large.arco-descriptions-border .arco-descriptions-item-value {
      padding: 9px 20px
    }

    .arco-descriptions-size-large.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
      padding: 14px 20px
    }

    .arco-descriptions-rtl {
      direction: rtl
    }

    .arco-descriptions-rtl .arco-descriptions-item,
    .arco-descriptions-rtl .arco-descriptions-item-label,
    .arco-descriptions-rtl .arco-descriptions-item-value {
      padding: 0 0 12px 4px;
      text-align: right
    }

    .arco-descriptions-rtl .arco-descriptions-item-label-inline,
    .arco-descriptions-rtl .arco-descriptions-item-value-inline {
      text-align: right
    }

    .arco-descriptions-rtl.arco-descriptions-layout-inline-horizontal .arco-descriptions-item-label-inline {
      margin-left: 4px;
      margin-right: 0
    }

    .arco-descriptions-rtl.arco-descriptions-border .arco-descriptions-item,
    .arco-descriptions-rtl.arco-descriptions-border .arco-descriptions-item-label,
    .arco-descriptions-rtl.arco-descriptions-border .arco-descriptions-item-value {
      border-left: 1px solid rgba(0, 0, 0, .14);
      padding: 7px 20px
    }

    .arco-descriptions-rtl.arco-descriptions-border .arco-descriptions-item-value:last-child,
    .arco-descriptions-rtl.arco-descriptions-border .arco-descriptions-item:last-child,
    .arco-descriptions-rtl.arco-descriptions-border.arco-descriptions-layout-vertical .arco-descriptions-item-label:last-child {
      border-left: none
    }

    .arco-descriptions-rtl.arco-descriptions-layout-vertical:not(.arco-descriptions-rtl.arco-descriptions-border) .arco-descriptions-item-value:first-child {
      padding-right: 0
    }

    .arco-divider-horizontal {
      border-bottom: 1px solid rgba(0, 0, 0, .1);
      clear: both;
      margin: 0 0;
      max-width: 100%;
      min-width: 100%;
      position: relative;
      width: 100%
    }

    .arco-divider-horizontal.arco-divider-with-text {
      align-items: center;
      border-bottom-width: 0;
      display: flex;
      margin: 0 0
    }

    .arco-divider-horizontal.arco-divider-with-text:after,
    .arco-divider-horizontal.arco-divider-with-text:before {
      border-bottom: 1px solid;
      border-bottom-color: inherit;
      content: "";
      flex: 1 1;
      height: 0
    }

    .arco-divider-horizontal.arco-divider-with-text-left:before,
    .arco-divider-horizontal.arco-divider-with-text-right:after {
      flex-basis: 24px;
      flex-grow: 0
    }

    .arco-divider-vertical {
      border-left: 1px solid rgba(0, 0, 0, .1);
      display: inline-block;
      height: 1em;
      margin: 0 0;
      max-width: 1px;
      min-width: 1px;
      vertical-align: middle
    }

    .arco-divider-text {
      box-sizing: border-box;
      color: rgba(0, 0, 0, .55);
      font-size: 14px;
      font-weight: 400;
      line-height: 2;
      padding: 0 16px
    }

    .arco-drawer-mask {
      background-color: var(--color-mask-bg);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    .arco-drawer-no-mask {
      pointer-events: none
    }

    .arco-drawer-no-mask .arco-drawer {
      pointer-events: auto
    }

    .arco-drawer-wrapper {
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1001
    }

    .arco-drawer-wrapper-hide {
      display: none
    }

    .arco-drawer {
      background-color: var(--color-bg-3);
      height: 100%;
      line-height: 1.5715;
      position: absolute;
      width: 100%
    }

    .arco-drawer-wrapper {
      height: 100%;
      position: relative
    }

    .arco-drawer-fixed {
      position: fixed;
      top: 0;
      z-index: 1001
    }

    .arco-drawer-inner {
      height: 100%;
      overflow: hidden
    }

    .arco-drawer-scroll {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: auto
    }

    .arco-drawer-header {
      align-items: center;
      border-bottom: 1px solid transparent;
      box-sizing: border-box;
      display: flex;
      flex-shrink: 0;
      height: 80px;
      padding: 0 24px;
      width: 100%
    }

    .arco-drawer-header-title {
      color: rgba(0, 0, 0, .92);
      font-size: 18px;
      font-weight: 500;
      text-align: left
    }

    .arco-drawer-footer {
      border-top: 1px solid transparent;
      box-sizing: border-box;
      flex-shrink: 0;
      padding: 24px 24px;
      text-align: right
    }

    .arco-drawer-footer>.arco-btn {
      margin-left: 12px
    }

    .arco-drawer .arco-drawer-close-icon {
      color: rgba(0, 0, 0, .92);
      cursor: pointer;
      font-size: 16px;
      position: absolute;
      right: 26px;
      top: 32px;
      z-index: 1
    }

    .arco-drawer-content {
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      flex: 1 1;
      height: 100%;
      overflow: auto;
      padding: 0 24px;
      position: relative
    }

    .arco-drawer-rtl {
      direction: rtl
    }

    .arco-drawer-rtl .arco-drawer-close-icon {
      left: 26px;
      right: auto
    }

    .arco-drawer-rtl .arco-drawer-footer {
      text-align: left
    }

    .arco-dropdown-menu {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .1);
      border-radius: 8px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      max-height: 200px;
      overflow: auto;
      padding: 4px 0;
      position: relative
    }

    .arco-dropdown-menu-hidden {
      display: none
    }

    .arco-dropdown-menu-item,
    .arco-dropdown-menu-pop-header {
      background-color: initial;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      cursor: pointer;
      font-size: 14px;
      height: 36px;
      line-height: 36px;
      overflow: hidden;
      padding: 0 8px;
      position: relative;
      text-align: left;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      z-index: 1
    }

    .arco-dropdown-menu-item.arco-dropdown-menu-selected,
    .arco-dropdown-menu-pop-header.arco-dropdown-menu-selected {
      background-color: initial;
      color: rgb(var(--primary-6));
      font-weight: 500;
      transition: all .1s linear
    }

    .arco-dropdown-menu-item:hover,
    .arco-dropdown-menu-pop-header:hover {
      background-color: rgb(var(--primary-1));
      color: rgba(0, 0, 0, .65)
    }

    .arco-dropdown-menu-item:focus-visible,
    .arco-dropdown-menu-pop-header:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--primary-6)) inset
    }

    .arco-dropdown-menu-item.arco-dropdown-menu-active,
    .arco-dropdown-menu-pop-header.arco-dropdown-menu-active {
      box-shadow: 0 0 0 1px rgb(var(--primary-6)) inset
    }

    .arco-dropdown-menu-item.arco-dropdown-menu-disabled,
    .arco-dropdown-menu-pop-header.arco-dropdown-menu-disabled {
      background-color: initial;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-dropdown-menu-item a,
    .arco-dropdown-menu-item a:active,
    .arco-dropdown-menu-item a:focus,
    .arco-dropdown-menu-item a:hover,
    .arco-dropdown-menu-pop-header a,
    .arco-dropdown-menu-pop-header a:active,
    .arco-dropdown-menu-pop-header a:focus,
    .arco-dropdown-menu-pop-header a:hover {
      color: inherit;
      cursor: inherit;
      text-decoration: none
    }

    .arco-dropdown-menu-item>a:only-child:before,
    .arco-dropdown-menu-pop-header>a:only-child:before {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0
    }

    .arco-dropdown-menu-pop-header {
      align-items: center;
      display: flex;
      justify-content: space-between
    }

    .arco-dropdown-menu-pop-header .arco-dropdown-menu-icon-suffix {
      margin-left: 8px
    }

    .arco-dropdown-menu-group:first-child .arco-dropdown-menu-group-title {
      margin-top: 4px
    }

    .arco-dropdown-menu-group-title {
      box-sizing: border-box;
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      line-height: 16px;
      margin-top: 8px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-dropdown-menu-dark {
      background-color: var(--color-menu-dark-bg);
      border-color: var(--color-menu-dark-bg)
    }

    .arco-dropdown-menu-dark .arco-dropdown-menu-item,
    .arco-dropdown-menu-dark .arco-dropdown-menu-pop-header {
      background-color: initial;
      color: var(--color-text-4)
    }

    .arco-dropdown-menu-dark .arco-dropdown-menu-item.arco-dropdown-menu-selected,
    .arco-dropdown-menu-dark .arco-dropdown-menu-pop-header.arco-dropdown-menu-selected {
      background-color: initial;
      color: var(--color-white)
    }

    .arco-dropdown-menu-dark .arco-dropdown-menu-item.arco-dropdown-menu-selected:hover,
    .arco-dropdown-menu-dark .arco-dropdown-menu-pop-header.arco-dropdown-menu-selected:hover {
      color: var(--color-white)
    }

    .arco-dropdown-menu-dark .arco-dropdown-menu-item:hover,
    .arco-dropdown-menu-dark .arco-dropdown-menu-pop-header:hover {
      background-color: var(--color-menu-dark-hover);
      color: var(--color-text-4)
    }

    .arco-dropdown-menu-dark .arco-dropdown-menu-item.arco-dropdown-menu-disabled,
    .arco-dropdown-menu-dark .arco-dropdown-menu-pop-header.arco-dropdown-menu-disabled {
      background-color: initial;
      color: var(--color-text-2)
    }

    .arco-dropdown-menu-dark .arco-dropdown-menu-group-title {
      color: var(--color-text-3)
    }

    .arco-dropdown-menu-pop-trigger .arco-trigger-arrow {
      display: none
    }

    .arco-dropdown-menu+.arco-trigger-arrow {
      background-color: #fff
    }

    .arco-dropdown-menu-rtl .arco-dropdown-menu-item,
    .arco-dropdown-menu-rtl .arco-dropdown-menu-pop-header {
      text-align: right
    }

    .arco-dropdown-menu-rtl .arco-dropdown-menu-item .arco-dropdown-menu-icon-suffix,
    .arco-dropdown-menu-rtl .arco-dropdown-menu-pop-header .arco-dropdown-menu-icon-suffix {
      margin-left: 0;
      margin-right: 8px
    }

    .arco-empty {
      box-sizing: border-box;
      padding: 10px 0;
      width: 100%
    }

    .arco-empty .arco-empty-wrapper {
      box-sizing: border-box;
      color: rgb(var(--gray-5));
      text-align: center;
      width: 100%
    }

    .arco-empty .arco-empty-wrapper .arco-empty-image {
      font-size: 48px;
      line-height: 1;
      margin-bottom: 4px
    }

    .arco-empty .arco-empty-wrapper img {
      height: 80px
    }

    .arco-empty .arco-empty-description {
      color: rgb(var(--gray-5));
      font-size: 16px
    }

    .arco-form {
      display: flex;
      flex-direction: column;
      width: 100%
    }

    .arco-form-inline {
      flex-flow: row wrap
    }

    .arco-form-inline .arco-form-item {
      margin-bottom: 8px;
      width: auto
    }

    .arco-form-item {
      align-items: flex-start;
      display: flex;
      justify-content: flex-start;
      margin-bottom: 12px;
      width: 100%
    }

    .arco-form-item.arco-form-item-hidden {
      display: none
    }

    .arco-form-item>.arco-form-label-item {
      padding-right: 16px
    }

    .arco-form-item.arco-form-item-error {
      margin-bottom: 0
    }

    .arco-form-item-wrapper-flex.arco-col {
      flex: 1 1
    }

    .arco-form-size-mini .arco-form-label-item {
      font-size: 12px;
      line-height: 24px
    }

    .arco-form-size-mini .arco-form-label-item>label {
      font-size: 12px
    }

    .arco-form-size-mini .arco-form-item-control {
      min-height: 24px
    }

    .arco-form-size-small .arco-form-label-item {
      line-height: 24px
    }

    .arco-form-size-small .arco-form-label-item>label {
      font-size: 12px
    }

    .arco-form-size-small .arco-form-item-control {
      min-height: 24px
    }

    .arco-form-size-large .arco-form-label-item {
      line-height: 44px
    }

    .arco-form-size-large .arco-form-label-item>label {
      font-size: 16px
    }

    .arco-form-size-large .arco-form-item-control {
      min-height: 44px
    }

    .arco-form-extra {
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      margin-top: 4px
    }

    .arco-form-message {
      color: rgb(var(--danger-6));
      font-size: 12px;
      line-height: 12px;
      min-height: 12px
    }

    .arco-form-message-help {
      color: rgba(0, 0, 0, .55)
    }

    .arco-form-message+.arco-form-extra {
      margin-bottom: 4px;
      margin-top: 0
    }

    .arco-form-layout-vertical {
      display: block
    }

    .arco-form-layout-vertical>.arco-form-label-item {
      line-height: 1.5715;
      margin-bottom: 8px;
      padding: 0;
      text-align: left;
      white-space: normal
    }

    .arco-form-layout-inline {
      margin-right: 24px
    }

    .arco-form-label-item {
      line-height: 36px;
      text-align: right;
      white-space: nowrap
    }

    .arco-form-label-item-flex.arco-col {
      flex: 0 1
    }

    .arco-form-label-item-flex.arco-col>label {
      white-space: nowrap
    }

    .arco-form-label-item>label {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      white-space: normal
    }

    .arco-form-label-item .arco-form-item-tooltip {
      color: var(--color-text-4);
      margin-left: 4px
    }

    .arco-form-label-item .arco-form-item-symbol {
      color: rgb(var(--danger-6));
      font-size: 12px;
      line-height: 1
    }

    .arco-form-label-item .arco-form-item-symbol svg {
      transform: scale(.5)
    }

    .arco-form-label-item-left {
      text-align: left
    }

    .arco-form-item-control {
      align-items: center;
      display: flex;
      min-height: 36px;
      width: 100%
    }

    .arco-form-item-control-children {
      flex: 1 1;
      width: 100%
    }

    .arco-form-item-control-wrapper {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      width: 100%
    }

    .arco-form .arco-slider {
      display: block
    }

    .arco-form-item-status-validating .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-disabled),
    .arco-form-item-status-validating .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-disabled):hover,
    .arco-form-item-status-validating .arco-input:not(.arco-input-disabled),
    .arco-form-item-status-validating .arco-input:not(.arco-input-disabled):hover,
    .arco-form-item-status-validating .arco-textarea:not(.arco-textarea-disabled),
    .arco-form-item-status-validating .arco-textarea:not(.arco-textarea-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--primary-6))
    }

    .arco-form-item-status-validating .arco-input-inner-wrapper.arco-input-inner-wrapper-focus,
    .arco-form-item-status-validating .arco-input-inner-wrapper.arco-input-inner-wrapper-focus:hover,
    .arco-form-item-status-validating .arco-input-inner-wrapper.arco-textarea-focus,
    .arco-form-item-status-validating .arco-input-inner-wrapper.arco-textarea-focus:hover,
    .arco-form-item-status-validating .arco-input:focus,
    .arco-form-item-status-validating .arco-input:focus:hover,
    .arco-form-item-status-validating .arco-textarea.arco-input-inner-wrapper-focus,
    .arco-form-item-status-validating .arco-textarea.arco-input-inner-wrapper-focus:hover,
    .arco-form-item-status-validating .arco-textarea.arco-textarea-focus,
    .arco-form-item-status-validating .arco-textarea.arco-textarea-focus:hover {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      box-shadow: 0 0 0 0 var(--color-primary-light-2)
    }

    .arco-form-item-status-validating .arco-input-inner-wrapper .arco-input,
    .arco-form-item-status-validating .arco-input-inner-wrapper .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-form-item-status-validating .arco-select:not(.arco-select-disabled) .arco-select-view,
    .arco-form-item-status-validating .arco-select:not(.arco-select-disabled):hover .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--primary-6))
    }

    .arco-form-item-status-validating .arco-select:not(.arco-select-disabled).arco-select-focused .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      box-shadow: 0 0 0 0 var(--color-primary-light-2)
    }

    .arco-form-item-status-validating .arco-cascader:not(.arco-cascader-disabled) .arco-cascader-view,
    .arco-form-item-status-validating .arco-cascader:not(.arco-cascader-disabled):hover .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--primary-6))
    }

    .arco-form-item-status-validating .arco-cascader:not(.arco-cascader-disabled).arco-cascader-focused .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      box-shadow: 0 0 0 0 var(--color-primary-light-2)
    }

    .arco-form-item-status-validating .arco-tree-select:not(.arco-tree-select-disabled) .arco-tree-select-view,
    .arco-form-item-status-validating .arco-tree-select:not(.arco-tree-select-disabled):hover .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--primary-6))
    }

    .arco-form-item-status-validating .arco-tree-select:not(.arco-tree-select-disabled).arco-tree-select-focused .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      box-shadow: 0 0 0 0 var(--color-primary-light-2)
    }

    .arco-form-item-status-validating .arco-picker:not(.arco-picker-disabled),
    .arco-form-item-status-validating .arco-picker:not(.arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--primary-6))
    }

    .arco-form-item-status-validating .arco-picker-focused:not(.arco-picker-disabled),
    .arco-form-item-status-validating .arco-picker-focused:not(.arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      box-shadow: 0 0 0 0 var(--color-primary-light-2)
    }

    .arco-form-item-status-validating .arco-input-tag,
    .arco-form-item-status-validating .arco-input-tag:hover {
      background-color: #fff;
      border-color: rgb(var(--primary-6))
    }

    .arco-form-item-status-validating .arco-input-tag.arco-input-tag-focus {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      box-shadow: 0 0 0 0 var(--color-primary-light-2)
    }

    .arco-form-item-status-validating .arco-form-message-help {
      color: rgb(var(--primary-6))
    }

    .arco-form-item-status-validating .arco-form-message-help .arco-form-message-help-warning {
      color: rgb(var(--warning-6))
    }

    .arco-form-item-status-validating .arco-form-item-feedback {
      color: rgb(var(--primary-6))
    }

    .arco-form-item-status-success .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-disabled),
    .arco-form-item-status-success .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-disabled):hover,
    .arco-form-item-status-success .arco-input:not(.arco-input-disabled),
    .arco-form-item-status-success .arco-input:not(.arco-input-disabled):hover,
    .arco-form-item-status-success .arco-textarea:not(.arco-textarea-disabled),
    .arco-form-item-status-success .arco-textarea:not(.arco-textarea-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--success-6))
    }

    .arco-form-item-status-success .arco-input-inner-wrapper.arco-input-inner-wrapper-focus,
    .arco-form-item-status-success .arco-input-inner-wrapper.arco-input-inner-wrapper-focus:hover,
    .arco-form-item-status-success .arco-input-inner-wrapper.arco-textarea-focus,
    .arco-form-item-status-success .arco-input-inner-wrapper.arco-textarea-focus:hover,
    .arco-form-item-status-success .arco-input:focus,
    .arco-form-item-status-success .arco-input:focus:hover,
    .arco-form-item-status-success .arco-textarea.arco-input-inner-wrapper-focus,
    .arco-form-item-status-success .arco-textarea.arco-input-inner-wrapper-focus:hover,
    .arco-form-item-status-success .arco-textarea.arco-textarea-focus,
    .arco-form-item-status-success .arco-textarea.arco-textarea-focus:hover {
      background-color: #fff;
      border-color: rgb(var(--success-6));
      box-shadow: 0 0 0 0 var(--color-success-light-2)
    }

    .arco-form-item-status-success .arco-input-inner-wrapper .arco-input,
    .arco-form-item-status-success .arco-input-inner-wrapper .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-form-item-status-success .arco-select:not(.arco-select-disabled) .arco-select-view,
    .arco-form-item-status-success .arco-select:not(.arco-select-disabled):hover .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--success-6))
    }

    .arco-form-item-status-success .arco-select:not(.arco-select-disabled).arco-select-focused .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--success-6));
      box-shadow: 0 0 0 0 var(--color-success-light-2)
    }

    .arco-form-item-status-success .arco-cascader:not(.arco-cascader-disabled) .arco-cascader-view,
    .arco-form-item-status-success .arco-cascader:not(.arco-cascader-disabled):hover .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--success-6))
    }

    .arco-form-item-status-success .arco-cascader:not(.arco-cascader-disabled).arco-cascader-focused .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--success-6));
      box-shadow: 0 0 0 0 var(--color-success-light-2)
    }

    .arco-form-item-status-success .arco-tree-select:not(.arco-tree-select-disabled) .arco-tree-select-view,
    .arco-form-item-status-success .arco-tree-select:not(.arco-tree-select-disabled):hover .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--success-6))
    }

    .arco-form-item-status-success .arco-tree-select:not(.arco-tree-select-disabled).arco-tree-select-focused .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--success-6));
      box-shadow: 0 0 0 0 var(--color-success-light-2)
    }

    .arco-form-item-status-success .arco-picker:not(.arco-picker-disabled),
    .arco-form-item-status-success .arco-picker:not(.arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--success-6))
    }

    .arco-form-item-status-success .arco-picker-focused:not(.arco-picker-disabled),
    .arco-form-item-status-success .arco-picker-focused:not(.arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--success-6));
      box-shadow: 0 0 0 0 var(--color-success-light-2)
    }

    .arco-form-item-status-success .arco-input-tag,
    .arco-form-item-status-success .arco-input-tag:hover {
      background-color: #fff;
      border-color: rgb(var(--success-6))
    }

    .arco-form-item-status-success .arco-input-tag.arco-input-tag-focus {
      background-color: #fff;
      border-color: rgb(var(--success-6));
      box-shadow: 0 0 0 0 var(--color-success-light-2)
    }

    .arco-form-item-status-success .arco-form-message-help {
      color: rgb(var(--success-6))
    }

    .arco-form-item-status-success .arco-form-message-help .arco-form-message-help-warning {
      color: rgb(var(--warning-6))
    }

    .arco-form-item-status-success .arco-form-item-feedback {
      color: rgb(var(--success-6))
    }

    .arco-form-item-status-warning .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-disabled),
    .arco-form-item-status-warning .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-disabled):hover,
    .arco-form-item-status-warning .arco-input:not(.arco-input-disabled),
    .arco-form-item-status-warning .arco-input:not(.arco-input-disabled):hover,
    .arco-form-item-status-warning .arco-textarea:not(.arco-textarea-disabled),
    .arco-form-item-status-warning .arco-textarea:not(.arco-textarea-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--warning-6))
    }

    .arco-form-item-status-warning .arco-input-inner-wrapper.arco-input-inner-wrapper-focus,
    .arco-form-item-status-warning .arco-input-inner-wrapper.arco-input-inner-wrapper-focus:hover,
    .arco-form-item-status-warning .arco-input-inner-wrapper.arco-textarea-focus,
    .arco-form-item-status-warning .arco-input-inner-wrapper.arco-textarea-focus:hover,
    .arco-form-item-status-warning .arco-input:focus,
    .arco-form-item-status-warning .arco-input:focus:hover,
    .arco-form-item-status-warning .arco-textarea.arco-input-inner-wrapper-focus,
    .arco-form-item-status-warning .arco-textarea.arco-input-inner-wrapper-focus:hover,
    .arco-form-item-status-warning .arco-textarea.arco-textarea-focus,
    .arco-form-item-status-warning .arco-textarea.arco-textarea-focus:hover {
      background-color: var(--color-bg-2);
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-form-item-status-warning .arco-input-inner-wrapper .arco-input,
    .arco-form-item-status-warning .arco-input-inner-wrapper .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-form-item-status-warning .arco-select:not(.arco-select-disabled) .arco-select-view,
    .arco-form-item-status-warning .arco-select:not(.arco-select-disabled):hover .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--warning-6))
    }

    .arco-form-item-status-warning .arco-select:not(.arco-select-disabled).arco-select-focused .arco-select-view {
      background-color: var(--color-bg-2);
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-form-item-status-warning .arco-cascader:not(.arco-cascader-disabled) .arco-cascader-view,
    .arco-form-item-status-warning .arco-cascader:not(.arco-cascader-disabled):hover .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--warning-6))
    }

    .arco-form-item-status-warning .arco-cascader:not(.arco-cascader-disabled).arco-cascader-focused .arco-cascader-view {
      background-color: var(--color-bg-2);
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-form-item-status-warning .arco-tree-select:not(.arco-tree-select-disabled) .arco-tree-select-view,
    .arco-form-item-status-warning .arco-tree-select:not(.arco-tree-select-disabled):hover .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--warning-6))
    }

    .arco-form-item-status-warning .arco-tree-select:not(.arco-tree-select-disabled).arco-tree-select-focused .arco-tree-select-view {
      background-color: var(--color-bg-2);
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-form-item-status-warning .arco-picker:not(.arco-picker-disabled),
    .arco-form-item-status-warning .arco-picker:not(.arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--warning-6))
    }

    .arco-form-item-status-warning .arco-picker-focused:not(.arco-picker-disabled),
    .arco-form-item-status-warning .arco-picker-focused:not(.arco-picker-disabled):hover {
      background-color: var(--color-bg-2);
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-form-item-status-warning .arco-input-tag,
    .arco-form-item-status-warning .arco-input-tag:hover {
      background-color: #fff;
      border-color: rgb(var(--warning-6))
    }

    .arco-form-item-status-warning .arco-input-tag.arco-input-tag-focus {
      background-color: var(--color-bg-2);
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-form-item-status-warning .arco-form-item-feedback,
    .arco-form-item-status-warning .arco-form-message-help,
    .arco-form-item-status-warning .arco-form-message-help .arco-form-message-help-warning {
      color: rgb(var(--warning-6))
    }

    .arco-form-item-status-error .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-disabled),
    .arco-form-item-status-error .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-disabled):hover,
    .arco-form-item-status-error .arco-input:not(.arco-input-disabled),
    .arco-form-item-status-error .arco-input:not(.arco-input-disabled):hover,
    .arco-form-item-status-error .arco-textarea:not(.arco-textarea-disabled),
    .arco-form-item-status-error .arco-textarea:not(.arco-textarea-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-form-item-status-error .arco-input-inner-wrapper.arco-input-inner-wrapper-focus,
    .arco-form-item-status-error .arco-input-inner-wrapper.arco-input-inner-wrapper-focus:hover,
    .arco-form-item-status-error .arco-input-inner-wrapper.arco-textarea-focus,
    .arco-form-item-status-error .arco-input-inner-wrapper.arco-textarea-focus:hover,
    .arco-form-item-status-error .arco-input:focus,
    .arco-form-item-status-error .arco-input:focus:hover,
    .arco-form-item-status-error .arco-textarea.arco-input-inner-wrapper-focus,
    .arco-form-item-status-error .arco-textarea.arco-input-inner-wrapper-focus:hover,
    .arco-form-item-status-error .arco-textarea.arco-textarea-focus,
    .arco-form-item-status-error .arco-textarea.arco-textarea-focus:hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 var(--color-danger-light-2)
    }

    .arco-form-item-status-error .arco-input-inner-wrapper .arco-input,
    .arco-form-item-status-error .arco-input-inner-wrapper .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-form-item-status-error .arco-select:not(.arco-select-disabled) .arco-select-view,
    .arco-form-item-status-error .arco-select:not(.arco-select-disabled):hover .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-form-item-status-error .arco-select:not(.arco-select-disabled).arco-select-focused .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 var(--color-danger-light-2)
    }

    .arco-form-item-status-error .arco-cascader:not(.arco-cascader-disabled) .arco-cascader-view,
    .arco-form-item-status-error .arco-cascader:not(.arco-cascader-disabled):hover .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-form-item-status-error .arco-cascader:not(.arco-cascader-disabled).arco-cascader-focused .arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 var(--color-danger-light-2)
    }

    .arco-form-item-status-error .arco-tree-select:not(.arco-tree-select-disabled) .arco-tree-select-view,
    .arco-form-item-status-error .arco-tree-select:not(.arco-tree-select-disabled):hover .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-form-item-status-error .arco-tree-select:not(.arco-tree-select-disabled).arco-tree-select-focused .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 var(--color-danger-light-2)
    }

    .arco-form-item-status-error .arco-picker:not(.arco-picker-disabled),
    .arco-form-item-status-error .arco-picker:not(.arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-form-item-status-error .arco-picker-focused:not(.arco-picker-disabled),
    .arco-form-item-status-error .arco-picker-focused:not(.arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 var(--color-danger-light-2)
    }

    .arco-form-item-status-error .arco-input-tag,
    .arco-form-item-status-error .arco-input-tag:hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-form-item-status-error .arco-input-tag.arco-input-tag-focus {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 var(--color-danger-light-2)
    }

    .arco-form-item-status-error .arco-form-message-help {
      color: rgb(var(--danger-6))
    }

    .arco-form-item-status-error .arco-form-message-help .arco-form-message-help-warning {
      color: rgb(var(--warning-6))
    }

    .arco-form-item-status-error .arco-form-item-feedback {
      color: rgb(var(--danger-6))
    }

    .arco-form-item-control-children {
      position: relative
    }

    .arco-form-item-feedback {
      font-size: 14px;
      position: absolute;
      right: 9px;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-form-item-feedback .arco-icon-loading {
      font-size: 12px
    }

    .arco-form-item-has-feedback .arco-input,
    .arco-form-item-has-feedback .arco-input-inner-wrapper,
    .arco-form-item-has-feedback .arco-textarea {
      padding-right: 28px
    }

    .arco-form-item-has-feedback .arco-input-number-mode-embed .arco-input-number-step-layer {
      right: 24px
    }

    .arco-form-item-has-feedback .arco-select.arco-select-multiple .arco-select-view,
    .arco-form-item-has-feedback .arco-select.arco-select-single .arco-select-view {
      padding-right: 28px
    }

    .arco-form-item-has-feedback .arco-select.arco-select-multiple .arco-select-suffix {
      padding-right: 0
    }

    .arco-form-item-has-feedback .arco-cascader.arco-cascader-multiple .arco-cascader-view,
    .arco-form-item-has-feedback .arco-cascader.arco-cascader-single .arco-cascader-view {
      padding-right: 28px
    }

    .arco-form-item-has-feedback .arco-cascader.arco-cascader-multiple .arco-cascader-suffix {
      padding-right: 0
    }

    .arco-form-item-has-feedback .arco-tree-select.arco-tree-select-multiple .arco-tree-select-view,
    .arco-form-item-has-feedback .arco-tree-select.arco-tree-select-single .arco-tree-select-view {
      padding-right: 28px
    }

    .arco-form-item-has-feedback .arco-tree-select.arco-tree-select-multiple .arco-tree-select-suffix {
      padding-right: 0
    }

    .arco-form-item-has-feedback .arco-picker {
      padding-right: 28px
    }

    .arco-form-item-has-feedback .arco-picker-suffix .arco-picker-clear-icon,
    .arco-form-item-has-feedback .arco-picker-suffix .arco-picker-suffix-icon {
      margin-left: 0;
      margin-right: 0
    }

    .arco-form-item-has-feedback .arco-input-tag {
      padding-right: 23px
    }

    .arco-form-item-has-feedback .arco-input-tag-suffix {
      padding-right: 0
    }

    .arco-form-rtl {
      direction: rtl
    }

    .arco-form-rtl .arco-form-item>.arco-form-label-item {
      padding-left: 16px;
      padding-right: 0
    }

    .arco-form-rtl .arco-form-label-item {
      text-align: left
    }

    .arco-form-rtl .arco-form-layout-vertical>.arco-form-label-item {
      text-align: right
    }

    .arco-form-rtl .arco-form-layout-inline {
      margin-left: 24px;
      margin-right: 0
    }

    .arco-row {
      display: flex;
      flex-flow: row wrap
    }

    .arco-row-align-start {
      align-items: flex-start
    }

    .arco-row-align-center {
      align-items: center
    }

    .arco-row-align-end {
      align-items: flex-end
    }

    .arco-row-justify-start {
      justify-content: flex-start
    }

    .arco-row-justify-center {
      justify-content: center
    }

    .arco-row-justify-end {
      justify-content: flex-end
    }

    .arco-row-justify-space-around {
      justify-content: space-around
    }

    .arco-row-justify-space-between {
      justify-content: space-between
    }

    .arco-row-rtl {
      direction: rtl
    }

    .arco-col {
      box-sizing: border-box;
      position: relative
    }

    .arco-col-rtl {
      direction: rtl
    }

    .arco-col-0 {
      display: none
    }

    .arco-col-1 {
      display: block;
      flex: 0 0 4.16666667%;
      width: 4.16666667%
    }

    .arco-col-2 {
      display: block;
      flex: 0 0 8.33333333%;
      width: 8.33333333%
    }

    .arco-col-3 {
      display: block;
      flex: 0 0 12.5%;
      width: 12.5%
    }

    .arco-col-4 {
      display: block;
      flex: 0 0 16.66666667%;
      width: 16.66666667%
    }

    .arco-col-5 {
      display: block;
      flex: 0 0 20.83333333%;
      width: 20.83333333%
    }

    .arco-col-6 {
      display: block;
      flex: 0 0 25%;
      width: 25%
    }

    .arco-col-7 {
      display: block;
      flex: 0 0 29.16666667%;
      width: 29.16666667%
    }

    .arco-col-8 {
      display: block;
      flex: 0 0 33.33333333%;
      width: 33.33333333%
    }

    .arco-col-9 {
      display: block;
      flex: 0 0 37.5%;
      width: 37.5%
    }

    .arco-col-10 {
      display: block;
      flex: 0 0 41.66666667%;
      width: 41.66666667%
    }

    .arco-col-11 {
      display: block;
      flex: 0 0 45.83333333%;
      width: 45.83333333%
    }

    .arco-col-12 {
      display: block;
      flex: 0 0 50%;
      width: 50%
    }

    .arco-col-13 {
      display: block;
      flex: 0 0 54.16666667%;
      width: 54.16666667%
    }

    .arco-col-14 {
      display: block;
      flex: 0 0 58.33333333%;
      width: 58.33333333%
    }

    .arco-col-15 {
      display: block;
      flex: 0 0 62.5%;
      width: 62.5%
    }

    .arco-col-16 {
      display: block;
      flex: 0 0 66.66666667%;
      width: 66.66666667%
    }

    .arco-col-17 {
      display: block;
      flex: 0 0 70.83333333%;
      width: 70.83333333%
    }

    .arco-col-18 {
      display: block;
      flex: 0 0 75%;
      width: 75%
    }

    .arco-col-19 {
      display: block;
      flex: 0 0 79.16666667%;
      width: 79.16666667%
    }

    .arco-col-20 {
      display: block;
      flex: 0 0 83.33333333%;
      width: 83.33333333%
    }

    .arco-col-21 {
      display: block;
      flex: 0 0 87.5%;
      width: 87.5%
    }

    .arco-col-22 {
      display: block;
      flex: 0 0 91.66666667%;
      width: 91.66666667%
    }

    .arco-col-23 {
      display: block;
      flex: 0 0 95.83333333%;
      width: 95.83333333%
    }

    .arco-col-24 {
      display: block;
      flex: 0 0 100%;
      width: 100%
    }

    .arco-col-offset-0 {
      margin-left: 0
    }

    .arco-col-offset-0.arco-col-rtl {
      margin-left: 0;
      margin-right: 0
    }

    .arco-col-offset-1 {
      margin-left: 4.16666667%
    }

    .arco-col-offset-1.arco-col-rtl {
      margin-left: 0;
      margin-right: 4.16666667%
    }

    .arco-col-offset-2 {
      margin-left: 8.33333333%
    }

    .arco-col-offset-2.arco-col-rtl {
      margin-left: 0;
      margin-right: 8.33333333%
    }

    .arco-col-offset-3 {
      margin-left: 12.5%
    }

    .arco-col-offset-3.arco-col-rtl {
      margin-left: 0;
      margin-right: 12.5%
    }

    .arco-col-offset-4 {
      margin-left: 16.66666667%
    }

    .arco-col-offset-4.arco-col-rtl {
      margin-left: 0;
      margin-right: 16.66666667%
    }

    .arco-col-offset-5 {
      margin-left: 20.83333333%
    }

    .arco-col-offset-5.arco-col-rtl {
      margin-left: 0;
      margin-right: 20.83333333%
    }

    .arco-col-offset-6 {
      margin-left: 25%
    }

    .arco-col-offset-6.arco-col-rtl {
      margin-left: 0;
      margin-right: 25%
    }

    .arco-col-offset-7 {
      margin-left: 29.16666667%
    }

    .arco-col-offset-7.arco-col-rtl {
      margin-left: 0;
      margin-right: 29.16666667%
    }

    .arco-col-offset-8 {
      margin-left: 33.33333333%
    }

    .arco-col-offset-8.arco-col-rtl {
      margin-left: 0;
      margin-right: 33.33333333%
    }

    .arco-col-offset-9 {
      margin-left: 37.5%
    }

    .arco-col-offset-9.arco-col-rtl {
      margin-left: 0;
      margin-right: 37.5%
    }

    .arco-col-offset-10 {
      margin-left: 41.66666667%
    }

    .arco-col-offset-10.arco-col-rtl {
      margin-left: 0;
      margin-right: 41.66666667%
    }

    .arco-col-offset-11 {
      margin-left: 45.83333333%
    }

    .arco-col-offset-11.arco-col-rtl {
      margin-left: 0;
      margin-right: 45.83333333%
    }

    .arco-col-offset-12 {
      margin-left: 50%
    }

    .arco-col-offset-12.arco-col-rtl {
      margin-left: 0;
      margin-right: 50%
    }

    .arco-col-offset-13 {
      margin-left: 54.16666667%
    }

    .arco-col-offset-13.arco-col-rtl {
      margin-left: 0;
      margin-right: 54.16666667%
    }

    .arco-col-offset-14 {
      margin-left: 58.33333333%
    }

    .arco-col-offset-14.arco-col-rtl {
      margin-left: 0;
      margin-right: 58.33333333%
    }

    .arco-col-offset-15 {
      margin-left: 62.5%
    }

    .arco-col-offset-15.arco-col-rtl {
      margin-left: 0;
      margin-right: 62.5%
    }

    .arco-col-offset-16 {
      margin-left: 66.66666667%
    }

    .arco-col-offset-16.arco-col-rtl {
      margin-left: 0;
      margin-right: 66.66666667%
    }

    .arco-col-offset-17 {
      margin-left: 70.83333333%
    }

    .arco-col-offset-17.arco-col-rtl {
      margin-left: 0;
      margin-right: 70.83333333%
    }

    .arco-col-offset-18 {
      margin-left: 75%
    }

    .arco-col-offset-18.arco-col-rtl {
      margin-left: 0;
      margin-right: 75%
    }

    .arco-col-offset-19 {
      margin-left: 79.16666667%
    }

    .arco-col-offset-19.arco-col-rtl {
      margin-left: 0;
      margin-right: 79.16666667%
    }

    .arco-col-offset-20 {
      margin-left: 83.33333333%
    }

    .arco-col-offset-20.arco-col-rtl {
      margin-left: 0;
      margin-right: 83.33333333%
    }

    .arco-col-offset-21 {
      margin-left: 87.5%
    }

    .arco-col-offset-21.arco-col-rtl {
      margin-left: 0;
      margin-right: 87.5%
    }

    .arco-col-offset-22 {
      margin-left: 91.66666667%
    }

    .arco-col-offset-22.arco-col-rtl {
      margin-left: 0;
      margin-right: 91.66666667%
    }

    .arco-col-offset-23 {
      margin-left: 95.83333333%
    }

    .arco-col-offset-23.arco-col-rtl {
      margin-left: 0;
      margin-right: 95.83333333%
    }

    .arco-col-order-0 {
      order: 0
    }

    .arco-col-order-1 {
      order: 1
    }

    .arco-col-order-2 {
      order: 2
    }

    .arco-col-order-3 {
      order: 3
    }

    .arco-col-order-4 {
      order: 4
    }

    .arco-col-order-5 {
      order: 5
    }

    .arco-col-order-6 {
      order: 6
    }

    .arco-col-order-7 {
      order: 7
    }

    .arco-col-order-8 {
      order: 8
    }

    .arco-col-order-9 {
      order: 9
    }

    .arco-col-order-10 {
      order: 10
    }

    .arco-col-order-11 {
      order: 11
    }

    .arco-col-order-12 {
      order: 12
    }

    .arco-col-order-13 {
      order: 13
    }

    .arco-col-order-14 {
      order: 14
    }

    .arco-col-order-15 {
      order: 15
    }

    .arco-col-order-16 {
      order: 16
    }

    .arco-col-order-17 {
      order: 17
    }

    .arco-col-order-18 {
      order: 18
    }

    .arco-col-order-19 {
      order: 19
    }

    .arco-col-order-20 {
      order: 20
    }

    .arco-col-order-21 {
      order: 21
    }

    .arco-col-order-22 {
      order: 22
    }

    .arco-col-order-23 {
      order: 23
    }

    .arco-col-order-24 {
      order: 24
    }

    .arco-col-pull-0 {
      right: 0
    }

    .arco-col-pull-0.arco-col-rtl {
      left: 0;
      right: unset
    }

    .arco-col-pull-1 {
      right: 4.16666667%
    }

    .arco-col-pull-1.arco-col-rtl {
      left: 4.16666667%;
      right: unset
    }

    .arco-col-pull-2 {
      right: 8.33333333%
    }

    .arco-col-pull-2.arco-col-rtl {
      left: 8.33333333%;
      right: unset
    }

    .arco-col-pull-3 {
      right: 12.5%
    }

    .arco-col-pull-3.arco-col-rtl {
      left: 12.5%;
      right: unset
    }

    .arco-col-pull-4 {
      right: 16.66666667%
    }

    .arco-col-pull-4.arco-col-rtl {
      left: 16.66666667%;
      right: unset
    }

    .arco-col-pull-5 {
      right: 20.83333333%
    }

    .arco-col-pull-5.arco-col-rtl {
      left: 20.83333333%;
      right: unset
    }

    .arco-col-pull-6 {
      right: 25%
    }

    .arco-col-pull-6.arco-col-rtl {
      left: 25%;
      right: unset
    }

    .arco-col-pull-7 {
      right: 29.16666667%
    }

    .arco-col-pull-7.arco-col-rtl {
      left: 29.16666667%;
      right: unset
    }

    .arco-col-pull-8 {
      right: 33.33333333%
    }

    .arco-col-pull-8.arco-col-rtl {
      left: 33.33333333%;
      right: unset
    }

    .arco-col-pull-9 {
      right: 37.5%
    }

    .arco-col-pull-9.arco-col-rtl {
      left: 37.5%;
      right: unset
    }

    .arco-col-pull-10 {
      right: 41.66666667%
    }

    .arco-col-pull-10.arco-col-rtl {
      left: 41.66666667%;
      right: unset
    }

    .arco-col-pull-11 {
      right: 45.83333333%
    }

    .arco-col-pull-11.arco-col-rtl {
      left: 45.83333333%;
      right: unset
    }

    .arco-col-pull-12 {
      right: 50%
    }

    .arco-col-pull-12.arco-col-rtl {
      left: 50%;
      right: unset
    }

    .arco-col-pull-13 {
      right: 54.16666667%
    }

    .arco-col-pull-13.arco-col-rtl {
      left: 54.16666667%;
      right: unset
    }

    .arco-col-pull-14 {
      right: 58.33333333%
    }

    .arco-col-pull-14.arco-col-rtl {
      left: 58.33333333%;
      right: unset
    }

    .arco-col-pull-15 {
      right: 62.5%
    }

    .arco-col-pull-15.arco-col-rtl {
      left: 62.5%;
      right: unset
    }

    .arco-col-pull-16 {
      right: 66.66666667%
    }

    .arco-col-pull-16.arco-col-rtl {
      left: 66.66666667%;
      right: unset
    }

    .arco-col-pull-17 {
      right: 70.83333333%
    }

    .arco-col-pull-17.arco-col-rtl {
      left: 70.83333333%;
      right: unset
    }

    .arco-col-pull-18 {
      right: 75%
    }

    .arco-col-pull-18.arco-col-rtl {
      left: 75%;
      right: unset
    }

    .arco-col-pull-19 {
      right: 79.16666667%
    }

    .arco-col-pull-19.arco-col-rtl {
      left: 79.16666667%;
      right: unset
    }

    .arco-col-pull-20 {
      right: 83.33333333%
    }

    .arco-col-pull-20.arco-col-rtl {
      left: 83.33333333%;
      right: unset
    }

    .arco-col-pull-21 {
      right: 87.5%
    }

    .arco-col-pull-21.arco-col-rtl {
      left: 87.5%;
      right: unset
    }

    .arco-col-pull-22 {
      right: 91.66666667%
    }

    .arco-col-pull-22.arco-col-rtl {
      left: 91.66666667%;
      right: unset
    }

    .arco-col-pull-23 {
      right: 95.83333333%
    }

    .arco-col-pull-23.arco-col-rtl {
      left: 95.83333333%;
      right: unset
    }

    .arco-col-pull-24 {
      right: 100%
    }

    .arco-col-pull-24.arco-col-rtl {
      left: 100%;
      right: unset
    }

    .arco-col-push-0 {
      left: 0
    }

    .arco-col-push-0.arco-col-rtl {
      left: unset;
      right: 0
    }

    .arco-col-push-1 {
      left: 4.16666667%
    }

    .arco-col-push-1.arco-col-rtl {
      left: unset;
      right: 4.16666667%
    }

    .arco-col-push-2 {
      left: 8.33333333%
    }

    .arco-col-push-2.arco-col-rtl {
      left: unset;
      right: 8.33333333%
    }

    .arco-col-push-3 {
      left: 12.5%
    }

    .arco-col-push-3.arco-col-rtl {
      left: unset;
      right: 12.5%
    }

    .arco-col-push-4 {
      left: 16.66666667%
    }

    .arco-col-push-4.arco-col-rtl {
      left: unset;
      right: 16.66666667%
    }

    .arco-col-push-5 {
      left: 20.83333333%
    }

    .arco-col-push-5.arco-col-rtl {
      left: unset;
      right: 20.83333333%
    }

    .arco-col-push-6 {
      left: 25%
    }

    .arco-col-push-6.arco-col-rtl {
      left: unset;
      right: 25%
    }

    .arco-col-push-7 {
      left: 29.16666667%
    }

    .arco-col-push-7.arco-col-rtl {
      left: unset;
      right: 29.16666667%
    }

    .arco-col-push-8 {
      left: 33.33333333%
    }

    .arco-col-push-8.arco-col-rtl {
      left: unset;
      right: 33.33333333%
    }

    .arco-col-push-9 {
      left: 37.5%
    }

    .arco-col-push-9.arco-col-rtl {
      left: unset;
      right: 37.5%
    }

    .arco-col-push-10 {
      left: 41.66666667%
    }

    .arco-col-push-10.arco-col-rtl {
      left: unset;
      right: 41.66666667%
    }

    .arco-col-push-11 {
      left: 45.83333333%
    }

    .arco-col-push-11.arco-col-rtl {
      left: unset;
      right: 45.83333333%
    }

    .arco-col-push-12 {
      left: 50%
    }

    .arco-col-push-12.arco-col-rtl {
      left: unset;
      right: 50%
    }

    .arco-col-push-13 {
      left: 54.16666667%
    }

    .arco-col-push-13.arco-col-rtl {
      left: unset;
      right: 54.16666667%
    }

    .arco-col-push-14 {
      left: 58.33333333%
    }

    .arco-col-push-14.arco-col-rtl {
      left: unset;
      right: 58.33333333%
    }

    .arco-col-push-15 {
      left: 62.5%
    }

    .arco-col-push-15.arco-col-rtl {
      left: unset;
      right: 62.5%
    }

    .arco-col-push-16 {
      left: 66.66666667%
    }

    .arco-col-push-16.arco-col-rtl {
      left: unset;
      right: 66.66666667%
    }

    .arco-col-push-17 {
      left: 70.83333333%
    }

    .arco-col-push-17.arco-col-rtl {
      left: unset;
      right: 70.83333333%
    }

    .arco-col-push-18 {
      left: 75%
    }

    .arco-col-push-18.arco-col-rtl {
      left: unset;
      right: 75%
    }

    .arco-col-push-19 {
      left: 79.16666667%
    }

    .arco-col-push-19.arco-col-rtl {
      left: unset;
      right: 79.16666667%
    }

    .arco-col-push-20 {
      left: 83.33333333%
    }

    .arco-col-push-20.arco-col-rtl {
      left: unset;
      right: 83.33333333%
    }

    .arco-col-push-21 {
      left: 87.5%
    }

    .arco-col-push-21.arco-col-rtl {
      left: unset;
      right: 87.5%
    }

    .arco-col-push-22 {
      left: 91.66666667%
    }

    .arco-col-push-22.arco-col-rtl {
      left: unset;
      right: 91.66666667%
    }

    .arco-col-push-23 {
      left: 95.83333333%
    }

    .arco-col-push-23.arco-col-rtl {
      left: unset;
      right: 95.83333333%
    }

    .arco-col-push-24 {
      left: 100%
    }

    .arco-col-push-24.arco-col-rtl {
      left: unset;
      right: 100%
    }

    .arco-col-xs-0 {
      display: none
    }

    .arco-col-xs-1 {
      display: block;
      flex: 0 0 4.16666667%;
      width: 4.16666667%
    }

    .arco-col-xs-2 {
      display: block;
      flex: 0 0 8.33333333%;
      width: 8.33333333%
    }

    .arco-col-xs-3 {
      display: block;
      flex: 0 0 12.5%;
      width: 12.5%
    }

    .arco-col-xs-4 {
      display: block;
      flex: 0 0 16.66666667%;
      width: 16.66666667%
    }

    .arco-col-xs-5 {
      display: block;
      flex: 0 0 20.83333333%;
      width: 20.83333333%
    }

    .arco-col-xs-6 {
      display: block;
      flex: 0 0 25%;
      width: 25%
    }

    .arco-col-xs-7 {
      display: block;
      flex: 0 0 29.16666667%;
      width: 29.16666667%
    }

    .arco-col-xs-8 {
      display: block;
      flex: 0 0 33.33333333%;
      width: 33.33333333%
    }

    .arco-col-xs-9 {
      display: block;
      flex: 0 0 37.5%;
      width: 37.5%
    }

    .arco-col-xs-10 {
      display: block;
      flex: 0 0 41.66666667%;
      width: 41.66666667%
    }

    .arco-col-xs-11 {
      display: block;
      flex: 0 0 45.83333333%;
      width: 45.83333333%
    }

    .arco-col-xs-12 {
      display: block;
      flex: 0 0 50%;
      width: 50%
    }

    .arco-col-xs-13 {
      display: block;
      flex: 0 0 54.16666667%;
      width: 54.16666667%
    }

    .arco-col-xs-14 {
      display: block;
      flex: 0 0 58.33333333%;
      width: 58.33333333%
    }

    .arco-col-xs-15 {
      display: block;
      flex: 0 0 62.5%;
      width: 62.5%
    }

    .arco-col-xs-16 {
      display: block;
      flex: 0 0 66.66666667%;
      width: 66.66666667%
    }

    .arco-col-xs-17 {
      display: block;
      flex: 0 0 70.83333333%;
      width: 70.83333333%
    }

    .arco-col-xs-18 {
      display: block;
      flex: 0 0 75%;
      width: 75%
    }

    .arco-col-xs-19 {
      display: block;
      flex: 0 0 79.16666667%;
      width: 79.16666667%
    }

    .arco-col-xs-20 {
      display: block;
      flex: 0 0 83.33333333%;
      width: 83.33333333%
    }

    .arco-col-xs-21 {
      display: block;
      flex: 0 0 87.5%;
      width: 87.5%
    }

    .arco-col-xs-22 {
      display: block;
      flex: 0 0 91.66666667%;
      width: 91.66666667%
    }

    .arco-col-xs-23 {
      display: block;
      flex: 0 0 95.83333333%;
      width: 95.83333333%
    }

    .arco-col-xs-24 {
      display: block;
      flex: 0 0 100%;
      width: 100%
    }

    .arco-col-xs-offset-0 {
      margin-left: 0
    }

    .arco-col-xs-offset-0.arco-col-rtl {
      margin-left: 0;
      margin-right: 0
    }

    .arco-col-xs-offset-1 {
      margin-left: 4.16666667%
    }

    .arco-col-xs-offset-1.arco-col-rtl {
      margin-left: 0;
      margin-right: 4.16666667%
    }

    .arco-col-xs-offset-2 {
      margin-left: 8.33333333%
    }

    .arco-col-xs-offset-2.arco-col-rtl {
      margin-left: 0;
      margin-right: 8.33333333%
    }

    .arco-col-xs-offset-3 {
      margin-left: 12.5%
    }

    .arco-col-xs-offset-3.arco-col-rtl {
      margin-left: 0;
      margin-right: 12.5%
    }

    .arco-col-xs-offset-4 {
      margin-left: 16.66666667%
    }

    .arco-col-xs-offset-4.arco-col-rtl {
      margin-left: 0;
      margin-right: 16.66666667%
    }

    .arco-col-xs-offset-5 {
      margin-left: 20.83333333%
    }

    .arco-col-xs-offset-5.arco-col-rtl {
      margin-left: 0;
      margin-right: 20.83333333%
    }

    .arco-col-xs-offset-6 {
      margin-left: 25%
    }

    .arco-col-xs-offset-6.arco-col-rtl {
      margin-left: 0;
      margin-right: 25%
    }

    .arco-col-xs-offset-7 {
      margin-left: 29.16666667%
    }

    .arco-col-xs-offset-7.arco-col-rtl {
      margin-left: 0;
      margin-right: 29.16666667%
    }

    .arco-col-xs-offset-8 {
      margin-left: 33.33333333%
    }

    .arco-col-xs-offset-8.arco-col-rtl {
      margin-left: 0;
      margin-right: 33.33333333%
    }

    .arco-col-xs-offset-9 {
      margin-left: 37.5%
    }

    .arco-col-xs-offset-9.arco-col-rtl {
      margin-left: 0;
      margin-right: 37.5%
    }

    .arco-col-xs-offset-10 {
      margin-left: 41.66666667%
    }

    .arco-col-xs-offset-10.arco-col-rtl {
      margin-left: 0;
      margin-right: 41.66666667%
    }

    .arco-col-xs-offset-11 {
      margin-left: 45.83333333%
    }

    .arco-col-xs-offset-11.arco-col-rtl {
      margin-left: 0;
      margin-right: 45.83333333%
    }

    .arco-col-xs-offset-12 {
      margin-left: 50%
    }

    .arco-col-xs-offset-12.arco-col-rtl {
      margin-left: 0;
      margin-right: 50%
    }

    .arco-col-xs-offset-13 {
      margin-left: 54.16666667%
    }

    .arco-col-xs-offset-13.arco-col-rtl {
      margin-left: 0;
      margin-right: 54.16666667%
    }

    .arco-col-xs-offset-14 {
      margin-left: 58.33333333%
    }

    .arco-col-xs-offset-14.arco-col-rtl {
      margin-left: 0;
      margin-right: 58.33333333%
    }

    .arco-col-xs-offset-15 {
      margin-left: 62.5%
    }

    .arco-col-xs-offset-15.arco-col-rtl {
      margin-left: 0;
      margin-right: 62.5%
    }

    .arco-col-xs-offset-16 {
      margin-left: 66.66666667%
    }

    .arco-col-xs-offset-16.arco-col-rtl {
      margin-left: 0;
      margin-right: 66.66666667%
    }

    .arco-col-xs-offset-17 {
      margin-left: 70.83333333%
    }

    .arco-col-xs-offset-17.arco-col-rtl {
      margin-left: 0;
      margin-right: 70.83333333%
    }

    .arco-col-xs-offset-18 {
      margin-left: 75%
    }

    .arco-col-xs-offset-18.arco-col-rtl {
      margin-left: 0;
      margin-right: 75%
    }

    .arco-col-xs-offset-19 {
      margin-left: 79.16666667%
    }

    .arco-col-xs-offset-19.arco-col-rtl {
      margin-left: 0;
      margin-right: 79.16666667%
    }

    .arco-col-xs-offset-20 {
      margin-left: 83.33333333%
    }

    .arco-col-xs-offset-20.arco-col-rtl {
      margin-left: 0;
      margin-right: 83.33333333%
    }

    .arco-col-xs-offset-21 {
      margin-left: 87.5%
    }

    .arco-col-xs-offset-21.arco-col-rtl {
      margin-left: 0;
      margin-right: 87.5%
    }

    .arco-col-xs-offset-22 {
      margin-left: 91.66666667%
    }

    .arco-col-xs-offset-22.arco-col-rtl {
      margin-left: 0;
      margin-right: 91.66666667%
    }

    .arco-col-xs-offset-23 {
      margin-left: 95.83333333%
    }

    .arco-col-xs-offset-23.arco-col-rtl {
      margin-left: 0;
      margin-right: 95.83333333%
    }

    .arco-col-xs-order-0 {
      order: 0
    }

    .arco-col-xs-order-1 {
      order: 1
    }

    .arco-col-xs-order-2 {
      order: 2
    }

    .arco-col-xs-order-3 {
      order: 3
    }

    .arco-col-xs-order-4 {
      order: 4
    }

    .arco-col-xs-order-5 {
      order: 5
    }

    .arco-col-xs-order-6 {
      order: 6
    }

    .arco-col-xs-order-7 {
      order: 7
    }

    .arco-col-xs-order-8 {
      order: 8
    }

    .arco-col-xs-order-9 {
      order: 9
    }

    .arco-col-xs-order-10 {
      order: 10
    }

    .arco-col-xs-order-11 {
      order: 11
    }

    .arco-col-xs-order-12 {
      order: 12
    }

    .arco-col-xs-order-13 {
      order: 13
    }

    .arco-col-xs-order-14 {
      order: 14
    }

    .arco-col-xs-order-15 {
      order: 15
    }

    .arco-col-xs-order-16 {
      order: 16
    }

    .arco-col-xs-order-17 {
      order: 17
    }

    .arco-col-xs-order-18 {
      order: 18
    }

    .arco-col-xs-order-19 {
      order: 19
    }

    .arco-col-xs-order-20 {
      order: 20
    }

    .arco-col-xs-order-21 {
      order: 21
    }

    .arco-col-xs-order-22 {
      order: 22
    }

    .arco-col-xs-order-23 {
      order: 23
    }

    .arco-col-xs-order-24 {
      order: 24
    }

    .arco-col-xs-pull-0 {
      right: 0
    }

    .arco-col-xs-pull-0.arco-col-rtl {
      left: 0;
      right: unset
    }

    .arco-col-xs-pull-1 {
      right: 4.16666667%
    }

    .arco-col-xs-pull-1.arco-col-rtl {
      left: 4.16666667%;
      right: unset
    }

    .arco-col-xs-pull-2 {
      right: 8.33333333%
    }

    .arco-col-xs-pull-2.arco-col-rtl {
      left: 8.33333333%;
      right: unset
    }

    .arco-col-xs-pull-3 {
      right: 12.5%
    }

    .arco-col-xs-pull-3.arco-col-rtl {
      left: 12.5%;
      right: unset
    }

    .arco-col-xs-pull-4 {
      right: 16.66666667%
    }

    .arco-col-xs-pull-4.arco-col-rtl {
      left: 16.66666667%;
      right: unset
    }

    .arco-col-xs-pull-5 {
      right: 20.83333333%
    }

    .arco-col-xs-pull-5.arco-col-rtl {
      left: 20.83333333%;
      right: unset
    }

    .arco-col-xs-pull-6 {
      right: 25%
    }

    .arco-col-xs-pull-6.arco-col-rtl {
      left: 25%;
      right: unset
    }

    .arco-col-xs-pull-7 {
      right: 29.16666667%
    }

    .arco-col-xs-pull-7.arco-col-rtl {
      left: 29.16666667%;
      right: unset
    }

    .arco-col-xs-pull-8 {
      right: 33.33333333%
    }

    .arco-col-xs-pull-8.arco-col-rtl {
      left: 33.33333333%;
      right: unset
    }

    .arco-col-xs-pull-9 {
      right: 37.5%
    }

    .arco-col-xs-pull-9.arco-col-rtl {
      left: 37.5%;
      right: unset
    }

    .arco-col-xs-pull-10 {
      right: 41.66666667%
    }

    .arco-col-xs-pull-10.arco-col-rtl {
      left: 41.66666667%;
      right: unset
    }

    .arco-col-xs-pull-11 {
      right: 45.83333333%
    }

    .arco-col-xs-pull-11.arco-col-rtl {
      left: 45.83333333%;
      right: unset
    }

    .arco-col-xs-pull-12 {
      right: 50%
    }

    .arco-col-xs-pull-12.arco-col-rtl {
      left: 50%;
      right: unset
    }

    .arco-col-xs-pull-13 {
      right: 54.16666667%
    }

    .arco-col-xs-pull-13.arco-col-rtl {
      left: 54.16666667%;
      right: unset
    }

    .arco-col-xs-pull-14 {
      right: 58.33333333%
    }

    .arco-col-xs-pull-14.arco-col-rtl {
      left: 58.33333333%;
      right: unset
    }

    .arco-col-xs-pull-15 {
      right: 62.5%
    }

    .arco-col-xs-pull-15.arco-col-rtl {
      left: 62.5%;
      right: unset
    }

    .arco-col-xs-pull-16 {
      right: 66.66666667%
    }

    .arco-col-xs-pull-16.arco-col-rtl {
      left: 66.66666667%;
      right: unset
    }

    .arco-col-xs-pull-17 {
      right: 70.83333333%
    }

    .arco-col-xs-pull-17.arco-col-rtl {
      left: 70.83333333%;
      right: unset
    }

    .arco-col-xs-pull-18 {
      right: 75%
    }

    .arco-col-xs-pull-18.arco-col-rtl {
      left: 75%;
      right: unset
    }

    .arco-col-xs-pull-19 {
      right: 79.16666667%
    }

    .arco-col-xs-pull-19.arco-col-rtl {
      left: 79.16666667%;
      right: unset
    }

    .arco-col-xs-pull-20 {
      right: 83.33333333%
    }

    .arco-col-xs-pull-20.arco-col-rtl {
      left: 83.33333333%;
      right: unset
    }

    .arco-col-xs-pull-21 {
      right: 87.5%
    }

    .arco-col-xs-pull-21.arco-col-rtl {
      left: 87.5%;
      right: unset
    }

    .arco-col-xs-pull-22 {
      right: 91.66666667%
    }

    .arco-col-xs-pull-22.arco-col-rtl {
      left: 91.66666667%;
      right: unset
    }

    .arco-col-xs-pull-23 {
      right: 95.83333333%
    }

    .arco-col-xs-pull-23.arco-col-rtl {
      left: 95.83333333%;
      right: unset
    }

    .arco-col-xs-pull-24 {
      right: 100%
    }

    .arco-col-xs-pull-24.arco-col-rtl {
      left: 100%;
      right: unset
    }

    .arco-col-xs-push-0 {
      left: 0
    }

    .arco-col-xs-push-0.arco-col-rtl {
      left: unset;
      right: 0
    }

    .arco-col-xs-push-1 {
      left: 4.16666667%
    }

    .arco-col-xs-push-1.arco-col-rtl {
      left: unset;
      right: 4.16666667%
    }

    .arco-col-xs-push-2 {
      left: 8.33333333%
    }

    .arco-col-xs-push-2.arco-col-rtl {
      left: unset;
      right: 8.33333333%
    }

    .arco-col-xs-push-3 {
      left: 12.5%
    }

    .arco-col-xs-push-3.arco-col-rtl {
      left: unset;
      right: 12.5%
    }

    .arco-col-xs-push-4 {
      left: 16.66666667%
    }

    .arco-col-xs-push-4.arco-col-rtl {
      left: unset;
      right: 16.66666667%
    }

    .arco-col-xs-push-5 {
      left: 20.83333333%
    }

    .arco-col-xs-push-5.arco-col-rtl {
      left: unset;
      right: 20.83333333%
    }

    .arco-col-xs-push-6 {
      left: 25%
    }

    .arco-col-xs-push-6.arco-col-rtl {
      left: unset;
      right: 25%
    }

    .arco-col-xs-push-7 {
      left: 29.16666667%
    }

    .arco-col-xs-push-7.arco-col-rtl {
      left: unset;
      right: 29.16666667%
    }

    .arco-col-xs-push-8 {
      left: 33.33333333%
    }

    .arco-col-xs-push-8.arco-col-rtl {
      left: unset;
      right: 33.33333333%
    }

    .arco-col-xs-push-9 {
      left: 37.5%
    }

    .arco-col-xs-push-9.arco-col-rtl {
      left: unset;
      right: 37.5%
    }

    .arco-col-xs-push-10 {
      left: 41.66666667%
    }

    .arco-col-xs-push-10.arco-col-rtl {
      left: unset;
      right: 41.66666667%
    }

    .arco-col-xs-push-11 {
      left: 45.83333333%
    }

    .arco-col-xs-push-11.arco-col-rtl {
      left: unset;
      right: 45.83333333%
    }

    .arco-col-xs-push-12 {
      left: 50%
    }

    .arco-col-xs-push-12.arco-col-rtl {
      left: unset;
      right: 50%
    }

    .arco-col-xs-push-13 {
      left: 54.16666667%
    }

    .arco-col-xs-push-13.arco-col-rtl {
      left: unset;
      right: 54.16666667%
    }

    .arco-col-xs-push-14 {
      left: 58.33333333%
    }

    .arco-col-xs-push-14.arco-col-rtl {
      left: unset;
      right: 58.33333333%
    }

    .arco-col-xs-push-15 {
      left: 62.5%
    }

    .arco-col-xs-push-15.arco-col-rtl {
      left: unset;
      right: 62.5%
    }

    .arco-col-xs-push-16 {
      left: 66.66666667%
    }

    .arco-col-xs-push-16.arco-col-rtl {
      left: unset;
      right: 66.66666667%
    }

    .arco-col-xs-push-17 {
      left: 70.83333333%
    }

    .arco-col-xs-push-17.arco-col-rtl {
      left: unset;
      right: 70.83333333%
    }

    .arco-col-xs-push-18 {
      left: 75%
    }

    .arco-col-xs-push-18.arco-col-rtl {
      left: unset;
      right: 75%
    }

    .arco-col-xs-push-19 {
      left: 79.16666667%
    }

    .arco-col-xs-push-19.arco-col-rtl {
      left: unset;
      right: 79.16666667%
    }

    .arco-col-xs-push-20 {
      left: 83.33333333%
    }

    .arco-col-xs-push-20.arco-col-rtl {
      left: unset;
      right: 83.33333333%
    }

    .arco-col-xs-push-21 {
      left: 87.5%
    }

    .arco-col-xs-push-21.arco-col-rtl {
      left: unset;
      right: 87.5%
    }

    .arco-col-xs-push-22 {
      left: 91.66666667%
    }

    .arco-col-xs-push-22.arco-col-rtl {
      left: unset;
      right: 91.66666667%
    }

    .arco-col-xs-push-23 {
      left: 95.83333333%
    }

    .arco-col-xs-push-23.arco-col-rtl {
      left: unset;
      right: 95.83333333%
    }

    .arco-col-xs-push-24 {
      left: 100%
    }

    .arco-col-xs-push-24.arco-col-rtl {
      left: unset;
      right: 100%
    }

    @media (min-width:576px) {
      .arco-col-sm-0 {
        display: none
      }

      .arco-col-sm-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .arco-col-sm-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .arco-col-sm-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .arco-col-sm-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .arco-col-sm-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .arco-col-sm-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .arco-col-sm-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .arco-col-sm-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .arco-col-sm-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .arco-col-sm-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .arco-col-sm-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .arco-col-sm-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .arco-col-sm-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .arco-col-sm-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .arco-col-sm-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .arco-col-sm-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .arco-col-sm-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .arco-col-sm-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .arco-col-sm-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .arco-col-sm-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .arco-col-sm-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .arco-col-sm-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .arco-col-sm-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .arco-col-sm-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .arco-col-sm-offset-0 {
        margin-left: 0
      }

      .arco-col-sm-offset-0.arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .arco-col-sm-offset-1 {
        margin-left: 4.16666667%
      }

      .arco-col-sm-offset-1.arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .arco-col-sm-offset-2 {
        margin-left: 8.33333333%
      }

      .arco-col-sm-offset-2.arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .arco-col-sm-offset-3 {
        margin-left: 12.5%
      }

      .arco-col-sm-offset-3.arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .arco-col-sm-offset-4 {
        margin-left: 16.66666667%
      }

      .arco-col-sm-offset-4.arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .arco-col-sm-offset-5 {
        margin-left: 20.83333333%
      }

      .arco-col-sm-offset-5.arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .arco-col-sm-offset-6 {
        margin-left: 25%
      }

      .arco-col-sm-offset-6.arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .arco-col-sm-offset-7 {
        margin-left: 29.16666667%
      }

      .arco-col-sm-offset-7.arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .arco-col-sm-offset-8 {
        margin-left: 33.33333333%
      }

      .arco-col-sm-offset-8.arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .arco-col-sm-offset-9 {
        margin-left: 37.5%
      }

      .arco-col-sm-offset-9.arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .arco-col-sm-offset-10 {
        margin-left: 41.66666667%
      }

      .arco-col-sm-offset-10.arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .arco-col-sm-offset-11 {
        margin-left: 45.83333333%
      }

      .arco-col-sm-offset-11.arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .arco-col-sm-offset-12 {
        margin-left: 50%
      }

      .arco-col-sm-offset-12.arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .arco-col-sm-offset-13 {
        margin-left: 54.16666667%
      }

      .arco-col-sm-offset-13.arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .arco-col-sm-offset-14 {
        margin-left: 58.33333333%
      }

      .arco-col-sm-offset-14.arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .arco-col-sm-offset-15 {
        margin-left: 62.5%
      }

      .arco-col-sm-offset-15.arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .arco-col-sm-offset-16 {
        margin-left: 66.66666667%
      }

      .arco-col-sm-offset-16.arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .arco-col-sm-offset-17 {
        margin-left: 70.83333333%
      }

      .arco-col-sm-offset-17.arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .arco-col-sm-offset-18 {
        margin-left: 75%
      }

      .arco-col-sm-offset-18.arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .arco-col-sm-offset-19 {
        margin-left: 79.16666667%
      }

      .arco-col-sm-offset-19.arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .arco-col-sm-offset-20 {
        margin-left: 83.33333333%
      }

      .arco-col-sm-offset-20.arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .arco-col-sm-offset-21 {
        margin-left: 87.5%
      }

      .arco-col-sm-offset-21.arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .arco-col-sm-offset-22 {
        margin-left: 91.66666667%
      }

      .arco-col-sm-offset-22.arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .arco-col-sm-offset-23 {
        margin-left: 95.83333333%
      }

      .arco-col-sm-offset-23.arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .arco-col-sm-order-0 {
        order: 0
      }

      .arco-col-sm-order-1 {
        order: 1
      }

      .arco-col-sm-order-2 {
        order: 2
      }

      .arco-col-sm-order-3 {
        order: 3
      }

      .arco-col-sm-order-4 {
        order: 4
      }

      .arco-col-sm-order-5 {
        order: 5
      }

      .arco-col-sm-order-6 {
        order: 6
      }

      .arco-col-sm-order-7 {
        order: 7
      }

      .arco-col-sm-order-8 {
        order: 8
      }

      .arco-col-sm-order-9 {
        order: 9
      }

      .arco-col-sm-order-10 {
        order: 10
      }

      .arco-col-sm-order-11 {
        order: 11
      }

      .arco-col-sm-order-12 {
        order: 12
      }

      .arco-col-sm-order-13 {
        order: 13
      }

      .arco-col-sm-order-14 {
        order: 14
      }

      .arco-col-sm-order-15 {
        order: 15
      }

      .arco-col-sm-order-16 {
        order: 16
      }

      .arco-col-sm-order-17 {
        order: 17
      }

      .arco-col-sm-order-18 {
        order: 18
      }

      .arco-col-sm-order-19 {
        order: 19
      }

      .arco-col-sm-order-20 {
        order: 20
      }

      .arco-col-sm-order-21 {
        order: 21
      }

      .arco-col-sm-order-22 {
        order: 22
      }

      .arco-col-sm-order-23 {
        order: 23
      }

      .arco-col-sm-order-24 {
        order: 24
      }

      .arco-col-sm-pull-0 {
        right: 0
      }

      .arco-col-sm-pull-0.arco-col-rtl {
        left: 0;
        right: unset
      }

      .arco-col-sm-pull-1 {
        right: 4.16666667%
      }

      .arco-col-sm-pull-1.arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .arco-col-sm-pull-2 {
        right: 8.33333333%
      }

      .arco-col-sm-pull-2.arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .arco-col-sm-pull-3 {
        right: 12.5%
      }

      .arco-col-sm-pull-3.arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .arco-col-sm-pull-4 {
        right: 16.66666667%
      }

      .arco-col-sm-pull-4.arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .arco-col-sm-pull-5 {
        right: 20.83333333%
      }

      .arco-col-sm-pull-5.arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .arco-col-sm-pull-6 {
        right: 25%
      }

      .arco-col-sm-pull-6.arco-col-rtl {
        left: 25%;
        right: unset
      }

      .arco-col-sm-pull-7 {
        right: 29.16666667%
      }

      .arco-col-sm-pull-7.arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .arco-col-sm-pull-8 {
        right: 33.33333333%
      }

      .arco-col-sm-pull-8.arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .arco-col-sm-pull-9 {
        right: 37.5%
      }

      .arco-col-sm-pull-9.arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .arco-col-sm-pull-10 {
        right: 41.66666667%
      }

      .arco-col-sm-pull-10.arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .arco-col-sm-pull-11 {
        right: 45.83333333%
      }

      .arco-col-sm-pull-11.arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .arco-col-sm-pull-12 {
        right: 50%
      }

      .arco-col-sm-pull-12.arco-col-rtl {
        left: 50%;
        right: unset
      }

      .arco-col-sm-pull-13 {
        right: 54.16666667%
      }

      .arco-col-sm-pull-13.arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .arco-col-sm-pull-14 {
        right: 58.33333333%
      }

      .arco-col-sm-pull-14.arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .arco-col-sm-pull-15 {
        right: 62.5%
      }

      .arco-col-sm-pull-15.arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .arco-col-sm-pull-16 {
        right: 66.66666667%
      }

      .arco-col-sm-pull-16.arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .arco-col-sm-pull-17 {
        right: 70.83333333%
      }

      .arco-col-sm-pull-17.arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .arco-col-sm-pull-18 {
        right: 75%
      }

      .arco-col-sm-pull-18.arco-col-rtl {
        left: 75%;
        right: unset
      }

      .arco-col-sm-pull-19 {
        right: 79.16666667%
      }

      .arco-col-sm-pull-19.arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .arco-col-sm-pull-20 {
        right: 83.33333333%
      }

      .arco-col-sm-pull-20.arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .arco-col-sm-pull-21 {
        right: 87.5%
      }

      .arco-col-sm-pull-21.arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .arco-col-sm-pull-22 {
        right: 91.66666667%
      }

      .arco-col-sm-pull-22.arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .arco-col-sm-pull-23 {
        right: 95.83333333%
      }

      .arco-col-sm-pull-23.arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .arco-col-sm-pull-24 {
        right: 100%
      }

      .arco-col-sm-pull-24.arco-col-rtl {
        left: 100%;
        right: unset
      }

      .arco-col-sm-push-0 {
        left: 0
      }

      .arco-col-sm-push-0.arco-col-rtl {
        left: unset;
        right: 0
      }

      .arco-col-sm-push-1 {
        left: 4.16666667%
      }

      .arco-col-sm-push-1.arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .arco-col-sm-push-2 {
        left: 8.33333333%
      }

      .arco-col-sm-push-2.arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .arco-col-sm-push-3 {
        left: 12.5%
      }

      .arco-col-sm-push-3.arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .arco-col-sm-push-4 {
        left: 16.66666667%
      }

      .arco-col-sm-push-4.arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .arco-col-sm-push-5 {
        left: 20.83333333%
      }

      .arco-col-sm-push-5.arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .arco-col-sm-push-6 {
        left: 25%
      }

      .arco-col-sm-push-6.arco-col-rtl {
        left: unset;
        right: 25%
      }

      .arco-col-sm-push-7 {
        left: 29.16666667%
      }

      .arco-col-sm-push-7.arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .arco-col-sm-push-8 {
        left: 33.33333333%
      }

      .arco-col-sm-push-8.arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .arco-col-sm-push-9 {
        left: 37.5%
      }

      .arco-col-sm-push-9.arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .arco-col-sm-push-10 {
        left: 41.66666667%
      }

      .arco-col-sm-push-10.arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .arco-col-sm-push-11 {
        left: 45.83333333%
      }

      .arco-col-sm-push-11.arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .arco-col-sm-push-12 {
        left: 50%
      }

      .arco-col-sm-push-12.arco-col-rtl {
        left: unset;
        right: 50%
      }

      .arco-col-sm-push-13 {
        left: 54.16666667%
      }

      .arco-col-sm-push-13.arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .arco-col-sm-push-14 {
        left: 58.33333333%
      }

      .arco-col-sm-push-14.arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .arco-col-sm-push-15 {
        left: 62.5%
      }

      .arco-col-sm-push-15.arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .arco-col-sm-push-16 {
        left: 66.66666667%
      }

      .arco-col-sm-push-16.arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .arco-col-sm-push-17 {
        left: 70.83333333%
      }

      .arco-col-sm-push-17.arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .arco-col-sm-push-18 {
        left: 75%
      }

      .arco-col-sm-push-18.arco-col-rtl {
        left: unset;
        right: 75%
      }

      .arco-col-sm-push-19 {
        left: 79.16666667%
      }

      .arco-col-sm-push-19.arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .arco-col-sm-push-20 {
        left: 83.33333333%
      }

      .arco-col-sm-push-20.arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .arco-col-sm-push-21 {
        left: 87.5%
      }

      .arco-col-sm-push-21.arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .arco-col-sm-push-22 {
        left: 91.66666667%
      }

      .arco-col-sm-push-22.arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .arco-col-sm-push-23 {
        left: 95.83333333%
      }

      .arco-col-sm-push-23.arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .arco-col-sm-push-24 {
        left: 100%
      }

      .arco-col-sm-push-24.arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    @media (min-width:768px) {
      .arco-col-md-0 {
        display: none
      }

      .arco-col-md-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .arco-col-md-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .arco-col-md-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .arco-col-md-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .arco-col-md-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .arco-col-md-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .arco-col-md-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .arco-col-md-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .arco-col-md-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .arco-col-md-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .arco-col-md-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .arco-col-md-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .arco-col-md-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .arco-col-md-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .arco-col-md-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .arco-col-md-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .arco-col-md-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .arco-col-md-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .arco-col-md-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .arco-col-md-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .arco-col-md-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .arco-col-md-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .arco-col-md-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .arco-col-md-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .arco-col-md-offset-0 {
        margin-left: 0
      }

      .arco-col-md-offset-0.arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .arco-col-md-offset-1 {
        margin-left: 4.16666667%
      }

      .arco-col-md-offset-1.arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .arco-col-md-offset-2 {
        margin-left: 8.33333333%
      }

      .arco-col-md-offset-2.arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .arco-col-md-offset-3 {
        margin-left: 12.5%
      }

      .arco-col-md-offset-3.arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .arco-col-md-offset-4 {
        margin-left: 16.66666667%
      }

      .arco-col-md-offset-4.arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .arco-col-md-offset-5 {
        margin-left: 20.83333333%
      }

      .arco-col-md-offset-5.arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .arco-col-md-offset-6 {
        margin-left: 25%
      }

      .arco-col-md-offset-6.arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .arco-col-md-offset-7 {
        margin-left: 29.16666667%
      }

      .arco-col-md-offset-7.arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .arco-col-md-offset-8 {
        margin-left: 33.33333333%
      }

      .arco-col-md-offset-8.arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .arco-col-md-offset-9 {
        margin-left: 37.5%
      }

      .arco-col-md-offset-9.arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .arco-col-md-offset-10 {
        margin-left: 41.66666667%
      }

      .arco-col-md-offset-10.arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .arco-col-md-offset-11 {
        margin-left: 45.83333333%
      }

      .arco-col-md-offset-11.arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .arco-col-md-offset-12 {
        margin-left: 50%
      }

      .arco-col-md-offset-12.arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .arco-col-md-offset-13 {
        margin-left: 54.16666667%
      }

      .arco-col-md-offset-13.arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .arco-col-md-offset-14 {
        margin-left: 58.33333333%
      }

      .arco-col-md-offset-14.arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .arco-col-md-offset-15 {
        margin-left: 62.5%
      }

      .arco-col-md-offset-15.arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .arco-col-md-offset-16 {
        margin-left: 66.66666667%
      }

      .arco-col-md-offset-16.arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .arco-col-md-offset-17 {
        margin-left: 70.83333333%
      }

      .arco-col-md-offset-17.arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .arco-col-md-offset-18 {
        margin-left: 75%
      }

      .arco-col-md-offset-18.arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .arco-col-md-offset-19 {
        margin-left: 79.16666667%
      }

      .arco-col-md-offset-19.arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .arco-col-md-offset-20 {
        margin-left: 83.33333333%
      }

      .arco-col-md-offset-20.arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .arco-col-md-offset-21 {
        margin-left: 87.5%
      }

      .arco-col-md-offset-21.arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .arco-col-md-offset-22 {
        margin-left: 91.66666667%
      }

      .arco-col-md-offset-22.arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .arco-col-md-offset-23 {
        margin-left: 95.83333333%
      }

      .arco-col-md-offset-23.arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .arco-col-md-order-0 {
        order: 0
      }

      .arco-col-md-order-1 {
        order: 1
      }

      .arco-col-md-order-2 {
        order: 2
      }

      .arco-col-md-order-3 {
        order: 3
      }

      .arco-col-md-order-4 {
        order: 4
      }

      .arco-col-md-order-5 {
        order: 5
      }

      .arco-col-md-order-6 {
        order: 6
      }

      .arco-col-md-order-7 {
        order: 7
      }

      .arco-col-md-order-8 {
        order: 8
      }

      .arco-col-md-order-9 {
        order: 9
      }

      .arco-col-md-order-10 {
        order: 10
      }

      .arco-col-md-order-11 {
        order: 11
      }

      .arco-col-md-order-12 {
        order: 12
      }

      .arco-col-md-order-13 {
        order: 13
      }

      .arco-col-md-order-14 {
        order: 14
      }

      .arco-col-md-order-15 {
        order: 15
      }

      .arco-col-md-order-16 {
        order: 16
      }

      .arco-col-md-order-17 {
        order: 17
      }

      .arco-col-md-order-18 {
        order: 18
      }

      .arco-col-md-order-19 {
        order: 19
      }

      .arco-col-md-order-20 {
        order: 20
      }

      .arco-col-md-order-21 {
        order: 21
      }

      .arco-col-md-order-22 {
        order: 22
      }

      .arco-col-md-order-23 {
        order: 23
      }

      .arco-col-md-order-24 {
        order: 24
      }

      .arco-col-md-pull-0 {
        right: 0
      }

      .arco-col-md-pull-0.arco-col-rtl {
        left: 0;
        right: unset
      }

      .arco-col-md-pull-1 {
        right: 4.16666667%
      }

      .arco-col-md-pull-1.arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .arco-col-md-pull-2 {
        right: 8.33333333%
      }

      .arco-col-md-pull-2.arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .arco-col-md-pull-3 {
        right: 12.5%
      }

      .arco-col-md-pull-3.arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .arco-col-md-pull-4 {
        right: 16.66666667%
      }

      .arco-col-md-pull-4.arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .arco-col-md-pull-5 {
        right: 20.83333333%
      }

      .arco-col-md-pull-5.arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .arco-col-md-pull-6 {
        right: 25%
      }

      .arco-col-md-pull-6.arco-col-rtl {
        left: 25%;
        right: unset
      }

      .arco-col-md-pull-7 {
        right: 29.16666667%
      }

      .arco-col-md-pull-7.arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .arco-col-md-pull-8 {
        right: 33.33333333%
      }

      .arco-col-md-pull-8.arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .arco-col-md-pull-9 {
        right: 37.5%
      }

      .arco-col-md-pull-9.arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .arco-col-md-pull-10 {
        right: 41.66666667%
      }

      .arco-col-md-pull-10.arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .arco-col-md-pull-11 {
        right: 45.83333333%
      }

      .arco-col-md-pull-11.arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .arco-col-md-pull-12 {
        right: 50%
      }

      .arco-col-md-pull-12.arco-col-rtl {
        left: 50%;
        right: unset
      }

      .arco-col-md-pull-13 {
        right: 54.16666667%
      }

      .arco-col-md-pull-13.arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .arco-col-md-pull-14 {
        right: 58.33333333%
      }

      .arco-col-md-pull-14.arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .arco-col-md-pull-15 {
        right: 62.5%
      }

      .arco-col-md-pull-15.arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .arco-col-md-pull-16 {
        right: 66.66666667%
      }

      .arco-col-md-pull-16.arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .arco-col-md-pull-17 {
        right: 70.83333333%
      }

      .arco-col-md-pull-17.arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .arco-col-md-pull-18 {
        right: 75%
      }

      .arco-col-md-pull-18.arco-col-rtl {
        left: 75%;
        right: unset
      }

      .arco-col-md-pull-19 {
        right: 79.16666667%
      }

      .arco-col-md-pull-19.arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .arco-col-md-pull-20 {
        right: 83.33333333%
      }

      .arco-col-md-pull-20.arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .arco-col-md-pull-21 {
        right: 87.5%
      }

      .arco-col-md-pull-21.arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .arco-col-md-pull-22 {
        right: 91.66666667%
      }

      .arco-col-md-pull-22.arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .arco-col-md-pull-23 {
        right: 95.83333333%
      }

      .arco-col-md-pull-23.arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .arco-col-md-pull-24 {
        right: 100%
      }

      .arco-col-md-pull-24.arco-col-rtl {
        left: 100%;
        right: unset
      }

      .arco-col-md-push-0 {
        left: 0
      }

      .arco-col-md-push-0.arco-col-rtl {
        left: unset;
        right: 0
      }

      .arco-col-md-push-1 {
        left: 4.16666667%
      }

      .arco-col-md-push-1.arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .arco-col-md-push-2 {
        left: 8.33333333%
      }

      .arco-col-md-push-2.arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .arco-col-md-push-3 {
        left: 12.5%
      }

      .arco-col-md-push-3.arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .arco-col-md-push-4 {
        left: 16.66666667%
      }

      .arco-col-md-push-4.arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .arco-col-md-push-5 {
        left: 20.83333333%
      }

      .arco-col-md-push-5.arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .arco-col-md-push-6 {
        left: 25%
      }

      .arco-col-md-push-6.arco-col-rtl {
        left: unset;
        right: 25%
      }

      .arco-col-md-push-7 {
        left: 29.16666667%
      }

      .arco-col-md-push-7.arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .arco-col-md-push-8 {
        left: 33.33333333%
      }

      .arco-col-md-push-8.arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .arco-col-md-push-9 {
        left: 37.5%
      }

      .arco-col-md-push-9.arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .arco-col-md-push-10 {
        left: 41.66666667%
      }

      .arco-col-md-push-10.arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .arco-col-md-push-11 {
        left: 45.83333333%
      }

      .arco-col-md-push-11.arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .arco-col-md-push-12 {
        left: 50%
      }

      .arco-col-md-push-12.arco-col-rtl {
        left: unset;
        right: 50%
      }

      .arco-col-md-push-13 {
        left: 54.16666667%
      }

      .arco-col-md-push-13.arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .arco-col-md-push-14 {
        left: 58.33333333%
      }

      .arco-col-md-push-14.arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .arco-col-md-push-15 {
        left: 62.5%
      }

      .arco-col-md-push-15.arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .arco-col-md-push-16 {
        left: 66.66666667%
      }

      .arco-col-md-push-16.arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .arco-col-md-push-17 {
        left: 70.83333333%
      }

      .arco-col-md-push-17.arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .arco-col-md-push-18 {
        left: 75%
      }

      .arco-col-md-push-18.arco-col-rtl {
        left: unset;
        right: 75%
      }

      .arco-col-md-push-19 {
        left: 79.16666667%
      }

      .arco-col-md-push-19.arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .arco-col-md-push-20 {
        left: 83.33333333%
      }

      .arco-col-md-push-20.arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .arco-col-md-push-21 {
        left: 87.5%
      }

      .arco-col-md-push-21.arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .arco-col-md-push-22 {
        left: 91.66666667%
      }

      .arco-col-md-push-22.arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .arco-col-md-push-23 {
        left: 95.83333333%
      }

      .arco-col-md-push-23.arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .arco-col-md-push-24 {
        left: 100%
      }

      .arco-col-md-push-24.arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    @media (min-width:992px) {
      .arco-col-lg-0 {
        display: none
      }

      .arco-col-lg-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .arco-col-lg-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .arco-col-lg-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .arco-col-lg-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .arco-col-lg-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .arco-col-lg-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .arco-col-lg-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .arco-col-lg-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .arco-col-lg-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .arco-col-lg-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .arco-col-lg-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .arco-col-lg-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .arco-col-lg-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .arco-col-lg-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .arco-col-lg-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .arco-col-lg-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .arco-col-lg-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .arco-col-lg-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .arco-col-lg-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .arco-col-lg-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .arco-col-lg-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .arco-col-lg-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .arco-col-lg-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .arco-col-lg-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .arco-col-lg-offset-0 {
        margin-left: 0
      }

      .arco-col-lg-offset-0.arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .arco-col-lg-offset-1 {
        margin-left: 4.16666667%
      }

      .arco-col-lg-offset-1.arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .arco-col-lg-offset-2 {
        margin-left: 8.33333333%
      }

      .arco-col-lg-offset-2.arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .arco-col-lg-offset-3 {
        margin-left: 12.5%
      }

      .arco-col-lg-offset-3.arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .arco-col-lg-offset-4 {
        margin-left: 16.66666667%
      }

      .arco-col-lg-offset-4.arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .arco-col-lg-offset-5 {
        margin-left: 20.83333333%
      }

      .arco-col-lg-offset-5.arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .arco-col-lg-offset-6 {
        margin-left: 25%
      }

      .arco-col-lg-offset-6.arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .arco-col-lg-offset-7 {
        margin-left: 29.16666667%
      }

      .arco-col-lg-offset-7.arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .arco-col-lg-offset-8 {
        margin-left: 33.33333333%
      }

      .arco-col-lg-offset-8.arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .arco-col-lg-offset-9 {
        margin-left: 37.5%
      }

      .arco-col-lg-offset-9.arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .arco-col-lg-offset-10 {
        margin-left: 41.66666667%
      }

      .arco-col-lg-offset-10.arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .arco-col-lg-offset-11 {
        margin-left: 45.83333333%
      }

      .arco-col-lg-offset-11.arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .arco-col-lg-offset-12 {
        margin-left: 50%
      }

      .arco-col-lg-offset-12.arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .arco-col-lg-offset-13 {
        margin-left: 54.16666667%
      }

      .arco-col-lg-offset-13.arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .arco-col-lg-offset-14 {
        margin-left: 58.33333333%
      }

      .arco-col-lg-offset-14.arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .arco-col-lg-offset-15 {
        margin-left: 62.5%
      }

      .arco-col-lg-offset-15.arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .arco-col-lg-offset-16 {
        margin-left: 66.66666667%
      }

      .arco-col-lg-offset-16.arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .arco-col-lg-offset-17 {
        margin-left: 70.83333333%
      }

      .arco-col-lg-offset-17.arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .arco-col-lg-offset-18 {
        margin-left: 75%
      }

      .arco-col-lg-offset-18.arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .arco-col-lg-offset-19 {
        margin-left: 79.16666667%
      }

      .arco-col-lg-offset-19.arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .arco-col-lg-offset-20 {
        margin-left: 83.33333333%
      }

      .arco-col-lg-offset-20.arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .arco-col-lg-offset-21 {
        margin-left: 87.5%
      }

      .arco-col-lg-offset-21.arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .arco-col-lg-offset-22 {
        margin-left: 91.66666667%
      }

      .arco-col-lg-offset-22.arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .arco-col-lg-offset-23 {
        margin-left: 95.83333333%
      }

      .arco-col-lg-offset-23.arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .arco-col-lg-order-0 {
        order: 0
      }

      .arco-col-lg-order-1 {
        order: 1
      }

      .arco-col-lg-order-2 {
        order: 2
      }

      .arco-col-lg-order-3 {
        order: 3
      }

      .arco-col-lg-order-4 {
        order: 4
      }

      .arco-col-lg-order-5 {
        order: 5
      }

      .arco-col-lg-order-6 {
        order: 6
      }

      .arco-col-lg-order-7 {
        order: 7
      }

      .arco-col-lg-order-8 {
        order: 8
      }

      .arco-col-lg-order-9 {
        order: 9
      }

      .arco-col-lg-order-10 {
        order: 10
      }

      .arco-col-lg-order-11 {
        order: 11
      }

      .arco-col-lg-order-12 {
        order: 12
      }

      .arco-col-lg-order-13 {
        order: 13
      }

      .arco-col-lg-order-14 {
        order: 14
      }

      .arco-col-lg-order-15 {
        order: 15
      }

      .arco-col-lg-order-16 {
        order: 16
      }

      .arco-col-lg-order-17 {
        order: 17
      }

      .arco-col-lg-order-18 {
        order: 18
      }

      .arco-col-lg-order-19 {
        order: 19
      }

      .arco-col-lg-order-20 {
        order: 20
      }

      .arco-col-lg-order-21 {
        order: 21
      }

      .arco-col-lg-order-22 {
        order: 22
      }

      .arco-col-lg-order-23 {
        order: 23
      }

      .arco-col-lg-order-24 {
        order: 24
      }

      .arco-col-lg-pull-0 {
        right: 0
      }

      .arco-col-lg-pull-0.arco-col-rtl {
        left: 0;
        right: unset
      }

      .arco-col-lg-pull-1 {
        right: 4.16666667%
      }

      .arco-col-lg-pull-1.arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .arco-col-lg-pull-2 {
        right: 8.33333333%
      }

      .arco-col-lg-pull-2.arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .arco-col-lg-pull-3 {
        right: 12.5%
      }

      .arco-col-lg-pull-3.arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .arco-col-lg-pull-4 {
        right: 16.66666667%
      }

      .arco-col-lg-pull-4.arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .arco-col-lg-pull-5 {
        right: 20.83333333%
      }

      .arco-col-lg-pull-5.arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .arco-col-lg-pull-6 {
        right: 25%
      }

      .arco-col-lg-pull-6.arco-col-rtl {
        left: 25%;
        right: unset
      }

      .arco-col-lg-pull-7 {
        right: 29.16666667%
      }

      .arco-col-lg-pull-7.arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .arco-col-lg-pull-8 {
        right: 33.33333333%
      }

      .arco-col-lg-pull-8.arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .arco-col-lg-pull-9 {
        right: 37.5%
      }

      .arco-col-lg-pull-9.arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .arco-col-lg-pull-10 {
        right: 41.66666667%
      }

      .arco-col-lg-pull-10.arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .arco-col-lg-pull-11 {
        right: 45.83333333%
      }

      .arco-col-lg-pull-11.arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .arco-col-lg-pull-12 {
        right: 50%
      }

      .arco-col-lg-pull-12.arco-col-rtl {
        left: 50%;
        right: unset
      }

      .arco-col-lg-pull-13 {
        right: 54.16666667%
      }

      .arco-col-lg-pull-13.arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .arco-col-lg-pull-14 {
        right: 58.33333333%
      }

      .arco-col-lg-pull-14.arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .arco-col-lg-pull-15 {
        right: 62.5%
      }

      .arco-col-lg-pull-15.arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .arco-col-lg-pull-16 {
        right: 66.66666667%
      }

      .arco-col-lg-pull-16.arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .arco-col-lg-pull-17 {
        right: 70.83333333%
      }

      .arco-col-lg-pull-17.arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .arco-col-lg-pull-18 {
        right: 75%
      }

      .arco-col-lg-pull-18.arco-col-rtl {
        left: 75%;
        right: unset
      }

      .arco-col-lg-pull-19 {
        right: 79.16666667%
      }

      .arco-col-lg-pull-19.arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .arco-col-lg-pull-20 {
        right: 83.33333333%
      }

      .arco-col-lg-pull-20.arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .arco-col-lg-pull-21 {
        right: 87.5%
      }

      .arco-col-lg-pull-21.arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .arco-col-lg-pull-22 {
        right: 91.66666667%
      }

      .arco-col-lg-pull-22.arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .arco-col-lg-pull-23 {
        right: 95.83333333%
      }

      .arco-col-lg-pull-23.arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .arco-col-lg-pull-24 {
        right: 100%
      }

      .arco-col-lg-pull-24.arco-col-rtl {
        left: 100%;
        right: unset
      }

      .arco-col-lg-push-0 {
        left: 0
      }

      .arco-col-lg-push-0.arco-col-rtl {
        left: unset;
        right: 0
      }

      .arco-col-lg-push-1 {
        left: 4.16666667%
      }

      .arco-col-lg-push-1.arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .arco-col-lg-push-2 {
        left: 8.33333333%
      }

      .arco-col-lg-push-2.arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .arco-col-lg-push-3 {
        left: 12.5%
      }

      .arco-col-lg-push-3.arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .arco-col-lg-push-4 {
        left: 16.66666667%
      }

      .arco-col-lg-push-4.arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .arco-col-lg-push-5 {
        left: 20.83333333%
      }

      .arco-col-lg-push-5.arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .arco-col-lg-push-6 {
        left: 25%
      }

      .arco-col-lg-push-6.arco-col-rtl {
        left: unset;
        right: 25%
      }

      .arco-col-lg-push-7 {
        left: 29.16666667%
      }

      .arco-col-lg-push-7.arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .arco-col-lg-push-8 {
        left: 33.33333333%
      }

      .arco-col-lg-push-8.arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .arco-col-lg-push-9 {
        left: 37.5%
      }

      .arco-col-lg-push-9.arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .arco-col-lg-push-10 {
        left: 41.66666667%
      }

      .arco-col-lg-push-10.arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .arco-col-lg-push-11 {
        left: 45.83333333%
      }

      .arco-col-lg-push-11.arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .arco-col-lg-push-12 {
        left: 50%
      }

      .arco-col-lg-push-12.arco-col-rtl {
        left: unset;
        right: 50%
      }

      .arco-col-lg-push-13 {
        left: 54.16666667%
      }

      .arco-col-lg-push-13.arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .arco-col-lg-push-14 {
        left: 58.33333333%
      }

      .arco-col-lg-push-14.arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .arco-col-lg-push-15 {
        left: 62.5%
      }

      .arco-col-lg-push-15.arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .arco-col-lg-push-16 {
        left: 66.66666667%
      }

      .arco-col-lg-push-16.arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .arco-col-lg-push-17 {
        left: 70.83333333%
      }

      .arco-col-lg-push-17.arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .arco-col-lg-push-18 {
        left: 75%
      }

      .arco-col-lg-push-18.arco-col-rtl {
        left: unset;
        right: 75%
      }

      .arco-col-lg-push-19 {
        left: 79.16666667%
      }

      .arco-col-lg-push-19.arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .arco-col-lg-push-20 {
        left: 83.33333333%
      }

      .arco-col-lg-push-20.arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .arco-col-lg-push-21 {
        left: 87.5%
      }

      .arco-col-lg-push-21.arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .arco-col-lg-push-22 {
        left: 91.66666667%
      }

      .arco-col-lg-push-22.arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .arco-col-lg-push-23 {
        left: 95.83333333%
      }

      .arco-col-lg-push-23.arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .arco-col-lg-push-24 {
        left: 100%
      }

      .arco-col-lg-push-24.arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    @media (min-width:1200px) {
      .arco-col-xl-0 {
        display: none
      }

      .arco-col-xl-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .arco-col-xl-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .arco-col-xl-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .arco-col-xl-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .arco-col-xl-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .arco-col-xl-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .arco-col-xl-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .arco-col-xl-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .arco-col-xl-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .arco-col-xl-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .arco-col-xl-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .arco-col-xl-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .arco-col-xl-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .arco-col-xl-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .arco-col-xl-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .arco-col-xl-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .arco-col-xl-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .arco-col-xl-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .arco-col-xl-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .arco-col-xl-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .arco-col-xl-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .arco-col-xl-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .arco-col-xl-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .arco-col-xl-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .arco-col-xl-offset-0 {
        margin-left: 0
      }

      .arco-col-xl-offset-0.arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .arco-col-xl-offset-1 {
        margin-left: 4.16666667%
      }

      .arco-col-xl-offset-1.arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .arco-col-xl-offset-2 {
        margin-left: 8.33333333%
      }

      .arco-col-xl-offset-2.arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .arco-col-xl-offset-3 {
        margin-left: 12.5%
      }

      .arco-col-xl-offset-3.arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .arco-col-xl-offset-4 {
        margin-left: 16.66666667%
      }

      .arco-col-xl-offset-4.arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .arco-col-xl-offset-5 {
        margin-left: 20.83333333%
      }

      .arco-col-xl-offset-5.arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .arco-col-xl-offset-6 {
        margin-left: 25%
      }

      .arco-col-xl-offset-6.arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .arco-col-xl-offset-7 {
        margin-left: 29.16666667%
      }

      .arco-col-xl-offset-7.arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .arco-col-xl-offset-8 {
        margin-left: 33.33333333%
      }

      .arco-col-xl-offset-8.arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .arco-col-xl-offset-9 {
        margin-left: 37.5%
      }

      .arco-col-xl-offset-9.arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .arco-col-xl-offset-10 {
        margin-left: 41.66666667%
      }

      .arco-col-xl-offset-10.arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .arco-col-xl-offset-11 {
        margin-left: 45.83333333%
      }

      .arco-col-xl-offset-11.arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .arco-col-xl-offset-12 {
        margin-left: 50%
      }

      .arco-col-xl-offset-12.arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .arco-col-xl-offset-13 {
        margin-left: 54.16666667%
      }

      .arco-col-xl-offset-13.arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .arco-col-xl-offset-14 {
        margin-left: 58.33333333%
      }

      .arco-col-xl-offset-14.arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .arco-col-xl-offset-15 {
        margin-left: 62.5%
      }

      .arco-col-xl-offset-15.arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .arco-col-xl-offset-16 {
        margin-left: 66.66666667%
      }

      .arco-col-xl-offset-16.arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .arco-col-xl-offset-17 {
        margin-left: 70.83333333%
      }

      .arco-col-xl-offset-17.arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .arco-col-xl-offset-18 {
        margin-left: 75%
      }

      .arco-col-xl-offset-18.arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .arco-col-xl-offset-19 {
        margin-left: 79.16666667%
      }

      .arco-col-xl-offset-19.arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .arco-col-xl-offset-20 {
        margin-left: 83.33333333%
      }

      .arco-col-xl-offset-20.arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .arco-col-xl-offset-21 {
        margin-left: 87.5%
      }

      .arco-col-xl-offset-21.arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .arco-col-xl-offset-22 {
        margin-left: 91.66666667%
      }

      .arco-col-xl-offset-22.arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .arco-col-xl-offset-23 {
        margin-left: 95.83333333%
      }

      .arco-col-xl-offset-23.arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .arco-col-xl-order-0 {
        order: 0
      }

      .arco-col-xl-order-1 {
        order: 1
      }

      .arco-col-xl-order-2 {
        order: 2
      }

      .arco-col-xl-order-3 {
        order: 3
      }

      .arco-col-xl-order-4 {
        order: 4
      }

      .arco-col-xl-order-5 {
        order: 5
      }

      .arco-col-xl-order-6 {
        order: 6
      }

      .arco-col-xl-order-7 {
        order: 7
      }

      .arco-col-xl-order-8 {
        order: 8
      }

      .arco-col-xl-order-9 {
        order: 9
      }

      .arco-col-xl-order-10 {
        order: 10
      }

      .arco-col-xl-order-11 {
        order: 11
      }

      .arco-col-xl-order-12 {
        order: 12
      }

      .arco-col-xl-order-13 {
        order: 13
      }

      .arco-col-xl-order-14 {
        order: 14
      }

      .arco-col-xl-order-15 {
        order: 15
      }

      .arco-col-xl-order-16 {
        order: 16
      }

      .arco-col-xl-order-17 {
        order: 17
      }

      .arco-col-xl-order-18 {
        order: 18
      }

      .arco-col-xl-order-19 {
        order: 19
      }

      .arco-col-xl-order-20 {
        order: 20
      }

      .arco-col-xl-order-21 {
        order: 21
      }

      .arco-col-xl-order-22 {
        order: 22
      }

      .arco-col-xl-order-23 {
        order: 23
      }

      .arco-col-xl-order-24 {
        order: 24
      }

      .arco-col-xl-pull-0 {
        right: 0
      }

      .arco-col-xl-pull-0.arco-col-rtl {
        left: 0;
        right: unset
      }

      .arco-col-xl-pull-1 {
        right: 4.16666667%
      }

      .arco-col-xl-pull-1.arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .arco-col-xl-pull-2 {
        right: 8.33333333%
      }

      .arco-col-xl-pull-2.arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .arco-col-xl-pull-3 {
        right: 12.5%
      }

      .arco-col-xl-pull-3.arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .arco-col-xl-pull-4 {
        right: 16.66666667%
      }

      .arco-col-xl-pull-4.arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .arco-col-xl-pull-5 {
        right: 20.83333333%
      }

      .arco-col-xl-pull-5.arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .arco-col-xl-pull-6 {
        right: 25%
      }

      .arco-col-xl-pull-6.arco-col-rtl {
        left: 25%;
        right: unset
      }

      .arco-col-xl-pull-7 {
        right: 29.16666667%
      }

      .arco-col-xl-pull-7.arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .arco-col-xl-pull-8 {
        right: 33.33333333%
      }

      .arco-col-xl-pull-8.arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .arco-col-xl-pull-9 {
        right: 37.5%
      }

      .arco-col-xl-pull-9.arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .arco-col-xl-pull-10 {
        right: 41.66666667%
      }

      .arco-col-xl-pull-10.arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .arco-col-xl-pull-11 {
        right: 45.83333333%
      }

      .arco-col-xl-pull-11.arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .arco-col-xl-pull-12 {
        right: 50%
      }

      .arco-col-xl-pull-12.arco-col-rtl {
        left: 50%;
        right: unset
      }

      .arco-col-xl-pull-13 {
        right: 54.16666667%
      }

      .arco-col-xl-pull-13.arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .arco-col-xl-pull-14 {
        right: 58.33333333%
      }

      .arco-col-xl-pull-14.arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .arco-col-xl-pull-15 {
        right: 62.5%
      }

      .arco-col-xl-pull-15.arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .arco-col-xl-pull-16 {
        right: 66.66666667%
      }

      .arco-col-xl-pull-16.arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .arco-col-xl-pull-17 {
        right: 70.83333333%
      }

      .arco-col-xl-pull-17.arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .arco-col-xl-pull-18 {
        right: 75%
      }

      .arco-col-xl-pull-18.arco-col-rtl {
        left: 75%;
        right: unset
      }

      .arco-col-xl-pull-19 {
        right: 79.16666667%
      }

      .arco-col-xl-pull-19.arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .arco-col-xl-pull-20 {
        right: 83.33333333%
      }

      .arco-col-xl-pull-20.arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .arco-col-xl-pull-21 {
        right: 87.5%
      }

      .arco-col-xl-pull-21.arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .arco-col-xl-pull-22 {
        right: 91.66666667%
      }

      .arco-col-xl-pull-22.arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .arco-col-xl-pull-23 {
        right: 95.83333333%
      }

      .arco-col-xl-pull-23.arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .arco-col-xl-pull-24 {
        right: 100%
      }

      .arco-col-xl-pull-24.arco-col-rtl {
        left: 100%;
        right: unset
      }

      .arco-col-xl-push-0 {
        left: 0
      }

      .arco-col-xl-push-0.arco-col-rtl {
        left: unset;
        right: 0
      }

      .arco-col-xl-push-1 {
        left: 4.16666667%
      }

      .arco-col-xl-push-1.arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .arco-col-xl-push-2 {
        left: 8.33333333%
      }

      .arco-col-xl-push-2.arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .arco-col-xl-push-3 {
        left: 12.5%
      }

      .arco-col-xl-push-3.arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .arco-col-xl-push-4 {
        left: 16.66666667%
      }

      .arco-col-xl-push-4.arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .arco-col-xl-push-5 {
        left: 20.83333333%
      }

      .arco-col-xl-push-5.arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .arco-col-xl-push-6 {
        left: 25%
      }

      .arco-col-xl-push-6.arco-col-rtl {
        left: unset;
        right: 25%
      }

      .arco-col-xl-push-7 {
        left: 29.16666667%
      }

      .arco-col-xl-push-7.arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .arco-col-xl-push-8 {
        left: 33.33333333%
      }

      .arco-col-xl-push-8.arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .arco-col-xl-push-9 {
        left: 37.5%
      }

      .arco-col-xl-push-9.arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .arco-col-xl-push-10 {
        left: 41.66666667%
      }

      .arco-col-xl-push-10.arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .arco-col-xl-push-11 {
        left: 45.83333333%
      }

      .arco-col-xl-push-11.arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .arco-col-xl-push-12 {
        left: 50%
      }

      .arco-col-xl-push-12.arco-col-rtl {
        left: unset;
        right: 50%
      }

      .arco-col-xl-push-13 {
        left: 54.16666667%
      }

      .arco-col-xl-push-13.arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .arco-col-xl-push-14 {
        left: 58.33333333%
      }

      .arco-col-xl-push-14.arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .arco-col-xl-push-15 {
        left: 62.5%
      }

      .arco-col-xl-push-15.arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .arco-col-xl-push-16 {
        left: 66.66666667%
      }

      .arco-col-xl-push-16.arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .arco-col-xl-push-17 {
        left: 70.83333333%
      }

      .arco-col-xl-push-17.arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .arco-col-xl-push-18 {
        left: 75%
      }

      .arco-col-xl-push-18.arco-col-rtl {
        left: unset;
        right: 75%
      }

      .arco-col-xl-push-19 {
        left: 79.16666667%
      }

      .arco-col-xl-push-19.arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .arco-col-xl-push-20 {
        left: 83.33333333%
      }

      .arco-col-xl-push-20.arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .arco-col-xl-push-21 {
        left: 87.5%
      }

      .arco-col-xl-push-21.arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .arco-col-xl-push-22 {
        left: 91.66666667%
      }

      .arco-col-xl-push-22.arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .arco-col-xl-push-23 {
        left: 95.83333333%
      }

      .arco-col-xl-push-23.arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .arco-col-xl-push-24 {
        left: 100%
      }

      .arco-col-xl-push-24.arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    @media (min-width:1600px) {
      .arco-col-xxl-0 {
        display: none
      }

      .arco-col-xxl-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .arco-col-xxl-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .arco-col-xxl-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .arco-col-xxl-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .arco-col-xxl-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .arco-col-xxl-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .arco-col-xxl-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .arco-col-xxl-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .arco-col-xxl-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .arco-col-xxl-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .arco-col-xxl-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .arco-col-xxl-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .arco-col-xxl-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .arco-col-xxl-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .arco-col-xxl-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .arco-col-xxl-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .arco-col-xxl-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .arco-col-xxl-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .arco-col-xxl-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .arco-col-xxl-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .arco-col-xxl-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .arco-col-xxl-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .arco-col-xxl-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .arco-col-xxl-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .arco-col-xxl-offset-0 {
        margin-left: 0
      }

      .arco-col-xxl-offset-0.arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .arco-col-xxl-offset-1 {
        margin-left: 4.16666667%
      }

      .arco-col-xxl-offset-1.arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .arco-col-xxl-offset-2 {
        margin-left: 8.33333333%
      }

      .arco-col-xxl-offset-2.arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .arco-col-xxl-offset-3 {
        margin-left: 12.5%
      }

      .arco-col-xxl-offset-3.arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .arco-col-xxl-offset-4 {
        margin-left: 16.66666667%
      }

      .arco-col-xxl-offset-4.arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .arco-col-xxl-offset-5 {
        margin-left: 20.83333333%
      }

      .arco-col-xxl-offset-5.arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .arco-col-xxl-offset-6 {
        margin-left: 25%
      }

      .arco-col-xxl-offset-6.arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .arco-col-xxl-offset-7 {
        margin-left: 29.16666667%
      }

      .arco-col-xxl-offset-7.arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .arco-col-xxl-offset-8 {
        margin-left: 33.33333333%
      }

      .arco-col-xxl-offset-8.arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .arco-col-xxl-offset-9 {
        margin-left: 37.5%
      }

      .arco-col-xxl-offset-9.arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .arco-col-xxl-offset-10 {
        margin-left: 41.66666667%
      }

      .arco-col-xxl-offset-10.arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .arco-col-xxl-offset-11 {
        margin-left: 45.83333333%
      }

      .arco-col-xxl-offset-11.arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .arco-col-xxl-offset-12 {
        margin-left: 50%
      }

      .arco-col-xxl-offset-12.arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .arco-col-xxl-offset-13 {
        margin-left: 54.16666667%
      }

      .arco-col-xxl-offset-13.arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .arco-col-xxl-offset-14 {
        margin-left: 58.33333333%
      }

      .arco-col-xxl-offset-14.arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .arco-col-xxl-offset-15 {
        margin-left: 62.5%
      }

      .arco-col-xxl-offset-15.arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .arco-col-xxl-offset-16 {
        margin-left: 66.66666667%
      }

      .arco-col-xxl-offset-16.arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .arco-col-xxl-offset-17 {
        margin-left: 70.83333333%
      }

      .arco-col-xxl-offset-17.arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .arco-col-xxl-offset-18 {
        margin-left: 75%
      }

      .arco-col-xxl-offset-18.arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .arco-col-xxl-offset-19 {
        margin-left: 79.16666667%
      }

      .arco-col-xxl-offset-19.arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .arco-col-xxl-offset-20 {
        margin-left: 83.33333333%
      }

      .arco-col-xxl-offset-20.arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .arco-col-xxl-offset-21 {
        margin-left: 87.5%
      }

      .arco-col-xxl-offset-21.arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .arco-col-xxl-offset-22 {
        margin-left: 91.66666667%
      }

      .arco-col-xxl-offset-22.arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .arco-col-xxl-offset-23 {
        margin-left: 95.83333333%
      }

      .arco-col-xxl-offset-23.arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .arco-col-xxl-order-0 {
        order: 0
      }

      .arco-col-xxl-order-1 {
        order: 1
      }

      .arco-col-xxl-order-2 {
        order: 2
      }

      .arco-col-xxl-order-3 {
        order: 3
      }

      .arco-col-xxl-order-4 {
        order: 4
      }

      .arco-col-xxl-order-5 {
        order: 5
      }

      .arco-col-xxl-order-6 {
        order: 6
      }

      .arco-col-xxl-order-7 {
        order: 7
      }

      .arco-col-xxl-order-8 {
        order: 8
      }

      .arco-col-xxl-order-9 {
        order: 9
      }

      .arco-col-xxl-order-10 {
        order: 10
      }

      .arco-col-xxl-order-11 {
        order: 11
      }

      .arco-col-xxl-order-12 {
        order: 12
      }

      .arco-col-xxl-order-13 {
        order: 13
      }

      .arco-col-xxl-order-14 {
        order: 14
      }

      .arco-col-xxl-order-15 {
        order: 15
      }

      .arco-col-xxl-order-16 {
        order: 16
      }

      .arco-col-xxl-order-17 {
        order: 17
      }

      .arco-col-xxl-order-18 {
        order: 18
      }

      .arco-col-xxl-order-19 {
        order: 19
      }

      .arco-col-xxl-order-20 {
        order: 20
      }

      .arco-col-xxl-order-21 {
        order: 21
      }

      .arco-col-xxl-order-22 {
        order: 22
      }

      .arco-col-xxl-order-23 {
        order: 23
      }

      .arco-col-xxl-order-24 {
        order: 24
      }

      .arco-col-xxl-pull-0 {
        right: 0
      }

      .arco-col-xxl-pull-0.arco-col-rtl {
        left: 0;
        right: unset
      }

      .arco-col-xxl-pull-1 {
        right: 4.16666667%
      }

      .arco-col-xxl-pull-1.arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .arco-col-xxl-pull-2 {
        right: 8.33333333%
      }

      .arco-col-xxl-pull-2.arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .arco-col-xxl-pull-3 {
        right: 12.5%
      }

      .arco-col-xxl-pull-3.arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .arco-col-xxl-pull-4 {
        right: 16.66666667%
      }

      .arco-col-xxl-pull-4.arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .arco-col-xxl-pull-5 {
        right: 20.83333333%
      }

      .arco-col-xxl-pull-5.arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .arco-col-xxl-pull-6 {
        right: 25%
      }

      .arco-col-xxl-pull-6.arco-col-rtl {
        left: 25%;
        right: unset
      }

      .arco-col-xxl-pull-7 {
        right: 29.16666667%
      }

      .arco-col-xxl-pull-7.arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .arco-col-xxl-pull-8 {
        right: 33.33333333%
      }

      .arco-col-xxl-pull-8.arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .arco-col-xxl-pull-9 {
        right: 37.5%
      }

      .arco-col-xxl-pull-9.arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .arco-col-xxl-pull-10 {
        right: 41.66666667%
      }

      .arco-col-xxl-pull-10.arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .arco-col-xxl-pull-11 {
        right: 45.83333333%
      }

      .arco-col-xxl-pull-11.arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .arco-col-xxl-pull-12 {
        right: 50%
      }

      .arco-col-xxl-pull-12.arco-col-rtl {
        left: 50%;
        right: unset
      }

      .arco-col-xxl-pull-13 {
        right: 54.16666667%
      }

      .arco-col-xxl-pull-13.arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .arco-col-xxl-pull-14 {
        right: 58.33333333%
      }

      .arco-col-xxl-pull-14.arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .arco-col-xxl-pull-15 {
        right: 62.5%
      }

      .arco-col-xxl-pull-15.arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .arco-col-xxl-pull-16 {
        right: 66.66666667%
      }

      .arco-col-xxl-pull-16.arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .arco-col-xxl-pull-17 {
        right: 70.83333333%
      }

      .arco-col-xxl-pull-17.arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .arco-col-xxl-pull-18 {
        right: 75%
      }

      .arco-col-xxl-pull-18.arco-col-rtl {
        left: 75%;
        right: unset
      }

      .arco-col-xxl-pull-19 {
        right: 79.16666667%
      }

      .arco-col-xxl-pull-19.arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .arco-col-xxl-pull-20 {
        right: 83.33333333%
      }

      .arco-col-xxl-pull-20.arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .arco-col-xxl-pull-21 {
        right: 87.5%
      }

      .arco-col-xxl-pull-21.arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .arco-col-xxl-pull-22 {
        right: 91.66666667%
      }

      .arco-col-xxl-pull-22.arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .arco-col-xxl-pull-23 {
        right: 95.83333333%
      }

      .arco-col-xxl-pull-23.arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .arco-col-xxl-pull-24 {
        right: 100%
      }

      .arco-col-xxl-pull-24.arco-col-rtl {
        left: 100%;
        right: unset
      }

      .arco-col-xxl-push-0 {
        left: 0
      }

      .arco-col-xxl-push-0.arco-col-rtl {
        left: unset;
        right: 0
      }

      .arco-col-xxl-push-1 {
        left: 4.16666667%
      }

      .arco-col-xxl-push-1.arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .arco-col-xxl-push-2 {
        left: 8.33333333%
      }

      .arco-col-xxl-push-2.arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .arco-col-xxl-push-3 {
        left: 12.5%
      }

      .arco-col-xxl-push-3.arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .arco-col-xxl-push-4 {
        left: 16.66666667%
      }

      .arco-col-xxl-push-4.arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .arco-col-xxl-push-5 {
        left: 20.83333333%
      }

      .arco-col-xxl-push-5.arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .arco-col-xxl-push-6 {
        left: 25%
      }

      .arco-col-xxl-push-6.arco-col-rtl {
        left: unset;
        right: 25%
      }

      .arco-col-xxl-push-7 {
        left: 29.16666667%
      }

      .arco-col-xxl-push-7.arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .arco-col-xxl-push-8 {
        left: 33.33333333%
      }

      .arco-col-xxl-push-8.arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .arco-col-xxl-push-9 {
        left: 37.5%
      }

      .arco-col-xxl-push-9.arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .arco-col-xxl-push-10 {
        left: 41.66666667%
      }

      .arco-col-xxl-push-10.arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .arco-col-xxl-push-11 {
        left: 45.83333333%
      }

      .arco-col-xxl-push-11.arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .arco-col-xxl-push-12 {
        left: 50%
      }

      .arco-col-xxl-push-12.arco-col-rtl {
        left: unset;
        right: 50%
      }

      .arco-col-xxl-push-13 {
        left: 54.16666667%
      }

      .arco-col-xxl-push-13.arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .arco-col-xxl-push-14 {
        left: 58.33333333%
      }

      .arco-col-xxl-push-14.arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .arco-col-xxl-push-15 {
        left: 62.5%
      }

      .arco-col-xxl-push-15.arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .arco-col-xxl-push-16 {
        left: 66.66666667%
      }

      .arco-col-xxl-push-16.arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .arco-col-xxl-push-17 {
        left: 70.83333333%
      }

      .arco-col-xxl-push-17.arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .arco-col-xxl-push-18 {
        left: 75%
      }

      .arco-col-xxl-push-18.arco-col-rtl {
        left: unset;
        right: 75%
      }

      .arco-col-xxl-push-19 {
        left: 79.16666667%
      }

      .arco-col-xxl-push-19.arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .arco-col-xxl-push-20 {
        left: 83.33333333%
      }

      .arco-col-xxl-push-20.arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .arco-col-xxl-push-21 {
        left: 87.5%
      }

      .arco-col-xxl-push-21.arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .arco-col-xxl-push-22 {
        left: 91.66666667%
      }

      .arco-col-xxl-push-22.arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .arco-col-xxl-push-23 {
        left: 95.83333333%
      }

      .arco-col-xxl-push-23.arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .arco-col-xxl-push-24 {
        left: 100%
      }

      .arco-col-xxl-push-24.arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    @media (min-width:2000px) {
      .arco-col-xxxl-0 {
        display: none
      }

      .arco-col-xxxl-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .arco-col-xxxl-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .arco-col-xxxl-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .arco-col-xxxl-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .arco-col-xxxl-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .arco-col-xxxl-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .arco-col-xxxl-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .arco-col-xxxl-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .arco-col-xxxl-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .arco-col-xxxl-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .arco-col-xxxl-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .arco-col-xxxl-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .arco-col-xxxl-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .arco-col-xxxl-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .arco-col-xxxl-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .arco-col-xxxl-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .arco-col-xxxl-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .arco-col-xxxl-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .arco-col-xxxl-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .arco-col-xxxl-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .arco-col-xxxl-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .arco-col-xxxl-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .arco-col-xxxl-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .arco-col-xxxl-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .arco-col-xxxl-offset-0 {
        margin-left: 0
      }

      .arco-col-xxxl-offset-0.arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .arco-col-xxxl-offset-1 {
        margin-left: 4.16666667%
      }

      .arco-col-xxxl-offset-1.arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .arco-col-xxxl-offset-2 {
        margin-left: 8.33333333%
      }

      .arco-col-xxxl-offset-2.arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .arco-col-xxxl-offset-3 {
        margin-left: 12.5%
      }

      .arco-col-xxxl-offset-3.arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .arco-col-xxxl-offset-4 {
        margin-left: 16.66666667%
      }

      .arco-col-xxxl-offset-4.arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .arco-col-xxxl-offset-5 {
        margin-left: 20.83333333%
      }

      .arco-col-xxxl-offset-5.arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .arco-col-xxxl-offset-6 {
        margin-left: 25%
      }

      .arco-col-xxxl-offset-6.arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .arco-col-xxxl-offset-7 {
        margin-left: 29.16666667%
      }

      .arco-col-xxxl-offset-7.arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .arco-col-xxxl-offset-8 {
        margin-left: 33.33333333%
      }

      .arco-col-xxxl-offset-8.arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .arco-col-xxxl-offset-9 {
        margin-left: 37.5%
      }

      .arco-col-xxxl-offset-9.arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .arco-col-xxxl-offset-10 {
        margin-left: 41.66666667%
      }

      .arco-col-xxxl-offset-10.arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .arco-col-xxxl-offset-11 {
        margin-left: 45.83333333%
      }

      .arco-col-xxxl-offset-11.arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .arco-col-xxxl-offset-12 {
        margin-left: 50%
      }

      .arco-col-xxxl-offset-12.arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .arco-col-xxxl-offset-13 {
        margin-left: 54.16666667%
      }

      .arco-col-xxxl-offset-13.arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .arco-col-xxxl-offset-14 {
        margin-left: 58.33333333%
      }

      .arco-col-xxxl-offset-14.arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .arco-col-xxxl-offset-15 {
        margin-left: 62.5%
      }

      .arco-col-xxxl-offset-15.arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .arco-col-xxxl-offset-16 {
        margin-left: 66.66666667%
      }

      .arco-col-xxxl-offset-16.arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .arco-col-xxxl-offset-17 {
        margin-left: 70.83333333%
      }

      .arco-col-xxxl-offset-17.arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .arco-col-xxxl-offset-18 {
        margin-left: 75%
      }

      .arco-col-xxxl-offset-18.arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .arco-col-xxxl-offset-19 {
        margin-left: 79.16666667%
      }

      .arco-col-xxxl-offset-19.arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .arco-col-xxxl-offset-20 {
        margin-left: 83.33333333%
      }

      .arco-col-xxxl-offset-20.arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .arco-col-xxxl-offset-21 {
        margin-left: 87.5%
      }

      .arco-col-xxxl-offset-21.arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .arco-col-xxxl-offset-22 {
        margin-left: 91.66666667%
      }

      .arco-col-xxxl-offset-22.arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .arco-col-xxxl-offset-23 {
        margin-left: 95.83333333%
      }

      .arco-col-xxxl-offset-23.arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .arco-col-xxxl-order-0 {
        order: 0
      }

      .arco-col-xxxl-order-1 {
        order: 1
      }

      .arco-col-xxxl-order-2 {
        order: 2
      }

      .arco-col-xxxl-order-3 {
        order: 3
      }

      .arco-col-xxxl-order-4 {
        order: 4
      }

      .arco-col-xxxl-order-5 {
        order: 5
      }

      .arco-col-xxxl-order-6 {
        order: 6
      }

      .arco-col-xxxl-order-7 {
        order: 7
      }

      .arco-col-xxxl-order-8 {
        order: 8
      }

      .arco-col-xxxl-order-9 {
        order: 9
      }

      .arco-col-xxxl-order-10 {
        order: 10
      }

      .arco-col-xxxl-order-11 {
        order: 11
      }

      .arco-col-xxxl-order-12 {
        order: 12
      }

      .arco-col-xxxl-order-13 {
        order: 13
      }

      .arco-col-xxxl-order-14 {
        order: 14
      }

      .arco-col-xxxl-order-15 {
        order: 15
      }

      .arco-col-xxxl-order-16 {
        order: 16
      }

      .arco-col-xxxl-order-17 {
        order: 17
      }

      .arco-col-xxxl-order-18 {
        order: 18
      }

      .arco-col-xxxl-order-19 {
        order: 19
      }

      .arco-col-xxxl-order-20 {
        order: 20
      }

      .arco-col-xxxl-order-21 {
        order: 21
      }

      .arco-col-xxxl-order-22 {
        order: 22
      }

      .arco-col-xxxl-order-23 {
        order: 23
      }

      .arco-col-xxxl-order-24 {
        order: 24
      }

      .arco-col-xxxl-pull-0 {
        right: 0
      }

      .arco-col-xxxl-pull-0.arco-col-rtl {
        left: 0;
        right: unset
      }

      .arco-col-xxxl-pull-1 {
        right: 4.16666667%
      }

      .arco-col-xxxl-pull-1.arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .arco-col-xxxl-pull-2 {
        right: 8.33333333%
      }

      .arco-col-xxxl-pull-2.arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .arco-col-xxxl-pull-3 {
        right: 12.5%
      }

      .arco-col-xxxl-pull-3.arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .arco-col-xxxl-pull-4 {
        right: 16.66666667%
      }

      .arco-col-xxxl-pull-4.arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .arco-col-xxxl-pull-5 {
        right: 20.83333333%
      }

      .arco-col-xxxl-pull-5.arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .arco-col-xxxl-pull-6 {
        right: 25%
      }

      .arco-col-xxxl-pull-6.arco-col-rtl {
        left: 25%;
        right: unset
      }

      .arco-col-xxxl-pull-7 {
        right: 29.16666667%
      }

      .arco-col-xxxl-pull-7.arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .arco-col-xxxl-pull-8 {
        right: 33.33333333%
      }

      .arco-col-xxxl-pull-8.arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .arco-col-xxxl-pull-9 {
        right: 37.5%
      }

      .arco-col-xxxl-pull-9.arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .arco-col-xxxl-pull-10 {
        right: 41.66666667%
      }

      .arco-col-xxxl-pull-10.arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .arco-col-xxxl-pull-11 {
        right: 45.83333333%
      }

      .arco-col-xxxl-pull-11.arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .arco-col-xxxl-pull-12 {
        right: 50%
      }

      .arco-col-xxxl-pull-12.arco-col-rtl {
        left: 50%;
        right: unset
      }

      .arco-col-xxxl-pull-13 {
        right: 54.16666667%
      }

      .arco-col-xxxl-pull-13.arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .arco-col-xxxl-pull-14 {
        right: 58.33333333%
      }

      .arco-col-xxxl-pull-14.arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .arco-col-xxxl-pull-15 {
        right: 62.5%
      }

      .arco-col-xxxl-pull-15.arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .arco-col-xxxl-pull-16 {
        right: 66.66666667%
      }

      .arco-col-xxxl-pull-16.arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .arco-col-xxxl-pull-17 {
        right: 70.83333333%
      }

      .arco-col-xxxl-pull-17.arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .arco-col-xxxl-pull-18 {
        right: 75%
      }

      .arco-col-xxxl-pull-18.arco-col-rtl {
        left: 75%;
        right: unset
      }

      .arco-col-xxxl-pull-19 {
        right: 79.16666667%
      }

      .arco-col-xxxl-pull-19.arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .arco-col-xxxl-pull-20 {
        right: 83.33333333%
      }

      .arco-col-xxxl-pull-20.arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .arco-col-xxxl-pull-21 {
        right: 87.5%
      }

      .arco-col-xxxl-pull-21.arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .arco-col-xxxl-pull-22 {
        right: 91.66666667%
      }

      .arco-col-xxxl-pull-22.arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .arco-col-xxxl-pull-23 {
        right: 95.83333333%
      }

      .arco-col-xxxl-pull-23.arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .arco-col-xxxl-pull-24 {
        right: 100%
      }

      .arco-col-xxxl-pull-24.arco-col-rtl {
        left: 100%;
        right: unset
      }

      .arco-col-xxxl-push-0 {
        left: 0
      }

      .arco-col-xxxl-push-0.arco-col-rtl {
        left: unset;
        right: 0
      }

      .arco-col-xxxl-push-1 {
        left: 4.16666667%
      }

      .arco-col-xxxl-push-1.arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .arco-col-xxxl-push-2 {
        left: 8.33333333%
      }

      .arco-col-xxxl-push-2.arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .arco-col-xxxl-push-3 {
        left: 12.5%
      }

      .arco-col-xxxl-push-3.arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .arco-col-xxxl-push-4 {
        left: 16.66666667%
      }

      .arco-col-xxxl-push-4.arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .arco-col-xxxl-push-5 {
        left: 20.83333333%
      }

      .arco-col-xxxl-push-5.arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .arco-col-xxxl-push-6 {
        left: 25%
      }

      .arco-col-xxxl-push-6.arco-col-rtl {
        left: unset;
        right: 25%
      }

      .arco-col-xxxl-push-7 {
        left: 29.16666667%
      }

      .arco-col-xxxl-push-7.arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .arco-col-xxxl-push-8 {
        left: 33.33333333%
      }

      .arco-col-xxxl-push-8.arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .arco-col-xxxl-push-9 {
        left: 37.5%
      }

      .arco-col-xxxl-push-9.arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .arco-col-xxxl-push-10 {
        left: 41.66666667%
      }

      .arco-col-xxxl-push-10.arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .arco-col-xxxl-push-11 {
        left: 45.83333333%
      }

      .arco-col-xxxl-push-11.arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .arco-col-xxxl-push-12 {
        left: 50%
      }

      .arco-col-xxxl-push-12.arco-col-rtl {
        left: unset;
        right: 50%
      }

      .arco-col-xxxl-push-13 {
        left: 54.16666667%
      }

      .arco-col-xxxl-push-13.arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .arco-col-xxxl-push-14 {
        left: 58.33333333%
      }

      .arco-col-xxxl-push-14.arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .arco-col-xxxl-push-15 {
        left: 62.5%
      }

      .arco-col-xxxl-push-15.arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .arco-col-xxxl-push-16 {
        left: 66.66666667%
      }

      .arco-col-xxxl-push-16.arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .arco-col-xxxl-push-17 {
        left: 70.83333333%
      }

      .arco-col-xxxl-push-17.arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .arco-col-xxxl-push-18 {
        left: 75%
      }

      .arco-col-xxxl-push-18.arco-col-rtl {
        left: unset;
        right: 75%
      }

      .arco-col-xxxl-push-19 {
        left: 79.16666667%
      }

      .arco-col-xxxl-push-19.arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .arco-col-xxxl-push-20 {
        left: 83.33333333%
      }

      .arco-col-xxxl-push-20.arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .arco-col-xxxl-push-21 {
        left: 87.5%
      }

      .arco-col-xxxl-push-21.arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .arco-col-xxxl-push-22 {
        left: 91.66666667%
      }

      .arco-col-xxxl-push-22.arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .arco-col-xxxl-push-23 {
        left: 95.83333333%
      }

      .arco-col-xxxl-push-23.arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .arco-col-xxxl-push-24 {
        left: 100%
      }

      .arco-col-xxxl-push-24.arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    .arco-grid {
      display: grid
    }

    .arco-grid-rtl {
      direction: rtl
    }

    .arco-image-trigger {
      background: var(--color-bg-5);
      border: 1px solid var(--color-neutral-3);
      border-radius: 4px;
      padding: 6px 4px
    }

    .arco-image-trigger .arco-trigger-arrow {
      background-color: var(--color-bg-5);
      border: 1px solid var(--color-neutral-3)
    }

    .arco-image {
      border-radius: 8px;
      display: inline-block;
      position: relative;
      vertical-align: middle
    }

    .arco-image-img {
      border-radius: inherit;
      vertical-align: middle
    }

    .arco-image-img:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--primary-6))
    }

    .arco-image-overlay {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    .arco-image-footer {
      display: flex;
      max-width: 100%;
      width: 100%
    }

    .arco-image-footer-block {
      flex: auto
    }

    .arco-image-caption-title {
      font-size: 18px;
      font-weight: 500
    }

    .arco-image-caption-description {
      font-size: 16px
    }

    .arco-image-actions {
      padding-left: 12px
    }

    .arco-image-actions-list {
      align-items: center;
      display: flex;
      justify-content: flex-end
    }

    .arco-image-actions-item {
      border-radius: var(--border-radius-small);
      cursor: pointer;
      font-size: 14px;
      line-height: 1;
      margin-left: 12px;
      padding: 0 0
    }

    .arco-image-actions-item:first-child {
      margin-left: 0
    }

    .arco-image-actions-item-trigger {
      display: inline-block;
      padding: 5px 4px
    }

    .arco-image-with-footer-inner .arco-image-footer {
      align-items: center;
      background: linear-gradient(1turn, rgba(0, 0, 0, .3), transparent);
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      bottom: 0;
      box-sizing: border-box;
      color: var(--color-white);
      left: 0;
      padding: 9px 16px;
      position: absolute
    }

    .arco-image-with-footer-inner .arco-image-caption-description,
    .arco-image-with-footer-inner .arco-image-caption-title {
      color: var(--color-white)
    }

    .arco-image-with-footer-inner .arco-image-actions-item:hover {
      background: rgba(0, 0, 0, .5)
    }

    .arco-image-with-footer-outer .arco-image-footer {
      color: var(--color-neutral-8);
      margin-top: 4px
    }

    .arco-image-with-footer-outer .arco-image-caption-title {
      color: var(--color-text-1)
    }

    .arco-image-with-footer-outer .arco-image-caption-description {
      color: var(--color-neutral-6)
    }

    .arco-image-with-footer-outer .arco-image-actions-item:hover {
      background: var(--color-neutral-2)
    }

    .arco-image-with-preview:hover {
      cursor: zoom-in
    }

    .arco-image-error {
      align-items: center;
      background-color: var(--color-neutral-1);
      box-sizing: border-box;
      color: var(--color-neutral-4);
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      width: 100%
    }

    .arco-image-error-icon {
      height: 60px;
      max-height: 100%;
      max-width: 100%;
      width: 60px
    }

    .arco-image-error-icon>svg {
      height: 100%;
      width: 100%
    }

    .arco-image-error-alt {
      font-size: 12px;
      line-height: 1.6667;
      padding: 8px 16px;
      text-align: center
    }

    .arco-image-loader {
      background-color: var(--color-neutral-1);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    .arco-image-loader-spin {
      color: rgb(var(--primary-6));
      font-size: 32px;
      left: 50%;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-50%, -50%)
    }

    .arco-image-loader-spin-text {
      color: var(--color-neutral-6);
      font-size: 18px
    }

    .arco-image-simple.arco-image-with-footer-inner .arco-image-footer {
      padding: 12px 16px
    }

    .arco-image-loading .arco-image-img,
    .arco-image-loading-error .arco-image-img {
      visibility: hidden
    }

    .arco-image-trigger .arco-image-actions-list {
      flex-direction: column
    }

    .arco-image-trigger .arco-image-actions-item {
      color: var(--color-neutral-8);
      margin-left: 0
    }

    .arco-image-trigger .arco-image-actions-item:hover {
      background: var(--color-neutral-2)
    }

    .arco-image-preview {
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1001
    }

    .arco-image-preview-hide {
      display: none
    }

    .arco-image-preview-mask,
    .arco-image-preview-wrapper {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    .arco-image-preview-mask {
      background-color: var(--color-mask-bg)
    }

    .arco-image-preview-img-container {
      height: 100%;
      text-align: center;
      width: 100%
    }

    .arco-image-preview-img-container:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      width: 0
    }

    .arco-image-preview-img-container .arco-image-preview-img {
      cursor: -webkit-grab;
      cursor: grab;
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle
    }

    .arco-image-preview-img-container .arco-image-preview-img.arco-image-preview-img-moving {
      cursor: -webkit-grabbing;
      cursor: grabbing
    }

    .arco-image-preview-scale-value {
      background-color: hsla(0, 0%, 100%, .08);
      box-sizing: border-box;
      color: var(--color-white);
      font-size: 12px;
      left: 50%;
      line-height: normal;
      padding: 7px 10px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%)
    }

    .arco-image-preview-toolbar {
      align-items: flex-start;
      background-color: var(--color-bg-2);
      border-radius: 8px;
      bottom: 46px;
      display: flex;
      left: 50%;
      padding: 4px 16px;
      position: absolute;
      transform: translateX(-50%)
    }

    .arco-image-preview-toolbar-action {
      align-items: center;
      background-color: initial;
      border-radius: var(--border-radius-small);
      color: var(--color-neutral-8);
      cursor: pointer;
      display: flex;
      font-size: 14px
    }

    .arco-image-preview-toolbar-action:not(:last-of-type) {
      margin-right: 0
    }

    .arco-image-preview-toolbar-action:hover {
      background-color: var(--color-neutral-2);
      color: rgb(var(--primary-6))
    }

    .arco-image-preview-toolbar-action-disabled,
    .arco-image-preview-toolbar-action-disabled:hover {
      background-color: initial;
      color: var(--color-text-4);
      cursor: not-allowed
    }

    .arco-image-preview-toolbar-action-name {
      font-size: 12px;
      padding-right: 12px
    }

    .arco-image-preview-toolbar-action-content {
      line-height: 1;
      padding: 13px
    }

    .arco-image-preview-toolbar-simple {
      padding: 4px 4px
    }

    .arco-image-preview-toolbar-simple .arco-image-preview-toolbar-action {
      margin-right: 0
    }

    .arco-image-preview-trigger.arco-image-trigger {
      padding: 12px 16px
    }

    .arco-image-preview-trigger.arco-image-trigger .arco-image-preview-toolbar-action {
      margin-right: 0;
      text-align: left
    }

    .arco-image-preview-trigger.arco-image-trigger .arco-image-preview-toolbar-action:not(:last-of-type) {
      margin-bottom: 0
    }

    .arco-image-preview-loading {
      align-items: center;
      background-color: #232324;
      border-radius: var(--border-radius-medium);
      box-sizing: border-box;
      color: rgb(var(--primary-6));
      display: flex;
      font-size: 18px;
      height: 48px;
      justify-content: center;
      left: 50%;
      padding: 10px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 48px
    }

    .arco-image-preview-close-btn {
      background: rgba(0, 0, 0, .5);
      font-size: 14px;
      line-height: 32px;
      right: 36px;
      text-align: center;
      top: 36px
    }

    .arco-image-preview-arrow-left,
    .arco-image-preview-arrow-right,
    .arco-image-preview-close-btn {
      border-radius: 50%;
      color: var(--color-white);
      cursor: pointer;
      height: 32px;
      position: absolute;
      width: 32px
    }

    .arco-image-preview-arrow-left,
    .arco-image-preview-arrow-right {
      align-items: center;
      background-color: hsla(0, 0%, 100%, .3);
      display: flex;
      justify-content: center;
      z-index: 2
    }

    .arco-image-preview-arrow-left>svg,
    .arco-image-preview-arrow-right>svg {
      color: var(--color-white);
      font-size: 16px
    }

    .arco-image-preview-arrow-left:hover,
    .arco-image-preview-arrow-right:hover {
      background-color: hsla(0, 0%, 100%, .5)
    }

    .arco-image-preview-arrow-left {
      left: 20px;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-image-preview-arrow-right {
      right: 20px;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-image-preview-arrow-disabled {
      background-color: hsla(0, 0%, 100%, .2);
      color: hsla(0, 0%, 100%, .3);
      cursor: not-allowed
    }

    .arco-image-preview-arrow-disabled>svg {
      color: hsla(0, 0%, 100%, .3)
    }

    .arco-image-preview-arrow-disabled:hover {
      background-color: hsla(0, 0%, 100%, .2)
    }

    .arco-image-rtl {
      direction: rtl
    }

    .arco-image-rtl .arco-image-actions-item {
      margin-left: 0;
      margin-right: 12px
    }

    .arco-image-rtl .arco-image-actions-item:first-child {
      margin-right: 0
    }

    .arco-input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      line-height: 1.5715;
      outline: none;
      padding-bottom: 6px;
      padding-top: 6px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      padding-left: 12px;
      padding-right: 12px;
      transition: color .1s linear, border-color .1s linear, background-color .1s linear;
      width: 100%
    }

    .arco-input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input.arco-input-focus,
    .arco-input:focus,
    .arco-input:hover {
      background-color: #fff;
      border-color: rgb(var(--primary-6))
    }

    .arco-input.arco-input-focus,
    .arco-input:focus {
      box-shadow: 0 0 0 0 transparent
    }

    .arco-input-error,
    .arco-input-error:hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-input-error .arco-input,
    .arco-input-error .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-input-error.arco-input-focus,
    .arco-input-error.arco-input-focus:hover,
    .arco-input-error:focus,
    .arco-input-error:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 #fff
    }

    .arco-input-warning {
      background-color: var(--color-warning-light-1);
      border-color: transparent
    }

    .arco-input-warning:hover {
      background-color: var(--color-warning-light-2);
      border-color: transparent
    }

    .arco-input-warning .arco-input,
    .arco-input-warning .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-input-warning.arco-input-focus,
    .arco-input-warning.arco-input-focus:hover,
    .arco-input-warning:focus,
    .arco-input-warning:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-input-disabled {
      cursor: not-allowed;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .arco-input-disabled,
    .arco-input-disabled:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-disabled::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-disabled::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-disabled::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input input:disabled {
      color: rgba(0, 0, 0, .25);
      opacity: 1;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .arco-input-word-limit {
      color: rgba(0, 0, 0, .25);
      font-size: 12px;
      padding-left: 8px
    }

    .arco-input-word-limit-error {
      color: rgb(var(--danger-6))
    }

    .arco-input-size-mini {
      font-size: 12px;
      line-height: 1.667;
      padding-bottom: 1px;
      padding-top: 1px
    }

    .arco-input-size-small {
      font-size: 14px;
      padding-bottom: 0;
      padding-top: 0
    }

    .arco-input-size-large {
      font-size: 14px;
      padding-bottom: 10px;
      padding-top: 10px
    }

    .arco-input-group-wrapper-mini .arco-input-group-addafter,
    .arco-input-group-wrapper-mini .arco-input-group-addbefore,
    .arco-input-inner-wrapper.arco-input-inner-wrapper-mini,
    .arco-input-size-mini {
      padding-left: 8px;
      padding-right: 8px
    }

    .arco-input-group-wrapper-large .arco-input-group-addafter,
    .arco-input-group-wrapper-large .arco-input-group-addbefore,
    .arco-input-group-wrapper-small .arco-input-group-addafter,
    .arco-input-group-wrapper-small .arco-input-group-addbefore,
    .arco-input-inner-wrapper.arco-input-inner-wrapper-large,
    .arco-input-inner-wrapper.arco-input-inner-wrapper-small,
    .arco-input-size-large,
    .arco-input-size-small {
      padding-left: 12px;
      padding-right: 12px
    }

    .arco-input-clear-wrapper .arco-input {
      padding-right: 28px
    }

    .arco-input-clear-icon {
      color: #fff;
      cursor: pointer;
      font-size: 16px
    }

    .arco-input-clear-icon:focus-visible:before {
      box-shadow: 0 0 0 2px rgb(var(--primary-6))
    }

    .arco-input-clear-icon>svg {
      position: relative;
      transition: color .1s linear
    }

    .arco-input-inner-wrapper {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      align-items: center;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      display: inline-flex;
      font-size: 14px;
      padding-left: 12px;
      padding-right: 12px;
      position: relative;
      transition: color .1s linear, border-color .1s linear, background-color .1s linear;
      width: 100%
    }

    .arco-input-inner-wrapper::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-inner-wrapper::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-inner-wrapper::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-inner-wrapper:hover {
      background-color: #fff;
      border-color: rgb(var(--primary-6))
    }

    .arco-input-inner-wrapper.arco-input-inner-wrapper-focus,
    .arco-input-inner-wrapper:focus {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      box-shadow: 0 0 0 0 transparent
    }

    .arco-input-inner-wrapper-error,
    .arco-input-inner-wrapper-error:hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-input-inner-wrapper-error .arco-input,
    .arco-input-inner-wrapper-error .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-input-inner-wrapper-error.arco-input-inner-wrapper-focus,
    .arco-input-inner-wrapper-error.arco-input-inner-wrapper-focus:hover,
    .arco-input-inner-wrapper-error:focus,
    .arco-input-inner-wrapper-error:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 #fff
    }

    .arco-input-inner-wrapper-warning {
      background-color: var(--color-warning-light-1);
      border-color: transparent
    }

    .arco-input-inner-wrapper-warning:hover {
      background-color: var(--color-warning-light-2);
      border-color: transparent
    }

    .arco-input-inner-wrapper-warning .arco-input,
    .arco-input-inner-wrapper-warning .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-input-inner-wrapper-warning.arco-input-inner-wrapper-focus,
    .arco-input-inner-wrapper-warning.arco-input-inner-wrapper-focus:hover,
    .arco-input-inner-wrapper-warning:focus,
    .arco-input-inner-wrapper-warning:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-input-inner-wrapper .arco-input {
      background: none;
      border: none;
      border-radius: 0;
      padding-left: 0;
      padding-right: 0
    }

    .arco-input-inner-wrapper .arco-input:focus,
    .arco-input-inner-wrapper .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-input-inner-wrapper-has-prefix>.arco-input,
    .arco-input-inner-wrapper-has-prefix>.arco-input-clear-wrapper .arco-input {
      padding-left: 12px
    }

    .arco-input-inner-wrapper>.arco-input-clear-wrapper {
      height: 100%
    }

    .arco-input-inner-wrapper>.arco-input-clear-wrapper .arco-input {
      padding-right: 16px
    }

    .arco-input-inner-wrapper>.arco-input-clear-wrapper .arco-input-clear-icon {
      right: 2px
    }

    .arco-input-inner-wrapper .arco-input-group-prefix,
    .arco-input-inner-wrapper .arco-input-group-suffix {
      align-items: center;
      display: inline-flex;
      height: 100%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: nowrap
    }

    .arco-input-inner-wrapper .arco-input-group-prefix>svg,
    .arco-input-inner-wrapper .arco-input-group-suffix>svg {
      font-size: 14px
    }

    .arco-input-inner-wrapper .arco-input-group-prefix,
    .arco-input-inner-wrapper .arco-input-group-suffix {
      color: rgba(0, 0, 0, .92)
    }

    .arco-input-inner-wrapper-disabled {
      cursor: not-allowed;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .arco-input-inner-wrapper-disabled,
    .arco-input-inner-wrapper-disabled:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-inner-wrapper-disabled::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-inner-wrapper-disabled::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-inner-wrapper-disabled::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-inner-wrapper-disabled .arco-input-group-prefix,
    .arco-input-inner-wrapper-disabled .arco-input-group-suffix {
      color: inherit
    }

    .arco-input-inner-wrapper .arco-input-clear-icon {
      display: none
    }

    .arco-input-inner-wrapper:hover .arco-input-clear-icon {
      display: inline-block
    }

    .arco-input-inner-wrapper:hover .arco-input-clear-icon~.arco-input-group-suffix {
      margin-left: 4px
    }

    .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-focus) .arco-input-clear-icon:hover:before {
      background-color: #fff
    }

    .arco-input-group {
      display: table;
      height: 100%;
      width: 100%
    }

    .arco-input-group>.arco-input,
    .arco-input-group>.arco-input-inner-wrapper {
      border-radius: 0
    }

    .arco-input-group>.arco-input-focus,
    .arco-input-group>.arco-input-inner-wrapper-focus {
      border-radius: 4px
    }

    .arco-input-group>:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px
    }

    .arco-input-group>:last-child {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px
    }

    .arco-input-group-addafter,
    .arco-input-group-addbefore {
      background-color: initial;
      border: 1px solid transparent;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      display: table-cell;
      height: 100%;
      padding: 0 12px;
      vertical-align: middle;
      white-space: nowrap;
      width: 1px
    }

    .arco-input-group-addafter>svg,
    .arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .arco-input-group-addafter {
      border-left: 0 solid transparent
    }

    .arco-input-group-addafter .arco-input,
    .arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-addafter .arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .arco-input-group-addafter .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-addafter .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-addafter .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-addbefore {
      border-right: 0 solid transparent
    }

    .arco-input-group-addbefore .arco-input,
    .arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-addbefore .arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .arco-input-group-addbefore .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-addbefore .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-addbefore .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 100%
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group,
    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-inner-wrapper .arco-input-group-prefix,
    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-inner-wrapper .arco-input-group-prefix>svg,
    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-inner-wrapper .arco-input-group-suffix,
    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-inner-wrapper .arco-input-group-suffix>svg {
      font-size: 12px
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addafter,
    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addbefore {
      font-size: 12px;
      height: 22px
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addafter>svg,
    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addbefore>svg {
      font-size: 12px
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addafter .arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addafter .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addafter .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addafter .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addbefore .arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addbefore .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addbefore .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-mini .arco-input-group-addbefore .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group,
    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-inner-wrapper .arco-input-group-prefix,
    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-inner-wrapper .arco-input-group-prefix>svg,
    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-inner-wrapper .arco-input-group-suffix,
    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-inner-wrapper .arco-input-group-suffix>svg {
      font-size: 14px
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addafter,
    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addbefore {
      font-size: 14px;
      height: 22px
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addafter>svg,
    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addafter .arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addafter .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addafter .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addafter .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addbefore .arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addbefore .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addbefore .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-small .arco-input-group-addbefore .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group,
    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-inner-wrapper .arco-input-group-prefix,
    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-inner-wrapper .arco-input-group-prefix>svg,
    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-inner-wrapper .arco-input-group-suffix,
    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-inner-wrapper .arco-input-group-suffix>svg {
      font-size: 14px
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addafter,
    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addbefore {
      font-size: 14px;
      height: 42px
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addafter>svg,
    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addafter .arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addafter .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addafter .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addafter .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addbefore .arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addbefore .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addbefore .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-wrapper.arco-input-group-wrapper-large .arco-input-group-addbefore .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-inner-wrapper .arco-input-group-prefix,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-inner-wrapper .arco-input-group-prefix>svg,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-inner-wrapper .arco-input-group-suffix,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-inner-wrapper .arco-input-group-suffix>svg {
      font-size: 14px
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addafter,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addbefore {
      font-size: 14px;
      height: 22px
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addafter>svg,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addafter .arco-input,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addafter .arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addafter .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addafter .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addafter .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addbefore .arco-input,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addbefore .arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addbefore .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addbefore .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-wrapper .arco-input-inner-wrapper,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-group-addbefore .arco-select.arco-select-single .arco-select-view,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-inner-wrapper,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-inner-wrapper .arco-input,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-inner-wrapper .arco-input-clear-wrapper,
    .arco-input-group-wrapper.arco-input-custom-height .arco-input-inner-wrapper .arco-input-clear-wrapper .arco-input {
      height: 100%
    }

    .arco-input-group-wrapper.arco-input-disabled {
      cursor: not-allowed
    }

    .arco-input-mirror {
      left: 0;
      position: absolute;
      top: 0;
      visibility: hidden
    }

    .arco-textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      height: auto;
      line-height: 1.5715;
      max-width: 100%;
      min-height: 36px;
      overflow: auto;
      padding-left: 12px;
      padding-right: 12px;
      padding: 12px 12px;
      position: relative;
      resize: vertical;
      transition: color .1s linear, border-color .1s linear, background-color .1s linear;
      vertical-align: top;
      width: 100%
    }

    .arco-textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-textarea::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-textarea::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-textarea.arco-textarea-focus,
    .arco-textarea:focus,
    .arco-textarea:hover {
      background-color: #fff;
      border-color: rgb(var(--primary-6))
    }

    .arco-textarea.arco-textarea-focus,
    .arco-textarea:focus {
      box-shadow: 0 0 0 0 transparent
    }

    .arco-textarea-error,
    .arco-textarea-error:hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-textarea-error .arco-input,
    .arco-textarea-error .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-textarea-error.arco-textarea-focus,
    .arco-textarea-error.arco-textarea-focus:hover,
    .arco-textarea-error:focus,
    .arco-textarea-error:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 #fff
    }

    .arco-textarea-warning {
      background-color: var(--color-warning-light-1);
      border-color: transparent
    }

    .arco-textarea-warning:hover {
      background-color: var(--color-warning-light-2);
      border-color: transparent
    }

    .arco-textarea-warning .arco-input,
    .arco-textarea-warning .arco-input:hover {
      background: none;
      box-shadow: none
    }

    .arco-textarea-warning.arco-textarea-focus,
    .arco-textarea-warning.arco-textarea-focus:hover,
    .arco-textarea-warning:focus,
    .arco-textarea-warning:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-textarea-disabled {
      cursor: not-allowed;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .arco-textarea-disabled,
    .arco-textarea-disabled:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .arco-textarea-disabled::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-textarea-disabled::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-textarea-disabled::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-group.arco-input-group-compact>.arco-select {
      vertical-align: unset
    }

    .arco-input-group.arco-input-group-compact>*,
    .arco-input-group.arco-input-group-compact>* .arco-input-group>:first-child,
    .arco-input-group.arco-input-group-compact>* .arco-input-group>:last-child,
    .arco-input-group.arco-input-group-compact>.arco-select .arco-select-view {
      border-radius: 0
    }

    .arco-input-group.arco-input-group-compact>:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      position: relative
    }

    .arco-input-group.arco-input-group-compact>:first-child,
    .arco-input-group.arco-input-group-compact>:first-child .arco-input-group>:first-child,
    .arco-input-group.arco-input-group-compact>:first-child .arco-input-group>:first-child .arco-select .arco-select-view,
    .arco-input-group.arco-input-group-compact>:first-child .arco-select .arco-select-view {
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px
    }

    .arco-input-group.arco-input-group-compact>:last-child,
    .arco-input-group.arco-input-group-compact>:last-child .arco-input-group>:last-child,
    .arco-input-group.arco-input-group-compact>:last-child .arco-input-group>:last-child .arco-select .arco-select-view,
    .arco-input-group.arco-input-group-compact>:last-child .arco-select .arco-select-view {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px
    }

    .arco-input-group.arco-input-group-compact>.arco-input:not(:last-child) {
      border-right-color: rgba(0, 0, 0, .14)
    }

    .arco-input-group.arco-input-group-compact>.arco-input:not(:last-child):focus {
      border-right-color: rgb(var(--primary-6))
    }

    .size-height-group-wrapper-mini .arco-input-group-addafter,
    .size-height-group-wrapper-mini .arco-input-group-addbefore {
      padding-left: 8px;
      padding-right: 8px
    }

    .size-height-group-wrapper-large .arco-input-group-addafter,
    .size-height-group-wrapper-large .arco-input-group-addbefore,
    .size-height-group-wrapper-small .arco-input-group-addafter,
    .size-height-group-wrapper-small .arco-input-group-addbefore {
      padding-left: 12px;
      padding-right: 12px
    }

    .group-size.group-size-mini .arco-input-group,
    .group-size.group-size-mini .arco-input-inner-wrapper .arco-input-group-prefix,
    .group-size.group-size-mini .arco-input-inner-wrapper .arco-input-group-prefix>svg,
    .group-size.group-size-mini .arco-input-inner-wrapper .arco-input-group-suffix,
    .group-size.group-size-mini .arco-input-inner-wrapper .arco-input-group-suffix>svg {
      font-size: 12px
    }

    .group-size.group-size-mini .arco-input-group-addafter,
    .group-size.group-size-mini .arco-input-group-addbefore {
      font-size: 12px;
      height: 22px
    }

    .group-size.group-size-mini .arco-input-group-addafter>svg,
    .group-size.group-size-mini .arco-input-group-addbefore>svg {
      font-size: 12px
    }

    .group-size.group-size-mini .arco-input-group-addafter .arco-input,
    .group-size.group-size-mini .arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-mini .arco-input-group-addafter .arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .group-size.group-size-mini .arco-input-group-addafter .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-mini .arco-input-group-addafter .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-mini .arco-input-group-addafter .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .group-size.group-size-mini .arco-input-group-addbefore .arco-input,
    .group-size.group-size-mini .arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-mini .arco-input-group-addbefore .arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .group-size.group-size-mini .arco-input-group-addbefore .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-mini .arco-input-group-addbefore .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-mini .arco-input-group-addbefore .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .group-size.group-size-small .arco-input-group,
    .group-size.group-size-small .arco-input-inner-wrapper .arco-input-group-prefix,
    .group-size.group-size-small .arco-input-inner-wrapper .arco-input-group-prefix>svg,
    .group-size.group-size-small .arco-input-inner-wrapper .arco-input-group-suffix,
    .group-size.group-size-small .arco-input-inner-wrapper .arco-input-group-suffix>svg {
      font-size: 14px
    }

    .group-size.group-size-small .arco-input-group-addafter,
    .group-size.group-size-small .arco-input-group-addbefore {
      font-size: 14px;
      height: 22px
    }

    .group-size.group-size-small .arco-input-group-addafter>svg,
    .group-size.group-size-small .arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .group-size.group-size-small .arco-input-group-addafter .arco-input,
    .group-size.group-size-small .arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-small .arco-input-group-addafter .arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .group-size.group-size-small .arco-input-group-addafter .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-small .arco-input-group-addafter .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-small .arco-input-group-addafter .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .group-size.group-size-small .arco-input-group-addbefore .arco-input,
    .group-size.group-size-small .arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-small .arco-input-group-addbefore .arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .group-size.group-size-small .arco-input-group-addbefore .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-small .arco-input-group-addbefore .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-small .arco-input-group-addbefore .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .group-size.group-size-large .arco-input-group,
    .group-size.group-size-large .arco-input-inner-wrapper .arco-input-group-prefix,
    .group-size.group-size-large .arco-input-inner-wrapper .arco-input-group-prefix>svg,
    .group-size.group-size-large .arco-input-inner-wrapper .arco-input-group-suffix,
    .group-size.group-size-large .arco-input-inner-wrapper .arco-input-group-suffix>svg {
      font-size: 14px
    }

    .group-size.group-size-large .arco-input-group-addafter,
    .group-size.group-size-large .arco-input-group-addbefore {
      font-size: 14px;
      height: 42px
    }

    .group-size.group-size-large .arco-input-group-addafter>svg,
    .group-size.group-size-large .arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .group-size.group-size-large .arco-input-group-addafter .arco-input,
    .group-size.group-size-large .arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-large .arco-input-group-addafter .arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .group-size.group-size-large .arco-input-group-addafter .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-large .arco-input-group-addafter .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-large .arco-input-group-addafter .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .group-size.group-size-large .arco-input-group-addbefore .arco-input,
    .group-size.group-size-large .arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-large .arco-input-group-addbefore .arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .group-size.group-size-large .arco-input-group-addbefore .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-large .arco-input-group-addbefore .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-large .arco-input-group-addbefore .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .group-size.arco-input-custom-height .arco-input-group,
    .group-size.arco-input-custom-height .arco-input-inner-wrapper .arco-input-group-prefix,
    .group-size.arco-input-custom-height .arco-input-inner-wrapper .arco-input-group-prefix>svg,
    .group-size.arco-input-custom-height .arco-input-inner-wrapper .arco-input-group-suffix,
    .group-size.arco-input-custom-height .arco-input-inner-wrapper .arco-input-group-suffix>svg {
      font-size: 14px
    }

    .group-size.arco-input-custom-height .arco-input-group-addafter,
    .group-size.arco-input-custom-height .arco-input-group-addbefore {
      font-size: 14px;
      height: 22px
    }

    .group-size.arco-input-custom-height .arco-input-group-addafter>svg,
    .group-size.arco-input-custom-height .arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .group-size.arco-input-custom-height .arco-input-group-addafter .arco-input,
    .group-size.arco-input-custom-height .arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.arco-input-custom-height .arco-input-group-addafter .arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .group-size.arco-input-custom-height .arco-input-group-addafter .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.arco-input-custom-height .arco-input-group-addafter .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.arco-input-custom-height .arco-input-group-addafter .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .group-size.arco-input-custom-height .arco-input-group-addbefore .arco-input,
    .group-size.arco-input-custom-height .arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.arco-input-custom-height .arco-input-group-addbefore .arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .group-size.arco-input-custom-height .arco-input-group-addbefore .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.arco-input-custom-height .arco-input-group-addbefore .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.arco-input-custom-height .arco-input-group-addbefore .arco-select.arco-select-single .arco-select-view,
    .group-size.arco-input-custom-height .arco-input-inner-wrapper,
    .group-size.arco-input-custom-height .arco-input-inner-wrapper .arco-input,
    .group-size.arco-input-custom-height .arco-input-inner-wrapper .arco-input-clear-wrapper,
    .group-size.arco-input-custom-height .arco-input-inner-wrapper .arco-input-clear-wrapper .arco-input {
      height: 100%
    }

    .arco-textarea-wrapper {
      display: inline-block;
      position: relative;
      width: 100%
    }

    .arco-textarea-clear-wrapper:hover .arco-textarea-clear-icon {
      display: inline-block
    }

    .arco-textarea-clear-wrapper .arco-textarea {
      padding-right: 20px
    }

    .arco-textarea-word-limit {
      bottom: 6px;
      color: rgba(0, 0, 0, .25);
      font-size: 12px;
      position: absolute;
      right: 12px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-textarea-word-limit-error {
      color: rgb(var(--danger-6))
    }

    .arco-textarea-clear-icon {
      color: #fff;
      display: none;
      font-size: 12px;
      position: absolute;
      right: 12px;
      top: 10px
    }

    .arco-textarea-clear-icon>svg {
      position: relative;
      transition: color .1s linear
    }

    .arco-input-search.arco-input-group-wrapper .arco-input-group-addbefore {
      transition: all .1s linear
    }

    .arco-input-search.arco-input-group-wrapper .arco-input-group-addafter {
      border: none;
      padding: 0
    }

    .arco-input-search.arco-input-group-wrapper .arco-input-group-suffix {
      color: rgba(0, 0, 0, .55);
      font-size: 16px
    }

    .arco-input-search.arco-input-group-wrapper:not(.arco-input-disabled) .arco-input-group-addbefore {
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      font-size: 16px
    }

    .arco-input-search.arco-input-group-wrapper .arco-input-search-btn {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      color: var(--color-white);
      font-size: 16px;
      height: 100%
    }

    .arco-input-search-button .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-rtl) {
      border-bottom-right-radius: 0;
      border-right: none;
      border-top-right-radius: 0
    }

    .arco-input-password.arco-input-group-wrapper:not(.arco-input-disabled) .arco-input-group-suffix {
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      font-size: 16px
    }

    .arco-input-password.arco-input-group-wrapper .arco-input-password-visibility-icon:focus-visible {
      border-radius: var(--border-radius-small);
      box-shadow: 0 0 0 2px rgb(var(--primary-6))
    }

    .arco-input-group-wrapper-rtl {
      direction: rtl
    }

    .arco-input-group-wrapper-rtl .arco-input-word-limit {
      padding-left: 0;
      padding-right: input-padding-word-limit-left
    }

    .arco-input-group-wrapper-rtl.arco-input-clear-wrapper .arco-input {
      padding-left: 28px;
      padding-right: 0
    }

    .arco-input-group-wrapper-rtl .arco-input-group>:first-child {
      border-radius: 0 4px 4px 0
    }

    .arco-input-group-wrapper-rtl .arco-input-group>:last-child {
      border-radius: 4px 0 0 4px
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addafter {
      border-left: none;
      border-right: 0 solid transparent
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addafter .arco-input,
    .arco-input-group-wrapper-rtl .arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addafter .arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addafter .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addafter .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addafter .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addbefore {
      border-left: 0 solid transparent;
      border-right: none
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addbefore .arco-input,
    .arco-input-group-wrapper-rtl .arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addbefore .arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addbefore .arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addbefore .arco-select .arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .arco-input-group-wrapper-rtl .arco-input-group-addbefore .arco-select.arco-select-single .arco-select-view {
      height: 100%
    }

    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>:not(:last-child) {
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-right: none
    }

    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>:first-child,
    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>:first-child .arco-input-group>:first-child,
    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>:first-child .arco-input-group>:first-child .arco-select .arco-select-view,
    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>:first-child .arco-select .arco-select-view {
      border-radius: 0 2px 2px 0
    }

    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>:last-child,
    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>:last-child .arco-input-group>:last-child,
    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>:last-child .arco-input-group>:last-child .arco-select .arco-select-view,
    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>:last-child .arco-select .arco-select-view {
      border-radius: 2px 0 0 2px
    }

    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>.arco-input:not(:last-child) {
      border-left-color: rgba(0, 0, 0, .14)
    }

    .arco-input-group-wrapper-rtl .arco-input-group.arco-input-group-compact>.arco-input:not(:last-child):focus {
      border-left-color: rgb(var(--primary-6))
    }

    .arco-input-group-wrapper-rtl.arco-input-search .arco-input-search-btn {
      border-radius: 4px 0 0 4px
    }

    .arco-input-inner-wrapper-rtl {
      direction: rtl
    }

    .arco-input-inner-wrapper-rtl.arco-input-inner-wrapper-has-prefix>.arco-input,
    .arco-input-inner-wrapper-rtl.arco-input-inner-wrapper-has-prefix>.arco-input-clear-wrapper .arco-input {
      padding-left: 0;
      padding-right: 12px
    }

    .arco-input-inner-wrapper-rtl>.arco-input-clear-wrapper .arco-input {
      padding-left: 16px;
      padding-right: 0
    }

    .arco-input-inner-wrapper-rtl>.arco-input-clear-wrapper .arco-input-clear-icon {
      left: 2px;
      right: auto
    }

    .arco-input-inner-wrapper-rtl:hover .arco-input-clear-icon~.arco-input-group-suffix {
      margin-left: 4px
    }

    .arco-input-search-button .arco-input-inner-wrapper-rtl {
      border-left: none;
      border-radius: 0 4px 4px 0
    }

    .arco-textarea-wrapper-rtl {
      direction: rtl
    }

    .arco-textarea-wrapper-rtl .arco-textarea {
      padding-left: 20px
    }

    .arco-textarea-wrapper-rtl .arco-textarea-clear-icon,
    .arco-textarea-wrapper-rtl .arco-textarea-word-limit {
      left: 12px;
      right: auto
    }

    .arco-input-number {
      border-radius: var(--border-radius-small);
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      width: 100%
    }

    .arco-input-number-step-button {
      align-items: center;
      background-color: rgba(0, 0, 0, .05);
      border-color: var(--color-neutral-3);
      box-sizing: border-box;
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      display: flex;
      justify-content: center;
      transition: all .1s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-input-number-step-button:hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: rgba(0, 0, 0, .08)
    }

    .arco-input-number-step-button:active {
      background-color: rgba(0, 0, 0, .121);
      border-color: rgba(0, 0, 0, .121)
    }

    .arco-input-number-step-button-disabled {
      background-color: #f0f0f0;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-input-number-step-button-disabled:active,
    .arco-input-number-step-button-disabled:hover {
      background-color: var(--color-fill-2);
      border-color: var(--color-neutral-3)
    }

    .arco-input-number-prefix,
    .arco-input-number-suffix {
      transition: all .1s linear
    }

    .arco-input-number-mode-embed .arco-input-number-step-layer {
      border-radius: 4px;
      bottom: 4px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      right: 4px;
      top: 4px;
      transition: all .1s linear;
      width: 18px
    }

    .arco-input-number-mode-embed .arco-input-number-step-layer .arco-input-number-step-button {
      font-size: 10px;
      height: 50%;
      width: 100%
    }

    .arco-input-number-mode-embed:not(.arco-input-group-wrapper-disabled):hover .arco-input-number-step-layer {
      opacity: 1
    }

    .arco-input-number-mode-embed:not(.arco-input-group-wrapper-disabled):hover .arco-input-number-step-layer~.arco-input-number-suffix {
      opacity: 0;
      pointer-events: none
    }

    .arco-input-number-mode-embed .arco-input-inner-wrapper:not(.arco-input-inner-wrapper-focus) .arco-input-number-step-button:not(.arco-input-number-step-button-disabled):hover {
      background-color: rgba(0, 0, 0, .121)
    }

    .arco-input-number-mode-button .arco-input {
      text-align: center
    }

    .arco-input-number-mode-button .arco-input-group {
      position: relative
    }

    .arco-input-number-mode-button .arco-input-group-addafter,
    .arco-input-number-mode-button .arco-input-group-addbefore {
      padding: 0
    }

    .arco-input-number-mode-button .arco-input-group .arco-input-number-step-button {
      border: inherit;
      height: 100%;
      position: absolute;
      top: 0
    }

    .arco-input-number-mode-button .arco-input-group .arco-input-number-step-button:active {
      border-color: rgba(0, 0, 0, .121)
    }

    .arco-input-number-mode-button .arco-input-group-addbefore .arco-input-number-step-button {
      border-right-color: var(--color-neutral-3);
      left: 0
    }

    .arco-input-number-mode-button .arco-input-group-addafter .arco-input-number-step-button {
      border-left-color: var(--color-neutral-3);
      right: 0
    }

    .arco-input-number-mode-button.arco-input-number-size-mini .arco-input-group-addafter,
    .arco-input-number-mode-button.arco-input-number-size-mini .arco-input-group-addafter .arco-input-number-step-button,
    .arco-input-number-mode-button.arco-input-number-size-mini .arco-input-group-addbefore,
    .arco-input-number-mode-button.arco-input-number-size-mini .arco-input-group-addbefore .arco-input-number-step-button,
    .arco-input-number-mode-button.arco-input-number-size-small .arco-input-group-addafter,
    .arco-input-number-mode-button.arco-input-number-size-small .arco-input-group-addafter .arco-input-number-step-button,
    .arco-input-number-mode-button.arco-input-number-size-small .arco-input-group-addbefore,
    .arco-input-number-mode-button.arco-input-number-size-small .arco-input-group-addbefore .arco-input-number-step-button {
      width: 24px
    }

    .arco-input-number-mode-button.arco-input-number-size-default .arco-input-group-addafter,
    .arco-input-number-mode-button.arco-input-number-size-default .arco-input-group-addafter .arco-input-number-step-button,
    .arco-input-number-mode-button.arco-input-number-size-default .arco-input-group-addbefore,
    .arco-input-number-mode-button.arco-input-number-size-default .arco-input-group-addbefore .arco-input-number-step-button {
      width: 36px
    }

    .arco-input-number-mode-button.arco-input-number-size-large .arco-input-group-addafter,
    .arco-input-number-mode-button.arco-input-number-size-large .arco-input-group-addafter .arco-input-number-step-button,
    .arco-input-number-mode-button.arco-input-number-size-large .arco-input-group-addbefore,
    .arco-input-number-mode-button.arco-input-number-size-large .arco-input-group-addbefore .arco-input-number-step-button {
      width: 44px
    }

    .arco-input-number-readonly .arco-input-number-step-button {
      color: rgba(0, 0, 0, .25);
      pointer-events: none
    }

    .arco-input-number-illegal-value input {
      color: rgb(var(--danger-6))
    }

    .arco-input-tag {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      cursor: text;
      display: inline-block;
      padding-left: 4px;
      padding-right: 4px;
      transition: all .1s linear;
      vertical-align: top;
      width: 100%
    }

    .arco-input-tag-view {
      display: flex;
      width: 100%
    }

    .arco-input-tag-inner {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      flex-grow: 1;
      flex-wrap: wrap;
      overflow: hidden;
      position: relative
    }

    .arco-input-tag-prefix,
    .arco-input-tag-suffix {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      min-width: 22px
    }

    .arco-input-tag-prefix {
      padding-left: 8px;
      padding-right: 4px
    }

    .arco-input-tag-suffix {
      padding-right: 8px
    }

    .arco-input-tag .arco-input-tag-clear-icon {
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      display: none;
      font-size: 16px
    }

    .arco-input-tag .arco-input-tag-clear-icon>svg {
      position: relative;
      transition: color .1s linear
    }

    .arco-input-tag:hover .arco-input-tag-clear-icon {
      display: block
    }

    .arco-input-tag:hover .arco-input-tag-clear-icon~* {
      display: none
    }

    .arco-input-tag:not(.arco-input-tag-focus) .arco-input-tag-clear-icon:hover:before {
      background-color: initial
    }

    .arco-input-tag:not(.arco-input-tag-focus) .arco-draggable-item {
      cursor: move
    }

    .arco-input-tag-input {
      background: none;
      border: none;
      color: inherit;
      cursor: inherit;
      font-size: inherit;
      max-width: 100%;
      outline: none;
      overflow: hidden;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-tag+.arco-input-tag-input[disabled] {
      width: 0 !important
    }

    .arco-input-tag-input-mirror {
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      visibility: hidden
    }

    .arco-input-tag-input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-tag-input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-tag-input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-input-tag-tag {
      font-size: 14px;
      margin-right: 4px;
      max-width: 100%
    }

    .arco-input-tag .arco-icon-hover {
      cursor: pointer
    }

    .arco-input-tag .arco-icon-hover.arco-icon-hover-disabled {
      cursor: not-allowed
    }

    .arco-input-tag:hover {
      background-color: #fff;
      border: 1px solid rgb(var(--primary-5))
    }

    .arco-input-tag.arco-input-tag-focus {
      background-color: #fff;
      border: 1px solid rgb(var(--primary-6));
      box-shadow: 0 0 0 0 rgb(var(--primary-2))
    }

    .arco-input-tag .arco-input-tag-tag {
      background-color: #f0f0f0;
      border-color: transparent;
      color: rgba(0, 0, 0, .65)
    }

    .arco-input-tag .arco-icon-hover:hover:before {
      background-color: rgba(0, 0, 0, .55)
    }

    .arco-input-tag.arco-input-tag-focus .arco-input-tag-tag {
      background-color: #f0f0f0;
      border-color: transparent
    }

    .arco-input-tag.arco-input-tag-focus .arco-icon-hover:hover:before {
      background-color: var(--color-fill-3)
    }

    .arco-input-tag.arco-input-tag-disabled .arco-input-tag-tag {
      background-color: var(--color-fill-2);
      border-color: var(--color-fill-3);
      color: rgba(0, 0, 0, .55)
    }

    .arco-input-tag-warning {
      background-color: var(--color-warning-light-1);
      border: 1px solid transparent;
      color: var(--color-text-1)
    }

    .arco-input-tag-warning:hover {
      background-color: var(--color-warning-light-2);
      border: 1px solid transparent
    }

    .arco-input-tag-warning.arco-input-tag-focus {
      background-color: #fff;
      border: 1px solid rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2)
    }

    .arco-input-tag-error {
      color: var(--color-text-1)
    }

    .arco-input-tag-error,
    .arco-input-tag-error.arco-input-tag-focus,
    .arco-input-tag-error:hover {
      background-color: #fff;
      border: 1px solid rgb(var(--danger-6))
    }

    .arco-input-tag-error.arco-input-tag-focus {
      box-shadow: 0 0 0 0 transparent
    }

    .arco-input-tag-disabled {
      color: rgba(0, 0, 0, .55);
      cursor: not-allowed
    }

    .arco-input-tag-disabled,
    .arco-input-tag-disabled:hover {
      background-color: #f0f0f0;
      border: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-input-tag-disabled .arco-input-tag-input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .55)
    }

    .arco-input-tag-disabled .arco-input-tag-input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .55)
    }

    .arco-input-tag-disabled .arco-input-tag-input::placeholder {
      color: rgba(0, 0, 0, .55)
    }

    .arco-input-tag-readonly {
      cursor: default
    }

    .arco-input-tag-wrapper {
      align-items: stretch;
      display: inline-flex;
      width: 100%
    }

    .arco-input-tag-wrapper .arco-input-tag {
      min-width: 0
    }

    .arco-input-tag-wrapper .arco-input-tag:not(.arco-input-tag-focused):not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .arco-input-tag-wrapper .arco-input-tag:not(.arco-input-tag-focused):not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .arco-input-tag-addafter,
    .arco-input-tag-addbefore {
      align-items: center;
      background-color: #fff;
      border: 1px solid transparent;
      color: var(--color-text-1);
      display: flex;
      padding: 0 12px;
      white-space: nowrap
    }

    .arco-input-tag-addbefore {
      border-bottom-left-radius: 4px;
      border-right: 1px solid var(--color-border-2);
      border-top-left-radius: 4px
    }

    .arco-input-tag-addafter {
      border-bottom-right-radius: 4px;
      border-left: 1px solid var(--color-border-2);
      border-top-right-radius: 4px
    }

    .arco-input-tag-size-mini {
      font-size: 12px
    }

    .arco-input-tag-size-mini .arco-input-tag-view {
      min-height: 22px
    }

    .arco-input-tag-size-mini .arco-input-tag-inner {
      padding-bottom: -3px;
      padding-top: -3px
    }

    .arco-input-tag-size-mini .arco-input-tag-tag,
    .arco-input-tag-size-mini .arco-input-tag-tag+.arco-input-tag-input {
      height: 20px;
      line-height: 18px;
      margin-bottom: 2px;
      margin-top: 2px
    }

    .arco-input-tag-size-mini.arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-input-tag-size-mini.arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 4px
    }

    .arco-input-tag-size-default {
      font-size: 14px
    }

    .arco-input-tag-size-default .arco-input-tag-view {
      min-height: 34px
    }

    .arco-input-tag-size-default .arco-input-tag-inner {
      padding-bottom: -1px;
      padding-top: -1px
    }

    .arco-input-tag-size-default .arco-input-tag-tag,
    .arco-input-tag-size-default .arco-input-tag-tag+.arco-input-tag-input {
      height: 28px;
      line-height: 26px;
      margin-bottom: 2px;
      margin-top: 2px
    }

    .arco-input-tag-size-default.arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-input-tag-size-default.arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-input-tag-size-small {
      font-size: 14px
    }

    .arco-input-tag-size-small .arco-input-tag-view {
      min-height: 22px
    }

    .arco-input-tag-size-small .arco-input-tag-inner {
      padding-bottom: -3px;
      padding-top: -3px
    }

    .arco-input-tag-size-small .arco-input-tag-tag,
    .arco-input-tag-size-small .arco-input-tag-tag+.arco-input-tag-input {
      height: 20px;
      line-height: 18px;
      margin-bottom: 2px;
      margin-top: 2px
    }

    .arco-input-tag-size-small.arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-input-tag-size-small.arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-input-tag-size-large {
      font-size: 14px
    }

    .arco-input-tag-size-large .arco-input-tag-view {
      min-height: 42px
    }

    .arco-input-tag-size-large .arco-input-tag-inner {
      padding-bottom: -1px;
      padding-top: -1px
    }

    .arco-input-tag-size-large .arco-input-tag-tag,
    .arco-input-tag-size-large .arco-input-tag-tag+.arco-input-tag-input {
      height: 36px;
      line-height: 34px;
      margin-bottom: 2px;
      margin-top: 2px
    }

    .arco-input-tag-size-large.arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-input-tag-size-large.arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 12px
    }

    .arco-input-tag-rtl {
      direction: rtl;
      padding-left: 4px;
      padding-right: 4px
    }

    .arco-input-tag-rtl .arco-input-tag-prefix {
      padding-left: 4px;
      padding-right: 8px
    }

    .arco-input-tag-rtl .arco-input-tag-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-input-tag-rtl .arco-input-tag-tag {
      margin-left: 4px;
      margin-right: 0
    }

    .arco-input-tag-rtl .arco-input-tag-input-mirror {
      left: auto;
      right: 0
    }

    .arco-input-tag-rtl.arco-input-tag-size-mini.arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-input-tag-rtl.arco-input-tag-size-mini.arco-input-tag-has-placeholder input {
      padding-right: 4px
    }

    .arco-input-tag-rtl.arco-input-tag-size-default.arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-input-tag-rtl.arco-input-tag-size-default.arco-input-tag-has-placeholder input,
    .arco-input-tag-rtl.arco-input-tag-size-small.arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-input-tag-rtl.arco-input-tag-size-small.arco-input-tag-has-placeholder input {
      padding-right: 8px
    }

    .arco-input-tag-rtl.arco-input-tag-size-large.arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-input-tag-rtl.arco-input-tag-size-large.arco-input-tag-has-placeholder input {
      padding-right: 12px
    }

    .arco-input-tag-wrapper-rtl .arco-input-tag-addbefore {
      border-left: 1px solid var(--color-border-2);
      border-right: unset
    }

    .arco-input-tag-wrapper-rtl .arco-input-tag-addafter {
      border-left: unset;
      border-right: 1px solid var(--color-border-2)
    }

    .arco-layout {
      display: flex;
      flex: 1 1;
      flex-direction: column;
      margin: 0;
      padding: 0
    }

    .arco-layout-sider {
      background: var(--color-menu-dark-bg);
      flex: none;
      margin: 0;
      padding: 0;
      position: relative;
      transition: width .2s cubic-bezier(.34, .69, .1, 1);
      width: auto
    }

    .arco-layout-sider-children {
      height: 100%;
      overflow: auto
    }

    .arco-layout-sider-collapsed .arco-layout-sider-children::-webkit-scrollbar {
      width: 0
    }

    .arco-layout-sider-has-trigger {
      box-sizing: border-box;
      padding-bottom: 48px
    }

    .arco-layout-sider-trigger {
      align-items: center;
      background: hsla(0, 0%, 100%, .2);
      box-sizing: border-box;
      color: var(--color-white);
      cursor: pointer;
      display: flex;
      height: 48px;
      justify-content: center;
      transition: width .2s cubic-bezier(.34, .69, .1, 1);
      width: 100%;
      z-index: 1
    }

    .arco-layout-sider-trigger-light {
      background: var(--color-menu-light-bg);
      border-top: 1px solid var(--color-bg-5);
      color: var(--color-text-1)
    }

    .arco-layout-sider-light {
      background: var(--color-menu-light-bg);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08)
    }

    .arco-layout-header {
      box-sizing: border-box;
      flex: 0 0 auto;
      margin: 0
    }

    .arco-layout-content {
      flex: 1 1
    }

    .arco-layout-footer {
      flex: 0 0 auto;
      margin: 0
    }

    .arco-layout-has-sider {
      flex-direction: row
    }

    .arco-layout-has-sider>.arco-layout,
    .arco-layout-has-sider>.arco-layout-content {
      overflow-x: hidden
    }

    .arco-link {
      background-color: initial;
      border-radius: 0;
      color: rgb(var(--link-6));
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      padding: 0 0;
      text-decoration: none;
      transition: all .1s linear
    }

    .arco-link:hover {
      background-color: initial;
      color: rgb(var(--link-5))
    }

    .arco-link:active {
      background-color: initial;
      color: rgb(var(--primary-7));
      transition: none
    }

    .arco-link:focus-visible {
      box-shadow: 0 0 0 2px var(--color-link-light-3)
    }

    .arco-link.arco-link-hoverless {
      background-color: unset;
      display: inline;
      padding: 0
    }

    .arco-link.arco-link-hoverless:active,
    .arco-link.arco-link-hoverless:hover {
      background-color: unset
    }

    .arco-link.arco-link-disabled {
      background: none;
      color: rgb(var(--link-3));
      cursor: not-allowed
    }

    .arco-link-is-success,
    .arco-link-is-success:active,
    .arco-link-is-success:hover {
      color: rgb(var(--success-6))
    }

    .arco-link-is-success.arco-link-disabled {
      color: var(--color-success-light-3)
    }

    .arco-link-is-error,
    .arco-link-is-error:active,
    .arco-link-is-error:hover {
      color: rgb(var(--danger-6))
    }

    .arco-link-is-error.arco-link-disabled {
      color: var(--color-danger-light-3)
    }

    .arco-link-is-warning,
    .arco-link-is-warning:active,
    .arco-link-is-warning:hover {
      color: rgb(var(--warning-6))
    }

    .arco-link-is-warning.arco-link-disabled {
      color: var(--color-warning-light-2)
    }

    .arco-link-icon {
      font-size: 16px;
      margin-right: 6px
    }

    .arco-link-rtl .arco-link-icon {
      margin-left: 6px;
      margin-right: 0
    }

    .arco-list {
      border: 1px solid var(--color-neutral-3);
      border-radius: var(--border-radius-medium);
      box-sizing: border-box;
      color: var(--color-text-1);
      display: flex;
      flex-direction: column;
      font-size: 16px;
      line-height: 1.5715;
      overflow-y: auto;
      width: 100%
    }

    .arco-list-wrapper {
      overflow: hidden
    }

    .arco-list-small>.arco-list-header {
      padding: 8px 20px
    }

    .arco-list-small>.arco-list-content .arco-list-row-col>.arco-list-item,
    .arco-list-small>.arco-list-content.arco-list-virtual .arco-list-item,
    .arco-list-small>.arco-list-content>.arco-list-item,
    .arco-list-small>.arco-list-footer {
      padding: 9px 20px
    }

    .arco-list-default>.arco-list-header {
      padding: 12px 20px
    }

    .arco-list-default>.arco-list-content .arco-list-row-col>.arco-list-item,
    .arco-list-default>.arco-list-content.arco-list-virtual .arco-list-item,
    .arco-list-default>.arco-list-content>.arco-list-item,
    .arco-list-default>.arco-list-footer {
      padding: 13px 20px
    }

    .arco-list-large>.arco-list-header {
      padding: 16px 20px
    }

    .arco-list-large>.arco-list-content .arco-list-row-col>.arco-list-item,
    .arco-list-large>.arco-list-content.arco-list-virtual .arco-list-item,
    .arco-list-large>.arco-list-content>.arco-list-item,
    .arco-list-large>.arco-list-footer {
      padding: 17px 20px
    }

    .arco-list-header,
    .arco-list-item:not(:last-child) {
      border-bottom: 1px solid var(--color-neutral-3)
    }

    .arco-list-footer {
      border-top: 1px solid var(--color-neutral-3)
    }

    .arco-list-no-border,
    .arco-list-no-split .arco-list-footer,
    .arco-list-no-split .arco-list-header,
    .arco-list-no-split .arco-list-item {
      border: none
    }

    .arco-list-header {
      color: var(--color-text-1);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5
    }

    .arco-list-item {
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      overflow: hidden;
      width: 100%
    }

    .arco-list-item-main {
      flex: 1 1;
      overflow: hidden
    }

    .arco-list-item-main .arco-list-item-action:not(:first-child) {
      margin-top: 4px
    }

    .arco-list-item-meta {
      align-items: center;
      display: flex;
      padding: 4px 0
    }

    .arco-list-item-meta-avatar {
      display: flex
    }

    .arco-list-item-meta-avatar:not(:last-child) {
      margin-right: 16px
    }

    .arco-list-item-meta-title {
      color: var(--color-text-1);
      font-weight: 500
    }

    .arco-list-item-meta-title:not(:last-child) {
      margin-bottom: 2px
    }

    .arco-list-item-meta-description {
      color: var(--color-text-2)
    }

    .arco-list-item-action {
      align-self: center;
      display: flex;
      flex-wrap: nowrap;
      list-style: none
    }

    .arco-list-item-action>li {
      cursor: pointer;
      display: inline-block
    }

    .arco-list-item-action>li:not(:last-child) {
      margin-right: 20px
    }

    .arco-list-hoverable .arco-list-item:hover {
      background-color: var(--color-fill-1)
    }

    .arco-list-pagination {
      float: right;
      margin-top: 24px
    }

    .arco-list-pagination:after {
      clear: both;
      content: "";
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden
    }

    .arco-list-scroll-loading {
      align-items: center;
      display: flex;
      justify-content: center
    }

    .arco-list-content {
      flex: 1 1
    }

    .arco-list-content .arco-empty {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: center
    }

    .arco-list-rtl {
      direction: rtl
    }

    .arco-list-rtl .arco-list-item-meta-avatar:not(:last-child) {
      margin-left: 16px;
      margin-right: 0
    }

    .arco-list-rtl .arco-list-item-action>li:not(:last-child) {
      margin-left: 20px;
      margin-right: 0
    }

    .arco-list-wrapper-rtl .arco-list-pagination {
      float: left
    }

    .arco-mentions {
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      white-space: pre-wrap;
      width: 100%
    }

    .arco-mentions-measure,
    .arco-mentions-textarea {
      font-size: 16px;
      line-height: 1.5715;
      padding: 4px 12px;
      white-space: inherit
    }

    .arco-mentions-textarea {
      resize: none
    }

    .arco-mentions-align-textarea .arco-mentions-measure-trigger,
    .arco-mentions-measure {
      bottom: 0;
      left: 0;
      overflow: auto;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      visibility: hidden
    }

    .arco-mentions-rtl {
      direction: rtl
    }

    .arco-menu {
      box-sizing: border-box;
      font-size: 14px;
      line-height: 1.5715;
      position: relative;
      transition: width .2s cubic-bezier(.34, .69, .1, 1);
      width: 100%
    }

    .arco-menu-indent {
      display: inline-block;
      width: 24px
    }

    .arco-menu .arco-menu-group-title,
    .arco-menu .arco-menu-inline-header,
    .arco-menu .arco-menu-item,
    .arco-menu .arco-menu-pop-header {
      border-radius: 4px;
      box-sizing: border-box;
      cursor: pointer;
      position: relative
    }

    .arco-menu .arco-menu-group-title.arco-menu-disabled,
    .arco-menu .arco-menu-inline-header.arco-menu-disabled,
    .arco-menu .arco-menu-item.arco-menu-disabled,
    .arco-menu .arco-menu-pop-header.arco-menu-disabled {
      cursor: not-allowed
    }

    .arco-menu .arco-menu-group-title.arco-menu-selected,
    .arco-menu .arco-menu-inline-header.arco-menu-selected,
    .arco-menu .arco-menu-item.arco-menu-selected,
    .arco-menu .arco-menu-pop-header.arco-menu-selected {
      font-weight: 500;
      transition: color .2s linear
    }

    .arco-menu .arco-menu-group-title.arco-menu-selected svg,
    .arco-menu .arco-menu-inline-header.arco-menu-selected svg,
    .arco-menu .arco-menu-item.arco-menu-selected svg,
    .arco-menu .arco-menu-pop-header.arco-menu-selected svg {
      transition: color .2s linear
    }

    .arco-menu .arco-menu-group-title .arco-icon,
    .arco-menu .arco-menu-inline-header .arco-icon,
    .arco-menu .arco-menu-item .arco-icon,
    .arco-menu .arco-menu-pop-header .arco-icon {
      margin-right: 8px
    }

    .arco-menu-light {
      background-color: #fff
    }

    .arco-menu-light .arco-menu-group-title,
    .arco-menu-light .arco-menu-inline-header,
    .arco-menu-light .arco-menu-item,
    .arco-menu-light .arco-menu-pop-header {
      background-color: #fff;
      color: rgba(0, 0, 0, .92)
    }

    .arco-menu-light .arco-menu-group-title .arco-icon,
    .arco-menu-light .arco-menu-inline-header .arco-icon,
    .arco-menu-light .arco-menu-item .arco-icon,
    .arco-menu-light .arco-menu-pop-header .arco-icon {
      color: rgba(0, 0, 0, .92)
    }

    .arco-menu-light .arco-menu-group-title:hover,
    .arco-menu-light .arco-menu-inline-header:hover,
    .arco-menu-light .arco-menu-item:hover,
    .arco-menu-light .arco-menu-pop-header:hover {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, .92)
    }

    .arco-menu-light .arco-menu-group-title:hover .arco-icon,
    .arco-menu-light .arco-menu-inline-header:hover .arco-icon,
    .arco-menu-light .arco-menu-item:hover .arco-icon,
    .arco-menu-light .arco-menu-pop-header:hover .arco-icon {
      color: rgba(0, 0, 0, .92)
    }

    .arco-menu-light .arco-menu-group-title:focus-visible,
    .arco-menu-light .arco-menu-inline-header:focus-visible,
    .arco-menu-light .arco-menu-item:focus-visible,
    .arco-menu-light .arco-menu-pop-header:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--primary-6)) inset
    }

    .arco-menu-light .arco-menu-group-title.arco-menu-selected,
    .arco-menu-light .arco-menu-group-title.arco-menu-selected .arco-icon,
    .arco-menu-light .arco-menu-inline-header.arco-menu-selected,
    .arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-icon,
    .arco-menu-light .arco-menu-item.arco-menu-selected,
    .arco-menu-light .arco-menu-item.arco-menu-selected .arco-icon,
    .arco-menu-light .arco-menu-pop-header.arco-menu-selected,
    .arco-menu-light .arco-menu-pop-header.arco-menu-selected .arco-icon {
      color: rgb(var(--primary-6))
    }

    .arco-menu-light .arco-menu-group-title.arco-menu-disabled,
    .arco-menu-light .arco-menu-inline-header.arco-menu-disabled,
    .arco-menu-light .arco-menu-item.arco-menu-disabled,
    .arco-menu-light .arco-menu-pop-header.arco-menu-disabled {
      background-color: initial;
      color: rgba(0, 0, 0, .25)
    }

    .arco-menu-light .arco-menu-group-title.arco-menu-disabled .arco-icon,
    .arco-menu-light .arco-menu-inline-header.arco-menu-disabled .arco-icon,
    .arco-menu-light .arco-menu-item.arco-menu-disabled .arco-icon,
    .arco-menu-light .arco-menu-pop-header.arco-menu-disabled .arco-icon {
      color: rgba(0, 0, 0, .25)
    }

    .arco-menu-light .arco-menu-item.arco-menu-selected {
      background-color: initial
    }

    .arco-menu-light .arco-menu-inline-header.arco-menu-selected,
    .arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-icon {
      color: rgb(var(--primary-6))
    }

    .arco-menu-light .arco-menu-inline-header.arco-menu-selected:hover {
      background-color: var(--color-fill-2)
    }

    .arco-menu-light.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected,
    .arco-menu-light.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected,
    .arco-menu-light.arco-menu-horizontal .arco-menu-item.arco-menu-selected,
    .arco-menu-light.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected {
      background: none;
      transition: color .2s linear
    }

    .arco-menu-light.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected:hover,
    .arco-menu-light.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected:hover,
    .arco-menu-light.arco-menu-horizontal .arco-menu-item.arco-menu-selected:hover,
    .arco-menu-light.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected:hover {
      background-color: #f5f5f5
    }

    .arco-menu-light .arco-menu-group-title {
      color: var(--color-text-3);
      pointer-events: none
    }

    .arco-menu-light .arco-menu-collapse-button {
      background-color: var(--color-fill-1);
      color: var(--color-text-3)
    }

    .arco-menu-light .arco-menu-collapse-button:hover {
      background-color: var(--color-fill-3)
    }

    .arco-menu-light .arco-menu-collapse-button:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--primary-6))
    }

    .arco-menu-dark {
      background-color: var(--color-menu-dark-bg)
    }

    .arco-menu-dark .arco-menu-group-title,
    .arco-menu-dark .arco-menu-inline-header,
    .arco-menu-dark .arco-menu-item,
    .arco-menu-dark .arco-menu-pop-header {
      background-color: var(--color-menu-dark-bg);
      color: var(--color-text-4)
    }

    .arco-menu-dark .arco-menu-group-title .arco-icon,
    .arco-menu-dark .arco-menu-inline-header .arco-icon,
    .arco-menu-dark .arco-menu-item .arco-icon,
    .arco-menu-dark .arco-menu-pop-header .arco-icon {
      color: var(--color-text-3)
    }

    .arco-menu-dark .arco-menu-group-title:hover,
    .arco-menu-dark .arco-menu-inline-header:hover,
    .arco-menu-dark .arco-menu-item:hover,
    .arco-menu-dark .arco-menu-pop-header:hover {
      background-color: var(--color-menu-dark-hover);
      color: var(--color-text-4)
    }

    .arco-menu-dark .arco-menu-group-title:hover .arco-icon,
    .arco-menu-dark .arco-menu-inline-header:hover .arco-icon,
    .arco-menu-dark .arco-menu-item:hover .arco-icon,
    .arco-menu-dark .arco-menu-pop-header:hover .arco-icon {
      color: var(--color-text-3)
    }

    .arco-menu-dark .arco-menu-group-title:focus-visible,
    .arco-menu-dark .arco-menu-inline-header:focus-visible,
    .arco-menu-dark .arco-menu-item:focus-visible,
    .arco-menu-dark .arco-menu-pop-header:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--primary-6)) inset
    }

    .arco-menu-dark .arco-menu-group-title.arco-menu-selected,
    .arco-menu-dark .arco-menu-group-title.arco-menu-selected .arco-icon,
    .arco-menu-dark .arco-menu-inline-header.arco-menu-selected,
    .arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-icon,
    .arco-menu-dark .arco-menu-item.arco-menu-selected,
    .arco-menu-dark .arco-menu-item.arco-menu-selected .arco-icon,
    .arco-menu-dark .arco-menu-pop-header.arco-menu-selected,
    .arco-menu-dark .arco-menu-pop-header.arco-menu-selected .arco-icon {
      color: var(--color-white)
    }

    .arco-menu-dark .arco-menu-group-title.arco-menu-disabled,
    .arco-menu-dark .arco-menu-inline-header.arco-menu-disabled,
    .arco-menu-dark .arco-menu-item.arco-menu-disabled,
    .arco-menu-dark .arco-menu-pop-header.arco-menu-disabled {
      background-color: var(--color-menu-dark-bg);
      color: var(--color-text-2)
    }

    .arco-menu-dark .arco-menu-group-title.arco-menu-disabled .arco-icon,
    .arco-menu-dark .arco-menu-inline-header.arco-menu-disabled .arco-icon,
    .arco-menu-dark .arco-menu-item.arco-menu-disabled .arco-icon,
    .arco-menu-dark .arco-menu-pop-header.arco-menu-disabled .arco-icon {
      color: var(--color-text-2)
    }

    .arco-menu-dark .arco-menu-item.arco-menu-selected {
      background-color: var(--color-menu-dark-hover)
    }

    .arco-menu-dark .arco-menu-inline-header.arco-menu-selected,
    .arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-icon {
      color: rgb(var(--primary-6))
    }

    .arco-menu-dark .arco-menu-inline-header.arco-menu-selected:hover {
      background-color: var(--color-menu-dark-hover)
    }

    .arco-menu-dark.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected,
    .arco-menu-dark.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected,
    .arco-menu-dark.arco-menu-horizontal .arco-menu-item.arco-menu-selected,
    .arco-menu-dark.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected {
      background: none;
      transition: color .2s linear
    }

    .arco-menu-dark.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected:hover,
    .arco-menu-dark.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected:hover,
    .arco-menu-dark.arco-menu-horizontal .arco-menu-item.arco-menu-selected:hover,
    .arco-menu-dark.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected:hover {
      background-color: var(--color-menu-dark-hover)
    }

    .arco-menu-dark .arco-menu-group-title {
      color: var(--color-text-3);
      pointer-events: none
    }

    .arco-menu-dark .arco-menu-collapse-button {
      background-color: rgb(var(--primary-6));
      color: var(--color-white)
    }

    .arco-menu-dark .arco-menu-collapse-button:hover {
      background-color: rgb(var(--primary-7))
    }

    .arco-menu-dark .arco-menu-collapse-button:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--primary-6))
    }

    .arco-menu a,
    .arco-menu a:active,
    .arco-menu a:focus,
    .arco-menu a:hover {
      color: inherit;
      cursor: inherit;
      text-decoration: none
    }

    .arco-menu-item-inner>a:only-child:before {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0
    }

    .arco-menu-inner {
      box-sizing: border-box;
      height: 100%;
      overflow: auto;
      width: 100%
    }

    .arco-menu-vertical .arco-menu-group-title,
    .arco-menu-vertical .arco-menu-inline-header,
    .arco-menu-vertical .arco-menu-item,
    .arco-menu-vertical .arco-menu-pop-header {
      line-height: 44px;
      padding: 0 8px
    }

    .arco-menu-vertical .arco-menu-group-title .arco-menu-icon-suffix .arco-icon,
    .arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix .arco-icon,
    .arco-menu-vertical .arco-menu-item .arco-menu-icon-suffix .arco-icon,
    .arco-menu-vertical .arco-menu-pop-header .arco-menu-icon-suffix .arco-icon {
      margin-right: 0
    }

    .arco-menu-vertical .arco-menu-group-title,
    .arco-menu-vertical .arco-menu-inline-header,
    .arco-menu-vertical .arco-menu-item,
    .arco-menu-vertical .arco-menu-pop-header {
      margin-bottom: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-menu-vertical .arco-menu-group-title .arco-menu-item-inner,
    .arco-menu-vertical .arco-menu-inline-header .arco-menu-item-inner,
    .arco-menu-vertical .arco-menu-item .arco-menu-item-inner,
    .arco-menu-vertical .arco-menu-pop-header .arco-menu-item-inner {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-menu-vertical .arco-menu-group-title .arco-menu-icon-suffix,
    .arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix,
    .arco-menu-vertical .arco-menu-item .arco-menu-icon-suffix,
    .arco-menu-vertical .arco-menu-pop-header .arco-menu-icon-suffix {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-menu-vertical .arco-menu-group-title .arco-menu-icon-suffix.is-open,
    .arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix.is-open,
    .arco-menu-vertical .arco-menu-item .arco-menu-icon-suffix.is-open,
    .arco-menu-vertical .arco-menu-pop-header .arco-menu-icon-suffix.is-open {
      transform: translateY(-50%) rotate(180deg)
    }

    .arco-menu-vertical .arco-menu-inner {
      padding: 16px 8px
    }

    .arco-menu-vertical .arco-menu-item.arco-menu-item-indented {
      display: flex
    }

    .arco-menu-vertical .arco-menu-inline-header,
    .arco-menu-vertical .arco-menu-pop-header {
      padding-right: 24px
    }

    .arco-menu-horizontal {
      height: auto;
      width: auto
    }

    .arco-menu-horizontal .arco-menu-group-title,
    .arco-menu-horizontal .arco-menu-inline-header,
    .arco-menu-horizontal .arco-menu-item,
    .arco-menu-horizontal .arco-menu-pop-header {
      line-height: 30px;
      padding: 0 12px
    }

    .arco-menu-horizontal .arco-menu-group-title .arco-menu-icon-suffix .arco-icon,
    .arco-menu-horizontal .arco-menu-inline-header .arco-menu-icon-suffix .arco-icon,
    .arco-menu-horizontal .arco-menu-item .arco-menu-icon-suffix .arco-icon,
    .arco-menu-horizontal .arco-menu-pop-header .arco-menu-icon-suffix .arco-icon {
      margin-right: 0
    }

    .arco-menu-horizontal .arco-menu-group-title .arco-icon,
    .arco-menu-horizontal .arco-menu-inline-header .arco-icon,
    .arco-menu-horizontal .arco-menu-item .arco-icon,
    .arco-menu-horizontal .arco-menu-pop-header .arco-icon {
      margin-right: 8px
    }

    .arco-menu-horizontal .arco-menu-group-title .arco-menu-icon-suffix,
    .arco-menu-horizontal .arco-menu-inline-header .arco-menu-icon-suffix,
    .arco-menu-horizontal .arco-menu-item .arco-menu-icon-suffix,
    .arco-menu-horizontal .arco-menu-pop-header .arco-menu-icon-suffix {
      margin-left: 6px
    }

    .arco-menu-horizontal .arco-menu-inner {
      align-items: center;
      display: flex;
      padding: 14px 20px
    }

    .arco-menu-horizontal .arco-menu-item,
    .arco-menu-horizontal .arco-menu-pop {
      display: inline-block;
      flex-shrink: 0;
      vertical-align: middle
    }

    .arco-menu-horizontal .arco-menu-item:not(:first-child),
    .arco-menu-horizontal .arco-menu-pop:not(:first-child) {
      margin-left: 12px
    }

    .arco-menu-horizontal .arco-menu-pop:after {
      bottom: -14px;
      content: " ";
      height: 14px;
      left: 0;
      position: absolute;
      width: 100%
    }

    .arco-menu-overflow-wrap {
      width: 100%
    }

    .arco-menu-overflow-sub-menu-mirror {
      margin-left: 12px
    }

    .arco-menu-overflow-hidden-menu-item,
    .arco-menu-overflow-sub-menu-mirror {
      pointer-events: none;
      position: absolute !important;
      visibility: hidden;
      white-space: nowrap
    }

    .arco-menu-selected-label {
      animation: arco-menu-selected-item-label-enter .2s linear;
      background-color: rgb(var(--primary-6));
      bottom: -14px;
      height: 3px;
      left: 12px;
      position: absolute;
      right: 12px
    }

    .arco-menu-pop-button {
      background: none;
      box-shadow: none;
      width: auto
    }

    .arco-menu-pop-button.arco-menu-collapse {
      width: auto
    }

    .arco-menu-pop-button .arco-menu-group-title,
    .arco-menu-pop-button .arco-menu-inline-header,
    .arco-menu-pop-button .arco-menu-item,
    .arco-menu-pop-button .arco-menu-pop-header {
      border: 1px solid transparent;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      height: 34px;
      line-height: 34px;
      margin-bottom: 16px;
      width: 34px
    }

    .arco-menu-collapse {
      width: 68px
    }

    .arco-menu-collapse .arco-menu-inner {
      padding: 16px 18px
    }

    .arco-menu-collapse .arco-menu-group-title,
    .arco-menu-collapse .arco-menu-icon-suffix {
      display: none
    }

    .arco-menu-collapse .arco-menu-group-title .arco-icon,
    .arco-menu-collapse .arco-menu-inline-header .arco-icon,
    .arco-menu-collapse .arco-menu-item .arco-icon,
    .arco-menu-collapse .arco-menu-pop-header .arco-icon {
      margin-right: 100vw
    }

    .arco-menu-collapse .arco-menu-collapse-button {
      left: 50%;
      right: unset;
      transform: translateX(-50%)
    }

    .arco-menu-collapse-button {
      align-items: center;
      border-radius: var(--border-radius-small);
      bottom: 12px;
      cursor: pointer;
      display: flex;
      height: 24px;
      justify-content: center;
      position: absolute;
      right: 12px;
      width: 24px
    }

    .arco-menu-inline-content {
      height: auto;
      overflow: hidden;
      transition: height .2s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-menu-item-tooltip a {
      color: inherit;
      cursor: pointer;
      text-decoration: none
    }

    .arco-menu-item-tooltip a:active,
    .arco-menu-item-tooltip a:focus,
    .arco-menu-item-tooltip a:hover {
      color: inherit
    }

    .arco-menu-item-tooltip a:before {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0
    }

    .arco-menu-pop-trigger.arco-trigger-position-bl {
      transform: translateY(14px)
    }

    .arco-menu-pop-trigger.arco-trigger-position-bl .arco-trigger-arrow {
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-top: 1px solid rgba(0, 0, 0, .14);
      z-index: 0
    }

    .arco-menu-pop-trigger.arco-trigger[trigger-placement=rt] {
      transform: translateX(8px)
    }

    .arco-menu-pop-trigger.arco-trigger[trigger-placement=rt] .arco-trigger-arrow {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      border-left: 1px solid rgba(0, 0, 0, .14);
      z-index: 0
    }

    .arco-menu-pop-trigger.arco-trigger[trigger-placement=lt] {
      transform: translateX(-8px)
    }

    .arco-menu-pop-trigger.arco-trigger[trigger-placement=lt] .arco-trigger-arrow {
      border-right: 1px solid rgba(0, 0, 0, .14);
      border-top: 1px solid rgba(0, 0, 0, .14);
      z-index: 0
    }

    .arco-menu-pop-trigger .arco-dropdown-menu-dark~.arco-trigger-arrow-container .arco-trigger-arrow {
      background-color: var(--color-menu-dark-bg);
      border-color: var(--color-menu-dark-bg)
    }

    .arco-menu-rtl {
      direction: rtl
    }

    .arco-menu-rtl .arco-menu-group-title .arco-icon,
    .arco-menu-rtl .arco-menu-inline-header .arco-icon,
    .arco-menu-rtl .arco-menu-item .arco-icon,
    .arco-menu-rtl .arco-menu-pop-header .arco-icon {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-menu-rtl.arco-menu-horizontal .arco-menu-group-title .arco-menu-icon-suffix .arco-icon,
    .arco-menu-rtl.arco-menu-horizontal .arco-menu-inline-header .arco-menu-icon-suffix .arco-icon,
    .arco-menu-rtl.arco-menu-horizontal .arco-menu-item .arco-menu-icon-suffix .arco-icon,
    .arco-menu-rtl.arco-menu-horizontal .arco-menu-pop-header .arco-menu-icon-suffix .arco-icon {
      margin-left: 0
    }

    .arco-menu-rtl.arco-menu-horizontal .arco-menu-group-title .arco-icon,
    .arco-menu-rtl.arco-menu-horizontal .arco-menu-inline-header .arco-icon,
    .arco-menu-rtl.arco-menu-horizontal .arco-menu-item .arco-icon,
    .arco-menu-rtl.arco-menu-horizontal .arco-menu-pop-header .arco-icon {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-menu-rtl.arco-menu-horizontal .arco-menu-group-title .arco-menu-icon-suffix,
    .arco-menu-rtl.arco-menu-horizontal .arco-menu-inline-header .arco-menu-icon-suffix,
    .arco-menu-rtl.arco-menu-horizontal .arco-menu-item .arco-menu-icon-suffix,
    .arco-menu-rtl.arco-menu-horizontal .arco-menu-pop-header .arco-menu-icon-suffix {
      margin-left: 0;
      margin-right: 6px
    }

    .arco-menu-rtl.arco-menu-horizontal .arco-menu-item:not(:first-child),
    .arco-menu-rtl.arco-menu-horizontal .arco-menu-pop:not(:first-child) {
      margin-left: 0;
      margin-right: 12px
    }

    .arco-menu-rtl.arco-menu-vertical .arco-menu-group-title .arco-menu-icon-suffix .arco-icon,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix .arco-icon,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-item .arco-menu-icon-suffix .arco-icon,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-pop-header .arco-menu-icon-suffix .arco-icon {
      margin-left: 0
    }

    .arco-menu-rtl.arco-menu-vertical .arco-menu-group-title,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-group-title .arco-menu-item-inner,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-inline-header,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-inline-header .arco-menu-item-inner,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-item,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-item .arco-menu-item-inner,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-pop-header,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-pop-header .arco-menu-item-inner {
      text-overflow: clip
    }

    .arco-menu-rtl.arco-menu-vertical .arco-menu-group-title .arco-menu-icon-suffix,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-item .arco-menu-icon-suffix,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-pop-header .arco-menu-icon-suffix {
      left: 8px;
      right: auto
    }

    .arco-menu-rtl.arco-menu-vertical .arco-menu-inline-header,
    .arco-menu-rtl.arco-menu-vertical .arco-menu-pop-header {
      padding-left: 24px;
      padding-right: 8px
    }

    .arco-menu-rtl .arco-menu-pop:after {
      left: auto;
      right: 0
    }

    .arco-menu-rtl .arco-menu-collapse .arco-menu-group-title .arco-icon,
    .arco-menu-rtl .arco-menu-collapse .arco-menu-inline-header .arco-icon,
    .arco-menu-rtl .arco-menu-collapse .arco-menu-item .arco-icon,
    .arco-menu-rtl .arco-menu-collapse .arco-menu-pop-header .arco-icon {
      margin-left: 100vw
    }

    .arco-menu-rtl .arco-menu-collapse-button {
      left: 12px;
      right: auto
    }

    .arco-menu-rtl .arco-menu-pop-trigger.arco-trigger-position-bl .arco-trigger-arrow {
      border-left: none;
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-menu-rtl .arco-menu-pop-trigger.arco-trigger[trigger-placement=rt] {
      transform: translateX(-8px)
    }

    .arco-menu-rtl .arco-menu-pop-trigger.arco-trigger[trigger-placement=lt] {
      transform: translateX(8px)
    }

    .arco-menu-rtl .arco-menu-pop-trigger.arco-trigger[trigger-placement=lt] .arco-trigger-arrow {
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-right: none
    }

    .arco-message-wrapper {
      box-sizing: border-box;
      left: 0;
      padding: 0 10px;
      pointer-events: none;
      position: fixed;
      text-align: center;
      width: 100%;
      z-index: 1003
    }

    .arco-message-wrapper-top {
      top: 76px
    }

    .arco-message-wrapper-bottom {
      bottom: 76px
    }

    .arco-message {
      background-color: var(--color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      display: inline-block;
      line-height: 1;
      margin-bottom: 16px;
      overflow: hidden;
      padding: 7px 15px 7px 15px;
      pointer-events: auto;
      position: relative;
      text-align: center;
      transition: opacity .1s linear
    }

    .arco-message-closable {
      padding-right: 36px
    }

    .arco-message-icon {
      animation: arco-msg-fade .1s linear, arco-msg-fade .4s cubic-bezier(.3, 1.3, .3, 1);
      color: var(--color-text-1);
      display: inline-block;
      font-size: 16px;
      margin-right: 8px;
      vertical-align: middle
    }

    .arco-message-content {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      vertical-align: middle
    }

    .arco-message-info {
      background-color: var(--color-bg-popup);
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-message-info .arco-message-icon {
      color: rgb(var(--primary-6))
    }

    .arco-message-info .arco-message-content {
      color: rgba(0, 0, 0, .92)
    }

    .arco-message-success {
      background-color: var(--color-bg-popup);
      border-color: var(--color-neutral-3)
    }

    .arco-message-success .arco-message-icon {
      color: rgb(var(--success-6))
    }

    .arco-message-success .arco-message-content {
      color: rgba(0, 0, 0, .92)
    }

    .arco-message-warning {
      background-color: var(--color-bg-popup);
      border-color: var(--color-neutral-3)
    }

    .arco-message-warning .arco-message-icon {
      color: rgb(var(--warning-6))
    }

    .arco-message-warning .arco-message-content {
      color: rgba(0, 0, 0, .92)
    }

    .arco-message-error {
      background-color: var(--color-bg-popup);
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-message-error .arco-message-icon {
      color: rgb(var(--danger-6))
    }

    .arco-message-error .arco-message-content {
      color: rgba(0, 0, 0, .92)
    }

    .arco-message-loading {
      background-color: var(--color-bg-popup);
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-message-loading .arco-message-icon {
      color: rgb(var(--primary-6))
    }

    .arco-message-loading .arco-message-content {
      color: rgba(0, 0, 0, .92)
    }

    .arco-message-close-btn {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      position: absolute;
      right: 10px;
      top: 8px
    }

    .arco-message-close-btn>svg {
      position: relative
    }

    .arco-message .arco-icon-hover.arco-message-icon-hover:before {
      height: 24px;
      width: 24px
    }

    .arco-message-rtl {
      direction: rtl
    }

    .arco-message-rtl .arco-message-icon {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-modal-mask {
      background-color: var(--color-mask-bg);
      display: none
    }

    .arco-modal-mask,
    .arco-modal-wrapper {
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1001
    }

    .arco-modal-wrapper {
      overflow: auto
    }

    .arco-modal-wrapper-no-mask {
      pointer-events: none
    }

    .arco-modal-wrapper-no-mask .arco-modal {
      pointer-events: auto
    }

    .arco-modal-wrapper.arco-modal-wrapper-align-center {
      text-align: center;
      white-space: nowrap
    }

    .arco-modal-wrapper.arco-modal-wrapper-align-center:after {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      width: 0
    }

    .arco-modal-wrapper.arco-modal-wrapper-align-center .arco-modal {
      display: inline-block;
      top: 0;
      vertical-align: middle
    }

    .arco-modal {
      background-color: var(--color-bg-3);
      border: 0 solid transparent;
      border-radius: 8px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      line-height: 1.5715;
      margin: 0 auto;
      position: relative;
      text-align: left;
      top: 100px;
      white-space: normal;
      width: 520px
    }

    .arco-modal-header {
      align-items: center;
      border-bottom: 1px solid transparent;
      box-sizing: border-box;
      display: flex;
      height: 92px;
      padding: 0 24px;
      width: 100%
    }

    .arco-modal-header .arco-modal-title {
      flex: 1 1;
      text-align: left
    }

    .arco-modal-content {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      padding: 0 24px;
      position: relative
    }

    .arco-modal-footer {
      border-top: 1px solid transparent;
      box-sizing: border-box;
      padding: 24px 24px;
      text-align: right;
      width: 100%
    }

    .arco-modal-footer>.arco-btn {
      margin-left: 12px
    }

    .arco-modal-footer>.arco-btn:only-child {
      margin-left: 0
    }

    .arco-modal .arco-modal-close-icon {
      color: var(--color-text-1);
      cursor: pointer;
      font-size: 16px;
      position: absolute;
      right: 26px;
      top: 38px
    }

    .arco-modal-title {
      color: var(--color-text-1);
      font-size: 18px
    }

    .arco-modal-title .arco-icon {
      font-size: 24px;
      margin-right: 8px;
      vertical-align: -3px
    }

    .arco-modal-title .arco-icon-info-circle-fill {
      color: rgb(var(--primary-6))
    }

    .arco-modal-title .arco-icon-check-circle-fill {
      color: rgb(var(--success-6))
    }

    .arco-modal-title .arco-icon-exclamation-circle-fill {
      color: rgb(var(--warning-6))
    }

    .arco-modal-title .arco-icon-close-circle-fill {
      color: rgb(var(--danger-6))
    }

    .arco-modal-simple {
      padding: 32px 24px 24px;
      width: 464px
    }

    .arco-modal-simple .arco-modal-footer,
    .arco-modal-simple .arco-modal-header {
      border: none;
      height: unset;
      padding: 0
    }

    .arco-modal-simple .arco-modal-header {
      margin-bottom: 16px
    }

    .arco-modal-simple .arco-modal-title {
      text-align: left
    }

    .arco-modal-simple .arco-modal-footer {
      margin-top: 24px;
      text-align: right
    }

    .arco-modal-simple .arco-modal-content {
      padding: 0
    }

    .arco-modal-rtl {
      direction: rtl
    }

    .arco-modal-rtl .arco-modal-footer {
      text-align: unset
    }

    .arco-modal-rtl .arco-modal-footer>.arco-btn {
      margin-left: 0;
      margin-right: 12px
    }

    .arco-modal-rtl .arco-modal-footer>.arco-btn:only-child {
      margin-right: 0
    }

    .arco-modal-rtl .arco-modal-title .arco-icon {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-modal-rtl .arco-modal-close-icon {
      left: 26px;
      right: auto
    }

    .arco-modal-rtl.arco-modal-simple .arco-modal-footer {
      text-align: right
    }

    .arco-notification-wrapper {
      position: fixed;
      z-index: 1003
    }

    .arco-notification-wrapper-topLeft {
      left: 20px;
      top: 20px
    }

    .arco-notification-wrapper-topRight {
      right: 20px;
      top: 20px
    }

    .arco-notification-wrapper-topRight .arco-notification {
      margin-left: auto
    }

    .arco-notification-wrapper-bottomLeft {
      bottom: 20px;
      left: 20px
    }

    .arco-notification-wrapper-bottomRight {
      bottom: 20px;
      right: 20px
    }

    .arco-notification-wrapper-bottomRight .arco-notification {
      margin-left: auto
    }

    .arco-notification {
      background-color: var(--color-bg-popup);
      border: 1px solid var(--color-neutral-3);
      border-radius: var(--border-radius-medium);
      box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
      box-sizing: border-box;
      display: flex;
      margin-bottom: 20px;
      opacity: 1;
      overflow: hidden;
      padding: 20px 20px 20px 20px;
      position: relative;
      transition: opacity .2s linear;
      width: 340px
    }

    .arco-notification-icon {
      align-items: center;
      color: var(--color-text-1);
      display: inline-flex;
      font-size: 24px
    }

    .arco-notification-info {
      background-color: var(--color-bg-popup);
      border-color: var(--color-neutral-3)
    }

    .arco-notification-info .arco-notification-icon {
      color: rgb(var(--primary-6))
    }

    .arco-notification-success {
      background-color: var(--color-bg-popup);
      border-color: var(--color-neutral-3)
    }

    .arco-notification-success .arco-notification-icon {
      color: rgb(var(--success-6))
    }

    .arco-notification-warning {
      background-color: var(--color-bg-popup);
      border-color: var(--color-neutral-3)
    }

    .arco-notification-warning .arco-notification-icon {
      color: rgb(var(--warning-6))
    }

    .arco-notification-error {
      background-color: var(--color-bg-popup);
      border-color: var(--color-neutral-3)
    }

    .arco-notification-error .arco-notification-icon {
      color: rgb(var(--danger-6))
    }

    .arco-notification-left {
      padding-right: 16px
    }

    .arco-notification-right {
      flex: 1 1;
      word-break: break-word
    }

    .arco-notification-title {
      color: var(--color-text-1);
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 4px
    }

    .arco-notification-content {
      color: var(--color-text-1);
      font-size: 16px
    }

    .arco-notification-error .arco-notification-content,
    .arco-notification-error .arco-notification-title,
    .arco-notification-info .arco-notification-content,
    .arco-notification-info .arco-notification-title,
    .arco-notification-success .arco-notification-content,
    .arco-notification-success .arco-notification-title,
    .arco-notification-warning .arco-notification-content,
    .arco-notification-warning .arco-notification-title {
      color: var(--color-text-1)
    }

    .arco-notification-btn-wrapper {
      margin-top: 16px;
      text-align: right
    }

    .arco-notification .arco-notification-close-btn {
      color: var(--color-text-1);
      cursor: pointer;
      font-size: 12px;
      position: absolute;
      right: 12px;
      top: 12px
    }

    .arco-notification .arco-notification-close-btn>svg {
      position: relative
    }

    .arco-notification .arco-icon-hover.arco-notification-icon-hover:before {
      height: 20px;
      width: 20px
    }

    .arco-notification-rtl,
    .arco-notification-wrapper-rtl {
      direction: rtl
    }

    .arco-notification-rtl .arco-notification-left {
      padding-left: 16px;
      padding-right: 0
    }

    .arco-notification-rtl .arco-notification-btn-wrapper {
      text-align: left
    }

    .arco-notification-rtl .arco-notification-close-btn {
      left: 12px;
      right: auto
    }

    .arco-page-header {
      padding: 0 0
    }

    .arco-breadcrumb+.arco-page-header-head {
      margin-top: 0
    }

    .arco-page-header-head {
      justify-content: space-between;
      line-height: 28px
    }

    .arco-page-header-head,
    .arco-page-header-head-left {
      align-items: center;
      display: flex
    }

    .arco-page-header-head-wrapper {
      padding-left: 0;
      padding-right: 0
    }

    .arco-page-header-head-main {
      align-items: center;
      display: flex;
      min-height: 16px;
      overflow: hidden
    }

    .arco-page-header-head-main-with-back {
      margin-left: 0;
      padding-left: 0
    }

    .arco-page-header-head-extra {
      white-space: nowrap
    }

    .arco-page-header .arco-icon-hover.arco-page-header-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .arco-page-header .arco-icon-hover.arco-page-header-icon-hover:hover:before {
      background-color: initial
    }

    .arco-page-header-back {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      margin-right: 12px
    }

    .arco-page-header-back:focus-visible:before {
      box-shadow: inset 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-page-header-back-icon {
      position: relative
    }

    .arco-page-header-title {
      color: rgba(0, 0, 0, .92);
      font-size: 20px;
      font-weight: 700;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-page-header-divider {
      background-color: rgba(0, 0, 0, .55);
      height: 16px;
      margin-left: 12px;
      margin-right: 12px;
      width: 1px
    }

    .arco-page-header-sub-title {
      color: rgba(0, 0, 0, .65);
      font-size: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-page-header-content {
      border-top: 1px solid rgba(0, 0, 0, .14);
      padding: 16px 0
    }

    .arco-page-header-footer {
      padding: 0 0 0 0
    }

    .arco-page-header-with-breadcrumb {
      padding: 0 0
    }

    .arco-page-header-with-breadcrumb .arco-page-header-footer {
      padding-top: 0
    }

    .arco-page-header-with-content .arco-page-header-head-wrapper,
    .arco-page-header-with-footer {
      padding-bottom: 0
    }

    .arco-page-header-wrap .arco-page-header-head {
      flex-wrap: wrap
    }

    .arco-page-header-wrap .arco-page-header-head .arco-page-header-head-extra {
      margin-top: 0
    }

    .arco-page-header-rtl .arco-page-header-head-wrapper {
      padding-left: 0;
      padding-right: 0
    }

    .arco-page-header-rtl .arco-page-header-head-main-with-back {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0
    }

    .arco-page-header-rtl .arco-page-header-back {
      margin-left: 12px;
      margin-right: 0
    }

    .arco-page-header-rtl .arco-page-header-divider {
      margin-left: 12px;
      margin-right: 12px
    }

    .arco-pagination {
      align-items: center;
      display: flex;
      font-size: 14px
    }

    .arco-pagination-list {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0
    }

    .arco-pagination-item {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      list-style: none;
      min-width: 24px;
      outline: 0;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle
    }

    .arco-pagination-item-disabled {
      background-color: #fff;
      border-color: rgba(0, 0, 0, .1);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-pagination-item:not(.arco-pagination-item-disabled):not(.arco-pagination-item-active):hover {
      background-color: #fff;
      border-color: rgb(var(--primary-5));
      color: var(--color-text-2)
    }

    .arco-pagination-item-active {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      color: rgb(var(--primary-6));
      transition: color .2s linear, background-color .2s linear
    }

    .arco-pagination-item:not(:last-child) {
      margin-right: 8px
    }

    .arco-pagination-item:focus-visible {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-pagination-item-next,
    .arco-pagination-item-prev {
      background-color: #fff;
      color: rgba(0, 0, 0, .55);
      font-size: 16px
    }

    .arco-pagination-item-next:not(.arco-pagination-item-disabled):hover,
    .arco-pagination-item-prev:not(.arco-pagination-item-disabled):hover {
      background-color: #fff;
      color: rgba(0, 0, 0, .55)
    }

    .arco-pagination-item-next:after,
    .arco-pagination-item-prev:after {
      content: ".";
      display: inline-block;
      font-size: 0;
      vertical-align: middle
    }

    .arco-pagination .arco-pagination-item-next.arco-pagination-item-disabled,
    .arco-pagination .arco-pagination-item-prev.arco-pagination-item-disabled {
      background-color: #fff;
      color: rgba(0, 0, 0, .25)
    }

    .arco-pagination-item-jumper {
      align-items: center;
      display: inline-flex;
      font-size: 16px;
      justify-content: center
    }

    .arco-pagination-jumper {
      margin-left: 8px
    }

    .arco-pagination-jumper>span {
      font-size: 14px
    }

    .arco-pagination-jumper-text-goto {
      color: rgba(0, 0, 0, .55)
    }

    .arco-pagination .arco-pagination-jumper-input {
      margin-left: 8px;
      padding-left: 2px;
      padding-right: 2px;
      text-align: center;
      width: 40px
    }

    .arco-pagination-option {
      display: inline-block;
      font-size: 14px;
      height: 24px;
      line-height: 0;
      margin-left: 8px;
      min-width: 0;
      position: relative;
      text-align: center;
      vertical-align: middle
    }

    .arco-pagination-option .arco-select {
      width: auto
    }

    .arco-pagination-option .arco-select-view-value {
      overflow: inherit;
      padding-right: 6px
    }

    .arco-pagination-total-text {
      color: rgba(0, 0, 0, .55);
      display: inline-block;
      font-size: 14px;
      height: 100%;
      line-height: 24px;
      margin-right: 8px
    }

    .arco-pagination-item-simple-pager {
      display: inline-block;
      margin: 0 8px 0 8px;
      vertical-align: middle
    }

    .arco-pagination-item-simple-pager .arco-pagination-jumper-separator {
      padding: 0 12px 0 8px
    }

    .arco-pagination-simple .arco-pagination-item {
      margin-right: 0
    }

    .arco-pagination-simple .arco-pagination-jumper {
      color: var(--color-text-1);
      margin-left: 0
    }

    .arco-pagination-simple .arco-pagination-jumper .arco-pagination-jumper-input {
      margin-left: 0;
      width: 40px
    }

    .arco-pagination-simple .arco-pagination-item-next,
    .arco-pagination-simple .arco-pagination-item-prev {
      background-color: initial;
      color: rgba(0, 0, 0, .55)
    }

    .arco-pagination-simple .arco-pagination-item-next:not(.arco-pagination-item-disabled):hover,
    .arco-pagination-simple .arco-pagination-item-prev:not(.arco-pagination-item-disabled):hover {
      background-color: initial;
      color: rgb(var(--primary-6))
    }

    .arco-pagination-simple .arco-pagination-item-next.arco-pagination-item-disabled,
    .arco-pagination-simple .arco-pagination-item-prev.arco-pagination-item-disabled {
      background-color: initial;
      color: rgba(0, 0, 0, .25)
    }

    .arco-pagination-disabled {
      cursor: not-allowed
    }

    .arco-pagination-disabled .arco-pagination-item,
    .arco-pagination-disabled .arco-pagination-item:not(.arco-pagination-item-disabled):not(.arco-pagination-item-active):hover {
      background-color: #fff;
      border-color: rgba(0, 0, 0, .1);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-pagination.arco-pagination-disabled .arco-pagination-item-active {
      background-color: #fff;
      border-color: rgb(var(--primary-3));
      color: rgb(var(--primary-3))
    }

    .arco-pagination-size-mini .arco-pagination-item {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      min-width: 24px
    }

    .arco-pagination-size-mini .arco-pagination-item-next,
    .arco-pagination-size-mini .arco-pagination-item-prev {
      font-size: 16px
    }

    .arco-pagination-size-mini .arco-pagination-total-text {
      font-size: 14px;
      line-height: 24px
    }

    .arco-pagination-size-mini .arco-pagination-option {
      font-size: 14px;
      height: 24px;
      line-height: 0
    }

    .arco-pagination-size-mini .arco-pagination-jumper>span {
      font-size: 14px
    }

    .arco-pagination-size-small .arco-pagination-item {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      min-width: 24px
    }

    .arco-pagination-size-small .arco-pagination-item-next,
    .arco-pagination-size-small .arco-pagination-item-prev {
      font-size: 16px
    }

    .arco-pagination-size-small .arco-pagination-total-text {
      font-size: 14px;
      line-height: 24px
    }

    .arco-pagination-size-small .arco-pagination-option {
      font-size: 14px;
      height: 24px;
      line-height: 0
    }

    .arco-pagination-size-small .arco-pagination-jumper>span {
      font-size: 14px
    }

    .arco-pagination-size-large .arco-pagination-item {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      min-width: 24px
    }

    .arco-pagination-size-large .arco-pagination-item-next,
    .arco-pagination-size-large .arco-pagination-item-prev {
      font-size: 16px
    }

    .arco-pagination-size-large .arco-pagination-total-text {
      font-size: 14px;
      line-height: 24px
    }

    .arco-pagination-size-large .arco-pagination-option {
      font-size: 14px;
      height: 24px;
      line-height: 0
    }

    .arco-pagination-size-large .arco-pagination-jumper>span {
      font-size: 14px
    }

    .arco-pagination-rtl {
      direction: rtl
    }

    .arco-pagination-rtl .arco-pagination-item:not(:last-child) {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-pagination-rtl .arco-pagination-item-simple-pager {
      margin: 0 8px 0 8px
    }

    .arco-pagination-rtl .arco-pagination-item-simple-pager .arco-pagination-jumper-separator {
      padding: 0 8px 0 12px
    }

    .arco-pagination-rtl .arco-pagination-jumper,
    .arco-pagination-rtl .arco-pagination-jumper-input,
    .arco-pagination-rtl .arco-pagination-option {
      margin-left: 0;
      margin-right: 8px
    }

    .arco-pagination-rtl .arco-pagination-option .arco-select-view-value {
      padding-left: 6px;
      padding-right: 0
    }

    .arco-pagination-rtl .arco-pagination-total-text {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-pagination-rtl.arco-pagination-simple .arco-pagination-item,
    .arco-pagination-rtl.arco-pagination-simple .arco-pagination-jumper,
    .arco-pagination-rtl.arco-pagination-simple .arco-pagination-jumper-input {
      margin-right: 0
    }

    .arco-popconfirm-content {
      box-sizing: border-box;
      padding: 24px 24px
    }

    .arco-popconfirm-title {
      align-items: flex-start;
      color: rgba(0, 0, 0, .92);
      display: flex;
      font-size: 18px;
      margin-bottom: 16px;
      position: relative
    }

    .arco-popconfirm-title-icon {
      align-items: center;
      display: inline-flex;
      font-size: 18px;
      height: 28.287px;
      margin-right: 8px
    }

    .arco-popconfirm-title-icon .arco-icon-exclamation-circle-fill {
      color: rgb(var(--warning-6))
    }

    .arco-popconfirm-has-content .arco-popconfirm-title {
      font-weight: 500;
      margin-bottom: 0
    }

    .arco-popconfirm-inner-content {
      margin-bottom: 16px;
      margin-top: 4px;
      padding-left: 26px
    }

    .arco-popconfirm .arco-popconfirm-btn {
      text-align: right
    }

    .arco-popconfirm .arco-popconfirm-btn>button {
      margin-left: 12px
    }

    .arco-popconfirm-rtl .arco-popconfirm-title-icon {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-popconfirm-rtl .arco-popconfirm-inner-content {
      padding-left: 0;
      padding-right: 26px
    }

    .arco-popconfirm-rtl .arco-popconfirm-btn {
      text-align: left
    }

    .arco-popconfirm-rtl .arco-popconfirm-btn>button {
      margin-left: 0;
      margin-right: 12px
    }

    .arco-popover-content {
      padding: 24px 24px
    }

    .arco-popover-title {
      color: rgba(0, 0, 0, .92);
      font-size: 18px;
      font-weight: 500
    }

    .arco-popover-title+.arco-popover-inner-content {
      margin-top: 8px
    }

    .arco-popconfirm-content,
    .arco-popover-content {
      background-color: #fff;
      border: 1px solid transparent;
      border-radius: 8px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      font-size: 16px;
      line-height: 1.5715;
      max-width: none;
      width: 100%
    }

    .arco-popconfirm-content-inner,
    .arco-popover-content-inner {
      word-wrap: break-word;
      text-align: left
    }

    .arco-popconfirm-arrow.arco-trigger-arrow,
    .arco-popover-arrow.arco-trigger-arrow {
      background-color: #fff;
      border: 1px solid transparent;
      z-index: 1
    }

    .arco-popover-inner-rtl {
      direction: rtl;
      text-align: right
    }

    .arco-progress {
      font-size: 12px;
      line-height: 1;
      position: relative
    }

    .arco-progress-line,
    .arco-progress-steps {
      display: inline-block;
      max-width: 100%;
      width: 100%
    }

    .arco-progress-line-wrapper,
    .arco-progress-steps-wrapper {
      align-items: center;
      display: flex;
      height: 100%;
      max-width: 100%;
      width: 100%
    }

    .arco-progress-line-text,
    .arco-progress-steps-text {
      color: rgba(0, 0, 0, .55);
      flex-grow: 1;
      flex-shrink: 0;
      font-size: 12px;
      margin-left: 16px;
      min-width: 32px;
      text-align: right;
      white-space: nowrap
    }

    .arco-progress-line-text .arco-icon,
    .arco-progress-steps-text .arco-icon {
      font-size: 12px;
      margin-left: 4px
    }

    .arco-progress-line-outer {
      background-color: rgba(0, 0, 0, .1);
      border-radius: 100px;
      display: inline-block;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .arco-progress-line-inner {
      background-color: rgb(var(--primary-6));
      border-radius: 100px;
      height: 100%;
      max-width: 100%;
      position: relative;
      transition: width .6s cubic-bezier(.34, .69, .1, 1), background .3s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-progress-line-inner-buffer {
      background-color: var(--color-primary-light-3);
      border-radius: 0 100px 100px 0;
      height: 100%;
      left: 0;
      max-width: 100%;
      position: absolute;
      top: 0;
      transition: all .6s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-progress-line-inner-animate:after {
      animation: arco-progress-loading 1.5s cubic-bezier(.34, .69, .1, 1) infinite;
      background: linear-gradient(90deg, transparent 25%, hsla(0, 0%, 100%, .5) 50%, transparent 75%);
      background-size: 400% 100%;
      border-radius: inherit;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%
    }

    .arco-progress-line-text .arco-icon {
      color: var(--color-text-2)
    }

    .arco-progress-steps-outer {
      display: flex;
      width: 100%
    }

    .arco-progress-steps-text {
      margin-left: 8px;
      min-width: unset
    }

    .arco-progress-steps-text .arco-icon {
      color: var(--color-text-2)
    }

    .arco-progress-steps-item {
      background-color: var(--color-fill-3);
      display: inline-block;
      flex: 1 1;
      height: 100%;
      position: relative
    }

    .arco-progress-steps-item:not(:last-of-type) {
      margin-right: 3px
    }

    .arco-progress-steps-item:last-of-type {
      border-bottom-right-radius: 100px;
      border-top-right-radius: 100px
    }

    .arco-progress-steps-item:first-of-type {
      border-bottom-left-radius: 100px;
      border-top-left-radius: 100px
    }

    .arco-progress-steps-item-active {
      background-color: rgb(var(--primary-6))
    }

    .arco-progress-steps.arco-progress-small {
      width: auto
    }

    .arco-progress-steps.arco-progress-small .arco-progress-steps-item {
      border-radius: 2px;
      flex: unset;
      width: 2px
    }

    .arco-progress-steps.arco-progress-small .arco-progress-steps-item:not(:last-of-type) {
      margin-right: 3px
    }

    .arco-progress-is-warning .arco-progress-line-inner,
    .arco-progress-is-warning .arco-progress-steps-item-active {
      background-color: rgb(var(--warning-6))
    }

    .arco-progress-is-warning .arco-progress-line-text .arco-icon,
    .arco-progress-is-warning .arco-progress-steps-text .arco-icon {
      color: rgb(var(--warning-6))
    }

    .arco-progress-is-success .arco-progress-line-inner,
    .arco-progress-is-success .arco-progress-steps-item-active {
      background-color: rgb(var(--success-6))
    }

    .arco-progress-is-success .arco-progress-line-text .arco-icon,
    .arco-progress-is-success .arco-progress-steps-text .arco-icon {
      color: rgb(var(--success-6))
    }

    .arco-progress-is-error .arco-progress-line-inner,
    .arco-progress-is-error .arco-progress-steps-item-active {
      background-color: rgb(var(--danger-6))
    }

    .arco-progress-is-error .arco-progress-line-text .arco-icon,
    .arco-progress-is-error .arco-progress-steps-text .arco-icon {
      color: rgb(var(--danger-6))
    }

    .arco-progress-small .arco-progress-line-text {
      font-size: 12px;
      margin-left: 16px
    }

    .arco-progress-small .arco-progress-line-text .arco-icon {
      font-size: 12px
    }

    .arco-progress-large .arco-progress-line-text {
      font-size: 16px;
      margin-left: 16px
    }

    .arco-progress-large .arco-progress-line-text .arco-icon {
      font-size: 14px
    }

    .arco-progress-circle {
      display: inline-block
    }

    .arco-progress-circle-wrapper {
      display: inline-block;
      line-height: 1;
      position: relative;
      text-align: center;
      vertical-align: text-bottom
    }

    .arco-progress-circle-svg {
      transform: rotate(-90deg)
    }

    .arco-progress-circle-text {
      font-size: 16px
    }

    .arco-progress-circle-text .arco-icon {
      color: var(--color-text-2);
      font-size: 16px
    }

    .arco-progress-circle .arco-progress-circle-text {
      color: rgba(0, 0, 0, .55);
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%)
    }

    .arco-progress-circle-mask {
      stroke: #f5f5f5
    }

    .arco-progress-circle-path {
      stroke: rgb(var(--primary-6));
      transition: stroke-dashoffset .6s linear 0s, stroke .6s linear
    }

    .arco-progress-mini .arco-progress-circle-mask {
      stroke: var(--color-primary-light-3)
    }

    .arco-progress-mini .arco-progress-circle-path {
      stroke: rgb(var(--primary-6))
    }

    .arco-progress-mini.arco-progress-is-warning .arco-progress-circle-mask {
      stroke: var(--color-warning-light-3)
    }

    .arco-progress-mini.arco-progress-is-error .arco-progress-circle-mask {
      stroke: var(--color-danger-light-3)
    }

    .arco-progress-mini.arco-progress-is-success .arco-progress-circle-mask {
      stroke: var(--color-success-light-3)
    }

    .arco-progress-mini.arco-progress-is-success .arco-progress-circle-wrapper .arco-icon-check {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%)
    }

    .arco-progress-mini .arco-progress-circle-text {
      left: unset;
      position: static;
      top: unset;
      transform: unset
    }

    .arco-progress-small .arco-progress-circle-text,
    .arco-progress-small .arco-progress-circle-text .arco-icon {
      font-size: 14px
    }

    .arco-progress-large .arco-progress-circle-text,
    .arco-progress-large .arco-progress-circle-text .arco-icon {
      font-size: 16px
    }

    .arco-progress-is-warning .arco-progress-circle-path {
      stroke: rgb(var(--warning-6))
    }

    .arco-progress-is-warning .arco-icon {
      color: rgb(var(--warning-6))
    }

    .arco-progress-is-success .arco-progress-circle-path {
      stroke: rgb(var(--success-6))
    }

    .arco-progress-is-success .arco-icon {
      color: rgb(var(--success-6))
    }

    .arco-progress-is-error .arco-progress-circle-path {
      stroke: rgb(var(--danger-6))
    }

    .arco-progress-is-error .arco-icon {
      color: rgb(var(--danger-6))
    }

    .arco-progress-rtl .arco-progress-line-text,
    .arco-progress-rtl .arco-progress-steps-text {
      margin-left: 0;
      margin-right: 16px
    }

    .arco-progress-rtl .arco-progress-line-text .arco-icon,
    .arco-progress-rtl .arco-progress-steps-text .arco-icon {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-progress-rtl .arco-progress-steps-text {
      margin-left: 0;
      margin-right: 8px
    }

    .arco-progress-rtl .arco-progress-steps-item:not(:last-of-type),
    .arco-progress-rtl.arco-progress-steps.arco-progress-small .arco-progress-steps-item:not(:last-of-type) {
      margin-left: 3px;
      margin-right: 0
    }

    .arco-progress-rtl.arco-progress-large .arco-progress-line-text,
    .arco-progress-rtl.arco-progress-small .arco-progress-line-text {
      margin-left: 0;
      margin-right: 16px
    }

    .arco-progress-rtl.arco-progress-line .arco-progress-line-inner-buffer {
      left: auto;
      right: 0
    }

    .arco-radio-button>input[type=radio],
    .arco-radio>input[type=radio] {
      height: 0;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 0
    }

    .arco-radio-button>input[type=radio]:focus-visible+.arco-radio-icon-hover:before,
    .arco-radio>input[type=radio]:focus-visible+.arco-radio-icon-hover:before {
      background-color: #fff;
      opacity: 1
    }

    .arco-radio-button>input[type=radio]:focus-visible+.arco-radio-button-inner,
    .arco-radio>input[type=radio]:focus-visible+.arco-radio-button-inner {
      border-radius: inherit;
      box-shadow: inset 0 0 0 2px rgb(var(--primary-6))
    }

    .arco-icon-hover.arco-radio-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .arco-radio {
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: unset;
      padding-left: 0;
      position: relative
    }

    .arco-radio-text {
      color: rgba(0, 0, 0, .55);
      margin-left: 8px
    }

    .arco-radio-mask-wrapper {
      line-height: 1;
      position: relative;
      top: -.09em;
      vertical-align: middle
    }

    .arco-radio-mask {
      border: 1px solid rgba(0, 0, 0, .25);
      display: block;
      height: 16px;
      line-height: 16px;
      position: relative;
      width: 16px
    }

    .arco-radio-mask,
    .arco-radio-mask:after {
      border-radius: var(--border-radius-circle);
      box-sizing: border-box
    }

    .arco-radio-mask:after {
      background-color: #fff;
      content: "";
      display: inline-block;
      left: 0;
      position: absolute;
      top: 0;
      transform: scale(1);
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .arco-radio:hover .arco-radio-mask {
      border-color: rgba(0, 0, 0, .55)
    }

    .arco-radio-checked .arco-radio-mask {
      background-color: #fff;
      border-color: #fff
    }

    .arco-radio-checked .arco-radio-mask:after {
      background-color: var(--color-white);
      transform: scale(.4)
    }

    .arco-radio-checked:hover .arco-radio-mask {
      border-color: #fff
    }

    .arco-radio-disabled,
    .arco-radio-disabled .arco-radio-icon-hover {
      cursor: not-allowed
    }

    .arco-radio-disabled .arco-radio-text {
      color: var(--color-text-4)
    }

    .arco-radio-disabled .arco-radio-mask {
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-radio-disabled .arco-radio-mask:after {
      background-color: #f0f0f0
    }

    .arco-radio-disabled:hover .arco-radio-mask {
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-radio-checked.arco-radio-disabled .arco-radio-mask,
    .arco-radio-checked.arco-radio-disabled:hover .arco-radio-mask {
      background-color: #fff;
      border-color: transparent
    }

    .arco-radio-checked.arco-radio-disabled .arco-radio-mask:after {
      background-color: rgb(var(--primary-3))
    }

    .arco-radio-checked.arco-radio-disabled .arco-radio-text {
      color: var(--color-text-4)
    }

    .arco-radio:hover .arco-radio-icon-hover:before {
      background-color: #fff
    }

    .arco-radio-group {
      box-sizing: border-box;
      display: inline-block
    }

    .arco-radio-group .arco-radio {
      margin-right: 20px
    }

    .arco-radio-group-type-button {
      line-height: 30px;
      padding: 1.5px;
      position: relative;
      z-index: 0
    }

    .arco-radio-button {
      background-color: #fff;
      border-radius: 0;
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: 30px;
      margin: 1.5px;
      position: relative;
      transition: all .1s linear
    }

    .arco-radio-button-inner {
      display: block;
      padding: 0 12px;
      position: relative
    }

    .arco-radio-button:not(:first-of-type):before {
      background-color: rgba(0, 0, 0, .14);
      content: "";
      display: block;
      height: 14px;
      left: -2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: all .1s linear;
      width: 1px
    }

    .arco-radio-button.arco-radio-checked+.arco-radio-button:before,
    .arco-radio-button.arco-radio-checked:before,
    .arco-radio-button:hover+.arco-radio-button:before,
    .arco-radio-button:hover:before {
      opacity: 0
    }

    .arco-radio-button:after {
      background-color: initial;
      bottom: -3px;
      content: " ";
      display: block;
      left: -3px;
      pointer-events: none;
      position: absolute;
      right: -3px;
      top: -3px;
      z-index: -1
    }

    .arco-radio-button:first-of-type:after {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .arco-radio-button:last-of-type:after {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .arco-radio-button:hover {
      background-color: #fff;
      color: rgba(0, 0, 0, .65)
    }

    .arco-radio-button.arco-radio-checked {
      background-color: #fff;
      color: rgb(var(--primary-6));
      font-weight: 400
    }

    .arco-radio-button.arco-radio-disabled {
      background-color: #fff;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-radio-button.arco-radio-disabled.arco-radio-checked {
      background-color: #fff;
      color: rgb(var(--primary-3))
    }

    .arco-radio-size-small {
      line-height: 24px
    }

    .arco-radio-size-small .arco-radio-button,
    .arco-radio-size-small.arco-radio-group-type-button {
      font-size: 14px;
      line-height: 18px
    }

    .arco-radio-size-large {
      line-height: 44px
    }

    .arco-radio-size-large .arco-radio-button,
    .arco-radio-size-large.arco-radio-group-type-button {
      font-size: 16px;
      line-height: 38px
    }

    .arco-radio-size-mini {
      line-height: 24px
    }

    .arco-radio-size-mini .arco-radio-button,
    .arco-radio-size-mini.arco-radio-group-type-button {
      font-size: 12px;
      line-height: 18px
    }

    .arco-radio-group-direction-vertical .arco-radio {
      display: block;
      line-height: 32px;
      margin-right: 0
    }

    body[arco-theme=dark] .arco-radio-button.arco-radio-checked,
    body[arco-theme=dark] .arco-radio-button:not(.arco-radio-disabled):hover {
      background-color: var(--color-fill-3)
    }

    body[arco-theme=dark] .arco-radio-button:after {
      background-color: var(--color-bg-3)
    }

    .arco-radio-rtl {
      padding-left: 0;
      padding-right: 0
    }

    .arco-radio-rtl .arco-radio-text {
      margin-left: 0;
      margin-right: 8px
    }

    .arco-radio-group-rtl .arco-radio {
      margin-left: 20px;
      margin-right: 0
    }

    .arco-radio-group-rtl.arco-radio-group-direction-vertical .arco-radio {
      margin-left: 0;
      margin-right: unset
    }

    .arco-rate {
      display: inline-block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-rate-disabled {
      cursor: not-allowed
    }

    .arco-rate-inner {
      align-items: center;
      display: flex;
      font-size: 24px;
      line-height: 1;
      min-height: 36px
    }

    .arco-rate-character {
      color: rgba(0, 0, 0, .05);
      position: relative;
      transition: transform .2s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-rate-character:not(:last-child) {
      margin-right: 2px
    }

    .arco-rate-character-left,
    .arco-rate-character-right {
      transition: inherit
    }

    .arco-rate-character-left>*,
    .arco-rate-character-right>* {
      float: left
    }

    .arco-rate-character-left {
      left: 0;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      white-space: nowrap;
      width: 50%
    }

    .arco-rate-character-scale {
      animation: arco-rate-scale .4s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-rate-character-full .arco-rate-character-right {
      color: rgb(var(--warning-6))
    }

    .arco-rate-character-half .arco-rate-character-left {
      color: rgb(var(--warning-6));
      opacity: 1
    }

    .arco-rate-character-disabled {
      cursor: not-allowed
    }

    .arco-rate:not(.arco-rate-readonly):not(.arco-rate-disabled) .arco-rate-character {
      cursor: pointer
    }

    .arco-rate:not(.arco-rate-readonly):not(.arco-rate-disabled) .arco-rate-character:focus,
    .arco-rate:not(.arco-rate-readonly):not(.arco-rate-disabled) .arco-rate-character:hover {
      transform: scale(1.2)
    }

    .arco-rate-rtl {
      direction: rtl
    }

    .arco-rate-rtl .arco-rate-character:not(:last-child) {
      margin-left: 2px;
      margin-right: 0
    }

    .arco-rate-rtl .arco-rate-character-left {
      left: auto;
      right: 0
    }

    .arco-rate-rtl .arco-rate-character-left>*,
    .arco-rate-rtl .arco-rate-character-right>* {
      float: right
    }

    .arco-resizebox {
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .arco-resizebox-direction-bottom,
    .arco-resizebox-direction-left,
    .arco-resizebox-direction-right,
    .arco-resizebox-direction-top {
      box-sizing: border-box;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-resizebox-direction-right {
      left: unset;
      right: 0
    }

    .arco-resizebox-direction-bottom {
      bottom: 0;
      top: unset
    }

    .arco-resizebox-split,
    .arco-resizebox-split-group {
      display: flex;
      -webkit-user-select: auto;
      -moz-user-select: auto;
      -ms-user-select: auto;
      user-select: auto
    }

    .arco-resizebox-split .arco-resizebox-slit-trigger,
    .arco-resizebox-split-group .arco-resizebox-slit-trigger {
      flex: 0 1
    }

    .arco-resizebox-split-group-pane,
    .arco-resizebox-split-pane {
      overflow: auto
    }

    .arco-resizebox-split .second-pane,
    .arco-resizebox-split-group .second-pane {
      flex: 1 1
    }

    .arco-resizebox-split-group-horizontal,
    .arco-resizebox-split-horizontal {
      flex-direction: row
    }

    .arco-resizebox-split-group-vertical,
    .arco-resizebox-split-vertical {
      flex-direction: column
    }

    .arco-resizebox-split-group-moving,
    .arco-resizebox-split-moving {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-resizebox-trigger-icon-wrapper {
      align-items: center;
      background-color: var(--color-neutral-3);
      display: flex;
      height: 100%;
      justify-content: center
    }

    .arco-resizebox-trigger-icon {
      color: var(--color-text-1);
      display: inline-block;
      font-size: 12px
    }

    .arco-resizebox-trigger-next>svg,
    .arco-resizebox-trigger-prev>svg {
      cursor: pointer
    }

    .arco-resizebox-trigger-vertical {
      cursor: col-resize;
      height: 100%
    }

    .arco-resizebox-trigger-vertical.arco-resizebox-trigger-not-resizable {
      cursor: default
    }

    .arco-resizebox-trigger-vertical .arco-resizebox-trigger-next,
    .arco-resizebox-trigger-vertical .arco-resizebox-trigger-prev {
      height: 18px;
      line-height: 18px
    }

    .arco-resizebox-trigger-vertical .arco-resizebox-trigger-icon-wrapper {
      flex-direction: column;
      width: 6px
    }

    .arco-resizebox-trigger-vertical .arco-resizebox-trigger-icon-empty {
      height: 18px;
      width: 100%
    }

    .arco-resizebox-trigger-horizontal {
      cursor: row-resize;
      width: 100%
    }

    .arco-resizebox-trigger-horizontal.arco-resizebox-trigger-not-resizable {
      cursor: default
    }

    .arco-resizebox-trigger-horizontal .arco-resizebox-trigger-next,
    .arco-resizebox-trigger-horizontal .arco-resizebox-trigger-prev {
      text-align: center;
      width: 18px
    }

    .arco-resizebox-trigger-horizontal .arco-resizebox-trigger-icon-wrapper {
      height: 6px
    }

    .arco-resizebox-trigger-horizontal .arco-resizebox-trigger-icon-wrapper .arco-icon {
      vertical-align: -1px
    }

    .arco-resizebox-trigger-horizontal .arco-resizebox-trigger-icon-empty {
      height: 100%;
      width: 18px
    }

    .arco-resizebox-rtl,
    .arco-resizebox-split-group-rtl,
    .arco-resizebox-split-rtl,
    .arco-resizebox-trigger-rtl {
      direction: rtl
    }

    .arco-result {
      box-sizing: border-box;
      padding: 32px 32px 24px;
      width: 100%
    }

    .arco-result-is-403,
    .arco-result-is-404,
    .arco-result-is-500 {
      padding-top: 24px
    }

    .arco-result-is-403 .arco-result-icon-tip,
    .arco-result-is-404 .arco-result-icon-tip,
    .arco-result-is-500 .arco-result-icon-tip {
      height: 92px;
      line-height: 92px;
      width: 92px
    }

    .arco-result-icon {
      font-size: 20px;
      margin-bottom: 16px;
      text-align: center
    }

    .arco-result-icon-tip {
      border-radius: 50%;
      display: inline-block;
      height: 45px;
      line-height: 45px;
      text-align: center;
      width: 45px
    }

    .arco-result-icon-custom {
      height: unset;
      line-height: inherit;
      width: unset
    }

    .arco-result-icon-custom>.arco-icon {
      color: inherit;
      font-size: 45px
    }

    .arco-result-icon-success {
      background-color: var(--color-success-light-1);
      color: rgb(var(--success-6))
    }

    .arco-result-icon-error {
      background-color: var(--color-danger-light-1);
      color: rgb(var(--danger-6))
    }

    .arco-result-icon-info {
      background-color: var(--color-primary-light-1);
      color: rgb(var(--primary-6))
    }

    .arco-result-icon-warning {
      background-color: var(--color-warning-light-1);
      color: rgb(var(--warning-6))
    }

    .arco-result-title {
      color: var(--color-text-1);
      font-weight: 500
    }

    .arco-result-subtitle,
    .arco-result-title {
      font-size: 16px;
      line-height: 1.5715;
      text-align: center
    }

    .arco-result-subtitle {
      color: var(--color-text-2)
    }

    .arco-result-extra {
      margin-top: 20px;
      text-align: center
    }

    .arco-result-content {
      margin-top: 20px
    }

    .arco-select .arco-select-view {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .92)
    }

    .arco-select:hover .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--primary-5))
    }

    .arco-select.arco-select-focused .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      box-shadow: 0 0 0 0 var(--color-primary-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .arco-select .arco-select-arrow-icon,
    .arco-select .arco-select-clear-icon,
    .arco-select .arco-select-expand-icon,
    .arco-select .arco-select-loading-icon,
    .arco-select .arco-select-search-icon,
    .arco-select .arco-select-suffix-icon {
      color: rgba(0, 0, 0, .55)
    }

    .arco-select-error .arco-select-view {
      background-color: #fff;
      border: 1px solid rgb(var(--danger-6))
    }

    .arco-select-error:hover .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-select-error.arco-select-focused .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 #fff;
      color: rgba(0, 0, 0, .92)
    }

    .arco-select-warning .arco-select-view {
      background-color: var(--color-warning-light-1);
      border: 1px solid transparent
    }

    .arco-select-warning:hover .arco-select-view {
      background-color: var(--color-warning-light-2);
      border-color: transparent
    }

    .arco-select-warning.arco-select-focused .arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .arco-select-disabled .arco-select-view {
      background-color: #f0f0f0;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .arco-select-disabled:hover .arco-select-view {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-select-disabled .arco-select-arrow-icon,
    .arco-select-disabled .arco-select-clear-icon,
    .arco-select-disabled .arco-select-expand-icon,
    .arco-select-disabled .arco-select-loading-icon,
    .arco-select-disabled .arco-select-search-icon,
    .arco-select-disabled .arco-select-suffix-icon {
      color: var(--color-text-4)
    }

    .arco-select-no-border .arco-select-view {
      background: none !important;
      border: none !important
    }

    .arco-select-size-mini.arco-select-multiple .arco-select-view {
      font-size: 12px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-select-size-mini.arco-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-select-size-mini.arco-select-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-select-size-mini.arco-select-multiple .arco-select-suffix {
      padding-right: 8px
    }

    .arco-select-size-mini.arco-select-multiple input {
      font-size: 12px
    }

    .arco-select-size-mini.arco-select-single .arco-select-view {
      font-size: 12px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .arco-select-size-mini.arco-select-single input {
      font-size: 12px
    }

    .arco-select-size-mini.arco-select-multiple .arco-select-view-with-prefix {
      padding-left: 11px
    }

    .arco-select-size-small.arco-select-multiple .arco-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-select-size-small.arco-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-select-size-small.arco-select-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-select-size-small.arco-select-multiple .arco-select-suffix {
      padding-right: 8px
    }

    .arco-select-size-small.arco-select-multiple input {
      font-size: 14px
    }

    .arco-select-size-small.arco-select-single .arco-select-view {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .arco-select-size-small.arco-select-single input {
      font-size: 14px
    }

    .arco-select-size-small.arco-select-multiple .arco-select-view-with-prefix {
      padding-left: 11px
    }

    .arco-select-size-default.arco-select-multiple .arco-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-select-size-default.arco-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-select-size-default.arco-select-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-select-size-default.arco-select-multiple .arco-select-suffix {
      padding-right: 8px
    }

    .arco-select-size-default.arco-select-multiple input {
      font-size: 14px
    }

    .arco-select-size-default.arco-select-single .arco-select-view {
      font-size: 14px;
      height: 36px;
      line-height: 34px;
      padding: 0 11px
    }

    .arco-select-size-default.arco-select-single input {
      font-size: 14px
    }

    .arco-select-size-default.arco-select-multiple .arco-select-view-with-prefix {
      padding-left: 11px
    }

    .arco-select-size-large.arco-select-multiple .arco-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-select-size-large.arco-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-select-size-large.arco-select-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-select-size-large.arco-select-multiple .arco-select-suffix {
      padding-right: 8px
    }

    .arco-select-size-large.arco-select-multiple input {
      font-size: 14px
    }

    .arco-select-size-large.arco-select-single .arco-select-view {
      font-size: 14px;
      height: 44px;
      line-height: 42px;
      padding: 0 11px
    }

    .arco-select-size-large.arco-select-single input {
      font-size: 14px
    }

    .arco-select-size-large.arco-select-multiple .arco-select-view-with-prefix {
      padding-left: 11px
    }

    .arco-select {
      cursor: pointer;
      display: inline-block
    }

    .arco-select,
    .arco-select-view {
      box-sizing: border-box;
      position: relative;
      width: 100%
    }

    .arco-select-view {
      border-radius: 4px;
      display: flex;
      outline: none;
      text-align: left;
      transition: all .1s linear, padding 0s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-select-view input {
      color: inherit;
      cursor: inherit
    }

    .arco-select-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-select-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-select-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-select-multiple,
    .arco-select-show-search {
      cursor: text
    }

    .arco-select-disabled {
      cursor: not-allowed
    }

    .arco-select-disabled .arco-select-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-select-disabled .arco-select-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-select-disabled .arco-select-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-select-single .arco-select-view-input {
      background: transparent;
      border: none;
      box-sizing: border-box;
      outline: none;
      overflow: hidden;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-select-single .arco-select-view-selector {
      box-sizing: border-box;
      display: inline-flex;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .arco-select-single .arco-select-view-selector .arco-select-view-input {
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1
    }

    .arco-select-single .arco-select-view-selector .arco-select-view-value-mirror {
      opacity: 0
    }

    .arco-select-single .arco-select-view-value {
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-select-single .arco-select-view-value:after {
      content: ".";
      font-size: 0;
      line-height: 0;
      visibility: hidden
    }

    .arco-select-single .arco-select-view .arco-select-hidden {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .arco-select-multiple {
      vertical-align: top
    }

    .arco-select-multiple .arco-select-view {
      line-height: 0;
      padding: 0 4px
    }

    .arco-select-multiple .arco-select-view-with-prefix {
      padding-left: 12px
    }

    .arco-select-multiple .arco-input-tag {
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      flex: 1 1;
      overflow: hidden;
      padding: 0
    }

    .arco-select-multiple .arco-tag {
      max-width: 100%
    }

    .arco-select-multiple:not(.arco-select-focused) .arco-input-tag input:not(:first-child)[value=""] {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .arco-select-prefix {
      align-items: center;
      color: rgba(0, 0, 0, .55);
      display: flex;
      margin-right: 12px;
      white-space: nowrap
    }

    .arco-select-suffix {
      align-items: center;
      display: flex;
      margin-left: 4px
    }

    .arco-select-clear-icon,
    .arco-select-expand-icon,
    .arco-select-loading-icon,
    .arco-select-search-icon,
    .arco-select-suffix-icon {
      font-size: 16px;
      transition: all .1s linear
    }

    .arco-select-arrow-icon {
      font-size: 16px
    }

    .arco-select-open .arco-select-arrow-icon svg {
      transform: rotate(180deg)
    }

    .arco-select .arco-select-clear-icon {
      cursor: pointer;
      display: none
    }

    .arco-select .arco-select-clear-icon>svg {
      position: relative;
      transition: all .1s linear
    }

    .arco-select:hover .arco-select-clear-icon {
      display: block
    }

    .arco-select:hover .arco-select-clear-icon~* {
      display: none
    }

    .arco-select-wrapper {
      align-items: stretch;
      display: inline-flex;
      width: 100%
    }

    .arco-select-wrapper .arco-select {
      min-width: 0
    }

    .arco-select-wrapper .arco-select:not(.arco-select-focused):not(:first-child) .arco-select-view {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .arco-select-wrapper .arco-select:not(.arco-select-focused):not(:last-child) .arco-select-view {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .arco-select-addbefore {
      align-items: center;
      background-color: #fff;
      border: 1px solid transparent;
      border-bottom-left-radius: 4px;
      border-right: 1px solid var(--color-border-2);
      border-top-left-radius: 4px;
      color: var(--color-text-1);
      display: flex;
      padding: 0 12px;
      white-space: nowrap
    }

    .arco-select-popup {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      overflow: hidden;
      padding: 4px 0;
      top: 4px
    }

    .arco-select-popup-hidden {
      display: none
    }

    .arco-select-popup .arco-select-popup-inner {
      list-style: none;
      max-height: 200px;
      width: 100%
    }

    .arco-select-popup .arco-select-option {
      background-color: #fff;
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      cursor: pointer;
      font-size: 14px;
      line-height: 36px;
      overflow: hidden;
      padding: 0 8px;
      position: relative;
      text-align: left;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-select-popup .arco-select-option-selected {
      background-color: initial;
      color: rgb(var(--primary-7))
    }

    .arco-select-popup .arco-select-option-hover {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, .65)
    }

    .arco-select-popup .arco-select-option-disabled {
      background-color: initial;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-select-popup .arco-select-option-selected {
      font-weight: 600
    }

    .arco-select-popup .arco-select-option-empty {
      height: 36px
    }

    .arco-select-popup .arco-select-option-rtl {
      text-align: right
    }

    .arco-select-option-wrapper {
      align-items: center;
      display: flex;
      padding: 0 7px
    }

    .arco-select-option-wrapper .arco-select-checkbox {
      padding: 0 5px
    }

    .arco-select-option-wrapper .arco-select-checkbox input {
      display: none
    }

    .arco-select-option-wrapper .arco-select-option {
      border-radius: 4px;
      flex: 1 1;
      margin-left: 1px;
      padding: 0 4px
    }

    .arco-select-group-title {
      box-sizing: border-box;
      color: var(--color-text-3);
      font-size: 12px;
      line-height: 20px;
      overflow: hidden;
      padding: 8px 8px 0 8px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-select-group-title:first-child {
      padding-top: 4px
    }

    .arco-select-highlight {
      color: rgb(var(--primary-7));
      font-weight: 500
    }

    .arco-select-rtl {
      direction: rtl
    }

    .arco-select-rtl.arco-select-size-mini.arco-select-multiple .arco-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-select-rtl.arco-select-size-mini.arco-select-multiple .arco-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-select-rtl.arco-select-size-mini.arco-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-select-rtl.arco-select-size-mini.arco-select-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-select-rtl.arco-select-size-small.arco-select-multiple .arco-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-select-rtl.arco-select-size-small.arco-select-multiple .arco-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-select-rtl.arco-select-size-small.arco-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-select-rtl.arco-select-size-small.arco-select-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-select-rtl.arco-select-size-default.arco-select-multiple .arco-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-select-rtl.arco-select-size-default.arco-select-multiple .arco-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-select-rtl.arco-select-size-default.arco-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-select-rtl.arco-select-size-default.arco-select-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-select-rtl.arco-select-size-large.arco-select-multiple .arco-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-select-rtl.arco-select-size-large.arco-select-multiple .arco-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-select-rtl.arco-select-size-large.arco-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-select-rtl.arco-select-size-large.arco-select-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-select-wrapper-rtl .arco-select-addbefore {
      border-left: 1px solid var(--color-border-2);
      border-right: unset
    }

    .arco-select-rtl .arco-select-view {
      text-align: right
    }

    .arco-select-rtl .arco-select-multiple .arco-select-view-with-prefix {
      padding-left: 0;
      padding-right: 12px
    }

    .arco-select-rtl .arco-select-prefix {
      margin-left: 12px;
      margin-right: 0
    }

    .arco-select-rtl .arco-select-suffix {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-skeleton,
    .arco-skeleton-header {
      display: flex
    }

    .arco-skeleton-header .arco-skeleton-image {
      background-color: var(--color-fill-2);
      border-radius: var(--border-radius-small);
      height: 48px;
      width: 48px
    }

    .arco-skeleton-header .arco-skeleton-image-circle {
      border-radius: 50%
    }

    .arco-skeleton-header .arco-skeleton-image-small {
      height: 36px;
      width: 36px
    }

    .arco-skeleton-header .arco-skeleton-image-large {
      height: 60px;
      width: 60px
    }

    .arco-skeleton-header .arco-skeleton-image-left {
      margin-right: 16px
    }

    .arco-skeleton-header .arco-skeleton-image-right {
      margin-left: 16px
    }

    .arco-skeleton-content {
      flex-grow: 1;
      overflow: hidden
    }

    .arco-skeleton-content .arco-skeleton-text {
      list-style: none;
      margin: 0;
      padding: 0
    }

    .arco-skeleton-content .arco-skeleton-text-row {
      background-color: var(--color-fill-2);
      height: 16px
    }

    .arco-skeleton-content .arco-skeleton-text-row:not(:last-child) {
      margin-bottom: 16px
    }

    .arco-skeleton-animate .arco-skeleton-image,
    .arco-skeleton-animate .arco-skeleton-text>li {
      animation: arco-skeleton-circle 1.5s linear infinite;
      background: linear-gradient(90deg, var(--color-fill-2) 25%, var(--color-fill-3) 37%, var(--color-fill-2) 63%);
      background-size: 400% 100%
    }

    .arco-skeleton-rtl .arco-skeleton-image-left {
      margin-left: 16px;
      margin-right: 0
    }

    .arco-skeleton-rtl .arco-skeleton-image-right {
      margin-left: 0;
      margin-right: 16px
    }

    .arco-slider {
      display: inline-block;
      width: 100%
    }

    .arco-slider-wrapper {
      align-items: center;
      display: flex
    }

    .arco-slider-vertical {
      display: inline-block;
      height: auto;
      min-width: 22px;
      width: auto
    }

    .arco-slider-vertical .arco-slider-wrapper {
      flex-direction: column
    }

    .arco-slider-with-marks {
      margin-bottom: 24px;
      padding: 0 20px
    }

    .arco-slider-vertical.arco-slider-with-marks {
      margin-bottom: 0;
      padding: 0
    }

    .arco-slider-road {
      cursor: pointer;
      flex: 1 1;
      height: 12px;
      position: relative;
      width: 100%
    }

    .arco-slider-road:before {
      background-color: var(--color-fill-3);
      border-radius: 2px;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%
    }

    .arco-slider-road.arco-slider-road-vertical {
      height: 100%;
      margin-bottom: 12px/2;
      margin-right: 0;
      margin-top: 12px/2;
      max-width: 12px;
      min-height: 200px;
      transform: translateY(0);
      width: 12px
    }

    .arco-slider-road.arco-slider-road-vertical:before {
      height: 100%;
      left: 50%;
      top: unset;
      transform: translateX(-50%);
      width: 2px
    }

    .arco-slider-road.arco-slider-road-disabled:before {
      background-color: var(--color-fill-2)
    }

    .arco-slider-road.arco-slider-road-disabled .arco-slider-bar {
      background-color: var(--color-fill-3)
    }

    .arco-slider-road.arco-slider-road-disabled .arco-slider-button {
      cursor: not-allowed
    }

    .arco-slider-road.arco-slider-road-disabled .arco-slider-button:after {
      border-color: var(--color-fill-3)
    }

    .arco-slider-road.arco-slider-road-disabled .arco-slider-dots .arco-slider-dot {
      border-color: var(--color-fill-2)
    }

    .arco-slider-road.arco-slider-road-disabled .arco-slider-dots .arco-slider-dot-active {
      border-color: var(--color-fill-3)
    }

    .arco-slider-road.arco-slider-road-disabled .arco-slider-ticks .arco-slider-tick {
      background: var(--color-fill-2)
    }

    .arco-slider-road.arco-slider-road-disabled .arco-slider-ticks .arco-slider-tick-active {
      background: var(--color-fill-3)
    }

    .arco-slider-bar {
      background-color: rgb(var(--primary-6));
      border-radius: 2px;
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-slider-road-vertical .arco-slider-bar {
      height: unset;
      left: 50%;
      top: unset;
      transform: translateX(-50%);
      width: 2px
    }

    .arco-slider-button {
      transform: translateX(-50%)
    }

    .arco-slider-button,
    .arco-slider-button:after {
      height: 12px;
      left: 0;
      position: absolute;
      top: 0;
      width: 12px
    }

    .arco-slider-button:after {
      background: var(--color-bg-2);
      border: 2px solid rgb(var(--primary-6));
      border-radius: 50%;
      box-sizing: border-box;
      content: "";
      display: inline-block;
      transition: all .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .arco-slider-button.arco-slider-button-active:after,
    .arco-slider-button:hover:after {
      box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
      transform: scale(1.16666667)
    }

    .arco-slider-button:focus-visible:after {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-slider-road-vertical .arco-slider-button {
      bottom: 0;
      left: 0;
      top: unset;
      transform: translateY(50%)
    }

    .arco-slider-reverse .arco-slider-button {
      left: unset;
      right: 0;
      transform: translateX(50%)
    }

    .arco-slider-reverse .arco-slider-road-vertical .arco-slider-button {
      transform: translateY(-50%)
    }

    .arco-slider-marks {
      position: absolute;
      top: 12px;
      width: 100%
    }

    .arco-slider-marks-text {
      color: var(--color-text-3);
      cursor: pointer;
      font-size: 16px;
      line-height: 1;
      position: absolute;
      transform: translateX(-50%)
    }

    .arco-slider-road-vertical .arco-slider-marks {
      height: 100%;
      left: 15px;
      top: 0
    }

    .arco-slider-road-vertical .arco-slider-marks-text {
      transform: translateY(50%)
    }

    .arco-slider-reverse .arco-slider-marks-text {
      transform: translateX(50%)
    }

    .arco-slider-reverse .arco-slider-road-vertical .arco-slider-marks-text {
      transform: translateY(-50%)
    }

    .arco-slider-dots {
      height: 100%
    }

    .arco-slider-dots .arco-slider-dot-wrapper {
      font-size: 12px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%)
    }

    .arco-slider-road-vertical .arco-slider-dots .arco-slider-dot-wrapper {
      left: 50%;
      top: unset;
      transform: translate(-50%, 50%)
    }

    .arco-slider-reverse .arco-slider-dots .arco-slider-dot-wrapper {
      transform: translate(50%, -50%)
    }

    .arco-slider-reverse .arco-slider-road-vertical .arco-slider-dots .arco-slider-dot-wrapper {
      transform: translate(-50%, -50%)
    }

    .arco-slider-dots .arco-slider-dot-wrapper .arco-slider-dot {
      background-color: var(--color-bg-2);
      border: 2px solid var(--color-fill-3);
      border-radius: 50%;
      box-sizing: border-box;
      height: 8px;
      width: 8px
    }

    .arco-slider-dots .arco-slider-dot-wrapper .arco-slider-dot-active {
      border-color: rgb(var(--primary-6))
    }

    .arco-slider-ticks .arco-slider-tick {
      background: var(--color-fill-3);
      height: 3px;
      margin-top: -1px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -100%);
      width: 1px
    }

    .arco-slider-ticks .arco-slider-tick-active {
      background: rgb(var(--primary-6))
    }

    .arco-slider-vertical .arco-slider-ticks .arco-slider-tick {
      height: 1px;
      left: 50%;
      margin-top: unset;
      top: unset;
      transform: translate(1px, 50%);
      width: 3px
    }

    .arco-slider-reverse .arco-slider-ticks .arco-slider-tick {
      transform: translate(50%, -100%)
    }

    .arco-slider-vertical.arco-slider-reverse .arco-slider-ticks .arco-slider-tick {
      transform: translate(1px, -50%)
    }

    .arco-slider-input {
      display: flex;
      margin-left: 20px
    }

    .arco-slider-vertical .arco-slider-input {
      margin-left: 0
    }

    .arco-slider-input>.arco-input-number {
      height: 32px;
      line-height: normal;
      overflow: visible;
      width: 60px
    }

    .arco-slider-input>.arco-input-number input {
      text-align: center
    }

    .arco-slider-input-range {
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 20px
    }

    .arco-slider-input-range-content {
      background: rgb(var(--gray-6));
      display: inline-block;
      height: 2px;
      transform: translateY(-100%);
      width: 8px
    }

    .arco-slider-rtl {
      direction: rtl
    }

    .arco-slider-rtl.arco-slider:not(.arco-slider-vertical) .arco-slider-input {
      margin-left: 0;
      margin-right: 20px
    }

    .arco-slider-rtl.arco-slider-vertical .arco-slider-road-vertical .arco-slider-marks {
      left: 0;
      right: 15px
    }

    .arco-space {
      display: inline-flex
    }

    .arco-space-vertical {
      flex-direction: column
    }

    .arco-space-align-baseline {
      align-items: baseline
    }

    .arco-space-align-start {
      align-items: flex-start
    }

    .arco-space-align-end {
      align-items: flex-end
    }

    .arco-space-align-center {
      align-items: center
    }

    .arco-space-wrap {
      flex-wrap: wrap
    }

    .arco-space-rtl {
      direction: rtl
    }

    .arco-spin {
      display: inline-block
    }

    .arco-spin-block {
      display: block
    }

    .arco-spin-with-tip {
      text-align: center
    }

    .arco-spin-icon {
      color: rgb(var(--primary-7));
      font-size: 20px
    }

    .arco-spin-tip {
      color: rgb(var(--primary-7));
      font-size: 14px;
      font-weight: 500;
      margin-top: 6px
    }

    .arco-spin-loading-layer {
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-spin-children {
      position: relative
    }

    .arco-spin-children:after {
      background-color: var(--color-spin-layer-bg);
      bottom: 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      transition: opacity .1s linear;
      width: 100%;
      z-index: 1
    }

    .arco-spin-loading {
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-spin-loading .arco-spin-loading-layer-inner {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2
    }

    .arco-spin-loading .arco-spin-children:after {
      opacity: 1;
      pointer-events: auto
    }

    .arco-spin-dot {
      animation: arco-dot-loading 2s linear infinite forwards;
      background-color: rgb(var(--primary-6));
      border-radius: var(--border-radius-circle);
      height: 8px;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%) scale(0);
      width: 8px
    }

    .arco-spin-dot:nth-child(2) {
      animation-delay: .4s;
      background-color: rgb(var(--primary-5))
    }

    .arco-spin-dot:nth-child(3) {
      animation-delay: .8s;
      background-color: rgb(var(--primary-4))
    }

    .arco-spin-dot:nth-child(4) {
      animation-delay: 1.2s;
      background-color: rgb(var(--primary-4))
    }

    .arco-spin-dot:nth-child(5) {
      animation-delay: 1.6s;
      background-color: rgb(var(--primary-4))
    }

    .arco-spin-dot-list {
      display: inline-block;
      height: 8px;
      perspective: 200px;
      position: relative;
      transform-style: preserve-3d;
      width: 56px
    }

    .arco-statistic {
      color: var(--color-text-2);
      display: inline-block;
      line-height: 1.5715
    }

    .arco-statistic-title {
      color: var(--color-text-2);
      font-size: 16px;
      margin-bottom: 8px
    }

    .arco-statistic-content .arco-statistic-value {
      color: var(--color-text-1);
      font-size: 26px;
      font-weight: 500;
      white-space: nowrap
    }

    .arco-statistic-content .arco-statistic-value-int {
      white-space: nowrap
    }

    .arco-statistic-content .arco-statistic-value-decimal {
      display: inline-block;
      font-size: 26px
    }

    .arco-statistic-content .arco-statistic-value-suffix {
      font-size: 14px;
      margin-left: 4px
    }

    .arco-statistic-content .arco-statistic-value-prefix {
      font-size: 14px;
      margin-right: 4px
    }

    .arco-statistic-extra {
      color: var(--color-text-2);
      margin-top: 8px
    }

    .arco-statistic-rtl .arco-statistic-content .arco-statistic-value-suffix {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-statistic-rtl .arco-statistic-content .arco-statistic-value-prefix {
      margin-left: 4px;
      margin-right: 0
    }

    .arco-steps-item {
      flex: 1 1;
      margin-right: 6px;
      overflow: hidden;
      position: relative;
      text-align: left;
      white-space: nowrap
    }

    .arco-steps-item:last-child {
      flex: none;
      margin-right: 0
    }

    .arco-steps-item-active .arco-steps-item-title {
      font-weight: 500
    }

    .arco-steps-item:not(.arco-steps-item-active) .arco-steps-item-title {
      font-weight: 400
    }

    .arco-steps-item-icon {
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      margin-right: 6px;
      vertical-align: top
    }

    .arco-steps-icon {
      border-radius: 50%;
      box-sizing: border-box;
      height: 24px;
      line-height: 22px;
      text-align: center;
      width: 24px
    }

    .arco-steps-item-wait .arco-steps-icon {
      background-color: initial;
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .25)
    }

    .arco-steps-item-process .arco-steps-icon {
      background-color: initial;
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .92)
    }

    .arco-steps-item-finish .arco-steps-icon {
      background-color: rgb(var(--success-6));
      border: 1px solid transparent;
      color: #fff
    }

    .arco-steps-item-error .arco-steps-icon {
      background-color: rgb(var(--danger-6));
      border: 1px solid transparent;
      color: #fff
    }

    .arco-steps-item-title {
      color: rgba(0, 0, 0, .25);
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      padding-right: 6px;
      position: relative;
      white-space: nowrap
    }

    .arco-steps-item-wait .arco-steps-item-title {
      color: rgba(0, 0, 0, .25)
    }

    .arco-steps-item-error .arco-steps-item-title {
      color: rgba(0, 0, 0, .55)
    }

    .arco-steps-item-content {
      display: inline-block
    }

    .arco-steps-item-description {
      color: rgba(0, 0, 0, .25);
      font-size: 14px;
      margin-top: 4px;
      max-width: 192px;
      white-space: normal
    }

    .arco-steps-item-wait .arco-steps-item-description {
      color: rgba(0, 0, 0, .25)
    }

    .arco-steps-item-process .arco-steps-item-description {
      color: var(--color-text-3)
    }

    .arco-steps-item-error .arco-steps-item-description,
    .arco-steps-item-finish .arco-steps-item-description {
      color: rgba(0, 0, 0, .35)
    }

    .arco-steps-label-horizontal:not(.arco-steps-vertical)>.arco-steps-item:not(:last-child) .arco-steps-item-title:after {
      background-color: rgba(0, 0, 0, .35);
      box-sizing: border-box;
      content: "";
      display: block;
      height: 4px;
      left: 100%;
      position: absolute;
      top: 10px;
      width: 5000px
    }

    .arco-steps-label-horizontal>.arco-steps-item.arco-steps-item-process .arco-steps-item-title:after {
      background-color: rgba(0, 0, 0, .35)
    }

    .arco-steps-label-horizontal>.arco-steps-item.arco-steps-item-finish .arco-steps-item-title:after {
      background-color: rgb(var(--success-7))
    }

    .arco-steps-label-horizontal>.arco-steps-item.arco-steps-item-next-error .arco-steps-item-title:after {
      background-color: rgb(var(--danger-6))
    }

    .arco-steps.arco-steps-vertical>.arco-steps-item:not(:last-child)>.arco-steps-item-tail {
      bottom: 6px;
      box-sizing: border-box;
      height: unset;
      left: 10px;
      padding: 0;
      position: absolute;
      top: 30px;
      width: 4px
    }

    .arco-steps.arco-steps-vertical>.arco-steps-item:not(:last-child)>.arco-steps-item-tail:after {
      background-color: rgba(0, 0, 0, .35);
      content: "";
      display: block;
      height: 100%;
      width: 100%
    }

    .arco-steps>.arco-steps-item:not(:last-child)>.arco-steps-item-tail {
      box-sizing: border-box;
      height: 4px;
      position: absolute;
      top: 10px;
      width: 100%
    }

    .arco-steps>.arco-steps-item:not(:last-child)>.arco-steps-item-tail:after {
      background-color: rgba(0, 0, 0, .35);
      content: "";
      display: block;
      height: 100%;
      width: 100%
    }

    .arco-steps-item:not(:last-child).arco-steps-item-finish .arco-steps-item-tail:after {
      background-color: rgb(var(--success-7))
    }

    .arco-steps-item:not(:last-child).arco-steps-item-next-error .arco-steps-item-tail:after {
      background-color: rgb(var(--danger-6))
    }

    .arco-steps-size-small.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail {
      left: 8px;
      top: 26px
    }

    .arco-steps-size-small:not(.arco-steps-vertical):not(.arco-steps-mode-dot) .arco-steps-item:not(:last-child) .arco-steps-item-tail {
      top: 8px
    }

    .arco-steps-size-small .arco-steps-item-icon {
      font-size: 16px
    }

    .arco-steps-size-small .arco-steps-item-title {
      font-size: 14px;
      line-height: 20px
    }

    .arco-steps-size-small .arco-steps-item-description {
      font-size: 12px
    }

    .arco-steps-size-small .arco-steps-icon {
      font-size: 14px;
      height: 20px;
      line-height: 18px;
      width: 20px
    }

    .arco-steps-size-small.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
      top: 8px
    }

    .arco-steps-label-vertical .arco-steps-item {
      overflow: visible
    }

    .arco-steps-label-vertical .arco-steps-item-title {
      margin-top: 4px;
      padding-right: 0
    }

    .arco-steps-label-vertical .arco-steps-item-icon {
      margin-left: 84px
    }

    .arco-steps-label-vertical .arco-steps-item-tail {
      left: 114px;
      padding-right: 30px
    }

    .arco-steps-label-vertical.arco-steps-size-small .arco-steps-item-icon {
      margin-left: 86px
    }

    .arco-steps-label-vertical.arco-steps-size-small .arco-steps-item-tail {
      left: 112px;
      padding-right: 26px
    }

    .arco-steps-rtl .arco-steps-item {
      margin-left: 6px;
      margin-right: 0;
      text-align: right
    }

    .arco-steps-rtl .arco-steps-item:last-child {
      margin-left: 0
    }

    .arco-steps-rtl .arco-steps-item-icon {
      margin-left: 6px;
      margin-right: 0
    }

    .arco-steps-rtl .arco-steps-item-title {
      padding-left: 6px;
      padding-right: 0
    }

    .arco-steps-rtl.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
      left: 0;
      right: 100%
    }

    .arco-steps-rtl.arco-steps-vertical>.arco-steps-item:not(:last-child) .arco-steps-item-tail {
      left: 0;
      right: 10px
    }

    .arco-steps-rtl.arco-steps-vertical.arco-steps-size-small.arco-steps-vertical>.arco-steps-item:not(:last-child) .arco-steps-item-tail {
      left: 0;
      right: 8px;
      top: 26px
    }

    .arco-steps-rtl.arco-steps-label-vertical .arco-steps-item-title {
      padding-left: 0
    }

    .arco-steps-rtl.arco-steps-label-vertical .arco-steps-item-icon {
      margin-left: 0;
      margin-right: 84px
    }

    .arco-steps-rtl.arco-steps-label-vertical .arco-steps-item-tail {
      left: 0;
      padding-left: 30px;
      padding-right: 0;
      right: 114px
    }

    .arco-steps-rtl.arco-steps-label-vertical.arco-steps-size-small .arco-steps-item-icon {
      margin-left: 0;
      margin-right: 86px
    }

    .arco-steps-rtl.arco-steps-label-vertical.arco-steps-size-small .arco-steps-item-tail {
      left: 0;
      padding-left: 26px;
      padding-right: 0;
      right: 112px
    }

    .arco-steps-mode-dot .arco-steps-item {
      flex: 1 1;
      margin-right: 16px;
      overflow: visible;
      position: relative;
      text-align: left;
      white-space: nowrap
    }

    .arco-steps-mode-dot .arco-steps-item:last-child {
      flex: none;
      margin-right: 0
    }

    .arco-steps-mode-dot .arco-steps-item-active .arco-steps-item-title {
      font-weight: 500
    }

    .arco-steps-mode-dot .arco-steps-item:not(.arco-steps-item-active) .arco-steps-item-title {
      font-weight: 400
    }

    .arco-steps-mode-dot .arco-steps-item-icon {
      border-radius: var(--border-radius-circle);
      box-sizing: border-box;
      display: inline-block;
      height: 8px;
      vertical-align: top;
      width: 8px
    }

    .arco-steps-mode-dot .arco-steps-item-active .arco-steps-item-icon {
      height: 10px;
      width: 10px
    }

    .arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-icon {
      background-color: rgba(0, 0, 0, .25);
      border-color: rgba(0, 0, 0, .25)
    }

    .arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-icon {
      background-color: rgb(var(--primary-6));
      border-color: rgb(var(--primary-6))
    }

    .arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-icon {
      background-color: rgb(var(--success-6));
      border-color: rgb(var(--success-6))
    }

    .arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-icon {
      background-color: rgb(var(--danger-6));
      border-color: rgb(var(--danger-6))
    }

    .arco-steps-mode-dot.arco-steps-horizontal .arco-steps-item-icon {
      margin-left: 92px
    }

    .arco-steps-mode-dot.arco-steps-horizontal .arco-steps-item-active .arco-steps-item-icon {
      margin-left: 91px;
      margin-top: -1px
    }

    .arco-steps-mode-dot .arco-steps-item-content {
      display: inline-block
    }

    .arco-steps-mode-dot .arco-steps-item-title {
      display: inline-block;
      font-size: 16px;
      margin-top: 0;
      position: relative
    }

    .arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-title {
      color: rgba(0, 0, 0, .25)
    }

    .arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-title {
      color: rgba(0, 0, 0, .92)
    }

    .arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-title,
    .arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-title {
      color: rgba(0, 0, 0, .55)
    }

    .arco-steps-mode-dot .arco-steps-item-description {
      font-size: 14px;
      margin-top: 4px;
      white-space: normal
    }

    .arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-description {
      color: rgba(0, 0, 0, .25)
    }

    .arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-description {
      color: rgba(0, 0, 0, .55)
    }

    .arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-description,
    .arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-description {
      color: rgba(0, 0, 0, .35)
    }

    .arco-steps-mode-dot>.arco-steps-item:not(:last-child)>.arco-steps-item-tail {
      background-color: rgba(0, 0, 0, .35);
      box-sizing: border-box;
      height: 1px;
      left: 104px;
      position: absolute;
      top: 3.5px;
      width: 100%
    }

    .arco-steps-mode-dot>.arco-steps-item:not(:last-child)>.arco-steps-item-tail:after {
      display: none
    }

    .arco-steps-mode-dot .arco-steps-item:not(:last-child).arco-steps-item-process .arco-steps-item-tail {
      background-color: rgba(0, 0, 0, .35)
    }

    .arco-steps-mode-dot .arco-steps-item:not(:last-child).arco-steps-item-finish .arco-steps-item-tail {
      background-color: rgb(var(--success-6))
    }

    .arco-steps-mode-dot .arco-steps-item:not(:last-child).arco-steps-item-next-error .arco-steps-item-tail {
      background-color: rgb(var(--danger-6))
    }

    .arco-steps-mode-dot.arco-steps-vertical>.arco-steps-item>.arco-steps-item-icon {
      margin-right: 16px
    }

    .arco-steps-mode-dot.arco-steps-vertical>.arco-steps-item>.arco-steps-item-content {
      overflow: hidden
    }

    .arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-title {
      margin-top: 0
    }

    .arco-steps-mode-dot.arco-steps-vertical.arco-steps-size-small .arco-steps-item-title {
      margin-top: 2px
    }

    .arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-active .arco-steps-item-title {
      margin-top: -1px
    }

    .arco-steps-mode-dot.arco-steps-vertical.arco-steps-size-small .arco-steps-item-active .arco-steps-item-title {
      margin-top: 1px
    }

    .arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-description {
      margin-top: 4px
    }

    .arco-steps-mode-dot.arco-steps-vertical>.arco-steps-item:not(:last-child)>.arco-steps-item-tail {
      background-color: initial;
      bottom: -4px;
      box-sizing: border-box;
      height: unset;
      left: 4px;
      padding: 0;
      position: absolute;
      top: 20px;
      transform: translateX(-50%);
      width: 1px
    }

    .arco-steps-mode-dot.arco-steps-vertical>.arco-steps-item:not(:last-child)>.arco-steps-item-tail:after {
      background-color: rgba(0, 0, 0, .35);
      content: "";
      display: block;
      height: 100%;
      width: 100%
    }

    .arco-steps-mode-dot.arco-steps-vertical>.arco-steps-item:not(:last-child).arco-steps-item-process>.arco-steps-item-tail:after {
      background-color: rgba(0, 0, 0, .35)
    }

    .arco-steps-mode-dot.arco-steps-vertical>.arco-steps-item:not(:last-child).arco-steps-item-finish>.arco-steps-item-tail:after {
      background-color: rgb(var(--success-6))
    }

    .arco-steps-mode-dot.arco-steps-vertical>.arco-steps-item:not(:last-child).arco-steps-item-next-error>.arco-steps-item-tail:after {
      background-color: rgb(var(--danger-6))
    }

    .arco-steps-mode-dot.arco-steps-vertical>.arco-steps-item>.arco-steps-item-icon {
      margin-top: 8px
    }

    .arco-steps-mode-dot.arco-steps-vertical>.arco-steps-item-active>.arco-steps-item-icon {
      margin-left: -1px;
      margin-top: 6px
    }

    .arco-steps-rtl.arco-steps-mode-dot .arco-steps-item {
      margin-left: 16px;
      margin-right: 0;
      text-align: right
    }

    .arco-steps-rtl.arco-steps-mode-dot .arco-steps-item:last-child {
      margin-left: 0
    }

    .arco-steps-rtl.arco-steps-mode-dot .arco-steps-item:not(:last-child) .arco-steps-item-tail {
      left: auto;
      right: 104px
    }

    .arco-steps-rtl.arco-steps-mode-dot.arco-steps-horizontal .arco-steps-item-icon {
      margin-left: 0;
      margin-right: 92px
    }

    .arco-steps-rtl.arco-steps-mode-dot.arco-steps-horizontal .arco-steps-item-active .arco-steps-item-icon {
      margin-left: 0;
      margin-right: 91px
    }

    .arco-steps-rtl.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-icon {
      margin-left: 16px;
      margin-right: 0
    }

    .arco-steps-rtl.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail {
      left: 0;
      right: 4px
    }

    .arco-steps-rtl.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-active .arco-steps-item-icon {
      margin-right: -1px
    }

    .arco-steps-mode-arrow .arco-steps-item {
      align-items: center;
      display: flex;
      flex: 1 1;
      height: 72px;
      overflow: visible;
      position: relative;
      white-space: nowrap
    }

    .arco-steps-mode-arrow .arco-steps-item:not(:last-child) {
      margin-right: 4px
    }

    .arco-steps-mode-arrow .arco-steps-item-wait {
      background-color: #f5f5f5
    }

    .arco-steps-mode-arrow .arco-steps-item-process {
      background-color: rgb(var(--primary-1))
    }

    .arco-steps-mode-arrow .arco-steps-item-finish {
      background-color: rgb(var(--auxiliary-green-4))
    }

    .arco-steps-mode-arrow .arco-steps-item-error {
      background-color: rgb(var(--auxiliary-red-4))
    }

    .arco-steps-mode-arrow .arco-steps-item-content {
      box-sizing: border-box;
      display: inline-block
    }

    .arco-steps-mode-arrow .arco-steps-item:first-child .arco-steps-item-content {
      padding-left: 16px
    }

    .arco-steps-mode-arrow .arco-steps-item:not(:first-child) .arco-steps-item-content {
      padding-left: 52px
    }

    .arco-steps-mode-arrow .arco-steps-item-title {
      display: inline-block;
      font-size: 16px;
      position: relative;
      white-space: nowrap
    }

    .arco-steps-mode-arrow .arco-steps-item-title:after {
      display: none !important
    }

    .arco-steps-mode-arrow .arco-steps-item-wait .arco-steps-item-title {
      color: rgba(0, 0, 0, .35)
    }

    .arco-steps-mode-arrow .arco-steps-item-process .arco-steps-item-title {
      color: rgb(var(--primary-6))
    }

    .arco-steps-mode-arrow .arco-steps-item-finish .arco-steps-item-title {
      color: rgb(var(--success-7))
    }

    .arco-steps-mode-arrow .arco-steps-item-error .arco-steps-item-title {
      color: rgb(var(--danger-7))
    }

    .arco-steps-mode-arrow .arco-steps-item-active .arco-steps-item-title {
      font-weight: 500
    }

    .arco-steps-mode-arrow .arco-steps-item-description {
      font-size: 14px;
      margin-top: 0;
      max-width: none;
      white-space: nowrap
    }

    .arco-steps-mode-arrow .arco-steps-item-error .arco-steps-item-description,
    .arco-steps-mode-arrow .arco-steps-item-finish .arco-steps-item-description,
    .arco-steps-mode-arrow .arco-steps-item-process .arco-steps-item-description,
    .arco-steps-mode-arrow .arco-steps-item-wait .arco-steps-item-description {
      color: rgba(0, 0, 0, .55)
    }

    .arco-steps-mode-arrow .arco-steps-item:not(:first-child):before {
      border-left: 36px solid var(--color-bg-2);
      left: 0;
      z-index: 1
    }

    .arco-steps-mode-arrow .arco-steps-item:not(:first-child):before,
    .arco-steps-mode-arrow .arco-steps-item:not(:last-child):after {
      border-bottom: 36px solid transparent;
      border-top: 36px solid transparent;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      top: 0;
      width: 0
    }

    .arco-steps-mode-arrow .arco-steps-item:not(:last-child):after {
      clear: both;
      right: -36px;
      z-index: 2
    }

    .arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-wait:after {
      border-left: 36px solid #f5f5f5
    }

    .arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-process:after {
      border-left: 36px solid rgb(var(--primary-1))
    }

    .arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-error:after {
      border-left: 36px solid rgb(var(--auxiliary-red-4))
    }

    .arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-finish:after {
      border-left: 36px solid rgb(var(--auxiliary-green-4))
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item {
      height: 40px
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-title {
      font-size: 14px
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-description {
      display: none
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:first-child):before {
      border-bottom: 20px solid transparent;
      border-left: 20px solid var(--color-bg-2);
      border-top: 20px solid transparent
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child):after {
      border-bottom: 20px solid transparent;
      border-left: 20px solid #f5f5f5;
      border-top: 20px solid transparent;
      right: -20px
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:first-child .arco-steps-item-content {
      padding-left: 20px
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:first-child) .arco-steps-item-content {
      padding-left: 40px
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-error:not(:last-child):after {
      border-left: 20px solid rgb(var(--auxiliary-red-4))
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-wait:after {
      border-left: 20px solid #f5f5f5
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-process:after {
      border-left: 20px solid rgb(var(--primary-1))
    }

    .arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-finish:after {
      border-left: 20px solid rgb(var(--auxiliary-green-4))
    }

    .arco-steps-rtl.arco-steps-mode-arrow .arco-steps-item:not(:last-child) {
      margin-left: 4px;
      margin-right: 0
    }

    .arco-steps-rtl.arco-steps-mode-arrow .arco-steps-item:first-child .arco-steps-item-content {
      padding-left: 0;
      padding-right: 16px
    }

    .arco-steps-rtl.arco-steps-mode-arrow .arco-steps-item:not(:first-child) .arco-steps-item-content {
      padding-left: 0;
      padding-right: 52px
    }

    .arco-steps-rtl.arco-steps-mode-arrow .arco-steps-item:not(:first-child):before {
      border-left: none;
      border-right: 36px solid var(--color-bg-2);
      right: 0
    }

    .arco-steps-rtl.arco-steps-mode-arrow .arco-steps-item:not(:last-child):after {
      left: -36px;
      right: auto
    }

    .arco-steps-rtl.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-wait:after {
      border-left: none;
      border-right: 36px solid #f5f5f5
    }

    .arco-steps-rtl.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-process:after {
      border-left: none;
      border-right: 36px solid rgb(var(--primary-1))
    }

    .arco-steps-rtl.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-finish:after {
      border-left: none;
      border-right: 36px solid rgb(var(--auxiliary-green-4))
    }

    .arco-steps-rtl.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-error:after {
      border-left: none;
      border-right: 36px solid rgb(var(--auxiliary-red-4))
    }

    .arco-steps-rtl.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:first-child):before {
      border-right: 20px solid var(--color-bg-2)
    }

    .arco-steps-rtl.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child):after {
      border-right: 20px solid #f5f5f5;
      left: -20px
    }

    .arco-steps-rtl.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:first-child .arco-steps-item-content {
      padding-left: 0;
      padding-right: 20px
    }

    .arco-steps-rtl.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:first-child) .arco-steps-item-content {
      padding-left: 0;
      padding-right: 40px
    }

    .arco-steps-rtl.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-wait:after {
      border-right: 20px solid #f5f5f5
    }

    .arco-steps-rtl.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-process:after {
      border-right: 20px solid rgb(var(--primary-1))
    }

    .arco-steps-rtl.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-finish:after {
      border-right: 20px solid rgb(var(--auxiliary-green-4))
    }

    .arco-steps-rtl.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-error:after {
      border-right: 20px solid rgb(var(--auxiliary-red-4))
    }

    .arco-steps-mode-navigation.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
      display: none
    }

    .arco-steps-mode-navigation .arco-steps-item {
      margin-right: 32px;
      padding-left: 20px;
      padding-right: 10px
    }

    .arco-steps-mode-navigation .arco-steps-item:last-child {
      flex: 1 1
    }

    .arco-steps-mode-navigation .arco-steps-item-content {
      margin-bottom: 20px
    }

    .arco-steps-mode-navigation .arco-steps-item-description {
      padding-right: 20px
    }

    .arco-steps-mode-navigation .arco-steps-item-active:after {
      background-color: rgb(var(--primary-6));
      bottom: 0;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      right: 30px
    }

    .arco-steps-mode-navigation .arco-steps-item-active:last-child:after {
      width: 100%
    }

    .arco-steps-mode-navigation .arco-steps-item:not(:last-child) .arco-steps-item-content:after {
      background-color: var(--color-bg-2);
      border: 2px solid var(--color-text-4);
      border-bottom: none;
      border-left: none;
      content: "";
      display: inline-block;
      height: 6px;
      position: absolute;
      right: 10px;
      top: 10px;
      transform: rotate(45deg);
      width: 6px
    }

    .arco-steps-rtl.arco-steps-mode-navigation .arco-steps-item {
      margin-left: 32px;
      margin-right: 0;
      padding-left: 10px;
      padding-right: 20px
    }

    .arco-steps-rtl.arco-steps-mode-navigation .arco-steps-item-description {
      padding-left: 20px;
      padding-right: 0
    }

    .arco-steps-rtl.arco-steps-mode-navigation .arco-steps-item-active:after {
      left: 30px;
      right: 0
    }

    .arco-steps-rtl.arco-steps-mode-navigation .arco-steps-item:not(:last-child) .arco-steps-item-content:after {
      border: 2px solid var(--color-text-4);
      border-right: none;
      border-top: none;
      left: 10px;
      right: auto
    }

    .arco-steps {
      display: flex
    }

    .arco-steps-change-onclick .arco-steps-item-description,
    .arco-steps-change-onclick .arco-steps-item-title {
      transition: all .1s linear
    }

    .arco-steps-change-onclick .arco-steps-item:not(.arco-steps-item-active):not(.arco-steps-item-disabled) {
      cursor: pointer
    }

    .arco-steps-change-onclick .arco-steps-item:not(.arco-steps-item-active):not(.arco-steps-item-disabled):hover .arco-steps-item-content .arco-steps-item-description,
    .arco-steps-change-onclick .arco-steps-item:not(.arco-steps-item-active):not(.arco-steps-item-disabled):hover .arco-steps-item-content .arco-steps-item-title {
      color: rgb(var(--primary-6))
    }

    .arco-steps-lineless .arco-steps-item-title:after {
      display: none !important
    }

    .arco-steps-vertical {
      flex-direction: column
    }

    .arco-steps-vertical>.arco-steps-item:not(:last-child) {
      min-height: 90px
    }

    .arco-steps-vertical>.arco-steps-item>.arco-steps-item-content>.arco-steps-item-title:after {
      display: none !important
    }

    .arco-steps-vertical>.arco-steps-item>.arco-steps-item-content>.arco-steps-item-description {
      max-width: none
    }

    .arco-steps-label-vertical .arco-steps-item-content {
      display: block;
      text-align: center;
      width: 192px
    }

    .arco-steps-label-vertical .arco-steps-item-description {
      max-width: none
    }

    .arco-steps-rtl {
      direction: rtl
    }

    .arco-switch {
      background-color: rgba(0, 0, 0, .25);
      border: none;
      border-radius: 9px;
      box-sizing: border-box;
      cursor: pointer;
      height: 18px;
      line-height: 18px;
      min-width: 36px;
      outline: none;
      overflow: hidden;
      padding: 0;
      position: relative;
      transition: background-color .2s cubic-bezier(.34, .69, .1, 1);
      vertical-align: middle
    }

    .arco-switch-type-circle:focus-visible,
    .arco-switch-type-round:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--gray-6))
    }

    .arco-switch-type-circle.arco-switch-checked:focus-visible,
    .arco-switch-type-round.arco-switch-checked:focus-visible {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-switch-type-line:focus-visible .arco-switch-dot {
      box-shadow: 0 0 0 2px rgb(var(--gray-6));
      transition: none
    }

    .arco-switch-type-line.arco-switch-checked:focus-visible .arco-switch-dot {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-switch-dot {
      align-items: center;
      background-color: var(--color-bg-white);
      border-radius: 50%;
      color: var(--color-neutral-3);
      display: flex;
      font-size: 12px;
      height: 14px;
      justify-content: center;
      left: 2px;
      position: absolute;
      top: 2px;
      transition: all .2s cubic-bezier(.34, .69, .1, 1);
      width: 14px
    }

    .arco-switch-checked {
      background-color: rgb(var(--primary-6))
    }

    .arco-switch-checked .arco-switch-dot {
      color: rgb(var(--primary-6));
      left: calc(100% - 16px)
    }

    .arco-switch[disabled] .arco-switch-dot {
      color: var(--color-fill-2)
    }

    .arco-switch[disabled].arco-switch-checked .arco-switch-dot {
      color: var(--color-primary-light-3)
    }

    .arco-switch-text-holder {
      font-size: 12px;
      margin: 0 8px 0 22px;
      opacity: 0
    }

    .arco-switch-text {
      color: var(--color-white);
      font-size: 12px;
      left: 22px;
      position: absolute;
      top: 0
    }

    .arco-switch-checked .arco-switch-text-holder {
      margin: 0 22px 0 8px
    }

    .arco-switch-checked .arco-switch-text {
      color: var(--color-white);
      left: 8px
    }

    .arco-switch[disabled] {
      background-color: #f0f0f0;
      cursor: not-allowed
    }

    .arco-switch[disabled] .arco-switch-text {
      color: var(--color-white)
    }

    .arco-switch[disabled].arco-switch-checked {
      background-color: rgb(var(--primary-3))
    }

    .arco-switch[disabled].arco-switch-checked .arco-switch-text {
      color: var(--color-white)
    }

    .arco-switch-loading {
      background-color: var(--color-fill-2)
    }

    .arco-switch-loading .arco-switch-dot {
      color: var(--color-neutral-3)
    }

    .arco-switch-loading .arco-switch-text {
      color: var(--color-white)
    }

    .arco-switch-loading.arco-switch-checked {
      background-color: var(--color-primary-light-3)
    }

    .arco-switch-loading.arco-switch-checked .arco-switch-dot {
      color: var(--color-primary-light-3)
    }

    .arco-switch-loading.arco-switch-checked .arco-switch-text {
      color: var(--color-primary-light-1)
    }

    .arco-switch-small {
      height: 16px;
      line-height: 16px;
      min-width: 28px
    }

    .arco-switch-small.arco-switch-checked {
      padding-left: -2px
    }

    .arco-switch-small .arco-switch-dot {
      border-radius: 8px;
      height: 12px;
      left: 2px;
      top: 2px;
      width: 12px
    }

    .arco-switch-small .arco-switch-dot-icon {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%) scale(.66667)
    }

    .arco-switch-small.arco-switch-checked .arco-switch-dot {
      left: calc(100% - 14px)
    }

    .arco-switch-type-round {
      border-radius: var(--border-radius-small);
      min-width: 40px
    }

    .arco-switch-type-round .arco-switch-dot {
      border-radius: 2px
    }

    .arco-switch-type-round.arco-switch-small {
      border-radius: 2px;
      height: 16px;
      line-height: 16px;
      min-width: 28px
    }

    .arco-switch-type-round.arco-switch-small .arco-switch-dot {
      border-radius: 1px
    }

    .arco-switch-type-line {
      background-color: initial;
      min-width: 36px;
      overflow: unset
    }

    .arco-switch-type-line:after {
      background-color: rgba(0, 0, 0, .25);
      border-radius: 3px;
      content: "";
      display: block;
      height: 6px;
      transition: background-color .2s cubic-bezier(.34, .69, .1, 1);
      width: 100%
    }

    .arco-switch-type-line .arco-switch-dot {
      background-color: var(--color-bg-white);
      border-radius: 10px;
      box-shadow: 0 1px 3px var(--color-neutral-6);
      height: 20px;
      left: 0;
      top: -1px;
      width: 20px
    }

    .arco-switch-type-line.arco-switch-checked {
      background-color: initial
    }

    .arco-switch-type-line.arco-switch-checked:after {
      background-color: rgb(var(--primary-6))
    }

    .arco-switch-type-line.arco-switch-checked .arco-switch-dot {
      left: calc(100% - 20px)
    }

    .arco-switch-type-line[disabled] {
      background-color: initial;
      cursor: not-allowed
    }

    .arco-switch-type-line[disabled]:after {
      background-color: #f0f0f0
    }

    .arco-switch-type-line[disabled].arco-switch-checked {
      background-color: initial
    }

    .arco-switch-type-line[disabled].arco-switch-checked:after {
      background-color: rgb(var(--primary-3))
    }

    .arco-switch-type-line.arco-switch-loading {
      background-color: initial
    }

    .arco-switch-type-line.arco-switch-loading:after {
      background-color: var(--color-fill-2)
    }

    .arco-switch-type-line.arco-switch-loading.arco-switch-checked {
      background-color: initial
    }

    .arco-switch-type-line.arco-switch-loading.arco-switch-checked:after {
      background-color: var(--color-primary-light-3)
    }

    .arco-switch-type-line.arco-switch-small {
      height: 16px;
      line-height: 16px;
      min-width: 28px
    }

    .arco-switch-type-line.arco-switch-small.arco-switch-checked {
      padding-left: 0
    }

    .arco-switch-type-line.arco-switch-small .arco-switch-dot {
      border-radius: 8px;
      height: 16px;
      top: 0;
      width: 16px
    }

    .arco-switch-type-line.arco-switch-small .arco-switch-dot-icon {
      transform: translate(-50%, -50%) scale(1)
    }

    .arco-switch-type-line.arco-switch-small.arco-switch-checked .arco-switch-dot {
      left: calc(100% - 16px)
    }

    .arco-switch-rtl {
      direction: rtl
    }

    .arco-switch-rtl .switchSlideText-appear,
    .arco-switch-rtl .switchSlideText-enter {
      left: auto;
      right: -100% !important
    }

    .arco-switch-rtl .switchSlideText-appear-active,
    .arco-switch-rtl .switchSlideText-enter-active {
      left: auto;
      right: 8px !important;
      transition: right .2s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-switch-rtl .switchSlideText-exit {
      left: auto;
      right: 100% !important
    }

    .arco-switch-rtl .switchSlideText-exit-active {
      left: auto;
      right: 22px !important;
      transition: right .2s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-switch-rtl .arco-switch-dot {
      left: auto;
      right: 2px
    }

    .arco-switch-rtl .arco-switch-text-holder {
      margin: 0 22px 0 8px
    }

    .arco-switch-rtl .arco-switch-text {
      left: auto;
      right: 22px
    }

    .arco-switch-rtl.arco-switch-small .arco-switch-dot {
      right: 2px
    }

    .arco-switch-rtl.arco-switch-type-line .arco-switch-dot {
      right: 0
    }

    .arco-switch-rtl.arco-switch-checked .arco-switch-dot {
      right: calc(100% - 16px)
    }

    .arco-switch-rtl.arco-switch-checked .arco-switch-text-holder {
      margin: 0 8px 0 22px
    }

    .arco-switch-rtl.arco-switch-checked .arco-switch-text {
      left: auto;
      right: 8px
    }

    .arco-switch-rtl.arco-switch-checked.arco-switch-small {
      padding-left: 0;
      padding-right: -2px
    }

    .arco-switch-rtl.arco-switch-checked.arco-switch-small.arco-switch-type-line {
      padding-left: 0;
      padding-right: 0
    }

    .arco-switch-rtl.arco-switch-checked.arco-switch-small .arco-switch-dot {
      left: auto;
      right: calc(100% - 14px)
    }

    .arco-table-filters-popup {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
      box-sizing: border-box;
      min-width: 100px
    }

    .arco-table-filters-list {
      max-height: 200px;
      overflow-y: auto;
      padding: 4px 0
    }

    .arco-table-filters-item {
      font-size: 14px;
      height: 32px;
      line-height: 32px;
      overflow: hidden;
      width: 100%
    }

    .arco-table-filters-item .arco-checkbox,
    .arco-table-filters-item .arco-radio {
      padding: 0 12px;
      white-space: nowrap;
      width: 100%
    }

    .arco-table-filters-btn {
      align-items: center;
      border-top: 1px solid rgba(0, 0, 0, .1);
      box-sizing: border-box;
      display: flex;
      height: 38px;
      justify-content: space-between;
      line-height: 38px;
      overflow: hidden;
      padding: 0 12px
    }

    .arco-table-th-item {
      padding: 12px 12px
    }

    .arco-table-th-item.arco-table-col-has-filter {
      padding-right: 28px
    }

    .arco-table-col-has-sorter.arco-table-col-has-filter {
      padding-right: 0
    }

    .arco-table-col-has-sorter.arco-table-col-has-filter .arco-table-cell-with-sorter {
      padding-right: 28px
    }

    .arco-table-col-has-sorter {
      padding: 0
    }

    .arco-table-col-has-sorter .arco-table-cell-with-sorter {
      cursor: pointer;
      padding: 12px 12px
    }

    .arco-table-rtl .arco-table-th-item.arco-table-col-has-filter {
      padding-left: 28px;
      padding-right: 12px
    }

    .arco-table-rtl .arco-table-col-has-sorter.arco-table-col-has-filter {
      padding-left: 0;
      padding-right: 0
    }

    .arco-table-rtl .arco-table-col-has-sorter.arco-table-col-has-filter .arco-table-cell-with-sorter {
      padding-right: 0;
      padding-right: 12px
    }

    .arco-table-td {
      font-size: 14px;
      padding: 12px 12px
    }

    .arco-table-th {
      font-size: 12px
    }

    .arco-table-footer {
      padding: 12px 12px
    }

    .arco-table-expand-fixed-row {
      margin: -12px -12px;
      padding: 12px 12px
    }

    .arco-table-expand-content .arco-table-td .arco-table {
      margin: -12px -12px -13px -12px
    }

    .arco-table-editable-row .arco-table-cell-wrap-value,
    .arco-table-size-middle .arco-table-th-item {
      padding: 12px 12px
    }

    .arco-table-size-middle .arco-table-th-item.arco-table-col-has-filter {
      padding-right: 28px
    }

    .arco-table-size-middle .arco-table-col-has-sorter.arco-table-col-has-filter {
      padding-right: 0
    }

    .arco-table-size-middle .arco-table-col-has-sorter.arco-table-col-has-filter .arco-table-cell-with-sorter {
      padding-right: 28px
    }

    .arco-table-size-middle .arco-table-col-has-sorter {
      padding: 0
    }

    .arco-table-size-middle .arco-table-col-has-sorter .arco-table-cell-with-sorter {
      cursor: pointer;
      padding: 12px 12px
    }

    .arco-table-size-middle .arco-table-rtl .arco-table-th-item.arco-table-col-has-filter {
      padding-left: 28px;
      padding-right: 12px
    }

    .arco-table-size-middle .arco-table-rtl .arco-table-col-has-sorter.arco-table-col-has-filter {
      padding-left: 0;
      padding-right: 0
    }

    .arco-table-size-middle .arco-table-rtl .arco-table-col-has-sorter.arco-table-col-has-filter .arco-table-cell-with-sorter {
      padding-right: 0;
      padding-right: 12px
    }

    .arco-table-size-middle .arco-table-td {
      font-size: 14px;
      padding: 12px 12px
    }

    .arco-table-size-middle .arco-table-th {
      font-size: 12px
    }

    .arco-table-size-middle .arco-table-footer {
      padding: 12px 12px
    }

    .arco-table-size-middle .arco-table-expand-fixed-row {
      margin: -12px -12px;
      padding: 12px 12px
    }

    .arco-table-size-middle .arco-table-expand-content .arco-table-td .arco-table {
      margin: -12px -12px -13px -12px
    }

    .arco-table-size-middle .arco-table-editable-row .arco-table-cell-wrap-value,
    .arco-table-size-small .arco-table-th-item {
      padding: 12px 12px
    }

    .arco-table-size-small .arco-table-th-item.arco-table-col-has-filter {
      padding-right: 28px
    }

    .arco-table-size-small .arco-table-col-has-sorter.arco-table-col-has-filter {
      padding-right: 0
    }

    .arco-table-size-small .arco-table-col-has-sorter.arco-table-col-has-filter .arco-table-cell-with-sorter {
      padding-right: 28px
    }

    .arco-table-size-small .arco-table-col-has-sorter {
      padding: 0
    }

    .arco-table-size-small .arco-table-col-has-sorter .arco-table-cell-with-sorter {
      cursor: pointer;
      padding: 12px 12px
    }

    .arco-table-size-small .arco-table-rtl .arco-table-th-item.arco-table-col-has-filter {
      padding-left: 28px;
      padding-right: 12px
    }

    .arco-table-size-small .arco-table-rtl .arco-table-col-has-sorter.arco-table-col-has-filter {
      padding-left: 0;
      padding-right: 0
    }

    .arco-table-size-small .arco-table-rtl .arco-table-col-has-sorter.arco-table-col-has-filter .arco-table-cell-with-sorter {
      padding-right: 0;
      padding-right: 12px
    }

    .arco-table-size-small .arco-table-td {
      font-size: 14px;
      padding: 12px 12px
    }

    .arco-table-size-small .arco-table-th {
      font-size: 12px
    }

    .arco-table-size-small .arco-table-footer {
      padding: 12px 12px
    }

    .arco-table-size-small .arco-table-expand-fixed-row {
      margin: -12px -12px;
      padding: 12px 12px
    }

    .arco-table-size-small .arco-table-expand-content .arco-table-td .arco-table {
      margin: -12px -12px -13px -12px
    }

    .arco-table-size-mini .arco-table-th-item,
    .arco-table-size-small .arco-table-editable-row .arco-table-cell-wrap-value {
      padding: 12px 12px
    }

    .arco-table-size-mini .arco-table-th-item.arco-table-col-has-filter {
      padding-right: 28px
    }

    .arco-table-size-mini .arco-table-col-has-sorter.arco-table-col-has-filter {
      padding-right: 0
    }

    .arco-table-size-mini .arco-table-col-has-sorter.arco-table-col-has-filter .arco-table-cell-with-sorter {
      padding-right: 28px
    }

    .arco-table-size-mini .arco-table-col-has-sorter {
      padding: 0
    }

    .arco-table-size-mini .arco-table-col-has-sorter .arco-table-cell-with-sorter {
      cursor: pointer;
      padding: 12px 12px
    }

    .arco-table-size-mini .arco-table-rtl .arco-table-th-item.arco-table-col-has-filter {
      padding-left: 28px;
      padding-right: 12px
    }

    .arco-table-size-mini .arco-table-rtl .arco-table-col-has-sorter.arco-table-col-has-filter {
      padding-left: 0;
      padding-right: 0
    }

    .arco-table-size-mini .arco-table-rtl .arco-table-col-has-sorter.arco-table-col-has-filter .arco-table-cell-with-sorter {
      padding-right: 0;
      padding-right: 12px
    }

    .arco-table-size-mini .arco-table-td {
      font-size: 14px;
      padding: 12px 12px
    }

    .arco-table-size-mini .arco-table-th {
      font-size: 12px
    }

    .arco-table-size-mini .arco-table-footer {
      padding: 12px 12px
    }

    .arco-table-size-mini .arco-table-expand-fixed-row {
      margin: -12px -12px;
      padding: 12px 12px
    }

    .arco-table-size-mini .arco-table-expand-content .arco-table-td .arco-table {
      margin: -12px -12px -13px -12px
    }

    .arco-table-size-mini .arco-table-editable-row .arco-table-cell-wrap-value {
      padding: 12px 12px
    }

    .arco-table {
      position: relative
    }

    .arco-table .arco-spin {
      display: block
    }

    .arco-table>.arco-spin>.arco-spin-children:after {
      z-index: 2
    }

    .arco-table-footer {
      border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium)
    }

    .arco-table-scroll-position-middle .arco-table-col-fixed-left-last:after,
    .arco-table-scroll-position-right .arco-table-col-fixed-left-last:after {
      box-shadow: inset 6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .arco-table-scroll-position-left .arco-table-col-fixed-right-first:after,
    .arco-table-scroll-position-middle .arco-table-col-fixed-right-first:after {
      box-shadow: inset -6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .arco-table:not(.arco-table-has-fixed-col-left).arco-table-scroll-position-middle .arco-table-content-scroll:before,
    .arco-table:not(.arco-table-has-fixed-col-left).arco-table-scroll-position-right .arco-table-content-scroll:before {
      box-shadow: inset 6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .arco-table:not(.arco-table-has-fixed-col-right).arco-table-scroll-position-left .arco-table-content-scroll:after,
    .arco-table:not(.arco-table-has-fixed-col-right).arco-table-scroll-position-middle .arco-table-content-scroll:after {
      box-shadow: inset -6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .arco-table-layout-fixed .arco-table-content-inner {
      overflow-x: auto;
      overflow-y: hidden
    }

    .arco-table-layout-fixed table {
      table-layout: fixed
    }

    thead>.arco-table-tr>.arco-table-th {
      border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    thead>.arco-table-tr:not(:last-child)>.arco-table-th[colspan] {
      border-bottom: 0
    }

    .arco-table table {
      border-collapse: initial;
      border-spacing: 0;
      margin: 0;
      min-width: 100%;
      width: 100%
    }

    .arco-table table thead tr:first-child th:first-child {
      border-radius: var(--border-radius-medium) 0 0 0
    }

    .arco-table table thead tr:first-child th:last-child {
      border-radius: 0 var(--border-radius-medium) 0 0
    }

    .arco-table-th {
      background-color: #f5f5f5;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      font-weight: 500;
      line-height: 1.5715;
      text-align: left
    }

    .arco-table-th[colspan] {
      text-align: center
    }

    .arco-table-td {
      background-color: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, .1);
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      line-height: 1.5715;
      text-align: left
    }

    .arco-table-th.arco-table-col-sorted {
      background-color: #f5f5f5
    }

    .arco-table-td.arco-table-col-sorted {
      background-color: #fff
    }

    .arco-table-col-fixed-left,
    .arco-table-col-fixed-right {
      position: -webkit-sticky;
      position: sticky;
      z-index: 1
    }

    .arco-table-col-fixed-left-last:after,
    .arco-table-col-fixed-right-first:after {
      bottom: -1px;
      box-shadow: none;
      content: "";
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      transform: translateX(-100%);
      transition: box-shadow .1s linear;
      width: 10px
    }

    .arco-table-col-fixed-left-last:after {
      left: unset;
      right: 0;
      transform: translateX(100%)
    }

    .arco-table-cell-text-ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-table-cell-text-ellipsis .arco-table-cell-with-sorter {
      align-items: center;
      display: flex
    }

    .arco-table-cell-text-ellipsis .arco-table-th-item-title {
      flex: 1 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-table-editable-row .arco-table-cell-wrap-value {
      border: 1px solid var(--color-white);
      border-radius: var(--border-radius-medium);
      cursor: pointer;
      transition: all .1s linear
    }

    .arco-table-editable-row:hover .arco-table-cell-wrap-value {
      border: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-cell {
      width: 100%;
      word-break: break-all
    }

    .arco-table-cell:has(>.arco-table-cell-indent):after {
      clear: both;
      content: "";
      display: block
    }

    .arco-table-cell-indent {
      float: left;
      height: 1px
    }

    .arco-table-cell-indent+.arco-table-cell-wrap-value {
      float: left
    }

    .arco-table-expand-icon-cell button {
      align-items: center;
      background-color: var(--color-neutral-3);
      border: 1px solid transparent;
      border-radius: 2px;
      box-sizing: border-box;
      color: var(--color-text-2);
      cursor: pointer;
      display: inline-flex;
      font-size: 12px;
      height: 14px;
      justify-content: center;
      line-height: 14px;
      outline: none;
      padding: 0;
      transition: background-color .1s linear;
      width: 14px
    }

    .arco-table-expand-icon-cell button:hover {
      background-color: var(--color-neutral-4);
      border-color: transparent;
      color: var(--color-text-1)
    }

    .arco-table-cell-expand-icon {
      float: left
    }

    .arco-table-cell-expand-icon button {
      align-items: center;
      background-color: var(--color-neutral-3);
      border: 1px solid transparent;
      border-radius: 2px;
      box-sizing: border-box;
      color: var(--color-text-2);
      cursor: pointer;
      display: inline-flex;
      font-size: 12px;
      height: 14px;
      justify-content: center;
      line-height: 14px;
      margin-right: 4px;
      outline: none;
      padding: 0;
      transition: background-color .1s linear;
      width: 14px
    }

    .arco-table-cell-expand-icon button:hover {
      background-color: var(--color-neutral-4);
      border-color: transparent;
      color: var(--color-text-1)
    }

    .arco-table-cell-expand-icon-hidden {
      display: inline-block;
      height: 14px;
      margin-right: 4px;
      width: 14px
    }

    .arco-table-expand-content .arco-table-td {
      background-color: var(--color-fill-1)
    }

    .arco-table-expand-fixed-row {
      box-sizing: border-box;
      left: 0;
      position: -webkit-sticky;
      position: sticky
    }

    .arco-table-expand-content .arco-table-td .arco-table .arco-table-container {
      border: none
    }

    .arco-table-expand-content .arco-table-td .arco-table .arco-table-th {
      border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-expand-content .arco-table-td .arco-table .arco-table-td,
    .arco-table-expand-content .arco-table-td .arco-table .arco-table-th {
      background-color: var(--color-fill-1)
    }

    .arco-table-expand-content .arco-table-td .arco-table .arco-table-pagination {
      margin-bottom: 16px
    }

    .arco-table-td.arco-table-operation,
    .arco-table-th.arco-table-operation .arco-table-th-item {
      padding: 0;
      text-align: center
    }

    .arco-table-checkbox,
    .arco-table-radio {
      justify-content: center
    }

    .arco-table-checkbox .arco-checkbox,
    .arco-table-radio .arco-radio {
      padding-left: 0
    }

    .arco-table-expand-icon-col,
    .arco-table-selection-col {
      width: 40px
    }

    .arco-table-checkbox .arco-table-th-item,
    .arco-table-radio .arco-table-th-item,
    div.arco-table-expand-icon-col .arco-table-th-item,
    div.arco-table-selection-col .arco-table-th-item {
      padding: 0
    }

    .arco-table-th-item {
      position: relative;
      transition: background-color .1s linear
    }

    .arco-table-cell-mouseenter {
      background-color: #f5f5f5
    }

    .arco-table-cell-next-ascend .arco-table-sorter-icon .arco-icon-caret-up,
    .arco-table-cell-next-descend .arco-table-sorter-icon .arco-icon-caret-down {
      color: var(--color-neutral-6)
    }

    .arco-table-sorter {
      display: inline-block;
      margin-left: 6px;
      vertical-align: -3px
    }

    .arco-table-sorter.arco-table-sorter-direction-one {
      vertical-align: 0
    }

    .arco-table-sorter-icon {
      height: 8px;
      line-height: 8px;
      overflow: hidden;
      position: relative;
      width: 12px
    }

    .arco-table-sorter-icon .arco-icon-caret-down,
    .arco-table-sorter-icon .arco-icon-caret-up {
      color: rgba(0, 0, 0, .25);
      font-size: 12px;
      position: absolute;
      top: 50%;
      transition: all .1s linear
    }

    .arco-table-sorter-icon .arco-icon-caret-up {
      left: 0;
      top: -2px
    }

    .arco-table-sorter-icon .arco-icon-caret-down {
      left: 0;
      top: -3px
    }

    .arco-table-sorter-icon.arco-table-sorter-icon-active svg {
      color: rgb(var(--primary-6))
    }

    .arco-table-filters {
      align-items: center;
      background-color: initial;
      cursor: pointer;
      display: flex;
      height: 100%;
      justify-content: center;
      line-height: 1;
      position: absolute;
      right: 0;
      top: 0;
      transition: all .1s linear;
      vertical-align: 0;
      width: 24px
    }

    .arco-table-filters-open,
    .arco-table-filters:hover {
      background-color: rgba(0, 0, 0, .25)
    }

    .arco-table-filters svg {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      transition: all .1s linear
    }

    .arco-table-filters-active svg {
      color: rgb(var(--primary-6))
    }

    .arco-table-container {
      position: relative
    }

    .arco-table-container,
    .arco-table-header {
      border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0
    }

    .arco-table-content-scroll {
      overflow: hidden;
      width: 100%
    }

    .arco-table-content-scroll .arco-table-content-inner {
      width: auto
    }

    .arco-table-content-scroll:after,
    .arco-table-content-scroll:before {
      bottom: -1px;
      box-shadow: none;
      content: "";
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: -1px;
      transition: box-shadow .1s linear;
      width: 10px;
      z-index: 1
    }

    .arco-table-content-scroll:before {
      border-top-left-radius: var(--border-radius-medium);
      left: 0
    }

    .arco-table-content-scroll:after {
      border-top-right-radius: var(--border-radius-medium);
      right: 0
    }

    .arco-table-header {
      background-color: #f5f5f5;
      overflow-x: scroll;
      overflow-y: hidden;
      scrollbar-color: transparent transparent
    }

    .arco-table-header::-webkit-scrollbar {
      background-color: initial
    }

    .arco-table-body {
      background-color: var(--color-bg-2);
      overflow: auto;
      position: relative;
      z-index: 1
    }

    .arco-table-no-data {
      box-sizing: border-box;
      font-size: 14px;
      line-height: 40px;
      padding: 20px;
      text-align: center
    }

    .arco-table-border.arco-table-fixed-column .arco-table-empty-row .arco-table-td:first-child {
      border-bottom: 0;
      border-left: 0
    }

    .arco-table-border .arco-table-container {
      border-right: 1px solid rgba(0, 0, 0, .1);
      border-top: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-border .arco-table-container:before {
      background-color: rgba(0, 0, 0, .1);
      bottom: 0;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 2
    }

    .arco-table-border .arco-table-expand-fixed-row,
    .arco-table-border .arco-table-td:first-child,
    .arco-table-border .arco-table-th:first-child {
      border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-border .arco-table-footer {
      border: 1px solid rgba(0, 0, 0, .1);
      border-top: 0
    }

    .arco-table-border-cell .arco-table-td,
    .arco-table-border-cell .arco-table-th {
      border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-border-cell thead>.arco-table-tr:not(:last-child)>.arco-table-th[colspan] {
      border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-border-header-cell .arco-table-th {
      border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-border-header-cell thead>.arco-table-tr:not(:last-child)>.arco-table-th[colspan] {
      border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-border-body-cell .arco-table-td {
      border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-border-cell:not(.arco-table-border) .arco-table-td:first-child,
    .arco-table-border-cell:not(.arco-table-border) .arco-table-th:first-child {
      border-left: 0
    }

    .arco-table-stripe .arco-table-tr:nth-child(2n) .arco-table-td {
      background-color: #fff
    }

    .arco-table-hover .arco-table-tr:not(.arco-table-empty-row):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
      background-color: rgba(0, 0, 0, .08)
    }

    .arco-table-hover .arco-table-tr:not(.arco-table-empty-row):hover .arco-table-td.arco-table-col-fixed-left:before,
    .arco-table-hover .arco-table-tr:not(.arco-table-empty-row):hover .arco-table-td.arco-table-col-fixed-right:before {
      background-color: rgba(0, 0, 0, .08);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1
    }

    .arco-table-hover .arco-table-expand-content:not(.arco-table-empty-row):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
      background-color: var(--color-fill-1)
    }

    .arco-table-expand-content .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-empty-row) .arco-table-td.arco-table-col-fixed-left:before,
    .arco-table-expand-content .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-empty-row) .arco-table-td.arco-table-col-fixed-right:before,
    .arco-table-expand-content .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-empty-row) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
      background-color: initial
    }

    .arco-table-type-radio .arco-table-row-checked.arco-table-tr .arco-table-td {
      background-color: #fff
    }

    .arco-table-virtualized table {
      table-layout: fixed
    }

    .arco-table-virtualized div.arco-table-body div.arco-table-tr {
      display: flex
    }

    .arco-table-virtualized div.arco-table-body div.arco-table-td {
      align-items: center;
      display: flex;
      flex: 1 1
    }

    .arco-table-virtualized .arco-table-expand-icon-col,
    .arco-table-virtualized .arco-table-selection-col {
      max-width: 40px
    }

    div.arco-table-tfoot {
      background-color: var(--color-neutral-2);
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
      overflow-x: scroll;
      position: relative;
      scrollbar-color: transparent transparent;
      width: 100%;
      z-index: 1
    }

    div.arco-table-tfoot::-webkit-scrollbar {
      background-color: initial
    }

    .arco-table-tfoot .arco-table-td {
      background-color: var(--color-neutral-2)
    }

    .arco-table-pagination {
      display: flex;
      justify-content: flex-end
    }

    .arco-table-pagination-left {
      justify-content: flex-start
    }

    .arco-table-pagination-center {
      justify-content: center
    }

    .arco-table-pagination-top {
      margin-bottom: 16px;
      margin-top: 0
    }

    .arco-table-pagination .arco-pagination {
      margin-top: 16px
    }

    .arco-table-rtl {
      direction: rtl
    }

    .arco-table-rtl.arco-table-border .arco-table-td:first-child,
    .arco-table-rtl.arco-table-border .arco-table-th:first-child {
      border-left: 0;
      border-right: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-rtl.arco-table-border-cell .arco-table-td,
    .arco-table-rtl.arco-table-border-cell .arco-table-th {
      border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-rtl table thead tr:first-child th:first-child {
      border-radius: 0 var(--border-radius-medium) 0 0
    }

    .arco-table-rtl table thead tr:first-child th:last-child {
      border-radius: var(--border-radius-medium) 0 0 0
    }

    .arco-table-rtl .arco-table-td,
    .arco-table-rtl .arco-table-th {
      text-align: right
    }

    .arco-table-rtl .arco-table-td.arco-table-operation,
    .arco-table-rtl .arco-table-th.arco-table-operation .arco-table-th-item {
      text-align: center
    }

    .arco-table-rtl.arco-table-border .arco-table-container {
      border-left: 1px solid rgba(0, 0, 0, .1);
      border-right: 0
    }

    .arco-table-rtl.arco-table-border-body-cell .arco-table-td,
    .arco-table-rtl.arco-table-border-cell .arco-table-td,
    .arco-table-rtl.arco-table-border-cell .arco-table-th,
    .arco-table-rtl.arco-table-border-header-cell .arco-table-th {
      border-left: 0;
      border-right: 1px solid rgba(0, 0, 0, .1)
    }

    .arco-table-rtl.arco-table-border-cell:not(.arco-table-border) .arco-table-td:first-child,
    .arco-table-rtl.arco-table-border-cell:not(.arco-table-border) .arco-table-th:first-child {
      border-right: 0
    }

    .arco-table-rtl .arco-table-cell-expand-icon,
    .arco-table-rtl .arco-table-cell-indent {
      float: right
    }

    .arco-table-rtl .arco-table-cell-expand-icon button,
    .arco-table-rtl .arco-table-cell-expand-icon-hidden {
      margin-left: 4px;
      margin-right: 0
    }

    .arco-table-rtl .arco-table-filters {
      left: 0;
      right: unset
    }

    .arco-table-rtl .arco-table-sorter {
      margin-left: 0;
      margin-right: 6px
    }

    .arco-table-rtl .arco-table-col-fixed-left-last:after,
    .arco-table-rtl .arco-table-col-fixed-right-first:after {
      left: unset;
      right: -20px
    }

    .arco-table-rtl .arco-table-col-fixed-left-last:after {
      left: -20px;
      right: unset
    }

    .arco-table-rtl.arco-table-scroll-position-right .arco-table-col-fixed-left-last:after {
      box-shadow: none
    }

    .arco-table-rtl.arco-table-scroll-position-middle .arco-table-col-fixed-right-first:after,
    .arco-table-rtl.arco-table-scroll-position-right .arco-table-col-fixed-right-first:after {
      box-shadow: inset 6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .arco-table-rtl.arco-table-scroll-position-left .arco-table-col-fixed-right-first:after {
      box-shadow: none
    }

    .arco-table-rtl.arco-table-scroll-position-left .arco-table-col-fixed-left-last:after,
    .arco-table-rtl.arco-table-scroll-position-middle .arco-table-col-fixed-left-last:after {
      box-shadow: inset -6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .arco-table-rtl.arco-table:not(.arco-table-has-fixed-col-left).arco-table-scroll-position-middle .arco-table-content-scroll:before,
    .arco-table-rtl.arco-table:not(.arco-table-has-fixed-col-left).arco-table-scroll-position-right .arco-table-content-scroll:before {
      box-shadow: none
    }

    .arco-table-rtl.arco-table:not(.arco-table-has-fixed-col-left).arco-table-scroll-position-middle .arco-table-content-scroll:after,
    .arco-table-rtl.arco-table:not(.arco-table-has-fixed-col-left).arco-table-scroll-position-right .arco-table-content-scroll:after {
      box-shadow: inset -6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .arco-table-rtl.arco-table:not(.arco-table-has-fixed-col-right).arco-table-scroll-position-left .arco-table-content-scroll:before,
    .arco-table-rtl.arco-table:not(.arco-table-has-fixed-col-right).arco-table-scroll-position-middle .arco-table-content-scroll:before {
      box-shadow: inset 6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .arco-table-rtl.arco-table:not(.arco-table-has-fixed-col-right).arco-table-scroll-position-left .arco-table-content-scroll:after,
    .arco-table-rtl.arco-table:not(.arco-table-has-fixed-col-right).arco-table-scroll-position-middle .arco-table-content-scroll:after {
      box-shadow: none
    }

    body[arco-theme=dark] .arco-table-stripe .arco-table-tr:nth-child(2n) .arco-table-td {
      background-color: var(--color-bg-3)
    }

    .arco-icon-hover.arco-tabs-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .arco-tabs .arco-tabs-icon-hover {
      color: var(--color-text-2)
    }

    .arco-tabs .arco-tabs-icon-hover,
    .arco-tabs-dropdown-icon {
      font-size: 12px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-tabs-dropdown-icon {
      margin-left: 6px
    }

    .arco-tabs-close-icon {
      margin-left: 8px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-tabs-close-icon:focus-visible .arco-icon-hover:before {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-tabs-add-icon {
      align-items: center;
      display: inline-flex;
      font-size: 12px;
      justify-content: center;
      padding: 0 8px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-tabs-add-icon:focus-visible .arco-icon-hover:before {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-tabs-add {
      position: relative
    }

    .arco-tabs-left-icon {
      margin-left: 10px;
      margin-right: 6px
    }

    .arco-tabs-right-icon {
      margin-left: 6px;
      margin-right: 10px
    }

    .arco-tabs-up-icon {
      margin-bottom: 10px
    }

    .arco-tabs-down-icon {
      margin-top: 10px
    }

    .arco-tabs .arco-tabs-nav-icon-disabled {
      color: var(--color-text-4);
      cursor: not-allowed
    }

    .arco-tabs {
      overflow: hidden
    }

    .arco-tabs,
    .arco-tabs-header-nav {
      position: relative
    }

    .arco-tabs-header-nav:before {
      background-color: var(--color-neutral-3);
      bottom: 0;
      clear: both;
      content: "";
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      right: 0
    }

    .arco-tabs-header-nav-bottom .arco-tabs-header-ink,
    .arco-tabs-header-nav-bottom:before {
      top: 0
    }

    .arco-tabs-header-wrapper {
      display: flex;
      flex: 1 1;
      overflow: hidden
    }

    .arco-tabs-header {
      display: inline-block;
      position: relative;
      transition: transform .2s cubic-bezier(.34, .69, .1, 1);
      white-space: nowrap
    }

    .arco-tabs-header-extra {
      align-items: center;
      display: flex;
      flex-shrink: 0;
      line-height: 24px;
      width: auto
    }

    .arco-tabs-header-extra .arco-tabs-add-icon {
      padding-left: 0
    }

    .arco-tabs-header-title {
      align-items: center;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      cursor: pointer;
      display: inline-flex;
      font-size: 14px;
      line-height: 1.5715;
      padding: 0 0;
      transition: color .2s linear
    }

    .arco-tabs-header-title-text {
      display: inline-block
    }

    .arco-tabs-header-title:hover {
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .arco-tabs-header-title-disabled,
    .arco-tabs-header-title-disabled:hover {
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-tabs-header-title-active,
    .arco-tabs-header-title-active:hover {
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .arco-tabs-header-title-active.arco-tabs-header-title-disabled,
    .arco-tabs-header-title-active:hover.arco-tabs-header-title-disabled {
      color: rgb(var(--primary-3))
    }

    .arco-tabs-header-ink {
      background-color: rgb(var(--primary-6));
      bottom: 0;
      height: 2px;
      position: absolute;
      right: auto;
      top: auto;
      transition: left .2s cubic-bezier(.34, .69, .1, 1), width .2s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-tabs-header-ink.arco-tabs-header-ink-no-animation {
      transition: none
    }

    .arco-tabs-header-ink-disabled {
      background-color: var(--color-primary-light-3)
    }

    .arco-tabs-header-nav-line .arco-tabs-header-extra {
      line-height: 32px
    }

    .arco-tabs-header-nav-line .arco-tabs-header-title {
      line-height: 1.5715;
      margin: 0 16px;
      padding: 4px 0
    }

    .arco-tabs-header-nav-line .arco-tabs-header-title-text {
      display: inline-block;
      padding: 1px 0;
      position: relative
    }

    .arco-tabs-header-nav-line .arco-tabs-header-title-text:before {
      background-color: initial;
      border-radius: 2px;
      bottom: 0;
      content: "";
      left: -8px;
      opacity: 1;
      position: absolute;
      right: -8px;
      top: 0;
      transition: all .2s linear;
      z-index: -1
    }

    .arco-tabs-header-nav-line .arco-tabs-header-title:hover .arco-tabs-header-title-text:before {
      background-color: #f0f0f0
    }

    .arco-tabs-header-nav-line .arco-tabs-header-title:focus-visible .arco-tabs-header-title-text:before {
      box-shadow: inset 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-tabs-header-nav-line .arco-tabs-header-title-active .arco-tabs-header-title-text:before,
    .arco-tabs-header-nav-line .arco-tabs-header-title-active:hover .arco-tabs-header-title-text:before {
      background-color: initial
    }

    .arco-tabs-header-nav-line .arco-tabs-header-title-disabled .arco-tabs-header-title-text:before,
    .arco-tabs-header-nav-line .arco-tabs-header-title-disabled:hover .arco-tabs-header-title-text:before {
      opacity: 0
    }

    .arco-tabs-header-nav-line.arco-tabs-header-nav-horizontal>.arco-tabs-header-scroll .arco-tabs-header-title:first-of-type {
      margin-left: 16px
    }

    .arco-tabs-header-nav-line.arco-tabs-header-nav-horizontal .arco-tabs-header-no-padding>.arco-tabs-header-title:first-of-type,
    .arco-tabs-header-nav-text.arco-tabs-header-nav-horizontal .arco-tabs-header-no-padding>.arco-tabs-header-title:first-of-type {
      margin-left: 0
    }

    .arco-tabs-header-nav-card .arco-tabs-header-title,
    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title {
      border: 1px solid var(--color-neutral-3);
      font-size: 12px;
      padding: 2px 16px;
      transition: padding .2s linear, color .2s linear
    }

    .arco-tabs-header-nav-card .arco-tabs-header-title:focus-visible,
    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title:focus-visible {
      box-shadow: inset 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-tabs-header-nav-card .arco-tabs-header-title-editable,
    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title-editable {
      padding-right: 12px
    }

    .arco-tabs-header-nav-card .arco-tabs-header-title-editable:not(.arco-tabs-header-title-active):hover .arco-icon-hover:hover:before,
    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title-editable:not(.arco-tabs-header-title-active):hover .arco-icon-hover:hover:before {
      background-color: var(--color-fill-4)
    }

    .arco-tabs-header-nav-card .arco-tabs-add-icon,
    .arco-tabs-header-nav-card-gutter .arco-tabs-add-icon {
      color: var(--color-text-2);
      height: 24px
    }

    .arco-tabs-header-nav-card .arco-tabs-header-title {
      background-color: initial;
      border-right: none
    }

    .arco-tabs-header-nav-card .arco-tabs-header-title:last-child {
      border-right: 1px solid var(--color-neutral-3);
      border-top-right-radius: var(--border-radius-small)
    }

    .arco-tabs-header-nav-card .arco-tabs-header-title:first-child {
      border-top-left-radius: var(--border-radius-small)
    }

    .arco-tabs-header-nav-card .arco-tabs-header-title:hover {
      background-color: var(--color-fill-3)
    }

    .arco-tabs-header-nav-card .arco-tabs-header-title-disabled,
    .arco-tabs-header-nav-card .arco-tabs-header-title-disabled:hover {
      background-color: initial
    }

    .arco-tabs-header-nav-card .arco-tabs-header-title-active,
    .arco-tabs-header-nav-card .arco-tabs-header-title-active:hover {
      background-color: initial;
      border-bottom-color: var(--color-bg-2)
    }

    .arco-tabs-header-nav-card.arco-tabs-header-nav-bottom .arco-tabs-header-title-active,
    .arco-tabs-header-nav-card.arco-tabs-header-nav-bottom .arco-tabs-header-title-active:hover {
      border-bottom-color: var(--color-neutral-3);
      border-top-color: var(--color-bg-2)
    }

    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title {
      background-color: var(--color-fill-1);
      border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
      border-right: 1px solid var(--color-neutral-3);
      margin-left: 4px
    }

    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title:hover {
      background-color: var(--color-fill-3)
    }

    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title-disabled,
    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title-disabled:hover {
      background-color: var(--color-fill-1)
    }

    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title-active,
    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title-active:hover {
      background-color: initial;
      border-bottom-color: var(--color-bg-2)
    }

    .arco-tabs-header-nav-card-gutter .arco-tabs-header-title:first-child {
      margin-left: 0
    }

    .arco-tabs-header-nav-card-gutter.arco-tabs-header-nav-bottom .arco-tabs-header-title-active,
    .arco-tabs-header-nav-card-gutter.arco-tabs-header-nav-bottom .arco-tabs-header-title-active:hover {
      border-bottom-color: var(--color-neutral-3);
      border-top-color: var(--color-bg-2)
    }

    .arco-tabs-header-nav-text:before {
      display: none
    }

    .arco-tabs-header-nav-text .arco-tabs-header-title {
      font-size: 16px;
      line-height: 1.5715;
      margin: 0 8.5px;
      padding: 5px 0;
      position: relative
    }

    .arco-tabs-header-nav-text .arco-tabs-header-title:not(:first-of-type):before {
      background-color: rgba(0, 0, 0, .14);
      content: "";
      display: block;
      height: 12px;
      left: -8.5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 1px
    }

    .arco-tabs-header-nav-text .arco-tabs-header-title-text {
      background-color: initial;
      padding-left: 8px;
      padding-right: 8px
    }

    .arco-tabs-header-nav-text .arco-tabs-header-title-text:hover {
      background-color: initial
    }

    .arco-tabs-header-nav-text .arco-tabs-header-title:focus-visible .arco-tabs-header-title-text {
      box-shadow: inset 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-tabs-header-nav-text .arco-tabs-header-title-active .arco-tabs-header-title-text,
    .arco-tabs-header-nav-text .arco-tabs-header-title-active .arco-tabs-header-title-text:hover,
    .arco-tabs-header-nav-text .arco-tabs-header-title-disabled .arco-tabs-header-title-text,
    .arco-tabs-header-nav-text .arco-tabs-header-title-disabled .arco-tabs-header-title-text:hover {
      background-color: initial
    }

    .arco-tabs-header-nav-text .arco-tabs-header-title-active.arco-tabs-header-nav-text .arco-tabs-header-title-disabled .arco-tabs-header-title-text,
    .arco-tabs-header-nav-text .arco-tabs-header-title-active.arco-tabs-header-nav-text .arco-tabs-header-title-disabled .arco-tabs-header-title-text:hover {
      background-color: var(--color-primary-light-3)
    }

    .arco-tabs-header-nav-rounded:before {
      display: none
    }

    .arco-tabs-header-nav-rounded .arco-tabs-header-title {
      background-color: initial;
      border-radius: 32px;
      font-size: 16px;
      margin: 0 6px;
      padding: 3px 0;
      padding-left: 16px;
      padding-right: 16px
    }

    .arco-tabs-header-nav-rounded .arco-tabs-header-title:hover {
      background-color: var(--color-fill-2)
    }

    .arco-tabs-header-nav-rounded .arco-tabs-header-title:focus-visible {
      box-shadow: inset 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-tabs-header-nav-rounded .arco-tabs-header-title-disabled:hover {
      background-color: initial
    }

    .arco-tabs-header-nav-rounded .arco-tabs-header-title-active,
    .arco-tabs-header-nav-rounded .arco-tabs-header-title-active:hover {
      background-color: var(--color-fill-2)
    }

    .arco-tabs-header-nav-capsule:before {
      display: none
    }

    .arco-tabs-header-nav-capsule .arco-tabs-header-wrapper {
      justify-content: flex-end
    }

    .arco-tabs-header-nav-capsule .arco-tabs-header {
      background-color: rgba(0, 0, 0, .14);
      border-radius: 4px;
      line-height: 1;
      padding: 1px 1px
    }

    .arco-tabs-header-nav-capsule .arco-tabs-header-title {
      background-color: #fff;
      border-radius: 0;
      font-size: 12px;
      line-height: 22px;
      padding: 0 8px;
      position: relative
    }

    .arco-tabs-header-nav-capsule .arco-tabs-header-title:focus-visible {
      box-shadow: inset 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-tabs-header-nav-capsule .arco-tabs-header-title:hover {
      background-color: #fff
    }

    .arco-tabs-header-nav-capsule .arco-tabs-header-title-disabled:hover {
      background-color: unset
    }

    .arco-tabs-header-nav-capsule .arco-tabs-header-title-active,
    .arco-tabs-header-nav-capsule .arco-tabs-header-title-active:hover {
      background-color: #fff
    }

    .arco-tabs-header-nav-capsule .arco-tabs-header-title-active+.arco-tabs-header-title:before,
    .arco-tabs-header-nav-capsule .arco-tabs-header-title-active:before,
    .arco-tabs-header-nav-capsule .arco-tabs-header-title-active:hover+.arco-tabs-header-title:before,
    .arco-tabs-header-nav-capsule .arco-tabs-header-title-active:hover:before {
      opacity: 0
    }

    .arco-tabs-header-nav-capsule.arco-tabs-header-nav-horizontal .arco-tabs-header-title:not(:first-of-type) {
      margin-left: 1px
    }

    .arco-tabs-header-nav-capsule.arco-tabs-header-nav-horizontal .arco-tabs-header-title:not(:first-of-type):before {
      background-color: rgba(0, 0, 0, .14);
      content: "";
      display: block;
      height: 24px;
      left: -1px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: all .2s linear;
      width: 1px
    }

    .arco-tabs-header-scroll {
      align-items: center;
      display: flex;
      overflow: hidden;
      position: relative
    }

    .arco-tabs-content {
      box-sizing: border-box;
      overflow: hidden;
      padding-top: 16px;
      width: 100%
    }

    .arco-tabs-content .arco-tabs-content-inner {
      display: flex;
      width: 100%
    }

    .arco-tabs-content .arco-tabs-content-item {
      flex-shrink: 0;
      height: 0;
      overflow: hidden;
      width: 100%
    }

    .arco-tabs-content .arco-tabs-content-item.arco-tabs-content-item-active {
      height: auto
    }

    .arco-tabs-card-gutter>.arco-tabs-content,
    .arco-tabs-card>.arco-tabs-content {
      border: 1px solid var(--color-neutral-3);
      border-top: none
    }

    .arco-tabs-card-gutter.arco-tabs-bottom>.arco-tabs-content,
    .arco-tabs-card.arco-tabs-bottom>.arco-tabs-content {
      border-bottom: none;
      border-top: 1px solid var(--color-neutral-3)
    }

    .arco-tabs-animation.arco-tabs-content-inner {
      transition: all .2s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-tabs-horizontal.arco-tabs-justify {
      display: flex;
      flex-direction: column;
      height: 100%
    }

    .arco-tabs-horizontal.arco-tabs-justify .arco-tabs-content,
    .arco-tabs-horizontal.arco-tabs-justify .arco-tabs-content-inner,
    .arco-tabs-horizontal.arco-tabs-justify .arco-tabs-pane {
      height: 100%
    }

    .arco-tabs-header-size-mini.arco-tabs-header-nav-line .arco-tabs-header-title {
      padding-bottom: 6px;
      padding-top: 6px
    }

    .arco-tabs-header-size-mini.arco-tabs-header-nav-line .arco-tabs-header-extra {
      font-size: 12px;
      line-height: 32px
    }

    .arco-tabs-header-size-mini.arco-tabs-header-nav-card .arco-tabs-header-title,
    .arco-tabs-header-size-mini.arco-tabs-header-nav-card-gutter .arco-tabs-header-title {
      font-size: 12px;
      padding-bottom: 2px;
      padding-top: 2px
    }

    .arco-tabs-header-size-mini.arco-tabs-header-nav-card .arco-tabs-header-extra,
    .arco-tabs-header-size-mini.arco-tabs-header-nav-card-gutter .arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .arco-tabs-header-size-mini.arco-tabs-header-nav-card .arco-tabs-add-icon,
    .arco-tabs-header-size-mini.arco-tabs-header-nav-card-gutter .arco-tabs-add-icon {
      height: 24px
    }

    .arco-tabs-header-size-mini.arco-tabs-header-nav-capsule .arco-tabs-header-title {
      font-size: 12px;
      line-height: 22px
    }

    .arco-tabs-header-size-mini.arco-tabs-header-nav-capsule .arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .arco-tabs-header-size-mini.arco-tabs-header-nav-rounded .arco-tabs-header-title {
      font-size: 12px;
      padding-bottom: 3px;
      padding-top: 3px
    }

    .arco-tabs-header-size-mini.arco-tabs-header-nav-rounded .arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .arco-tabs-header-size-small.arco-tabs-header-nav-line .arco-tabs-header-title {
      padding-bottom: 4px;
      padding-top: 4px
    }

    .arco-tabs-header-size-small.arco-tabs-header-nav-line .arco-tabs-header-extra {
      font-size: 14px;
      line-height: 32px
    }

    .arco-tabs-header-size-small.arco-tabs-header-nav-card .arco-tabs-header-title,
    .arco-tabs-header-size-small.arco-tabs-header-nav-card-gutter .arco-tabs-header-title {
      font-size: 12px;
      padding-bottom: 2px;
      padding-top: 2px
    }

    .arco-tabs-header-size-small.arco-tabs-header-nav-card .arco-tabs-header-extra,
    .arco-tabs-header-size-small.arco-tabs-header-nav-card-gutter .arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .arco-tabs-header-size-small.arco-tabs-header-nav-card .arco-tabs-add-icon,
    .arco-tabs-header-size-small.arco-tabs-header-nav-card-gutter .arco-tabs-add-icon {
      height: 24px
    }

    .arco-tabs-header-size-small.arco-tabs-header-nav-capsule .arco-tabs-header-title {
      font-size: 12px;
      line-height: 22px
    }

    .arco-tabs-header-size-small.arco-tabs-header-nav-capsule .arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .arco-tabs-header-size-small.arco-tabs-header-nav-rounded .arco-tabs-header-title {
      font-size: 16px;
      padding-bottom: 1px;
      padding-top: 1px
    }

    .arco-tabs-header-size-small.arco-tabs-header-nav-rounded .arco-tabs-header-extra {
      font-size: 16px;
      line-height: 28px
    }

    .arco-tabs-header-size-large.arco-tabs-header-nav-line .arco-tabs-header-title {
      font-size: 14px;
      padding-bottom: 4px;
      padding-top: 4px
    }

    .arco-tabs-header-size-large.arco-tabs-header-nav-line .arco-tabs-header-extra {
      font-size: 14px;
      line-height: 32px
    }

    .arco-tabs-header-size-large.arco-tabs-header-nav-card .arco-tabs-header-title,
    .arco-tabs-header-size-large.arco-tabs-header-nav-card-gutter .arco-tabs-header-title {
      font-size: 12px;
      padding-bottom: 2px;
      padding-top: 2px
    }

    .arco-tabs-header-size-large.arco-tabs-header-nav-card .arco-tabs-header-extra,
    .arco-tabs-header-size-large.arco-tabs-header-nav-card-gutter .arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .arco-tabs-header-size-large.arco-tabs-header-nav-card .arco-tabs-add-icon,
    .arco-tabs-header-size-large.arco-tabs-header-nav-card-gutter .arco-tabs-add-icon {
      height: 24px
    }

    .arco-tabs-header-size-large.arco-tabs-header-nav-capsule .arco-tabs-header-title {
      font-size: 12px;
      line-height: 34px
    }

    .arco-tabs-header-size-large.arco-tabs-header-nav-capsule .arco-tabs-header-extra {
      font-size: 12px;
      line-height: 36px
    }

    .arco-tabs-header-size-large.arco-tabs-header-nav-rounded .arco-tabs-header-title {
      font-size: 16px;
      padding-bottom: 5px;
      padding-top: 5px
    }

    .arco-tabs-header-size-large.arco-tabs-header-nav-rounded .arco-tabs-header-extra {
      font-size: 16px;
      line-height: 36px
    }

    .arco-tabs-header-nav-vertical {
      float: left;
      height: 100%
    }

    .arco-tabs-header-nav-vertical:before {
      bottom: 0;
      clear: both;
      height: 100%;
      left: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 1px
    }

    .arco-tabs-header-nav-vertical .arco-tabs-add-icon {
      height: auto;
      margin-left: 0;
      margin-top: 8px;
      padding: 0 16px
    }

    .arco-tabs-header-nav-right {
      float: right
    }

    .arco-tabs-header-nav-vertical .arco-tabs-header {
      height: auto
    }

    .arco-tabs-header-nav-vertical .arco-tabs-header-scroll {
      flex-direction: column
    }

    .arco-tabs-header-nav-vertical .arco-tabs-header-overflow-scroll {
      padding: 6px 0
    }

    .arco-tabs-header-nav-vertical .arco-tabs-header-wrapper {
      flex-direction: column;
      height: 100%
    }

    .arco-tabs-header-nav-vertical .arco-tabs-header-ink {
      bottom: auto;
      left: auto;
      position: absolute;
      right: 0;
      transition: top .2s cubic-bezier(.34, .69, .1, 1), height .2s cubic-bezier(.34, .69, .1, 1);
      width: 2px
    }

    .arco-tabs-header-nav-vertical .arco-tabs-header-title {
      display: block;
      margin: 0;
      margin-top: 16px;
      white-space: nowrap
    }

    .arco-tabs-header-nav-vertical .arco-tabs-header-title:first-of-type {
      margin-top: 0
    }

    .arco-tabs-header-nav-right .arco-tabs-header-ink,
    .arco-tabs-header-nav-right:before {
      left: 0;
      right: unset
    }

    .arco-tabs-header-nav-vertical .arco-tabs-header-scroll {
      box-sizing: border-box;
      height: 100%;
      position: relative
    }

    .arco-tabs-header-nav-line.arco-tabs-header-nav-vertical .arco-tabs-header-title {
      padding: 0 20px
    }

    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card .arco-tabs-header-title {
      border: 1px solid var(--color-neutral-3);
      border-bottom-color: transparent;
      margin: 0;
      position: relative
    }

    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card .arco-tabs-header-title:first-child {
      border-top-left-radius: var(--border-radius-small)
    }

    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card .arco-tabs-header-title-active,
    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card .arco-tabs-header-title-active:hover {
      border-bottom-color: transparent;
      border-right-color: var(--color-bg-2)
    }

    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card .arco-tabs-header-title:last-child {
      border-bottom: 1px solid var(--color-neutral-3);
      border-bottom-left-radius: var(--border-radius-small)
    }

    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card.arco-tabs-header-nav-right .arco-tabs-header-title-active,
    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card.arco-tabs-header-nav-right .arco-tabs-header-title-active:hover {
      border-left-color: var(--color-bg-2);
      border-right-color: var(--color-neutral-3)
    }

    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card-gutter .arco-tabs-header-title {
      border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
      margin-left: 0;
      position: relative
    }

    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card-gutter .arco-tabs-header-title:not(:first-of-type) {
      margin-top: 4px
    }

    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card-gutter .arco-tabs-header-title-active,
    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card-gutter .arco-tabs-header-title-active:hover {
      border-bottom-color: var(--color-neutral-3);
      border-right-color: var(--color-bg-2)
    }

    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card-gutter.arco-tabs-header-nav-right .arco-tabs-header-title-active,
    .arco-tabs-header-nav-vertical.arco-tabs-header-nav-card-gutter.arco-tabs-header-nav-right .arco-tabs-header-title-active:hover {
      border-left-color: var(--color-bg-2);
      border-right-color: var(--color-neutral-3)
    }

    .arco-tabs-content-vertical {
      height: 100%;
      padding: 0;
      width: auto
    }

    .arco-tabs-right .arco-tabs-content-vertical {
      padding-right: 16px
    }

    .arco-tabs-left .arco-tabs-content-vertical {
      padding-left: 16px
    }

    .arco-tabs-card-gutter>.arco-tabs-content-vertical,
    .arco-tabs-card>.arco-tabs-content-vertical {
      border: 1px solid var(--color-neutral-3);
      border-left: none
    }

    .arco-tabs-card-gutter.arco-tabs-right>.arco-tabs-content-vertical,
    .arco-tabs-card.arco-tabs-right>.arco-tabs-content-vertical {
      border-left: 1px solid var(--color-neutral-3);
      border-right: none
    }

    .arco-tabs-rtl {
      direction: rtl
    }

    .arco-tabs-rtl .arco-tabs-close-icon {
      margin-left: 0;
      margin-right: 8px
    }

    .arco-tabs-rtl .arco-tabs-left-icon,
    .arco-tabs-rtl .arco-tabs-right-icon {
      margin-left: 6px;
      margin-right: 10px
    }

    .arco-tabs-rtl .arco-tabs-header-nav-line>.arco-tabs-header-nav-horizontal .arco-tabs-header-no-padding>.arco-tabs-header-title:first-of-type,
    .arco-tabs-rtl .arco-tabs-header-nav-line>.arco-tabs-header-nav-horizontal .arco-tabs-header-scroll>.arco-tabs-header-title:first-of-type,
    .arco-tabs-rtl .arco-tabs-header-nav-text>.arco-tabs-header-nav-horizontal .arco-tabs-header-no-padding>.arco-tabs-header-title:first-of-type {
      margin-right: 0
    }

    .arco-tabs-rtl .arco-tabs-header-nav-card .arco-tabs-header-title-editable,
    .arco-tabs-rtl .arco-tabs-header-nav-card-gutter .arco-tabs-header-title-editable {
      padding-left: 12px;
      padding-right: 0
    }

    .arco-tabs-rtl .arco-tabs-header-nav-card .arco-tabs-header-title {
      border-left: none;
      border-right: 1px solid var(--color-neutral-3)
    }

    .arco-tabs-rtl .arco-tabs-header-nav-card .arco-tabs-header-title:last-child {
      border-left: 1px solid var(--color-neutral-3);
      border-top-left-radius: var(--border-radius-small);
      border-top-right-radius: 0
    }

    .arco-tabs-rtl .arco-tabs-header-nav-card .arco-tabs-header-title:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: var(--border-radius-small)
    }

    .arco-tabs-rtl .arco-tabs-header-nav-card-gutter .arco-tabs-header-title {
      margin-right: 4px
    }

    .arco-tabs-rtl .arco-tabs-header-nav-card-gutter .arco-tabs-header-title:first-child {
      margin-right: 0
    }

    .arco-tabs-rtl .arco-tabs-header-nav-text .arco-tabs-header-title:not(:first-of-type):before {
      left: auto;
      right: -8.5px
    }

    .arco-tabs-rtl .arco-tabs-header-nav-capsule.arco-tabs-header-nav-horizontal .arco-tabs-header-title:not(:first-of-type) {
      margin-left: 0;
      margin-right: 1px
    }

    .arco-tabs-rtl .arco-tabs-header-nav-capsule.arco-tabs-header-nav-horizontal .arco-tabs-header-title:not(:first-of-type):before {
      left: auto;
      right: -1px
    }

    body[arco-theme=dark] .arco-tabs-header-nav-capsule .arco-tabs-header-title-active,
    body[arco-theme=dark] .arco-tabs-header-nav-capsule .arco-tabs-header-title:not(body[arco-theme=dark] .arco-tabs-header-nav-capsule .arco-tabs-header-title-disabled):hover {
      background-color: var(--color-fill-3)
    }

    .arco-tag {
      align-items: center;
      border: 1px solid transparent;
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      display: inline-flex;
      font-size: 12px;
      font-weight: 500;
      height: 24px;
      line-height: 22px;
      padding: 0 8px
    }

    .arco-tag .arco-icon-hover.arco-tag-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .arco-tag .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: #f0f0f0
    }

    .arco-tag-content {
      flex: 1 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-tag-checkable {
      cursor: pointer;
      transition: all .1s linear
    }

    .arco-tag-checkable:hover {
      background-color: #f5f5f5
    }

    .arco-tag-checked {
      background-color: rgba(0, 0, 0, .05);
      border-color: transparent
    }

    .arco-tag-checkable.arco-tag-checked:hover {
      background-color: #f0f0f0;
      border-color: transparent
    }

    .arco-tag-bordered,
    .arco-tag-checkable.arco-tag-checked.arco-tag-bordered:hover {
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-tag-size-small {
      font-size: 12px;
      height: 20px;
      line-height: 18px
    }

    .arco-tag-size-medium {
      font-size: 14px;
      height: 28px;
      line-height: 26px
    }

    .arco-tag-size-large {
      font-size: 14px;
      height: 32px;
      line-height: 30px
    }

    .arco-tag-hide {
      display: none
    }

    .arco-tag-loading {
      cursor: default;
      opacity: .8
    }

    .arco-tag-icon {
      color: rgba(0, 0, 0, .55);
      margin-right: 4px
    }

    .arco-tag-checked.arco-tag-red {
      background-color: rgb(var(--red-1));
      border: 1px solid transparent;
      color: rgb(var(--red-6))
    }

    .arco-tag-checked.arco-tag-red .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--red-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-red:hover {
      background-color: rgb(var(--red-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-red.arco-tag-bordered,
    .arco-tag-checked.arco-tag-red.arco-tag-bordered:hover {
      border-color: rgb(var(--red-6))
    }

    .arco-tag-checked.arco-tag-red .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-red .arco-tag-icon,
    .arco-tag-checked.arco-tag-red .arco-tag-loading-icon {
      color: rgb(var(--red-6))
    }

    .arco-tag-checked.arco-tag-orangered {
      background-color: rgb(var(--orangered-1));
      border: 1px solid transparent;
      color: rgb(var(--orangered-6))
    }

    .arco-tag-checked.arco-tag-orangered .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--orangered-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-orangered:hover {
      background-color: rgb(var(--orangered-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-orangered.arco-tag-bordered,
    .arco-tag-checked.arco-tag-orangered.arco-tag-bordered:hover {
      border-color: rgb(var(--orangered-6))
    }

    .arco-tag-checked.arco-tag-orangered .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-orangered .arco-tag-icon,
    .arco-tag-checked.arco-tag-orangered .arco-tag-loading-icon {
      color: rgb(var(--orangered-6))
    }

    .arco-tag-checked.arco-tag-orange {
      background-color: rgb(var(--orange-1));
      border: 1px solid transparent;
      color: rgb(var(--orange-6))
    }

    .arco-tag-checked.arco-tag-orange .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--orange-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-orange:hover {
      background-color: rgb(var(--orange-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-orange.arco-tag-bordered,
    .arco-tag-checked.arco-tag-orange.arco-tag-bordered:hover {
      border-color: rgb(var(--orange-6))
    }

    .arco-tag-checked.arco-tag-orange .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-orange .arco-tag-icon,
    .arco-tag-checked.arco-tag-orange .arco-tag-loading-icon {
      color: rgb(var(--orange-6))
    }

    .arco-tag-checked.arco-tag-gold {
      background-color: rgb(var(--gold-1));
      border: 1px solid transparent;
      color: rgb(var(--gold-6))
    }

    .arco-tag-checked.arco-tag-gold .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--gold-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-gold:hover {
      background-color: rgb(var(--gold-3));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-gold.arco-tag-bordered,
    .arco-tag-checked.arco-tag-gold.arco-tag-bordered:hover {
      border-color: rgb(var(--gold-6))
    }

    .arco-tag-checked.arco-tag-gold .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-gold .arco-tag-icon,
    .arco-tag-checked.arco-tag-gold .arco-tag-loading-icon {
      color: rgb(var(--gold-6))
    }

    .arco-tag-checked.arco-tag-lime {
      background-color: rgb(var(--lime-1));
      border: 1px solid transparent;
      color: rgb(var(--lime-6))
    }

    .arco-tag-checked.arco-tag-lime .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--lime-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-lime:hover {
      background-color: rgb(var(--lime-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-lime.arco-tag-bordered,
    .arco-tag-checked.arco-tag-lime.arco-tag-bordered:hover {
      border-color: rgb(var(--lime-6))
    }

    .arco-tag-checked.arco-tag-lime .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-lime .arco-tag-icon,
    .arco-tag-checked.arco-tag-lime .arco-tag-loading-icon {
      color: rgb(var(--lime-6))
    }

    .arco-tag-checked.arco-tag-green {
      background-color: rgb(var(--auxiliary-green-4));
      border: 1px solid transparent;
      color: rgb(var(--success-7))
    }

    .arco-tag-checked.arco-tag-green .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--green-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-green:hover {
      background-color: rgb(var(--green-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-green.arco-tag-bordered,
    .arco-tag-checked.arco-tag-green.arco-tag-bordered:hover {
      border-color: rgb(var(--green-6))
    }

    .arco-tag-checked.arco-tag-green .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-green .arco-tag-icon,
    .arco-tag-checked.arco-tag-green .arco-tag-loading-icon {
      color: rgb(var(--success-7))
    }

    .arco-tag-checked.arco-tag-cyan {
      background-color: rgb(var(--cyan-1));
      border: 1px solid transparent;
      color: rgb(var(--cyan-6))
    }

    .arco-tag-checked.arco-tag-cyan .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--cyan-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-cyan:hover {
      background-color: rgb(var(--cyan-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-cyan.arco-tag-bordered,
    .arco-tag-checked.arco-tag-cyan.arco-tag-bordered:hover {
      border-color: rgb(var(--cyan-6))
    }

    .arco-tag-checked.arco-tag-cyan .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-cyan .arco-tag-icon,
    .arco-tag-checked.arco-tag-cyan .arco-tag-loading-icon {
      color: rgb(var(--cyan-6))
    }

    .arco-tag-checked.arco-tag-blue {
      background-color: rgb(var(--blue-1));
      border: 1px solid transparent;
      color: rgb(var(--blue-6))
    }

    .arco-tag-checked.arco-tag-blue .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--blue-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-blue:hover {
      background-color: rgb(var(--blue-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-blue.arco-tag-bordered,
    .arco-tag-checked.arco-tag-blue.arco-tag-bordered:hover {
      border-color: rgb(var(--blue-6))
    }

    .arco-tag-checked.arco-tag-blue .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-blue .arco-tag-icon,
    .arco-tag-checked.arco-tag-blue .arco-tag-loading-icon {
      color: rgb(var(--blue-6))
    }

    .arco-tag-checked.arco-tag-arcoblue {
      background-color: rgb(var(--arcoblue-1));
      border: 1px solid transparent;
      color: rgb(var(--arcoblue-6))
    }

    .arco-tag-checked.arco-tag-arcoblue .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--arcoblue-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-arcoblue:hover {
      background-color: rgb(var(--arcoblue-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-arcoblue.arco-tag-bordered,
    .arco-tag-checked.arco-tag-arcoblue.arco-tag-bordered:hover {
      border-color: rgb(var(--arcoblue-6))
    }

    .arco-tag-checked.arco-tag-arcoblue .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-arcoblue .arco-tag-icon,
    .arco-tag-checked.arco-tag-arcoblue .arco-tag-loading-icon {
      color: rgb(var(--arcoblue-6))
    }

    .arco-tag-checked.arco-tag-purple {
      background-color: rgb(var(--purple-1));
      border: 1px solid transparent;
      color: rgb(var(--purple-6))
    }

    .arco-tag-checked.arco-tag-purple .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--purple-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-purple:hover {
      background-color: rgb(var(--purple-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-purple.arco-tag-bordered,
    .arco-tag-checked.arco-tag-purple.arco-tag-bordered:hover {
      border-color: rgb(var(--purple-6))
    }

    .arco-tag-checked.arco-tag-purple .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-purple .arco-tag-icon,
    .arco-tag-checked.arco-tag-purple .arco-tag-loading-icon {
      color: rgb(var(--purple-6))
    }

    .arco-tag-checked.arco-tag-pinkpurple {
      background-color: rgb(var(--pinkpurple-1));
      border: 1px solid transparent;
      color: rgb(var(--pinkpurple-6))
    }

    .arco-tag-checked.arco-tag-pinkpurple .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--pinkpurple-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-pinkpurple:hover {
      background-color: rgb(var(--pinkpurple-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-pinkpurple.arco-tag-bordered,
    .arco-tag-checked.arco-tag-pinkpurple.arco-tag-bordered:hover {
      border-color: rgb(var(--pinkpurple-6))
    }

    .arco-tag-checked.arco-tag-pinkpurple .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-pinkpurple .arco-tag-icon,
    .arco-tag-checked.arco-tag-pinkpurple .arco-tag-loading-icon {
      color: rgb(var(--pinkpurple-6))
    }

    .arco-tag-checked.arco-tag-magenta {
      background-color: rgb(var(--magenta-1));
      border: 1px solid transparent;
      color: rgb(var(--magenta-6))
    }

    .arco-tag-checked.arco-tag-magenta .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--magenta-2))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-magenta:hover {
      background-color: rgb(var(--magenta-2));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-magenta.arco-tag-bordered,
    .arco-tag-checked.arco-tag-magenta.arco-tag-bordered:hover {
      border-color: rgb(var(--magenta-6))
    }

    .arco-tag-checked.arco-tag-magenta .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-magenta .arco-tag-icon,
    .arco-tag-checked.arco-tag-magenta .arco-tag-loading-icon {
      color: rgb(var(--magenta-6))
    }

    .arco-tag-checked.arco-tag-gray {
      background-color: #f0f0f0;
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .55)
    }

    .arco-tag-checked.arco-tag-gray .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--gray-3))
    }

    .arco-tag-checkable.arco-tag-checked.arco-tag-gray:hover {
      background-color: rgb(var(--gray-3));
      border-color: transparent
    }

    .arco-tag-checked.arco-tag-gray.arco-tag-bordered,
    .arco-tag-checked.arco-tag-gray.arco-tag-bordered:hover {
      border-color: rgb(var(--gray-6))
    }

    .arco-tag-checked.arco-tag-gray .arco-tag-close-icon,
    .arco-tag-checked.arco-tag-gray .arco-tag-icon,
    .arco-tag-checked.arco-tag-gray .arco-tag-loading-icon {
      color: rgba(0, 0, 0, .55)
    }

    .arco-tag-custom-color {
      color: var(--color-white)
    }

    .arco-tag-custom-color .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: hsla(0, 0%, 100%, .2)
    }

    .arco-tag .arco-tag-close-btn {
      font-size: 12px;
      margin-left: 4px
    }

    .arco-tag .arco-tag-close-btn:focus-visible:before {
      box-shadow: inset 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-tag .arco-tag-close-btn>svg {
      position: relative
    }

    .arco-tag-loading-icon {
      font-size: 12px;
      margin-left: 4px
    }

    body[arco-theme=dark] .arco-tag-checked {
      color: hsla(0, 0%, 100%, .9)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-red {
      background-color: rgba(var(--red-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-red:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-red .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--red-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-orangered {
      background-color: rgba(var(--orangered-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-orangered:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-orangered .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--orangered-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-orange {
      background-color: rgba(var(--orange-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-orange:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-orange .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--orange-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-gold {
      background-color: rgba(var(--gold-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-gold:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-gold .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--gold-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-lime {
      background-color: rgba(var(--lime-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-lime:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-lime .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--lime-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-green {
      background-color: rgba(var(--green-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-green:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-green .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--green-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-cyan {
      background-color: rgba(var(--cyan-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-cyan:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-cyan .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--cyan-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-blue {
      background-color: rgba(var(--blue-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-blue:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-blue .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--blue-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-arcoblue {
      background-color: rgba(var(--arcoblue-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-arcoblue:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-arcoblue .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--arcoblue-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-purple {
      background-color: rgba(var(--purple-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-purple:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-purple .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--purple-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-pinkpurple {
      background-color: rgba(var(--pinkpurple-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-pinkpurple:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-pinkpurple .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--pinkpurple-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-magenta {
      background-color: rgba(var(--magenta-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-magenta:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-magenta .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--magenta-6), .35)
    }

    body[arco-theme=dark] .arco-tag-checked.arco-tag-gray {
      background-color: rgba(var(--gray-6), .2)
    }

    body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-gray:hover,
    body[arco-theme=dark] .arco-tag-checked.arco-tag-gray .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--gray-6), .35)
    }

    .arco-tag-rtl {
      direction: rtl
    }

    .arco-tag-rtl .arco-tag-icon {
      margin-left: 4px;
      margin-right: 0
    }

    .arco-tag-rtl .arco-tag-close-btn,
    .arco-tag-rtl .arco-tag-loading-icon {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-timeline-item {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      min-height: 52px;
      padding-left: 12px;
      position: relative
    }

    .arco-timeline-item-label {
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      line-height: 1.667
    }

    .arco-timeline-item-content {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      line-height: 1.5715;
      margin-bottom: 0
    }

    .arco-timeline-item-content-wrapper {
      margin-left: 16px
    }

    .arco-timeline-item.arco-timeline-item-last>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-line {
      display: none
    }

    .arco-timeline-item-dot-wrapper {
      height: 100%;
      left: 0;
      position: absolute;
      text-align: center
    }

    .arco-timeline-item-dot-wrapper .arco-timeline-item-dot-content {
      height: 22.001px;
      line-height: 22.001px;
      position: relative;
      width: 12px
    }

    .arco-timeline-item-dot {
      border-radius: var(--border-radius-circle);
      box-sizing: border-box;
      color: rgb(var(--primary-6));
      height: 12px;
      margin-top: -50%;
      position: relative;
      top: 50%;
      width: 12px
    }

    .arco-timeline-item-dot-custom {
      display: inline-flex;
      position: absolute;
      transform-origin: center
    }

    .arco-timeline-item-dot-custom svg {
      color: inherit
    }

    .arco-timeline-item-dot-line {
      border-color: var(--color-neutral-3);
      border-left-width: 1px;
      bottom: -3.0005px;
      box-sizing: border-box;
      left: 50%;
      position: absolute;
      top: 19.0005px;
      transform: translateX(-50%);
      width: 1px
    }

    .arco-timeline-alternate {
      overflow: hidden
    }

    .arco-timeline-alternate .arco-timeline-item-vertical-left {
      padding-left: 0
    }

    .arco-timeline-alternate .arco-timeline-item-vertical-left>.arco-timeline-item-dot-wrapper {
      left: 50%
    }

    .arco-timeline-alternate .arco-timeline-item-vertical-left>.arco-timeline-item-content-wrapper {
      left: 50%;
      margin-left: 28px;
      padding-right: 28px;
      width: 50%
    }

    .arco-timeline-alternate .arco-timeline-item-vertical-right {
      padding-right: 0
    }

    .arco-timeline-alternate .arco-timeline-item-vertical-right>.arco-timeline-item-dot-wrapper {
      left: 50%
    }

    .arco-timeline-alternate .arco-timeline-item-vertical-right>.arco-timeline-item-content-wrapper {
      left: 0;
      margin-left: -16px;
      margin-right: 0;
      padding-right: 16px;
      text-align: right;
      width: 50%
    }

    .arco-timeline-right .arco-timeline-item-vertical-right {
      padding-right: 12px
    }

    .arco-timeline-right .arco-timeline-item-vertical-right>.arco-timeline-item-dot-wrapper {
      left: unset;
      right: 0
    }

    .arco-timeline-right .arco-timeline-item-vertical-right>.arco-timeline-item-content-wrapper {
      margin-left: 0;
      margin-right: 16px;
      text-align: right
    }

    .arco-timeline-item-label-relative>.arco-timeline-item-label {
      box-sizing: border-box;
      max-width: 100px;
      position: absolute;
      top: 0
    }

    .arco-timeline-item-vertical-left.arco-timeline-item-label-relative {
      margin-left: 100px
    }

    .arco-timeline-item-vertical-left.arco-timeline-item-label-relative>.arco-timeline-item-label {
      left: 0;
      padding-right: 16px;
      text-align: right;
      transform: translateX(-100%)
    }

    .arco-timeline-item-vertical-right.arco-timeline-item-label-relative {
      margin-right: 100px
    }

    .arco-timeline-item-vertical-right.arco-timeline-item-label-relative>.arco-timeline-item-label {
      padding-left: 16px;
      right: 0;
      text-align: left;
      transform: translateX(100%)
    }

    .arco-timeline-item-horizontal-top.arco-timeline-item-label-relative {
      margin-top: 50px
    }

    .arco-timeline-item-horizontal-top.arco-timeline-item-label-relative>.arco-timeline-item-label {
      padding-bottom: 8px;
      transform: translateY(-100%)
    }

    .arco-timeline-item-horizontal-top.arco-timeline-item-label-relative>.arco-timeline-item-content {
      margin-bottom: 0
    }

    .arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative {
      margin-bottom: 50px
    }

    .arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative>.arco-timeline-item-content {
      margin-bottom: 0
    }

    .arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative>.arco-timeline-item-label {
      bottom: 0;
      padding-top: 8px;
      text-align: left;
      top: unset;
      transform: translateY(100%)
    }

    .arco-timeline-alternate .arco-timeline-item-vertical-left.arco-timeline-item-label-relative {
      margin-left: 0
    }

    .arco-timeline-alternate .arco-timeline-item-vertical-left.arco-timeline-item-label-relative>.arco-timeline-item-label {
      left: 0;
      max-width: unset;
      transform: none;
      width: 50%
    }

    .arco-timeline-alternate .arco-timeline-item-vertical-right.arco-timeline-item-label-relative {
      margin-right: 0
    }

    .arco-timeline-alternate .arco-timeline-item-vertical-right.arco-timeline-item-label-relative>.arco-timeline-item-label {
      max-width: unset;
      right: 0;
      transform: none;
      width: 50%
    }

    .arco-timeline-alternate .arco-timeline-item-horizontal-top.arco-timeline-item-label-relative {
      margin-top: 0
    }

    .arco-timeline-alternate .arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative {
      margin-bottom: 0
    }

    .arco-timeline-direction-horizontal {
      display: flex
    }

    .arco-timeline-item-dot-line-is-horizontal {
      border-left: none;
      border-top-width: 1px;
      height: 1px;
      left: 14px;
      right: 4px;
      top: 50%;
      transform: translateY(-50%);
      width: unset
    }

    .arco-timeline-item-horizontal-bottom,
    .arco-timeline-item-horizontal-top {
      flex: 1 1;
      min-height: unset;
      padding-left: 0;
      padding-right: 0
    }

    .arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper,
    .arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper {
      height: auto;
      top: 0;
      width: 100%
    }

    .arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot,
    .arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot {
      margin-top: unset;
      top: unset
    }

    .arco-timeline-item-horizontal-top {
      padding-top: 12px
    }

    .arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper {
      bottom: unset;
      top: 0
    }

    .arco-timeline-item-horizontal-top>.arco-timeline-item-content-wrapper {
      margin-left: 0;
      margin-top: 8px
    }

    .arco-timeline-item-horizontal-bottom {
      padding-bottom: 12px
    }

    .arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper {
      bottom: 0;
      top: unset
    }

    .arco-timeline-item-horizontal-bottom>.arco-timeline-item-content-wrapper {
      margin-bottom: 8px;
      margin-left: 0
    }

    .arco-timeline-alternate.arco-timeline-direction-horizontal {
      align-items: center;
      min-height: 200px;
      overflow: visible
    }

    .arco-timeline-alternate.arco-timeline-direction-horizontal .arco-timeline-item-horizontal-bottom {
      margin-top: 12px;
      transform: translateY(-50%)
    }

    .arco-timeline-alternate.arco-timeline-direction-horizontal .arco-timeline-item-horizontal-top {
      margin-top: -12px;
      transform: translateY(50%)
    }

    .arco-timeline-rtl .arco-timeline-item-vertical-left>.arco-timeline-item-content-wrapper {
      text-align: left
    }

    .arco-timeline-rtl.arco-timeline-alternate .arco-timeline-item-vertical-left.arco-timeline-item-label-relative>.arco-timeline-item-label {
      left: 50%;
      padding-left: 16px;
      padding-right: 0;
      text-align: left
    }

    .arco-timeline-rtl.arco-timeline-alternate .arco-timeline-item-vertical-left.arco-timeline-item-label-relative>.arco-timeline-item-content-wrapper {
      left: auto;
      margin-left: 0;
      margin-right: 16px;
      padding-left: 16px;
      padding-right: 0;
      right: 50%;
      text-align: right
    }

    .arco-timeline-rtl.arco-timeline-alternate .arco-timeline-item-vertical-right.arco-timeline-item-label-relative>.arco-timeline-item-label {
      padding-left: 0;
      padding-right: 16px;
      right: 50%;
      text-align: right
    }

    .arco-timeline-rtl.arco-timeline-alternate .arco-timeline-item-vertical-right.arco-timeline-item-label-relative>.arco-timeline-item-content-wrapper {
      left: 0;
      margin-left: 0;
      margin-right: -28px;
      padding-left: 28px;
      padding-right: 0;
      right: auto;
      text-align: left
    }

    .arco-timeline-rtl.arco-timeline-alternate .arco-timeline-item-vertical-left>.arco-timeline-item-content-wrapper {
      right: 50%;
      text-align: right
    }

    .arco-timeline-rtl.arco-timeline-alternate .arco-timeline-item-vertical-right>.arco-timeline-item-content-wrapper {
      left: 0;
      margin-left: 0;
      margin-right: -28px;
      padding-left: 28px;
      padding-right: 0;
      text-align: left
    }

    .arco-timepicker {
      box-sizing: border-box;
      display: flex;
      padding: 0;
      position: relative
    }

    .arco-timepicker-container {
      background-color: var(--color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
      overflow: hidden
    }

    .arco-timepicker-list {
      box-sizing: border-box;
      height: 224px;
      overflow: hidden;
      scrollbar-width: none;
      width: 64px
    }

    .arco-timepicker-list::-webkit-scrollbar {
      width: 0
    }

    .arco-timepicker-list:not(:last-child) {
      border-right: 1px solid var(--color-neutral-3)
    }

    .arco-timepicker-list:hover {
      overflow-y: auto
    }

    .arco-timepicker-list ul {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0
    }

    .arco-timepicker-list ul:after {
      content: "";
      display: block;
      height: 192px;
      width: 100%
    }

    .arco-timepicker-cell {
      color: rgba(0, 0, 0, .65);
      cursor: pointer;
      font-weight: 400;
      padding: 8px/2 0;
      text-align: center
    }

    .arco-timepicker-cell-inner {
      font-size: 14px;
      height: 24px;
      line-height: 24px
    }

    .arco-timepicker-cell:not(.arco-timepicker-cell-selected):not(.arco-timepicker-cell-disabled):hover .arco-timepicker-cell-inner {
      background-color: #f5f5f5
    }

    .arco-timepicker-cell-selected .arco-timepicker-cell-inner {
      background-color: rgb(var(--primary-1));
      font-weight: 600
    }

    .arco-timepicker-cell-disabled {
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-timepicker-footer-extra-wrapper {
      border-top: 1px solid var(--color-neutral-3);
      color: rgba(0, 0, 0, .65);
      font-size: 12px;
      padding: 8px 8px
    }

    .arco-timepicker-footer-btn-wrapper {
      border-top: 1px solid var(--color-neutral-3);
      display: flex;
      justify-content: space-between;
      padding: 8px 8px
    }

    .arco-tooltip-content {
      background-color: #000;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      color: #fff;
      font-size: 12px;
      line-height: 1.5715;
      padding: 8px 12px
    }

    .arco-tooltip-content-inner {
      word-wrap: break-word;
      text-align: left
    }

    .arco-tooltip-mini {
      font-size: 12px;
      padding: 4px 12px
    }

    .arco-trigger-arrow.arco-tooltip-arrow {
      background-color: #000
    }

    body[arco-theme=dark] .arco-tooltip-content {
      border: 1px solid var(--color-neutral-3)
    }

    body[arco-theme=dark] .arco-tooltip .arco-trigger-arrow.arco-tooltip-arrow {
      z-index: 1
    }

    body[arco-theme=dark] .arco-trigger[trigger-placement=tl] .arco-trigger-arrow.arco-tooltip-arrow,
    body[arco-theme=dark] .arco-trigger[trigger-placement=top] .arco-trigger-arrow.arco-tooltip-arrow,
    body[arco-theme=dark] .arco-trigger[trigger-placement=tr] .arco-trigger-arrow.arco-tooltip-arrow {
      border-bottom: 1px solid var(--color-neutral-3);
      border-right: 1px solid var(--color-neutral-3)
    }

    body[arco-theme=dark] .arco-trigger[trigger-placement=bl] .arco-trigger-arrow.arco-tooltip-arrow,
    body[arco-theme=dark] .arco-trigger[trigger-placement=bottom] .arco-trigger-arrow.arco-tooltip-arrow,
    body[arco-theme=dark] .arco-trigger[trigger-placement=br] .arco-trigger-arrow.arco-tooltip-arrow {
      border-left: 1px solid var(--color-neutral-3);
      border-top: 1px solid var(--color-neutral-3)
    }

    body[arco-theme=dark] .arco-trigger[trigger-placement=lb] .arco-trigger-arrow.arco-tooltip-arrow,
    body[arco-theme=dark] .arco-trigger[trigger-placement=left] .arco-trigger-arrow.arco-tooltip-arrow,
    body[arco-theme=dark] .arco-trigger[trigger-placement=lt] .arco-trigger-arrow.arco-tooltip-arrow {
      border-right: 1px solid var(--color-neutral-3);
      border-top: 1px solid var(--color-neutral-3)
    }

    body[arco-theme=dark] .arco-trigger[trigger-placement=rb] .arco-trigger-arrow.arco-tooltip-arrow,
    body[arco-theme=dark] .arco-trigger[trigger-placement=right] .arco-trigger-arrow.arco-tooltip-arrow,
    body[arco-theme=dark] .arco-trigger[trigger-placement=rt] .arco-trigger-arrow.arco-tooltip-arrow {
      border-bottom: 1px solid var(--color-neutral-3);
      border-left: 1px solid var(--color-neutral-3)
    }

    .arco-transfer {
      align-items: center;
      display: flex
    }

    .arco-transfer-view {
      border: 1px solid var(--color-neutral-3);
      border-radius: var(--border-radius-small);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      height: 224px;
      width: 200px
    }

    .arco-transfer-view-search {
      padding: 8px 12px 4px 12px
    }

    .arco-transfer-view-list {
      flex: 1 1
    }

    .arco-transfer-view-custom-list {
      flex: 1 1;
      overflow: auto
    }

    .arco-transfer-view-header,
    .arco-transfer-view-item {
      align-items: center;
      display: flex;
      padding: 0 10px
    }

    .arco-transfer-view-header>:first-child,
    .arco-transfer-view-item .arco-transfer-view-item-content {
      flex: 1 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-transfer-view-header>:first-child:not(:last-child),
    .arco-transfer-view-item .arco-transfer-view-item-content:not(:last-child) {
      margin-right: 8px
    }

    .arco-transfer-view-header {
      background-color: var(--color-fill-1);
      color: var(--color-text-1);
      font-size: 16px;
      font-weight: 500;
      height: 40px;
      line-height: 40px
    }

    .arco-transfer-view-header-title {
      align-items: center;
      display: flex
    }

    .arco-transfer-view-header-title .arco-checkbox {
      font-size: inherit;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-transfer-view-header-title .arco-checkbox-text {
      color: inherit
    }

    .arco-transfer-view-header-unit {
      color: var(--color-text-3);
      font-size: 12px;
      font-weight: 400;
      margin-right: 2px
    }

    .arco-transfer-view-item {
      background-color: initial;
      color: var(--color-text-1);
      cursor: default;
      height: 36px;
      line-height: 36px;
      list-style: none;
      position: relative
    }

    .arco-transfer-view-item-content {
      font-size: 16px
    }

    .arco-transfer-view-item-disabled {
      background-color: initial;
      color: var(--color-text-4);
      cursor: not-allowed
    }

    .arco-transfer-view-item:not(.arco-transfer-view-item-disabled):hover {
      background-color: var(--color-fill-2);
      color: var(--color-text-1)
    }

    .arco-transfer-view-item .arco-checkbox {
      width: 100%
    }

    .arco-transfer-view-item .arco-checkbox-text {
      color: inherit
    }

    .arco-transfer-view-item-draggable:first-child {
      margin-top: 2px
    }

    .arco-transfer-view-item-draggable:last-child {
      margin-bottom: 2px
    }

    .arco-transfer-view-item-draggable:before {
      border-radius: 1px;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      right: 0
    }

    .arco-transfer-view-item-gap-bottom:before {
      background-color: rgb(var(--primary-6));
      bottom: -2px
    }

    .arco-transfer-view-item-gap-top:before {
      background-color: rgb(var(--primary-6));
      top: -2px
    }

    .arco-transfer-view-item-dragging {
      background-color: var(--color-fill-1) !important;
      color: var(--color-text-4) !important
    }

    .arco-transfer-view-item-dragged {
      animation: arco-transfer-drag-item-blink .4s;
      animation-timing-function: linear
    }

    .arco-transfer-view .arco-transfer-view-icon-clear {
      margin-left: 8px
    }

    .arco-transfer-view .arco-transfer-view-icon-clear,
    .arco-transfer-view .arco-transfer-view-item-icon-remove {
      color: var(--color-text-2);
      cursor: pointer;
      font-size: 12px
    }

    .arco-transfer-view .arco-transfer-view-icon-clear:hover:before,
    .arco-transfer-view .arco-transfer-view-item-icon-remove:hover:before {
      background-color: var(--color-fill-3)
    }

    .arco-transfer-view .arco-transfer-view-icon-clear:focus-visible:before,
    .arco-transfer-view .arco-transfer-view-item-icon-remove:focus-visible:before {
      box-shadow: 0 0 0 2px rgb(var(--primary-6))
    }

    .arco-transfer-view .arco-list {
      border-radius: 0;
      display: flex;
      flex-direction: column;
      height: 100%
    }

    .arco-transfer-view .arco-list-content {
      flex: 1 1;
      overflow-y: auto
    }

    .arco-transfer-view .arco-list-footer {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      height: 40px;
      padding: 0 8px;
      position: relative
    }

    .arco-transfer-view .arco-list .arco-pagination {
      margin: 0;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-transfer-view .arco-list .arco-pagination-jumper-input {
      width: 24px
    }

    .arco-transfer-view .arco-list .arco-pagination-jumper-separator {
      padding: 0 8px
    }

    .arco-transfer-view .arco-checkbox {
      padding-left: 6px
    }

    .arco-transfer-view .arco-checkbox-wrapper {
      display: inline
    }

    .arco-transfer-view .arco-checkbox .arco-icon-hover:hover:before {
      background-color: var(--color-fill-3)
    }

    .arco-transfer-operations {
      padding: 0 20px
    }

    .arco-transfer-operations .arco-btn {
      display: block
    }

    .arco-transfer-operations .arco-btn:last-child {
      margin-top: 12px
    }

    .arco-transfer-operations-words .arco-btn {
      padding: 0 12px;
      text-align: left;
      width: 100%
    }

    .arco-transfer-simple .arco-transfer-view-source {
      border-bottom-right-radius: 0;
      border-right: none;
      border-top-right-radius: 0
    }

    .arco-transfer-simple .arco-transfer-view-target {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .arco-transfer-disabled .arco-transfer-view-header {
      color: var(--color-text-4)
    }

    .arco-transfer-rtl {
      direction: rtl
    }

    .arco-transfer-rtl .arco-transfer-view-search {
      padding: 8px 12px 4px 12px
    }

    .arco-transfer-rtl .arco-transfer-view-header>:first-child:not(:last-child),
    .arco-transfer-rtl .arco-transfer-view-item .arco-transfer-rtl .arco-transfer-view-item-content:not(:last-child) {
      margin-left: 8px;
      margin-right: 0
    }

    .arco-transfer-rtl .arco-transfer-view-header-unit {
      margin-left: 2px;
      margin-right: 0
    }

    .arco-transfer-rtl .arco-transfer-view-icon-clear {
      margin-left: 0;
      margin-right: 8px
    }

    .arco-transfer-rtl .arco-transfer-view .arco-list .arco-pagination {
      left: 8px;
      right: auto
    }

    .arco-transfer-rtl .arco-transfer-view .arco-checkbox {
      padding-left: 0;
      padding-right: 6px
    }

    .arco-transfer-rtl .arco-transfer-operations-words .arco-btn {
      text-align: right
    }

    .arco-transfer-rtl.arco-transfer-simple .arco-transfer-view-source {
      border-left: none;
      border-right: 1px solid var(--color-neutral-3)
    }

    .arco-icon-hover.arco-tree-node-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .arco-tree-node-switcher {
      align-items: center;
      color: var(--color-text-2);
      cursor: pointer;
      display: flex;
      flex-shrink: 0;
      font-size: 12px;
      height: 32px;
      margin-right: 10px;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 12px
    }

    .arco-tree-node-switcher-icon {
      margin: 0 auto;
      position: relative
    }

    .arco-tree-node-switcher-icon svg {
      position: relative;
      transform: rotate(-90deg);
      transition: transform .2s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-tree-node-expanded .arco-tree-node-switcher-icon svg,
    .arco-tree-node-is-leaf .arco-tree-node-switcher-icon svg {
      transform: rotate(0)
    }

    .arco-tree-node-drag-icon {
      color: rgb(var(--primary-6));
      margin-left: 120px;
      opacity: 0
    }

    .arco-tree-node-custom-icon {
      cursor: pointer;
      font-size: inherit;
      margin-right: 10px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-tree-node .arco-icon-loading {
      color: rgb(var(--primary-6))
    }

    .arco-tree-node-minus-icon,
    .arco-tree-node-plus-icon {
      background: var(--color-fill-2);
      border: 1px solid transparent;
      border-radius: var(--border-radius-small);
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      height: 14px;
      position: relative;
      width: 14px
    }

    .arco-tree-node-minus-icon:after,
    .arco-tree-node-plus-icon:after {
      height: 2px;
      margin-left: -3px;
      margin-top: -1px;
      width: 6px
    }

    .arco-tree-node-minus-icon:after,
    .arco-tree-node-plus-icon:after,
    .arco-tree-node-plus-icon:before {
      background-color: var(--color-text-2);
      border-radius: .5px;
      color: var(--color-text-2);
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%
    }

    .arco-tree-node-plus-icon:before {
      height: 6px;
      margin-left: -1px;
      margin-top: -3px;
      width: 2px
    }

    .arco-tree {
      color: rgba(0, 0, 0, .92)
    }

    .arco-tree .arco-checkbox {
      line-height: 32px;
      margin-right: 10px;
      padding-left: 0
    }

    .arco-tree-node {
      align-items: flex-start;
      color: rgba(0, 0, 0, .92);
      cursor: pointer;
      display: flex;
      flex-wrap: nowrap;
      line-height: 1.5715;
      padding-left: 2px;
      position: relative
    }

    .arco-tree-node-selected .arco-tree-node-title,
    .arco-tree-node-selected .arco-tree-node-title:hover {
      color: rgb(var(--primary-6));
      transition: color .2s linear
    }

    .arco-tree-node-disabled .arco-tree-node-title,
    .arco-tree-node-disabled .arco-tree-node-title:hover,
    .arco-tree-node-disabled-selectable .arco-tree-node-title,
    .arco-tree-node-disabled-selectable .arco-tree-node-title:hover {
      background: none;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-tree-node-disabled.arco-tree-node-selected .arco-tree-node-title {
      color: rgb(var(--primary-3))
    }

    .arco-tree-node-title-block {
      box-sizing: initial;
      flex: 1 1
    }

    .arco-tree-node-title-block .arco-tree-node-drag-icon {
      margin-left: unset;
      position: absolute;
      right: 12px
    }

    .arco-tree-node-indent {
      align-self: stretch;
      flex-shrink: 0;
      position: relative
    }

    .arco-tree-node-indent-block {
      display: inline-block;
      height: 100%;
      margin-right: 10px;
      position: relative;
      vertical-align: top;
      width: 12px
    }

    .arco-tree-node-title {
      border-radius: var(--border-radius-small);
      font-size: 14px;
      margin-left: -4px;
      padding: 5px 0;
      padding-left: 4px;
      padding-right: 4px;
      position: relative
    }

    .arco-tree-node-title:hover {
      background-color: initial;
      color: var(--color-text-1)
    }

    .arco-tree-node-title:hover .arco-tree-node-drag-icon {
      opacity: 1
    }

    .arco-tree-node-title-draggable:before {
      border-radius: 1px;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0
    }

    .arco-tree-node-title-gap-bottom:before {
      background-color: rgb(var(--primary-6));
      bottom: 0;
      top: unset
    }

    .arco-tree-node-title-gap-top:before {
      background-color: rgb(var(--primary-6))
    }

    .arco-tree-node-title-highlight {
      background-color: var(--color-primary-light-1);
      color: var(--color-text-1)
    }

    .arco-tree-node-title-dragging,
    .arco-tree-node-title-dragging:hover {
      background-color: var(--color-fill-1);
      color: var(--color-text-4)
    }

    .arco-tree-show-line {
      padding-left: 1px
    }

    .arco-tree-show-line .arco-tree-node-switcher {
      text-align: center;
      width: 14px
    }

    .arco-tree-show-line .arco-tree-node-switcher .arco-tree-node-icon-hover {
      width: 100%
    }

    .arco-tree-show-line .arco-tree-node-indent-block {
      width: 14px
    }

    .arco-tree-show-line .arco-tree-node-indent-block:before {
      border-left: 1px solid var(--color-neutral-3);
      bottom: -5px;
      box-sizing: border-box;
      content: "";
      left: 50%;
      position: absolute;
      top: -5px;
      transform: translateX(-50%);
      width: 1px
    }

    .arco-tree-show-line .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:after {
      border-left: 1px solid var(--color-neutral-3);
      bottom: -5px;
      box-sizing: border-box;
      content: "";
      position: absolute;
      right: -7px;
      top: 27px;
      transform: translateX(50%);
      width: 1px
    }

    .arco-tree-show-line .arco-tree-node-indent-block-lineless:before {
      display: none
    }

    .arco-tree-size-mini .arco-tree-node-switcher {
      height: 24px
    }

    .arco-tree-size-mini .arco-checkbox {
      line-height: 24px
    }

    .arco-tree-size-mini .arco-tree-node-title {
      font-size: 12px;
      line-height: 1.667;
      padding-bottom: 2px;
      padding-top: 2px
    }

    .arco-tree-size-mini .arco-tree-node-indent-block:before {
      bottom: -1px;
      top: 23px
    }

    .arco-tree-size-mini .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:after {
      bottom: -1px;
      top: -1px
    }

    .arco-tree-size-small .arco-tree-node-switcher {
      height: 28px
    }

    .arco-tree-size-small .arco-checkbox {
      line-height: 28px
    }

    .arco-tree-size-small .arco-tree-node-title {
      font-size: 14px;
      padding-bottom: 6px/2;
      padding-top: 6px/2
    }

    .arco-tree-size-small .arco-tree-node-indent-block:before {
      bottom: -3px;
      top: 25px
    }

    .arco-tree-size-small .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:after {
      bottom: -3px;
      top: -3px
    }

    .arco-tree-size-large .arco-tree-node-switcher {
      height: 36px
    }

    .arco-tree-size-large .arco-checkbox {
      line-height: 36px
    }

    .arco-tree-size-large .arco-tree-node-title {
      font-size: 16px;
      padding-bottom: 11px/2;
      padding-top: 11px/2
    }

    .arco-tree-size-large .arco-tree-node-indent-block:before {
      bottom: -7px;
      top: 29px
    }

    .arco-tree-size-large .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:after {
      bottom: -7px;
      top: -7px
    }

    .arco-tree-node-list {
      overflow: hidden;
      transition: height .2s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-tree-rtl {
      direction: rtl
    }

    .arco-tree-rtl .arco-tree-node-switcher {
      margin-left: 10px;
      margin-right: 0
    }

    .arco-tree-rtl .arco-tree-node-switcher-icon svg {
      transform: rotate(90deg)
    }

    .arco-tree-rtl .arco-tree-node-expanded .arco-tree-node-switcher-icon svg,
    .arco-tree-rtl .arco-tree-node-is-leaf .arco-tree-node-switcher-icon svg {
      transform: rotate(0)
    }

    .arco-tree-rtl .arco-tree-node-custom-icon {
      margin-left: 10px;
      margin-right: 0
    }

    .arco-tree-rtl .arco-tree-node-minus-icon:after,
    .arco-tree-rtl .arco-tree-node-plus-icon:after {
      margin-left: 0;
      margin-right: -3px
    }

    .arco-tree-rtl .arco-tree-node-plus-icon:before {
      margin-left: 0;
      margin-right: -1px
    }

    .arco-tree-rtl .arco-checkbox {
      margin-left: 10px;
      margin-right: 0;
      padding-right: 0
    }

    .arco-tree-rtl .arco-tree-node {
      align-items: flex-end;
      padding-left: 0;
      padding-right: 2px
    }

    .arco-tree-rtl .arco-tree-node-title-block .arco-tree-node-drag-icon {
      left: 12px;
      margin-right: unset;
      right: auto
    }

    .arco-tree-rtl-node-indent-block {
      margin-left: 10px;
      margin-right: 0
    }

    .arco-tree-rtl-node-title {
      margin-left: unset;
      margin-right: -4px;
      padding-left: 4px;
      padding-right: 4px
    }

    .arco-tree-rtl-show-line {
      padding-left: 0;
      padding-right: 1px
    }

    .arco-tree-rtl-show-line .arco-tree-node-indent-block:before {
      border-left: none;
      border-right: 1px solid var(--color-neutral-3)
    }

    .arco-tree-rtl-show-line .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:after {
      left: -7px
    }

    .arco-tree-select .arco-tree-select-view {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .92)
    }

    .arco-tree-select:hover .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--primary-5))
    }

    .arco-tree-select.arco-tree-select-focused .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--primary-6));
      box-shadow: 0 0 0 0 var(--color-primary-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .arco-tree-select .arco-tree-select-arrow-icon,
    .arco-tree-select .arco-tree-select-clear-icon,
    .arco-tree-select .arco-tree-select-expand-icon,
    .arco-tree-select .arco-tree-select-loading-icon,
    .arco-tree-select .arco-tree-select-search-icon,
    .arco-tree-select .arco-tree-select-suffix-icon {
      color: rgba(0, 0, 0, .55)
    }

    .arco-tree-select-error .arco-tree-select-view {
      background-color: #fff;
      border: 1px solid rgb(var(--danger-6))
    }

    .arco-tree-select-error:hover .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-tree-select-error.arco-tree-select-focused .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--danger-6));
      box-shadow: 0 0 0 0 #fff;
      color: rgba(0, 0, 0, .92)
    }

    .arco-tree-select-warning .arco-tree-select-view {
      background-color: var(--color-warning-light-1);
      border: 1px solid transparent
    }

    .arco-tree-select-warning:hover .arco-tree-select-view {
      background-color: var(--color-warning-light-2);
      border-color: transparent
    }

    .arco-tree-select-warning.arco-tree-select-focused .arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--warning-6));
      box-shadow: 0 0 0 0 var(--color-warning-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .arco-tree-select-disabled .arco-tree-select-view {
      background-color: #f0f0f0;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .arco-tree-select-disabled:hover .arco-tree-select-view {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14)
    }

    .arco-tree-select-disabled .arco-tree-select-arrow-icon,
    .arco-tree-select-disabled .arco-tree-select-clear-icon,
    .arco-tree-select-disabled .arco-tree-select-expand-icon,
    .arco-tree-select-disabled .arco-tree-select-loading-icon,
    .arco-tree-select-disabled .arco-tree-select-search-icon,
    .arco-tree-select-disabled .arco-tree-select-suffix-icon {
      color: var(--color-text-4)
    }

    .arco-tree-select-no-border .arco-tree-select-view {
      background: none !important;
      border: none !important
    }

    .arco-tree-select-size-mini.arco-tree-select-multiple .arco-tree-select-view {
      font-size: 12px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-tree-select-size-mini.arco-tree-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-tree-select-size-mini.arco-tree-select-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-tree-select-size-mini.arco-tree-select-multiple .arco-tree-select-suffix {
      padding-right: 8px
    }

    .arco-tree-select-size-mini.arco-tree-select-multiple input {
      font-size: 12px
    }

    .arco-tree-select-size-mini.arco-tree-select-single .arco-tree-select-view {
      font-size: 12px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .arco-tree-select-size-mini.arco-tree-select-single input {
      font-size: 12px
    }

    .arco-tree-select-size-mini.arco-tree-select-multiple .arco-tree-select-view-with-prefix {
      padding-left: 11px
    }

    .arco-tree-select-size-small.arco-tree-select-multiple .arco-tree-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-tree-select-size-small.arco-tree-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-tree-select-size-small.arco-tree-select-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-tree-select-size-small.arco-tree-select-multiple .arco-tree-select-suffix {
      padding-right: 8px
    }

    .arco-tree-select-size-small.arco-tree-select-multiple input {
      font-size: 14px
    }

    .arco-tree-select-size-small.arco-tree-select-single .arco-tree-select-view {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .arco-tree-select-size-small.arco-tree-select-single input {
      font-size: 14px
    }

    .arco-tree-select-size-small.arco-tree-select-multiple .arco-tree-select-view-with-prefix {
      padding-left: 11px
    }

    .arco-tree-select-size-default.arco-tree-select-multiple .arco-tree-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-tree-select-size-default.arco-tree-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-tree-select-size-default.arco-tree-select-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-tree-select-size-default.arco-tree-select-multiple .arco-tree-select-suffix {
      padding-right: 8px
    }

    .arco-tree-select-size-default.arco-tree-select-multiple input {
      font-size: 14px
    }

    .arco-tree-select-size-default.arco-tree-select-single .arco-tree-select-view {
      font-size: 14px;
      height: 36px;
      line-height: 34px;
      padding: 0 11px
    }

    .arco-tree-select-size-default.arco-tree-select-single input {
      font-size: 14px
    }

    .arco-tree-select-size-default.arco-tree-select-multiple .arco-tree-select-view-with-prefix {
      padding-left: 11px
    }

    .arco-tree-select-size-large.arco-tree-select-multiple .arco-tree-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .arco-tree-select-size-large.arco-tree-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-tree-select-size-large.arco-tree-select-multiple .arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .arco-tree-select-size-large.arco-tree-select-multiple .arco-tree-select-suffix {
      padding-right: 8px
    }

    .arco-tree-select-size-large.arco-tree-select-multiple input {
      font-size: 14px
    }

    .arco-tree-select-size-large.arco-tree-select-single .arco-tree-select-view {
      font-size: 14px;
      height: 44px;
      line-height: 42px;
      padding: 0 11px
    }

    .arco-tree-select-size-large.arco-tree-select-single input {
      font-size: 14px
    }

    .arco-tree-select-size-large.arco-tree-select-multiple .arco-tree-select-view-with-prefix {
      padding-left: 11px
    }

    .arco-tree-select {
      cursor: pointer;
      display: inline-block
    }

    .arco-tree-select,
    .arco-tree-select-view {
      box-sizing: border-box;
      position: relative;
      width: 100%
    }

    .arco-tree-select-view {
      border-radius: 4px;
      display: flex;
      outline: none;
      text-align: left;
      transition: all .1s linear, padding 0s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .arco-tree-select-view input {
      color: inherit;
      cursor: inherit
    }

    .arco-tree-select-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-tree-select-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-tree-select-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-tree-select-multiple,
    .arco-tree-select-show-search {
      cursor: text
    }

    .arco-tree-select-disabled {
      cursor: not-allowed
    }

    .arco-tree-select-disabled .arco-tree-select-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-tree-select-disabled .arco-tree-select-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-tree-select-disabled .arco-tree-select-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .arco-tree-select-single .arco-tree-select-view-input {
      background: transparent;
      border: none;
      box-sizing: border-box;
      outline: none;
      overflow: hidden;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-tree-select-single .arco-tree-select-view-selector {
      box-sizing: border-box;
      display: inline-flex;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .arco-tree-select-single .arco-tree-select-view-selector .arco-tree-select-view-input {
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1
    }

    .arco-tree-select-single .arco-tree-select-view-selector .arco-tree-select-view-value-mirror {
      opacity: 0
    }

    .arco-tree-select-single .arco-tree-select-view-value {
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .arco-tree-select-single .arco-tree-select-view-value:after {
      content: ".";
      font-size: 0;
      line-height: 0;
      visibility: hidden
    }

    .arco-tree-select-single .arco-tree-select-view .arco-tree-select-hidden {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .arco-tree-select-multiple {
      vertical-align: top
    }

    .arco-tree-select-multiple .arco-tree-select-view {
      line-height: 0;
      padding: 0 4px
    }

    .arco-tree-select-multiple .arco-tree-select-view-with-prefix {
      padding-left: 12px
    }

    .arco-tree-select-multiple .arco-input-tag {
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      flex: 1 1;
      overflow: hidden;
      padding: 0
    }

    .arco-tree-select-multiple .arco-tag {
      max-width: 100%
    }

    .arco-tree-select-multiple:not(.arco-tree-select-focused) .arco-input-tag input:not(:first-child)[value=""] {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .arco-tree-select-prefix {
      align-items: center;
      color: rgba(0, 0, 0, .55);
      display: flex;
      margin-right: 12px;
      white-space: nowrap
    }

    .arco-tree-select-suffix {
      align-items: center;
      display: flex;
      margin-left: 4px
    }

    .arco-tree-select-clear-icon,
    .arco-tree-select-expand-icon,
    .arco-tree-select-loading-icon,
    .arco-tree-select-search-icon,
    .arco-tree-select-suffix-icon {
      font-size: 16px;
      transition: all .1s linear
    }

    .arco-tree-select-arrow-icon {
      font-size: 16px
    }

    .arco-tree-select-open .arco-tree-select-arrow-icon svg {
      transform: rotate(180deg)
    }

    .arco-tree-select .arco-tree-select-clear-icon {
      cursor: pointer;
      display: none
    }

    .arco-tree-select .arco-tree-select-clear-icon>svg {
      position: relative;
      transition: all .1s linear
    }

    .arco-tree-select:hover .arco-tree-select-clear-icon {
      display: block
    }

    .arco-tree-select:hover .arco-tree-select-clear-icon~* {
      display: none
    }

    .arco-tree-select-wrapper {
      align-items: stretch;
      display: inline-flex;
      width: 100%
    }

    .arco-tree-select-wrapper .arco-tree-select {
      min-width: 0
    }

    .arco-tree-select-wrapper .arco-tree-select:not(.arco-tree-select-focused):not(:first-child) .arco-tree-select-view {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .arco-tree-select-wrapper .arco-tree-select:not(.arco-tree-select-focused):not(:last-child) .arco-tree-select-view {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .arco-tree-select-addbefore {
      align-items: center;
      background-color: #fff;
      border: 1px solid transparent;
      border-bottom-left-radius: 4px;
      border-right: 1px solid var(--color-border-2);
      border-top-left-radius: 4px;
      color: var(--color-text-1);
      display: flex;
      padding: 0 12px;
      white-space: nowrap
    }

    .arco-tree-select-popup {
      background-color: var(--color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      max-height: 200px;
      overflow: auto;
      padding: 4px 0;
      padding-left: 10px;
      padding-right: 4px
    }

    .arco-tree-select-popup .arco-tree-node {
      padding-left: 0
    }

    .arco-tree-select-highlight {
      font-weight: 500
    }

    .arco-tree-select-rtl {
      direction: rtl
    }

    .arco-tree-select-rtl-popup {
      padding-left: 4px;
      padding-right: 10px
    }

    .arco-tree-select-rtl.arco-tree-select-size-mini.arco-tree-select-multiple .arco-tree-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-tree-select-rtl.arco-tree-select-size-mini.arco-tree-select-multiple .arco-tree-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-tree-select-rtl.arco-tree-select-size-mini.arco-tree-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-tree-select-rtl.arco-tree-select-size-mini.arco-tree-select-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-tree-select-rtl.arco-tree-select-size-small.arco-tree-select-multiple .arco-tree-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-tree-select-rtl.arco-tree-select-size-small.arco-tree-select-multiple .arco-tree-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-tree-select-rtl.arco-tree-select-size-small.arco-tree-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-tree-select-rtl.arco-tree-select-size-small.arco-tree-select-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-tree-select-rtl.arco-tree-select-size-default.arco-tree-select-multiple .arco-tree-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-tree-select-rtl.arco-tree-select-size-default.arco-tree-select-multiple .arco-tree-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-tree-select-rtl.arco-tree-select-size-default.arco-tree-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-tree-select-rtl.arco-tree-select-size-default.arco-tree-select-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-tree-select-rtl.arco-tree-select-size-large.arco-tree-select-multiple .arco-tree-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .arco-tree-select-rtl.arco-tree-select-size-large.arco-tree-select-multiple .arco-tree-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .arco-tree-select-rtl.arco-tree-select-size-large.arco-tree-select-multiple .arco-input-tag-has-placeholder .arco-input-tag-input-mirror,
    .arco-tree-select-rtl.arco-tree-select-size-large.arco-tree-select-multiple .arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .arco-tree-select-wrapper-rtl .arco-tree-select-addbefore {
      border-left: 1px solid var(--color-border-2);
      border-right: unset
    }

    .arco-tree-select-rtl .arco-tree-select-view {
      text-align: right
    }

    .arco-tree-select-rtl .arco-tree-select-multiple .arco-tree-select-view-with-prefix {
      padding-left: 0;
      padding-right: 12px
    }

    .arco-tree-select-rtl .arco-tree-select-prefix {
      margin-left: 12px;
      margin-right: 0
    }

    .arco-tree-select-rtl .arco-tree-select-suffix {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-trigger {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      z-index: 1000
    }

    .arco-trigger-arrow {
      background-color: var(--color-bg-5);
      box-sizing: border-box;
      content: "";
      display: block;
      height: 8px;
      position: absolute;
      transform: rotate(45deg);
      transform-origin: initial;
      width: 8px;
      z-index: -1
    }

    .arco-trigger[trigger-placement=tl] .arco-trigger-arrow,
    .arco-trigger[trigger-placement=top] .arco-trigger-arrow,
    .arco-trigger[trigger-placement=tr] .arco-trigger-arrow {
      border-bottom-right-radius: 2px;
      border-left: none;
      border-top: none;
      bottom: -4px;
      margin-left: -4px
    }

    .arco-trigger[trigger-placement=bl] .arco-trigger-arrow,
    .arco-trigger[trigger-placement=bottom] .arco-trigger-arrow,
    .arco-trigger[trigger-placement=br] .arco-trigger-arrow {
      border-bottom: none;
      border-right: none;
      border-top-left-radius: 2px;
      margin-left: -4px;
      top: -4px
    }

    .arco-trigger[trigger-placement=lb] .arco-trigger-arrow,
    .arco-trigger[trigger-placement=left] .arco-trigger-arrow,
    .arco-trigger[trigger-placement=lt] .arco-trigger-arrow {
      border-bottom: none;
      border-left: none;
      border-top-right-radius: 2px;
      margin-top: -4px;
      right: -4px
    }

    .arco-trigger[trigger-placement=rb] .arco-trigger-arrow,
    .arco-trigger[trigger-placement=right] .arco-trigger-arrow,
    .arco-trigger[trigger-placement=rt] .arco-trigger-arrow {
      border-bottom-left-radius: 2px;
      border-right: none;
      border-top: none;
      left: -4px;
      margin-top: -4px
    }

    .arco-typography {
      color: var(--color-text-1);
      line-height: 1.5715;
      white-space: normal;
      word-break: break-all
    }

    h1.arco-typography,
    h2.arco-typography,
    h3.arco-typography,
    h4.arco-typography,
    h5.arco-typography,
    h6.arco-typography {
      font-weight: 500;
      margin-bottom: .5em;
      margin-top: 1em
    }

    h1.arco-typography {
      font-size: 36px;
      line-height: 1.23
    }

    h2.arco-typography {
      font-size: 32px;
      line-height: 1.25
    }

    h3.arco-typography {
      font-size: 28px;
      line-height: 1.29
    }

    h4.arco-typography {
      font-size: 24px;
      line-height: 1.33
    }

    h5.arco-typography {
      font-size: 20px;
      line-height: 1.4
    }

    h6.arco-typography {
      font-size: 16px;
      line-height: 1.5
    }

    div.arco-typography,
    p.arco-typography {
      margin-bottom: 1em;
      margin-top: 0
    }

    .arco-typography-simple-ellipsis {
      align-items: flex-end;
      display: flex;
      white-space: nowrap
    }

    .arco-typography-primary {
      color: rgb(var(--primary-6))
    }

    .arco-typography-secondary {
      color: var(--color-text-2)
    }

    .arco-typography-success {
      color: rgb(var(--success-6))
    }

    .arco-typography-warning {
      color: rgb(var(--warning-6))
    }

    .arco-typography-error {
      color: rgb(var(--danger-6))
    }

    .arco-typography-disabled {
      color: var(--color-text-4);
      cursor: not-allowed
    }

    .arco-typography mark {
      background-color: rgb(var(--yellow-4))
    }

    .arco-typography u {
      text-decoration: underline
    }

    .arco-typography del {
      text-decoration: line-through
    }

    .arco-typography b {
      font-weight: 500
    }

    .arco-typography code {
      background-color: var(--color-neutral-2);
      border: 1px solid var(--color-neutral-3);
      border-radius: 2px;
      color: var(--color-text-2);
      font-size: 85%;
      margin: 0 2px;
      padding: 2px 8px
    }

    .arco-typography blockquote {
      background-color: var(--color-bg-2);
      border-left: 2px solid var(--color-neutral-6);
      margin: 0;
      margin-bottom: 1em;
      padding-left: 8px
    }

    .arco-typography ol,
    .arco-typography ul {
      margin: 0;
      padding: 0
    }

    .arco-typography ol li,
    .arco-typography ul li {
      margin-left: 20px
    }

    .arco-typography ul {
      list-style: circle
    }

    .arco-typography-spacing-close {
      line-height: 1.3
    }

    .arco-typography-operation-copied,
    .arco-typography-operation-copy {
      margin-left: 2px;
      padding: 2px
    }

    .arco-typography-operation-copy {
      background-color: initial;
      border-radius: 2px;
      color: var(--color-text-2);
      cursor: pointer;
      transition: background-color .1s linear
    }

    .arco-typography-operation-copy:hover {
      background-color: var(--color-fill-2);
      color: var(--color-text-2)
    }

    .arco-typography-operation-copy:focus-visible {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-typography-operation-copied {
      color: rgb(var(--success-6))
    }

    .arco-typography-operation-edit {
      background-color: initial;
      border-radius: 2px;
      color: var(--color-text-2);
      cursor: pointer;
      margin-left: 2px;
      padding: 2px;
      transition: background-color .1s linear
    }

    .arco-typography-operation-edit:hover {
      background-color: var(--color-fill-2);
      color: var(--color-text-2)
    }

    .arco-typography-operation-edit:focus-visible {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-typography-operation-expand {
      color: rgb(var(--primary-6));
      cursor: pointer;
      margin: 0 4px
    }

    .arco-typography-operation-expand:hover {
      color: rgb(var(--primary-5))
    }

    .arco-typography-operation-expand:focus-visible {
      border-radius: var(--border-radius-small);
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-typography-edit-content {
      left: -13px;
      margin-bottom: calc(1em - 13px);
      margin-right: -13px;
      margin-top: -13px;
      position: relative
    }

    .arco-typography-rtl {
      direction: rtl
    }

    .arco-typography-rtl blockquote {
      border-right: 2px solid var(--color-neutral-6);
      padding-left: 0;
      padding-right: 8px
    }

    .arco-typography-rtl ol li,
    .arco-typography-rtl ul li {
      margin-left: 0;
      margin-right: 20px
    }

    .arco-typography-rtl .arco-typography-operation-copied,
    .arco-typography-rtl .arco-typography-operation-copy,
    .arco-typography-rtl .arco-typography-operation-edit {
      margin-left: 0;
      margin-right: 2px
    }

    .arco-typography-rtl .arco-typography-edit-content {
      left: auto;
      margin-left: -13px;
      margin-right: 0;
      right: -13px
    }

    .arco-upload {
      display: inline-block;
      max-width: 100%
    }

    .arco-upload-type-picture-card {
      vertical-align: top
    }

    .arco-upload-drag {
      width: 100%
    }

    .arco-upload-hide {
      display: none
    }

    .arco-upload-disabled .arco-upload-trigger-picture,
    .arco-upload-disabled .arco-upload-trigger-picture:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .arco-upload-disabled .arco-upload-trigger-drag,
    .arco-upload-disabled .arco-upload-trigger-drag:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      cursor: not-allowed
    }

    .arco-upload-disabled .arco-upload-trigger-drag .arco-icon-plus,
    .arco-upload-disabled .arco-upload-trigger-drag .arco-upload-trigger-drag-text,
    .arco-upload-disabled .arco-upload-trigger-drag:hover .arco-icon-plus,
    .arco-upload-disabled .arco-upload-trigger-drag:hover .arco-upload-trigger-drag-text,
    .arco-upload-disabled .arco-upload-trigger-tip {
      color: rgba(0, 0, 0, .25)
    }

    .arco-upload-trigger {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      width: 100%
    }

    .arco-upload-trigger-tip {
      color: var(--color-text-3);
      font-size: 12px;
      line-height: 1.5;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-upload-trigger-picture {
      background: #fff;
      border: 1px dashed rgba(0, 0, 0, .14);
      border-radius: 8px;
      color: rgb(var(--primary-6));
      height: 80px;
      margin-bottom: 0;
      min-width: 80px;
      text-align: center;
      transition: all .1s linear
    }

    .arco-upload-trigger-picture:hover {
      background-color: #fff;
      border-color: rgb(var(--primary-5));
      color: rgb(var(--primary-5))
    }

    .arco-upload-trigger-picture:focus-visible {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-upload-trigger-picture-text {
      position: relative;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-upload-trigger-drag {
      background-color: #f5f5f5;
      border: 1px dashed rgba(0, 0, 0, .14);
      border-radius: 8px;
      color: rgba(0, 0, 0, .92);
      padding: 50px 0;
      text-align: center;
      transition: all .2s ease;
      width: 100%
    }

    .arco-upload-trigger-drag .arco-icon-plus {
      color: rgba(0, 0, 0, .55);
      font-size: 14px;
      margin-bottom: 24px
    }

    .arco-upload-trigger-drag:hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--primary-5))
    }

    .arco-upload-trigger-drag:hover .arco-upload-trigger-drag-text {
      color: var(--color-text-1)
    }

    .arco-upload-trigger-drag:hover .arco-icon-plus {
      color: rgba(0, 0, 0, .55)
    }

    .arco-upload-trigger-drag:focus-visible {
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-upload-trigger-drag-active {
      background-color: #f5f5f5;
      border-color: rgb(var(--primary-6));
      color: var(--color-text-1)
    }

    .arco-upload-trigger-drag-active .arco-upload-trigger-drag-text {
      color: var(--color-text-1)
    }

    .arco-upload-trigger-drag-active .arco-icon-plus {
      color: rgb(var(--primary-6))
    }

    .arco-upload-trigger-drag .arco-upload-trigger-tip {
      margin-top: 0
    }

    .arco-upload-trigger-drag-text {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      line-height: 1.5
    }

    .arco-upload-hide+.arco-upload-list .arco-upload-list-item:first-of-type {
      margin-top: 0
    }

    .arco-upload-list {
      width: 100%
    }

    .arco-upload-list-type-picture-list .arco-upload-list-item:first-of-type,
    .arco-upload-list-type-text .arco-upload-list-item:first-of-type {
      margin-top: 16px
    }

    .arco-upload-list-file-icon {
      color: rgb(var(--primary-6));
      font-size: 16px;
      line-height: 16px;
      margin-right: 12px
    }

    .arco-upload-list-preview-icon {
      cursor: pointer
    }

    .arco-upload-list-error-icon {
      color: rgb(var(--danger-6));
      cursor: pointer;
      font-size: 14px;
      margin-left: 4px
    }

    .arco-upload-list-success-icon {
      color: rgb(var(--success-6));
      cursor: pointer;
      font-size: 14px;
      line-height: 14px
    }

    .arco-upload-list-remove-icon {
      cursor: pointer;
      font-size: 14px;
      position: relative
    }

    .arco-upload-list-cancel-icon,
    .arco-upload-list-start-icon {
      color: var(--color-white);
      font-size: 12px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%)
    }

    .arco-upload-list-cancel-icon:focus-visible,
    .arco-upload-list-start-icon:focus-visible {
      color: rgb(var(--primary-6))
    }

    .arco-upload-list-reupload-icon {
      color: rgb(var(--primary-6));
      cursor: pointer;
      font-size: 14px;
      transition: all .2s ease
    }

    .arco-upload-list-reupload-icon:active,
    .arco-upload-list-reupload-icon:hover {
      color: rgb(var(--primary-7))
    }

    .arco-upload-list-reupload-icon:focus-visible {
      box-shadow: inset 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-upload-list-status {
      cursor: pointer;
      line-height: 12px;
      position: relative
    }

    .arco-upload-list-status:hover .arco-progress-circle-mask {
      stroke: rgba(var(--gray-10), .2)
    }

    .arco-upload-list-status:hover .arco-progress-circle-path {
      stroke: rgb(var(--primary-7))
    }

    .arco-upload-list-item-done .arco-upload-list-file-icon {
      color: rgb(var(--primary-6))
    }

    .arco-upload-list-item {
      box-sizing: border-box;
      margin-top: 8px;
      padding-right: 28px;
      position: relative
    }

    .arco-upload-list-item-operation {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-upload-list-item-operation .arco-upload-list-remove-icon-hover:focus-visible:before {
      box-shadow: 0 0 0 2px rgb(var(--primary-6))
    }

    .arco-upload-list-item-operation .arco-upload-list-remove-icon {
      font-size: inherit
    }

    .arco-upload-list-item-text {
      align-items: center;
      background-color: #fff;
      border-radius: 4px;
      box-sizing: border-box;
      display: flex;
      flex-wrap: nowrap;
      font-size: 14px;
      padding: 7px 0;
      padding-left: 12px;
      padding-right: 12px;
      width: 100%
    }

    .arco-upload-list-item-text-content {
      align-items: center;
      display: flex;
      flex: 1 1;
      flex-wrap: nowrap;
      justify-content: space-between;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: background-color .1s linear;
      white-space: nowrap
    }

    .arco-upload-list-item-text-thumbnail {
      flex-shrink: 0;
      height: 40px;
      margin-right: 12px;
      width: 40px
    }

    .arco-upload-list-item-text-thumbnail img {
      height: 100%;
      width: 100%
    }

    .arco-upload-list-item-text-name {
      align-items: center;
      color: rgba(0, 0, 0, .92);
      display: flex;
      flex-grow: 1;
      flex-shrink: 1;
      font-size: 14px;
      line-height: 1.4286;
      margin-right: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .arco-upload-list-item-text-name-link {
      color: rgb(var(--link-6));
      cursor: pointer;
      text-decoration: none
    }

    .arco-upload-list-item-text-name-link,
    .arco-upload-list-item-text-name-text {
      overflow: hidden;
      text-overflow: ellipsis
    }

    .arco-upload-list-item-done .arco-upload-list-status,
    .arco-upload-list-item-error .arco-upload-list-status {
      display: none
    }

    .arco-upload-list-type-text .arco-upload-list-item-error .arco-upload-list-item-text-name,
    .arco-upload-list-type-text .arco-upload-list-item-error .arco-upload-list-item-text-name-link {
      color: rgb(var(--danger-6))
    }

    .arco-upload-list.arco-upload-list-type-picture-card {
      display: inline;
      vertical-align: top
    }

    .arco-upload-list.arco-upload-list-type-picture-card .arco-upload-list-status {
      margin-left: 0;
      top: 50%;
      transform: translateY(-50%)
    }

    .arco-upload-list-type-picture-card .arco-upload-list-item {
      display: inline-block;
      margin-bottom: 8px;
      margin-right: 8px;
      margin-top: 0;
      overflow: hidden;
      padding-right: 0;
      transition: all .2s cubic-bezier(.34, .69, .1, 1);
      vertical-align: top
    }

    .arco-upload-list-type-picture-card .arco-upload-list-item-error .arco-upload-list-item-picture-mask {
      opacity: 1
    }

    .arco-upload-list-item-picture {
      background-color: var(--color-fill-2);
      border-radius: 8px;
      box-sizing: border-box;
      height: 80px;
      overflow: hidden;
      position: relative;
      text-align: center;
      vertical-align: top;
      width: 80px
    }

    .arco-upload-list-item-picture img {
      height: 100%;
      width: 100%
    }

    .arco-upload-list-item-picture-mask {
      background: rgba(0, 0, 0, .5);
      bottom: 0;
      color: var(--color-white);
      cursor: pointer;
      font-size: 16px;
      left: 0;
      line-height: 80px;
      opacity: 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      transition: opacity .1s linear
    }

    .arco-upload-list-item-picture-operation {
      font-size: 14px
    }

    .arco-upload-list-item-picture-operation .arco-upload-list-reupload-icon {
      color: var(--color-white)
    }

    .arco-upload-list-item-picture-operation .arco-upload-list-preview-icon+.arco-upload-list-remove-icon,
    .arco-upload-list-item-picture-operation .arco-upload-list-reupload-icon+.arco-upload-list-remove-icon {
      margin-left: 20px
    }

    .arco-upload-list-item-picture-operation .arco-upload-list-preview-icon:focus-visible,
    .arco-upload-list-item-picture-operation .arco-upload-list-remove-icon:focus-visible,
    .arco-upload-list-item-picture-operation .arco-upload-list-reupload-icon:focus-visible {
      border-radius: 2px;
      box-shadow: 0 0 0 2px var(--color-primary-light-3)
    }

    .arco-upload-list-item-picture-error-tip .arco-upload-list-item-picture-operation {
      height: 0;
      opacity: 0;
      width: 0
    }

    .arco-upload-list-item-picture-error-tip .arco-upload-list-error-icon {
      color: var(--color-white);
      font-size: 26px
    }

    .arco-upload-list-item-picture-mask:focus-within,
    .arco-upload-list-item-picture-mask:focus-within .arco-upload-list-item-picture-operation,
    .arco-upload-list-item-picture-mask:hover,
    .arco-upload-list-item-picture-mask:hover .arco-upload-list-item-picture-operation {
      display: block;
      opacity: 1
    }

    .arco-upload-list-item-picture-mask:focus-within .arco-upload-list-item-picture-error-tip,
    .arco-upload-list-item-picture-mask:hover .arco-upload-list-item-picture-error-tip {
      display: none
    }

    .arco-upload-list-type-picture-list .arco-upload-list-item-text {
      padding-bottom: 8px;
      padding-top: 8px
    }

    .arco-upload-list-type-picture-list .arco-upload-list-item-error .arco-upload-list-item-text {
      background-color: var(--color-danger-light-1)
    }

    .arco-upload-list-type-picture-list .arco-upload-list-item-error .arco-upload-list-item-text-name,
    .arco-upload-list-type-picture-list .arco-upload-list-item-error .arco-upload-list-item-text-name-link {
      color: rgb(var(--danger-6))
    }

    .arco-upload-slide-up-enter {
      opacity: 0
    }

    .arco-upload-slide-up-enter-active {
      opacity: 1;
      transition: opacity .2s cubic-bezier(.34, .69, .1, 1)
    }

    .arco-upload-slide-up-exit {
      opacity: 1
    }

    .arco-upload-slide-up-exit-active {
      margin: 0;
      opacity: 0;
      overflow: hidden;
      transition: opacity .1s linear, height .3s cubic-bezier(.34, .69, .1, 1) .1s, margin .3s cubic-bezier(.34, .69, .1, 1) .1s
    }

    .arco-upload-list-item.arco-upload-slide-inline-enter {
      opacity: 0
    }

    .arco-upload-list-item.arco-upload-slide-inline-enter-active {
      opacity: 1;
      transition: opacity .2s linear
    }

    .arco-upload-list-item.arco-upload-slide-inline-exit {
      opacity: 1
    }

    .arco-upload-list-item.arco-upload-slide-inline-exit-active {
      margin: 0;
      opacity: 0;
      overflow: hidden;
      transition: opacity .1s linear, width .3s cubic-bezier(.34, .69, .1, 1) .1s, margin .3s cubic-bezier(.34, .69, .1, 1) .1s
    }

    .arco-upload-list-rtl,
    .arco-upload-rtl {
      direction: rtl
    }

    .arco-upload-list-rtl .arco-upload-list-file-icon {
      margin-left: 12px;
      margin-right: 0
    }

    .arco-upload-list-rtl .arco-upload-list-error-icon {
      margin-left: 0;
      margin-right: 4px
    }

    .arco-upload-list-rtl .arco-upload-list-item {
      padding-left: 28px;
      padding-right: 0
    }

    .arco-upload-list-rtl .arco-upload-list-item-operation {
      left: 0;
      right: auto
    }

    .arco-upload-list-rtl .arco-upload-list-item-text {
      padding-left: 12px;
      padding-right: 12px
    }

    .arco-upload-list-rtl .arco-upload-list-item-text-thumbnail {
      margin-left: 12px;
      margin-right: 0
    }

    .arco-upload-list-rtl .arco-upload-list-item-text-name {
      margin-left: 10px;
      margin-right: 0
    }

    .arco-upload-list-rtl .arco-upload-list-item-picture-operation .arco-upload-list-preview-icon+.arco-upload-list-remove-icon,
    .arco-upload-list-rtl .arco-upload-list-item-picture-operation .arco-upload-list-reupload-icon+.arco-upload-list-remove-icon {
      margin-left: 0;
      margin-right: 20px
    }

    .arco-upload-list-rtl.arco-upload-list-type-picture-card .arco-upload-list-status {
      margin-left: 0;
      margin-right: 0
    }

    .arco-upload-list-rtl.arco-upload-list-type-picture-card .arco-upload-list-item {
      margin-left: 8px;
      margin-right: 0;
      padding-left: 0
    }

    body {
      --color-white: #fff;
      --color-black: #000;
      --color-border: rgb(var(--gray-3));
      --color-bg-popup: var(--color-bg-5);
      --color-bg-1: #fff;
      --color-bg-2: #fff;
      --color-bg-3: #fff;
      --color-bg-4: #fff;
      --color-bg-5: #fff;
      --color-bg-white: #fff;
      --color-neutral-1: rgb(var(--gray-1));
      --color-neutral-2: rgb(var(--gray-2));
      --color-neutral-3: rgb(var(--gray-3));
      --color-neutral-4: rgb(var(--gray-4));
      --color-neutral-5: rgb(var(--gray-5));
      --color-neutral-6: rgb(var(--gray-6));
      --color-neutral-7: rgb(var(--gray-7));
      --color-neutral-8: rgb(var(--gray-8));
      --color-neutral-9: rgb(var(--gray-9));
      --color-neutral-10: rgb(var(--gray-10));
      --color-text-1: rgba(0, 0, 0, .92);
      --color-text-2: rgba(0, 0, 0, .65);
      --color-text-3: rgba(0, 0, 0, .55);
      --color-text-4: rgba(0, 0, 0, .35);
      --color-fill-1: #fff;
      --color-fill-2: #fff;
      --color-fill-3: #fff;
      --color-fill-4: #fff;
      --color-border-1: rgba(0, 0, 0, .14);
      --color-border-2: rgba(0, 0, 0, .1);
      --color-border-3: #fff;
      --color-border-4: #fff;
      --color-primary-light-1: rgb(var(--primary-1));
      --color-primary-light-2: rgb(var(--primary-2));
      --color-primary-light-3: rgb(var(--primary-3));
      --color-primary-light-4: rgb(var(--primary-4));
      --color-secondary: var(--color-neutral-2);
      --color-secondary-hover: var(--color-neutral-3);
      --color-secondary-active: var(--color-neutral-4);
      --color-secondary-disabled: var(--color-neutral-1);
      --color-danger-light-1: rgb(var(--danger-1));
      --color-danger-light-2: rgb(var(--danger-2));
      --color-danger-light-3: rgb(var(--danger-3));
      --color-danger-light-4: rgb(var(--danger-4));
      --color-success-light-1: rgb(var(--success-1));
      --color-success-light-2: rgb(var(--success-2));
      --color-success-light-3: rgb(var(--success-3));
      --color-success-light-4: rgb(var(--success-4));
      --color-warning-light-1: rgb(var(--warning-1));
      --color-warning-light-2: rgb(var(--warning-2));
      --color-warning-light-3: rgb(var(--warning-3));
      --color-warning-light-4: rgb(var(--warning-4));
      --color-link-light-1: rgb(var(--link-1));
      --color-link-light-2: rgb(var(--link-2));
      --color-link-light-3: rgb(var(--link-3));
      --color-link-light-4: rgb(var(--link-4));
      --color-tooltip-bg: rgb(var(--gray-10));
      --color-spin-layer-bg: hsla(0, 0%, 100%, .6);
      --color-menu-dark-bg: #232324;
      --color-menu-light-bg: #fff;
      --color-menu-dark-hover: hsla(0, 0%, 100%, .04);
      --color-mask-bg: rgba(29, 33, 41, .6)
    }

    body[arco-theme=dark] {
      --color-black: #000;
      --color-border: #333335;
      --color-bg-1: #17171a;
      --color-bg-2: #232324;
      --color-bg-3: #2a2a2b;
      --color-bg-4: #313132;
      --color-bg-5: #373739;
      --color-bg-white: #f6f6f6;
      --color-text-1: hsla(0, 0%, 100%, .9);
      --color-text-2: hsla(0, 0%, 100%, .7);
      --color-text-3: hsla(0, 0%, 100%, .5);
      --color-text-4: hsla(0, 0%, 100%, .3);
      --color-fill-1: hsla(0, 0%, 100%, .04);
      --color-fill-2: hsla(0, 0%, 100%, .08);
      --color-fill-3: hsla(0, 0%, 100%, .12);
      --color-fill-4: hsla(0, 0%, 100%, .16);
      --color-border-1: #2e2e30;
      --color-border-2: #484849;
      --color-border-3: #5f5f60;
      --color-border-4: #929293;
      --color-primary-light-1: rgba(var(--primary-6), 0.2);
      --color-primary-light-2: rgba(var(--primary-6), 0.35);
      --color-primary-light-3: rgba(var(--primary-6), 0.5);
      --color-primary-light-4: rgba(var(--primary-6), 0.65);
      --color-secondary: rgba(var(--gray-9), 0.08);
      --color-secondary-hover: rgba(var(--gray-8), 0.16);
      --color-secondary-active: rgba(var(--gray-7), 0.24);
      --color-secondary-disabled: rgba(var(--gray-9), 0.08);
      --color-danger-light-1: rgba(var(--danger-6), 0.2);
      --color-danger-light-2: rgba(var(--danger-6), 0.35);
      --color-danger-light-3: rgba(var(--danger-6), 0.5);
      --color-danger-light-4: rgba(var(--danger-6), 0.65);
      --color-success-light-1: rgb(var(--success-6), 0.2);
      --color-success-light-2: rgb(var(--success-6), 0.35);
      --color-success-light-3: rgb(var(--success-6), 0.5);
      --color-success-light-4: rgb(var(--success-6), 0.65);
      --color-warning-light-1: rgb(var(--warning-6), 0.2);
      --color-warning-light-2: rgb(var(--warning-6), 0.35);
      --color-warning-light-3: rgb(var(--warning-6), 0.5);
      --color-warning-light-4: rgb(var(--warning-6), 0.65);
      --color-link-light-1: rgba(var(--link-6), 0.2);
      --color-link-light-2: rgba(var(--link-6), 0.35);
      --color-link-light-3: rgba(var(--link-6), 0.5);
      --color-link-light-4: rgba(var(--link-6), 0.65);
      --color-tooltip-bg: #373739;
      --color-spin-layer-bg: rgba(51, 51, 51, .6);
      --color-menu-dark-bg: #232324;
      --color-menu-light-bg: #232324;
      --color-menu-dark-hover: var(--color-fill-2);
      --color-mask-bg: rgba(23, 23, 26, .6)
    }

    body {
      --red-1: 255, 236, 232;
      --red-2: 253, 205, 197;
      --red-3: 251, 172, 163;
      --red-4: 249, 137, 129;
      --red-5: 247, 101, 96;
      --red-6: 245, 63, 63;
      --red-7: 203, 39, 45;
      --red-8: 161, 21, 30;
      --red-9: 119, 8, 19;
      --red-10: 77, 0, 10;
      --orangered-1: 255, 243, 232;
      --orangered-2: 253, 221, 195;
      --orangered-3: 252, 197, 159;
      --orangered-4: 250, 172, 123;
      --orangered-5: 249, 144, 87;
      --orangered-6: 247, 114, 52;
      --orangered-7: 204, 81, 32;
      --orangered-8: 162, 53, 17;
      --orangered-9: 119, 31, 6;
      --orangered-10: 77, 14, 0;
      --orange-1: 255, 247, 232;
      --orange-2: 255, 228, 186;
      --orange-3: 255, 207, 139;
      --orange-4: 255, 182, 93;
      --orange-5: 255, 154, 46;
      --orange-6: 255, 125, 0;
      --orange-7: 210, 95, 0;
      --orange-8: 166, 69, 0;
      --orange-9: 121, 46, 0;
      --orange-10: 77, 27, 0;
      --gold-1: 255, 252, 232;
      --gold-2: 253, 244, 191;
      --gold-3: 252, 233, 150;
      --gold-4: 250, 220, 109;
      --gold-5: 249, 204, 69;
      --gold-6: 247, 186, 30;
      --gold-7: 204, 146, 19;
      --gold-8: 162, 109, 10;
      --gold-9: 119, 75, 4;
      --gold-10: 77, 45, 0;
      --yellow-1: 254, 255, 232;
      --yellow-2: 254, 254, 190;
      --yellow-3: 253, 250, 148;
      --yellow-4: 252, 242, 107;
      --yellow-5: 251, 232, 66;
      --yellow-6: 250, 220, 25;
      --yellow-7: 207, 175, 15;
      --yellow-8: 163, 132, 8;
      --yellow-9: 120, 93, 3;
      --yellow-10: 77, 56, 0;
      --lime-1: 252, 255, 232;
      --lime-2: 237, 248, 187;
      --lime-3: 220, 241, 144;
      --lime-4: 201, 233, 104;
      --lime-5: 181, 226, 65;
      --lime-6: 159, 219, 29;
      --lime-7: 126, 183, 18;
      --lime-8: 95, 148, 10;
      --lime-9: 67, 112, 4;
      --lime-10: 42, 77, 0;
      --green-1: 232, 255, 234;
      --green-2: 175, 240, 181;
      --green-3: 123, 225, 136;
      --green-4: 76, 210, 99;
      --green-5: 35, 195, 67;
      --green-6: 0, 180, 42;
      --green-7: 0, 154, 41;
      --green-8: 0, 128, 38;
      --green-9: 0, 102, 34;
      --green-10: 0, 77, 28;
      --cyan-1: 232, 255, 251;
      --cyan-2: 183, 244, 236;
      --cyan-3: 137, 233, 224;
      --cyan-4: 94, 223, 214;
      --cyan-5: 55, 212, 207;
      --cyan-6: 20, 201, 201;
      --cyan-7: 13, 165, 170;
      --cyan-8: 7, 130, 139;
      --cyan-9: 3, 97, 108;
      --cyan-10: 0, 66, 77;
      --blue-1: 232, 247, 255;
      --blue-2: 195, 231, 254;
      --blue-3: 159, 212, 253;
      --blue-4: 123, 192, 252;
      --blue-5: 87, 169, 251;
      --blue-6: 52, 145, 250;
      --blue-7: 32, 108, 207;
      --blue-8: 17, 75, 163;
      --blue-9: 6, 48, 120;
      --blue-10: 0, 26, 77;
      --arcoblue-1: 232, 243, 255;
      --arcoblue-2: 190, 218, 255;
      --arcoblue-3: 148, 191, 255;
      --arcoblue-4: 106, 161, 255;
      --arcoblue-5: 64, 128, 255;
      --arcoblue-6: 22, 93, 255;
      --arcoblue-7: 14, 66, 210;
      --arcoblue-8: 7, 44, 166;
      --arcoblue-9: 3, 26, 121;
      --arcoblue-10: 0, 13, 77;
      --purple-1: 245, 232, 255;
      --purple-2: 221, 190, 246;
      --purple-3: 195, 150, 237;
      --purple-4: 168, 113, 227;
      --purple-5: 141, 78, 218;
      --purple-6: 114, 46, 209;
      --purple-7: 85, 29, 176;
      --purple-8: 60, 16, 143;
      --purple-9: 39, 6, 110;
      --purple-10: 22, 0, 77;
      --pinkpurple-1: 255, 232, 251;
      --pinkpurple-2: 247, 186, 239;
      --pinkpurple-3: 240, 142, 230;
      --pinkpurple-4: 232, 101, 223;
      --pinkpurple-5: 225, 62, 219;
      --pinkpurple-6: 217, 26, 217;
      --pinkpurple-7: 176, 16, 182;
      --pinkpurple-8: 138, 9, 147;
      --pinkpurple-9: 101, 3, 112;
      --pinkpurple-10: 66, 0, 77;
      --magenta-1: 255, 232, 241;
      --magenta-2: 253, 194, 219;
      --magenta-3: 251, 157, 199;
      --magenta-4: 249, 121, 183;
      --magenta-5: 247, 84, 168;
      --magenta-6: 245, 49, 157;
      --magenta-7: 203, 30, 131;
      --magenta-8: 161, 16, 105;
      --magenta-9: 119, 6, 79;
      --magenta-10: 77, 0, 52;
      --gray-1: 247, 248, 250;
      --gray-2: 242, 243, 245;
      --gray-3: 229, 230, 235;
      --gray-4: 201, 205, 212;
      --gray-5: 169, 174, 184;
      --gray-6: 134, 144, 156;
      --gray-7: 107, 119, 133;
      --gray-8: 78, 89, 105;
      --gray-9: 39, 46, 59;
      --gray-10: 29, 33, 41;
      --primary-1: 219, 241, 246;
      --primary-2: 2, 110, 107;
      --primary-3: 177, 224, 221;
      --primary-4: 136, 207, 205;
      --primary-5: 2, 131, 128;
      --primary-6: 0, 153, 149;
      --primary-7: 2, 110, 107;
      --primary-8: 16, 162, 153;
      --primary-9: 9, 10, 115;
      --primary-10: 0, 4, 77;
      --link-1: 232, 243, 255;
      --link-2: 189, 220, 222;
      --link-3: 187, 227, 226;
      --link-4: 2, 110, 107;
      --link-5: 2, 131, 128;
      --link-6: 0, 153, 149;
      --link-7: 2, 110, 107;
      --link-8: 7, 44, 166;
      --link-9: 3, 26, 121;
      --link-10: 0, 13, 77;
      --success-1: 175, 227, 186;
      --success-2: 134, 211, 157;
      --success-3: 226, 242, 219;
      --success-4: 6, 106, 41;
      --success-5: 4, 131, 50;
      --success-6: 0, 158, 61;
      --success-7: 6, 106, 41;
      --success-8: 55, 143, 20;
      --success-9: 33, 110, 8;
      --success-10: 17, 77, 0;
      --danger-1: 251, 200, 203;
      --danger-2: 247, 170, 175;
      --danger-3: 255, 243, 237;
      --danger-4: 157, 42, 50;
      --danger-5: 193, 52, 63;
      --danger-6: 225, 70, 83;
      --danger-7: 157, 42, 50;
      --danger-8: 166, 24, 31;
      --danger-9: 121, 9, 18;
      --danger-10: 77, 0, 9;
      --warning-1: 244, 220, 164;
      --warning-2: 239, 205, 128;
      --warning-3: 255, 243, 227;
      --warning-4: 147, 104, 8;
      --warning-5: 182, 129, 10;
      --warning-6: 225, 159, 11;
      --warning-7: 147, 104, 8;
      --warning-8: var(--orange-8);
      --warning-9: var(--orange-9);
      --warning-10: var(--orange-10);
      --color-text-5: rgba(0, 0, 0, .25);
      --color-fill-black: #000;
      --color-fill-mask: rgba(0, 0, 0, .4);
      --color-fill-secondary-normal: rgba(0, 0, 0, .05);
      --color-fill-secondary-disabled: rgba(0, 0, 0, .03);
      --color-fill-secondary-hover: rgba(0, 0, 0, .08);
      --color-fill-secondary-pressed: rgba(0, 0, 0, .12);
      --color-fill-secondary-active: rgba(0, 0, 0, .1);
      --color-border-state-hover: rgba(0, 0, 0, .08);
      --color-border-state-normal: rgba(0, 0, 0, .05);
      --color-border-state-pressed: rgba(0, 0, 0, .121);
      --color-border-state-active: rgba(0, 0, 0, .101);
      --color-border-state-disabled: rgba(0, 0, 0, .031);
      --color-border-state-selected-hover: rgba(0, 0, 0, .08);
      --color-border-state-selected-pressed: rgba(0, 0, 0, .18);
      --color-bg-bg1: #f0f0f0;
      --color-bg-bg2: #f5f5f5;
      --color-bg-bg3: #f8f8f8;
      --color-bg-bg4: #fff;
      --color-bg-brand-selected: rgba(0, 153, 149, .15);
      --color-bg-function-error: rgba(234, 61, 76, .1);
      --color-bg-function-warning: rgba(225, 159, 11, .15);
      --color-bg-function-success: rgba(0, 158, 61, .15);
      --color-bg-auxiliary-cobalt: rgba(51, 127, 248, .15);
      --color-bg-auxiliary-yellow: rgba(225, 159, 11, .15);
      --color-bg-auxiliary-neutral: rgba(89, 89, 89, .15);
      --auxiliary-red-1: var(--arcoblue-1);
      --auxiliary-red-2: var(--arcoblue-2);
      --auxiliary-red-3: 255, 241, 240;
      --auxiliary-red-4: 255, 241, 240;
      --auxiliary-red-5: 245, 34, 34;
      --auxiliary-red-6: 245, 34, 34;
      --auxiliary-red-7: 255, 117, 112;
      --auxiliary-red-8: 246, 117, 130;
      --auxiliary-red-9: 253, 221, 224;
      --auxiliary-red-10: var(--arcoblue-10);
      --auxiliary-orange-1: var(--arcoblue-1);
      --auxiliary-orange-2: var(--arcoblue-2);
      --auxiliary-orange-3: var(--arcoblue-3);
      --auxiliary-orange-4: 255, 244, 229;
      --auxiliary-orange-5: 250, 132, 22;
      --auxiliary-orange-6: 250, 132, 22;
      --auxiliary-orange-7: 255, 180, 99;
      --auxiliary-orange-8: 252, 181, 115;
      --auxiliary-orange-9: 254, 237, 220;
      --auxiliary-orange-10: var(--arcoblue-10);
      --auxiliary-green-1: var(--arcoblue-1);
      --auxiliary-green-2: var(--arcoblue-2);
      --auxiliary-green-3: var(--arcoblue-3);
      --auxiliary-green-4: 237, 255, 224;
      --auxiliary-green-5: 82, 196, 26;
      --auxiliary-green-6: 82, 196, 26;
      --auxiliary-green-7: 142, 222, 95;
      --auxiliary-green-8: 140, 202, 112;
      --auxiliary-green-9: 226, 242, 219;
      --auxiliary-green-10: var(--arcoblue-10);
      --auxiliary-cobalt-1: var(--arcoblue-1);
      --auxiliary-cobalt-2: var(--arcoblue-2);
      --auxiliary-cobalt-3: var(--arcoblue-3);
      --auxiliary-cobalt-4: 235, 246, 255;
      --auxiliary-cobalt-5: 54, 154, 254;
      --auxiliary-cobalt-6: 51, 127, 248;
      --auxiliary-cobalt-7: 157, 198, 252;
      --auxiliary-cobalt-8: var(--arcoblue-8);
      --auxiliary-cobalt-9: var(--arcoblue-9);
      --auxiliary-cobalt-10: var(--arcoblue-10);
      --auxiliary-yellow-1: var(--arcoblue-1);
      --auxiliary-yellow-2: var(--arcoblue-2);
      --auxiliary-yellow-3: var(--arcoblue-3);
      --auxiliary-yellow-4: 255, 243, 218;
      --auxiliary-yellow-5: 225, 159, 11;
      --auxiliary-yellow-6: 225, 159, 11;
      --auxiliary-yellow-7: 239, 205, 128;
      --auxiliary-yellow-8: var(--arcoblue-8);
      --auxiliary-yellow-9: var(--arcoblue-9);
      --auxiliary-yellow-10: var(--arcoblue-10);
      --color-mask-neutral: rgba(0, 0, 0, .4);
      --color-auxiliary-neutral-normal: #595959;
      --color-auxiliary-neutral-line: #9b9b9b;
      --color-auxiliary-neutral-bg: rgba(89, 89, 89, .15);
      --color-brand-green: #25f4ee;
      --color-brand-red: #fe2c55;
      --color-brand-white: #fff;
      --color-brand-black: #000
    }

    body[arco-theme=dark] {
      --red-1: 77, 0, 10;
      --red-2: 119, 6, 17;
      --red-3: 161, 22, 31;
      --red-4: 203, 46, 52;
      --red-5: 245, 78, 78;
      --red-6: 247, 105, 101;
      --red-7: 249, 141, 134;
      --red-8: 251, 176, 167;
      --red-9: 253, 209, 202;
      --red-10: 255, 240, 236;
      --orangered-1: 77, 14, 0;
      --orangered-2: 119, 30, 5;
      --orangered-3: 162, 55, 20;
      --orangered-4: 204, 87, 41;
      --orangered-5: 247, 126, 69;
      --orangered-6: 249, 146, 90;
      --orangered-7: 250, 173, 125;
      --orangered-8: 252, 198, 161;
      --orangered-9: 253, 222, 197;
      --orangered-10: 255, 244, 235;
      --orange-1: 77, 27, 0;
      --orange-2: 121, 48, 4;
      --orange-3: 166, 75, 10;
      --orange-4: 210, 105, 19;
      --orange-5: 255, 141, 31;
      --orange-6: 255, 150, 38;
      --orange-7: 255, 179, 87;
      --orange-8: 255, 205, 135;
      --orange-9: 255, 227, 184;
      --orange-10: 255, 247, 232;
      --gold-1: 77, 45, 0;
      --gold-2: 119, 75, 4;
      --gold-3: 162, 111, 15;
      --gold-4: 204, 150, 31;
      --gold-5: 247, 192, 52;
      --gold-6: 249, 204, 68;
      --gold-7: 250, 220, 108;
      --gold-8: 252, 233, 149;
      --gold-9: 253, 244, 190;
      --gold-10: 255, 252, 232;
      --yellow-1: 77, 56, 0;
      --yellow-2: 120, 94, 7;
      --yellow-3: 163, 134, 20;
      --yellow-4: 207, 179, 37;
      --yellow-5: 250, 225, 60;
      --yellow-6: 251, 233, 75;
      --yellow-7: 252, 243, 116;
      --yellow-8: 253, 250, 157;
      --yellow-9: 254, 254, 198;
      --yellow-10: 254, 255, 240;
      --lime-1: 42, 77, 0;
      --lime-2: 68, 112, 6;
      --lime-3: 98, 148, 18;
      --lime-4: 132, 183, 35;
      --lime-5: 168, 219, 57;
      --lime-6: 184, 226, 75;
      --lime-7: 203, 233, 112;
      --lime-8: 222, 241, 152;
      --lime-9: 238, 248, 194;
      --lime-10: 253, 255, 238;
      --green-1: 0, 77, 28;
      --green-2: 4, 102, 37;
      --green-3: 10, 128, 45;
      --green-4: 18, 154, 55;
      --green-5: 29, 180, 64;
      --green-6: 39, 195, 70;
      --green-7: 80, 210, 102;
      --green-8: 126, 225, 139;
      --green-9: 178, 240, 183;
      --green-10: 235, 255, 236;
      --cyan-1: 0, 66, 77;
      --cyan-2: 6, 97, 108;
      --cyan-3: 17, 131, 139;
      --cyan-4: 31, 166, 170;
      --cyan-5: 48, 201, 201;
      --cyan-6: 63, 212, 207;
      --cyan-7: 102, 223, 215;
      --cyan-8: 144, 233, 225;
      --cyan-9: 190, 244, 237;
      --cyan-10: 240, 255, 252;
      --blue-1: 0, 26, 77;
      --blue-2: 5, 47, 120;
      --blue-3: 19, 76, 163;
      --blue-4: 41, 113, 207;
      --blue-5: 70, 154, 250;
      --blue-6: 90, 170, 251;
      --blue-7: 125, 193, 252;
      --blue-8: 161, 213, 253;
      --blue-9: 198, 232, 254;
      --blue-10: 234, 248, 255;
      --arcoblue-1: 0, 13, 77;
      --arcoblue-2: 4, 27, 121;
      --arcoblue-3: 14, 50, 166;
      --arcoblue-4: 29, 77, 210;
      --arcoblue-5: 48, 111, 255;
      --arcoblue-6: 60, 126, 255;
      --arcoblue-7: 104, 159, 255;
      --arcoblue-8: 147, 190, 255;
      --arcoblue-9: 190, 218, 255;
      --arcoblue-10: 234, 244, 255;
      --purple-1: 22, 0, 77;
      --purple-2: 39, 6, 110;
      --purple-3: 62, 19, 143;
      --purple-4: 90, 37, 176;
      --purple-5: 123, 61, 209;
      --purple-6: 142, 81, 218;
      --purple-7: 169, 116, 227;
      --purple-8: 197, 154, 237;
      --purple-9: 223, 194, 246;
      --purple-10: 247, 237, 255;
      --pinkpurple-1: 66, 0, 77;
      --pinkpurple-2: 101, 3, 112;
      --pinkpurple-3: 138, 13, 147;
      --pinkpurple-4: 176, 27, 182;
      --pinkpurple-5: 217, 46, 217;
      --pinkpurple-6: 225, 61, 219;
      --pinkpurple-7: 232, 102, 223;
      --pinkpurple-8: 240, 146, 230;
      --pinkpurple-9: 247, 193, 240;
      --pinkpurple-10: 255, 242, 253;
      --magenta-1: 77, 0, 52;
      --magenta-2: 119, 8, 80;
      --magenta-3: 161, 23, 108;
      --magenta-4: 203, 43, 136;
      --magenta-5: 245, 69, 166;
      --magenta-6: 247, 86, 169;
      --magenta-7: 249, 122, 184;
      --magenta-8: 251, 158, 200;
      --magenta-9: 253, 195, 219;
      --magenta-10: 255, 232, 241;
      --gray-1: 23, 23, 26;
      --gray-2: 46, 46, 48;
      --gray-3: 72, 72, 73;
      --gray-4: 95, 95, 96;
      --gray-5: 120, 120, 122;
      --gray-6: 146, 146, 147;
      --gray-7: 171, 171, 172;
      --gray-8: 197, 197, 197;
      --gray-9: 223, 223, 223;
      --gray-10: 246, 246, 246;
      --primary-1: 0, 4, 77;
      --primary-2: 6, 7, 115;
      --primary-3: 25, 23, 153;
      --primary-4: 56, 48, 191;
      --primary-5: 93, 80, 229;
      --primary-6: 121, 106, 234;
      --primary-7: 153, 137, 239;
      --primary-8: 183, 169, 245;
      --primary-9: 213, 203, 250;
      --primary-10: 242, 237, 255;
      --link-1: 0, 13, 77;
      --link-2: 189, 220, 222;
      --link-3: 189, 220, 223;
      --link-4: 55, 212, 207;
      --link-5: 94, 223, 214;
      --link-6: 55, 212, 207;
      --link-7: 7, 130, 139;
      --link-8: 147, 190, 255;
      --link-9: 190, 218, 255;
      --link-10: 234, 244, 255;
      --success-1: 17, 77, 0;
      --success-2: 34, 110, 9;
      --success-3: 59, 143, 26;
      --success-4: 90, 176, 50;
      --success-5: 125, 209, 80;
      --success-6: 149, 218, 105;
      --success-7: 174, 227, 134;
      --success-8: 198, 237, 166;
      --success-9: 222, 246, 200;
      --success-10: 246, 255, 235;
      --danger-1: 77, 0, 9;
      --danger-2: 121, 10, 19;
      --danger-3: 166, 28, 35;
      --danger-4: 210, 55, 57;
      --danger-5: 255, 92, 89;
      --danger-6: 255, 119, 112;
      --danger-7: 255, 152, 143;
      --danger-8: 255, 183, 173;
      --danger-9: 255, 212, 204;
      --danger-10: 255, 238, 235;
      --warning-1: var(--orange-1);
      --warning-2: var(--orange-2);
      --warning-3: var(--orange-3);
      --warning-4: var(--orange-4);
      --warning-5: var(--orange-5);
      --warning-6: var(--orange-6);
      --warning-7: var(--orange-7);
      --warning-8: var(--orange-8);
      --warning-9: var(--orange-9);
      --warning-10: var(--orange-10);
      --color-text-5: #b3bacc;
      --color-fill-black: #000;
      --color-fill-mask: rgba(0, 0, 0, .4);
      --color-fill-secondary-normal: rgba(16, 162, 197, .149);
      --color-fill-secondary-disabled: #e5e5e5;
      --color-fill-secondary-hover: rgba(23, 127, 151, .2);
      --color-fill-secondary-pressed: rgba(26, 92, 108, .301);
      --color-fill-secondary-active: rgba(18, 104, 124, .25);
      --color-border-state-hover: rgba(0, 0, 0, .031);
      --color-border-state-normal: rgba(0, 0, 0, .031);
      --color-border-state-pressed: rgba(0, 0, 0, .121);
      --color-border-state-active: rgba(0, 0, 0, .101);
      --color-border-state-disabled: rgba(0, 0, 0, .031);
      --color-border-state-selected-hover: rgba(0, 0, 0, .149);
      --color-border-state-selected-pressed: rgba(0, 0, 0, .18);
      --color-bg-bg1: #f2f4fa;
      --color-bg-bg2: #f6f6fb;
      --color-bg-bg3: hsla(180, 8%, 95%, .501);
      --color-bg-bg4: #fff;
      --color-bg-brand-selected: rgba(0, 153, 149, .1);
      --color-bg-function-error: rgba(234, 61, 76, .1);
      --color-bg-function-warning: rgba(255, 177, 2, .1);
      --color-bg-function-success: rgba(87, 172, 2, .1);
      --color-bg-auxiliary-cobalt: rgba(59, 135, 246, .1);
      --color-bg-auxiliary-yellow: rgba(255, 177, 2, .1);
      --color-bg-auxiliary-neutral: rgba(89, 89, 89, .1);
      --auxiliary-red-1: var(--arcoblue-1);
      --auxiliary-red-2: var(--arcoblue-2);
      --auxiliary-red-3: var(--arcoblue-3);
      --auxiliary-red-4: var(--arcoblue-4);
      --auxiliary-red-5: var(--arcoblue-5);
      --auxiliary-red-6: var(--arcoblue-6);
      --auxiliary-red-7: var(--arcoblue-7);
      --auxiliary-red-8: var(--arcoblue-8);
      --auxiliary-red-9: var(--arcoblue-9);
      --auxiliary-red-10: var(--arcoblue-10);
      --auxiliary-orange-1: var(--arcoblue-1);
      --auxiliary-orange-2: var(--arcoblue-2);
      --auxiliary-orange-3: var(--arcoblue-3);
      --auxiliary-orange-4: var(--arcoblue-4);
      --auxiliary-orange-5: var(--arcoblue-5);
      --auxiliary-orange-6: var(--arcoblue-6);
      --auxiliary-orange-7: var(--arcoblue-7);
      --auxiliary-orange-8: var(--arcoblue-8);
      --auxiliary-orange-9: var(--arcoblue-9);
      --auxiliary-orange-10: var(--arcoblue-10);
      --auxiliary-green-1: var(--arcoblue-1);
      --auxiliary-green-2: var(--arcoblue-2);
      --auxiliary-green-3: var(--arcoblue-3);
      --auxiliary-green-4: var(--arcoblue-4);
      --auxiliary-green-5: var(--arcoblue-5);
      --auxiliary-green-6: var(--arcoblue-6);
      --auxiliary-green-7: var(--arcoblue-7);
      --auxiliary-green-8: var(--arcoblue-8);
      --auxiliary-green-9: var(--arcoblue-9);
      --auxiliary-green-10: var(--arcoblue-10);
      --auxiliary-cobalt-1: var(--arcoblue-1);
      --auxiliary-cobalt-2: var(--arcoblue-2);
      --auxiliary-cobalt-3: var(--arcoblue-3);
      --auxiliary-cobalt-4: var(--arcoblue-4);
      --auxiliary-cobalt-5: var(--arcoblue-5);
      --auxiliary-cobalt-6: var(--arcoblue-6);
      --auxiliary-cobalt-7: var(--arcoblue-7);
      --auxiliary-cobalt-8: var(--arcoblue-8);
      --auxiliary-cobalt-9: var(--arcoblue-9);
      --auxiliary-cobalt-10: var(--arcoblue-10);
      --auxiliary-yellow-1: var(--arcoblue-1);
      --auxiliary-yellow-2: var(--arcoblue-2);
      --auxiliary-yellow-3: var(--arcoblue-3);
      --auxiliary-yellow-4: var(--arcoblue-4);
      --auxiliary-yellow-5: var(--arcoblue-5);
      --auxiliary-yellow-6: var(--arcoblue-6);
      --auxiliary-yellow-7: var(--arcoblue-7);
      --auxiliary-yellow-8: var(--arcoblue-8);
      --auxiliary-yellow-9: var(--arcoblue-9);
      --auxiliary-yellow-10: var(--arcoblue-10);
      --color-mask-neutral: rgba(0, 0, 0, .004);
      --color-auxiliary-neutral-normal: #595959;
      --color-auxiliary-neutral-line: #9b9b9b;
      --color-auxiliary-neutral-bg: rgba(89, 89, 89, .1);
      --color-brand-green: #25f4ee;
      --color-brand-red: #fe2c55;
      --color-brand-white: #fff;
      --color-brand-black: #000
    }

    svg.arco-icon:not([stroke]) {
      stroke: none
    }

    .arco-alert-with-title .arco-alert-close-btn {
      line-height: 0;
      margin-top: 4px
    }

    .arco-autocomplete-popup .arco-select-popup {
      padding: 4px
    }

    .arco-autocomplete-popup .arco-select-option-hover {
      border-radius: 4px
    }

    .arco-breadcrumb {
      line-height: 0
    }

    .arco-breadcrumb-item:last-child {
      color: rgba(0, 0, 0, .65);
      font-weight: 500
    }

    .arco-btn {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      outline-color: rgba(0, 0, 0, .65);
      vertical-align: middle
    }

    .arco-btn-size-small {
      padding: 3px 8px
    }

    .arco-btn-size-small.arco-btn-icon-only {
      padding: 4px
    }

    .arco-btn-size-default {
      padding: 8px 16px
    }

    .arco-btn-size-default.arco-btn-icon-only {
      padding: 10px
    }

    .arco-btn-size-large {
      padding: 12px 24px
    }

    .arco-btn-size-large.arco-btn-icon-only {
      padding: 14px
    }

    .arco-btn:focus {
      outline: none
    }

    .arco-btn:-moz-focusring {
      outline: none
    }

    .arco-btn:not(.arco-btn-disabled):not(.arco-btn-loading):focus-visible {
      border-color: transparent;
      box-shadow: none;
      outline-offset: 3px;
      outline-style: solid;
      outline-width: 3px
    }

    .arco-btn-primary:focus-visible {
      outline-color: #009995
    }

    .arco-btn-primary-text:focus-visible {
      outline-color: #009995
    }

    .arco-btn-status-warning:focus-visible {
      outline-color: #e19f0b
    }

    .arco-btn-status-danger:focus-visible {
      outline-color: #e14653
    }

    .arco-btn-status-success:focus-visible {
      outline-color: #009e3d
    }

    .arco-btn>svg {
      font-size: 16px
    }

    .arco-btn.arco-btn-loading:before {
      content: none
    }

    .arco-btn-loading>.arco-icon-loading {
      position: absolute
    }

    .arco-btn-loading>.arco-icon-loading+span {
      margin-left: 0
    }

    .arco-btn-loading>:not(.arco-icon-loading) {
      opacity: 0
    }

    .arco-btn-primary-text:not(.arco-btn-disabled),
    .arco-btn-primary-text:not(.arco-btn-disabled):not(.arco-btn-loading):active,
    .arco-btn-primary-text:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
      color: rgb(var(--primary-6))
    }

    .arco-btn.arco-btn-primary-text.arco-btn-disabled {
      color: rgb(var(--primary-3))
    }

    .arco-cascader-size-default.arco-cascader-single .arco-cascader-view {
      padding: 0 12px
    }

    .arco-cascader-popup {
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
    }

    .arco-cascader-list {
      padding-left: 4px;
      padding-right: 4px
    }

    .arco-cascader-list-item-active,
    .arco-cascader-list-item-active:hover {
      font-weight: 400
    }

    .arco-cascader-list-item:not(.arco-cascader-list-item-disabled):not(.arco-cascader-list-item-active):hover,
    .arco-cascader-list-search-item:not(.arco-cascader-list-search-item-disabled):not(.arco-cascader-list-search-item-active):hover {
      background-color: rgba(0, 0, 0, .08);
      border-radius: 4px
    }

    .arco-cascader-list-item:not(.arco-cascader-list-item-disabled):not(.arco-cascader-list-item-active):active,
    .arco-cascader-list-search-item:not(.arco-cascader-list-search-item-disabled):not(.arco-cascader-list-search-item-active):active {
      background-color: rgba(0, 0, 0, .121);
      border-radius: 4px;
      color: rgb(var(--primary-6))
    }

    .arco-cascader-list-item,
    .arco-cascader-list-search-item {
      align-items: center;
      border-radius: 4px;
      height: auto;
      line-height: 20px;
      min-height: 36px
    }

    .arco-cascader-list-item-label {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      overflow-wrap: break-word;
      text-overflow: ellipsis;
      white-space: normal
    }

    .arco-cascader-popup .arco-cascader-list:not(.arco-cascader-list-search) {
      width: 185px
    }

    .arco-checkbox .arco-checkbox-mask {
      border-color: rgba(0, 0, 0, .25)
    }

    .arco-checkbox:hover .arco-checkbox-mask {
      border-color: rgba(0, 0, 0, .55)
    }

    .arco-checkbox:active .arco-checkbox-mask {
      border-color: rgba(0, 0, 0, .92)
    }

    .arco-checkbox-disabled .arco-checkbox-mask {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .25)
    }

    .arco-checkbox-checked .arco-checkbox-mask {
      border-color: transparent
    }

    .arco-checkbox-checked:hover .arco-checkbox-mask {
      background-color: rgb(var(--primary-5));
      border-color: transparent
    }

    .arco-checkbox-checked:active .arco-checkbox-mask {
      background-color: rgb(var(--primary-2));
      border-color: transparent
    }

    .arco-checkbox-indeterminate:hover .arco-checkbox-mask {
      border-color: transparent
    }

    .arco-checkbox-indeterminate:active .arco-checkbox-mask {
      border-color: rgb(var(--primary-2))
    }

    .arco-picker.arco-picker-error.arco-picker-focused:not(.arco-picker-disabled),
    .arco-picker.arco-picker-error.arco-picker-focused:not(.arco-picker-disabled):hover,
    .arco-picker.arco-picker-error:not(.arco-picker-disabled),
    .arco-picker.arco-picker-error:not(.arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--danger-6))
    }

    .arco-picker-size-default {
      padding: 8px 12px
    }

    .arco-picker-size-large {
      padding: 12px
    }

    .arco-picker input {
      height: 20px;
      padding-left: 0
    }

    .arco-picker .arco-picker-cell-hover-in-range .arco-picker-date,
    .arco-picker .arco-picker-cell-hover-range-end:not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value,
    .arco-picker .arco-picker-cell-hover-range-start:not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-arco-date-value {
      background: transparent;
      color: rgba(0, 0, 0, .92)
    }

    .arco-picker-container,
    .arco-picker-range-container {
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
    }

    .arco-picker-container .arco-picker-header,
    .arco-picker-range-container .arco-picker-header {
      padding: 12px 16px
    }

    .arco-picker-container .arco-picker-week-list,
    .arco-picker-range-container .arco-picker-week-list {
      padding: 8px
    }

    .arco-picker-container .arco-picker-week-list-item,
    .arco-picker-range-container .arco-picker-week-list-item {
      color: rgba(0, 0, 0, .35);
      font-size: 14px;
      font-weight: 500;
      height: 20px;
      line-height: 20px;
      width: 36px
    }

    .arco-picker-container .arco-picker-body,
    .arco-picker-range-container .arco-picker-body {
      box-sizing: border-box;
      padding: 0 8px 16px
    }

    .arco-picker-cell .arco-picker-date-value {
      color: rgba(0, 0, 0, .25)
    }

    .arco-picker-cell-in-view .arco-picker-date-value {
      color: rgba(0, 0, 0, .92)
    }

    .arco-picker-cell-disabled .arco-picker-date-value {
      color: rgba(0, 0, 0, .25)
    }

    .arco-picker-cell-selected .arco-picker-date-value {
      color: #fff
    }

    .arco-picker-cell .arco-picker-date,
    .arco-picker-cell .arco-picker-date-value,
    .arco-picker-cell-in-range .arco-picker-date,
    .arco-picker-cell-in-range .arco-picker-date-value,
    .arco-picker-cell-in-view .arco-picker-date,
    .arco-picker-cell-in-view .arco-picker-date-value,
    .arco-picker-cell-range-end .arco-picker-date,
    .arco-picker-cell-range-end .arco-picker-date-value,
    .arco-picker-cell-range-start .arco-picker-date,
    .arco-picker-cell-range-start .arco-picker-date-value {
      width: 36px
    }

    .arco-picker-cell-selected .arco-picker-date {
      width: 34px
    }

    .arco-picker-cell-selected .arco-picker-date-value {
      font-weight: 500;
      min-width: 34px;
      width: 34px
    }

    .arco-picker-cell-today:after {
      bottom: 4px
    }

    .arco-picker-cell-selected.arco-picker-cell-today:after {
      background-color: #fff
    }

    .arco-picker-cell-selected.arco-picker-cell-in-view.arco-picker-cell-today .arco-picker-date-value {
      color: #fff
    }

    .arco-picker-cell-today.arco-picker-cell-in-view .arco-picker-date-value {
      color: rgb(var(--primary-6));
      font-weight: 500
    }

    .arco-picker-cell-in-view.arco-picker-cell-disabled.arco-picker-cell-today .arco-picker-date-value {
      color: rgba(0, 0, 0, .25);
      font-weight: 500
    }

    .arco-picker-cell-in-view.arco-picker-cell-disabled.arco-picker-cell-today:after {
      background-color: rgba(0, 0, 0, .25)
    }

    .arco-picker-suffix {
      font-size: 16px;
      height: 16px;
      line-height: 0;
      margin-left: 7px;
      position: relative;
      width: 16px
    }

    .arco-picker-suffix-icon {
      position: absolute;
      right: 0;
      top: 0
    }

    .arco-picker-clear-icon {
      margin: 8px 6px 0 7px
    }

    .arco-picker-clear-icon svg {
      display: none
    }

    .arco-picker-clear-icon:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMzUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTggMTRBNiA2IDAgMSAwIDggMmE2IDYgMCAwIDAgMCAxMm0tMi45OTgtMy44NUw3LjE1MiA4bC0yLjE1LTIuMTUuODQ4LS44NDhMOCA3LjE1MmwyLjE1LTIuMTUuODQ4Ljg0OEw4Ljg0OCA4bDIuMTUgMi4xNS0uODQ4Ljg0OEw4IDguODQ4bC0yLjE1IDIuMTV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
      height: 16px;
      width: 16px
    }

    .arco-picker .arco-icon-hover:hover:before {
      background-color: initial
    }

    .arco-picker-header-icon {
      font-size: 16px
    }

    .arco-picker-body {
      padding: 10px 8px
    }

    .arco-picker-week-list {
      padding: 10px 8px 0 8px
    }

    .arco-picker-cell .arco-picker-date {
      padding: 0
    }

    .arco-picker-footer-btn-wrapper {
      padding: 3px 12px
    }

    .arco-panel-date-inner {
      width: 268px
    }

    .arco-panel-date .arco-picker-cell-hover-in-range .arco-picker-date,
    .arco-panel-date .arco-picker-cell-hover-range-end:not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value,
    .arco-panel-date .arco-picker-cell-hover-range-start:not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value {
      background: transparent;
      color: rgba(0, 0, 0, .92)
    }

    .arco-panel-date .arco-picker-row {
      width: 238px
    }

    .arco-panel-date .arco-picker-row .arco-picker-cell-in-range .arco-picker-date {
      background: rgba(0, 153, 149, .15)
    }

    .arco-panel-date .arco-picker-row .arco-picker-cell-selected.arco-picker-cell-range-start .arco-picker-date-value {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .arco-panel-date .arco-picker-row .arco-picker-cell-selected.arco-picker-cell-range-end .arco-picker-date-value {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .arco-panel-date .arco-picker-row .arco-picker-cell-selected.arco-picker-cell-range-start.arco-picker-cell-range-end .arco-picker-date-value {
      border-radius: 4px
    }

    .arco-panel-quarter .arco-picker-cell-hover-in-range .arco-picker-date,
    .arco-panel-quarter .arco-picker-cell-hover-range-end:not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value,
    .arco-panel-quarter .arco-picker-cell-hover-range-start:not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value {
      background-color: rgba(0, 153, 149, .15)
    }

    .arco-panel-quarter .arco-picker-cell .arco-picker-date,
    .arco-panel-quarter .arco-picker-cell .arco-picker-date .arco-picker-date-value {
      width: 100%
    }

    .arco-panel-quarter .arco-picker-cell-selected.arco-picker-cell-range-start .arco-picker-date-value {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .arco-panel-quarter .arco-picker-cell-selected.arco-picker-cell-range-end .arco-picker-date-value {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .arco-panel-quarter .arco-picker-cell-selected.arco-picker-cell-range-start.arco-picker-cell-range-end .arco-picker-date-value {
      border-radius: 4px
    }

    .arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date {
      margin-left: 4px;
      padding-left: 0
    }

    .arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date {
      margin-right: 4px;
      padding-right: 0
    }

    .arco-panel-week .arco-picker-row {
      width: 238px
    }

    .arco-panel-week .arco-picker-row .arco-picker-cell-hover-in-range .arco-picker-date,
    .arco-panel-week .arco-picker-row .arco-picker-cell-hover-range-end:not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value,
    .arco-panel-week .arco-picker-row .arco-picker-cell-hover-range-start:not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value {
      background: transparent;
      color: rgba(0, 0, 0, .92)
    }

    .arco-panel-week .arco-picker-row .arco-picker-cell-in-range .arco-picker-date {
      background: rgba(0, 153, 149, .15)
    }

    .arco-panel-week .arco-picker-row .arco-picker-date {
      width: 34px
    }

    .arco-panel-week .arco-picker-row .arco-picker-cell-selected .arco-picker-date {
      background: transparent
    }

    .arco-panel-week .arco-picker-row-week:hover:has(.arco-picker-cell-disabled) .arco-picker-cell:not(.arco-picker-cell-week):not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-in-range):not(.arco-picker-cell-hover-in-range) .arco-picker-date-value {
      background-color: initial
    }

    .arco-panel-month .arco-picker-cell-in-range .arco-picker-date {
      background: rgba(0, 153, 149, .15)
    }

    .arco-panel-month .arco-picker-cell .arco-picker-date,
    .arco-panel-month .arco-picker-cell .arco-picker-date .arco-picker-date-value {
      width: 100%
    }

    .arco-panel-month .arco-picker-cell-selected.arco-picker-cell-range-start .arco-picker-date-value {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .arco-panel-month .arco-picker-cell-selected.arco-picker-cell-range-end .arco-picker-date-value {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .arco-panel-month .arco-picker-cell-selected.arco-picker-cell-range-start.arco-picker-cell-range-end .arco-picker-date-value {
      border-radius: 4px
    }

    .arco-descriptions.arco-descriptions-layout-inline-vertical .arco-descriptions-item-label-inline {
      margin-bottom: 4px
    }

    .arco-descriptions.arco-descriptions-layout-inline-vertical .arco-descriptions-item-value-inline {
      padding-bottom: 16px
    }

    .arco-dropdown-menu {
      padding: 4px
    }

    .arco-dropdown-menu-icon-suffix {
      color: rgba(0, 0, 0, .55);
      font-weight: 400
    }

    .arco-dropdown-menu-item {
      border-radius: 4px;
      padding: 0 8px
    }

    .arco-dropdown-menu-item:not(.arco-dropdown-menu-selected):not(.arco-dropdown-menu-disabled) {
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .arco-dropdown-menu-item:not(.arco-dropdown-menu-selected):not(.arco-dropdown-menu-disabled):hover {
      background-color: rgba(0, 0, 0, .08);
      border-radius: 4px
    }

    .arco-dropdown-menu-item:not(.arco-dropdown-menu-selected):not(.arco-dropdown-menu-disabled):active {
      background-color: rgba(0, 0, 0, .121);
      border-radius: 4px
    }

    .arco-dropdown-menu-disabled {
      color: rgba(0, 0, 0, .25);
      font-weight: 500
    }

    .arco-dropdown-menu-item.arco-dropdown-menu-selected {
      background-color: rgba(0, 0, 0, .121);
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .arco-dropdown-menu-item.arco-dropdown-menu-selected:hover {
      background-color: rgba(0, 0, 0, .08);
      border-radius: 4px;
      color: rgba(0, 0, 0, .92)
    }

    .arco-dropdown-menu-item.arco-dropdown-menu-selected:active {
      background-color: rgba(0, 0, 0, .18)
    }

    .arco-dropdown-menu-group-title {
      padding: 0 8px
    }

    .arco-dropdown-menu-pop-header {
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .arco-dropdown-menu-pop-header:hover {
      background-color: rgba(0, 0, 0, .08);
      border-radius: 4px;
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .arco-dropdown-menu-pop-header:active {
      background-color: rgba(0, 0, 0, .121);
      border-radius: 4px;
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .arco-dropdown-popup-visible.arco-btn.arco-btn-secondary:not(.arco-btn-disabled) {
      border-color: rgb(var(--primary-6))
    }

    .arco-form-message {
      margin-bottom: 4px;
      margin-top: 4px
    }

    .arco-form-extra,
    .arco-form-message {
      line-height: 18px;
      margin-left: 0
    }

    .arco-form-label-item {
      font-weight: 500
    }

    .arco-input-group-addbefore {
      border-right: none
    }

    .arco-input-group-addafter {
      border-left: none
    }

    .arco-input-group:not(.arco-input-group-compact)>.arco-input,
    :not(.arco-input-search-button):not(.arco-input-number)>.arco-input-group:not(.arco-input-group-compact)>.arco-input-inner-wrapper {
      border-radius: 4px
    }

    .arco-input-clear-icon {
      margin: 0 8px 0 12px
    }

    .arco-input-clear-icon svg {
      display: none
    }

    .arco-input-clear-icon:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMzUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTggMTRBNiA2IDAgMSAwIDggMmE2IDYgMCAwIDAgMCAxMm0tMi45OTgtMy44NUw3LjE1MiA4bC0yLjE1LTIuMTUuODQ4LS44NDhMOCA3LjE1MmwyLjE1LTIuMTUuODQ4Ljg0OEw4Ljg0OCA4bDIuMTUgMi4xNS0uODQ4Ljg0OEw4IDguODQ4bC0yLjE1IDIuMTV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
      height: 16px;
      width: 16px
    }

    .arco-input-group.arco-input-group-compact>.arco-input:hover:not(:last-child) {
      border-color: rgb(var(--primary-5))
    }

    .arco-input-group-addafter>svg,
    .arco-input-group-addbefore>svg,
    .arco-input-inner-wrapper .arco-input-group-prefix>svg,
    .arco-input-inner-wrapper .arco-input-group-suffix>svg {
      font-size: 16px
    }

    .arco-input-search:not(.arco-input-search-button) .arco-input-group-suffix {
      border-left: 1px solid rgba(0, 0, 0, .14);
      height: 6px;
      margin-left: 4px;
      padding-left: 8px
    }

    .arco-input-search:not(.arco-input-search-button) .arco-input-clear-icon+.arco-input-group-suffix {
      margin-left: 8px
    }

    .arco-textarea {
      height: 54px
    }

    .arco-textarea-wrapper .arco-textarea {
      padding-bottom: 20px
    }

    .arco-input-number-illegal-value .arco-input-inner-wrapper {
      border-color: #e14653
    }

    .arco-input-number-mode-button {
      border: 1px solid var(--color-border-1);
      border-radius: 4px
    }

    .arco-input-number-mode-button .arco-input-number-step-button,
    .arco-input-number-mode-button .arco-input-number-step-button:active {
      background-color: initial
    }

    .arco-input-number-mode-button .arco-input-group-addafter,
    .arco-input-number-mode-button .arco-input-group-addbefore {
      border: none
    }

    .arco-input-number-mode-button .arco-input-inner-wrapper {
      border: none;
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-radius: 0;
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .arco-input-number-mode-button:not(.arco-input-group-wrapper-disabled):hover {
      border-color: #028380
    }

    .arco-input-number-mode-button:not(.arco-input-group-wrapper-disabled):focus-within {
      border-color: #009995
    }

    .arco-input-number-mode-button:not(.arco-input-group-wrapper-disabled) .arco-input-number-step-button:not(.arco-input-number-step-button-disabled) {
      color: var(--color-text-3)
    }

    .arco-input-number-mode-button:not(.arco-input-group-wrapper-disabled) .arco-input-number-step-button:not(.arco-input-number-step-button-disabled):hover {
      background-color: initial;
      color: #028380
    }

    .arco-input-number-mode-button:not(.arco-input-group-wrapper-disabled) .arco-input-number-step-button:not(.arco-input-number-step-button-disabled):active {
      background-color: rgba(0, 0, 0, .121);
      color: #009995
    }

    .arco-input-number-mode-button.arco-input-group-wrapper-disabled,
    .arco-input-number-mode-button:not(.arco-input-group-wrapper-disabled) .arco-input-number-step-button-disabled {
      background-color: #f0f0f0
    }

    .arco-input-tag.arco-input-tag-disabled .arco-input-tag-tag {
      background-color: rgba(0, 0, 0, .14);
      border-color: transparent
    }

    .arco-link {
      align-items: center;
      display: inline-flex;
      font-weight: 400
    }

    .arco-link:not(.arco-link-disabled)>span {
      position: relative
    }

    .arco-link:not(.arco-link-disabled)>span:hover:after {
      background-color: rgb(var(--primary-6));
      bottom: 4px;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      width: 100%
    }

    .arco-link:focus-visible {
      border-radius: 3px;
      outline: 3px solid #009995;
      outline-offset: 3px
    }

    .arco-link:not(.arco-link-disabled):active {
      color: #026e6b
    }

    .arco-menu {
      font-weight: 500
    }

    .arco-menu .arco-icon {
      font-size: 16px
    }

    .arco-menu-inline-content {
      font-size: 12px
    }

    .arco-menu-inline-content .arco-menu-item:not(.arco-menu-selected) {
      color: rgba(0, 0, 0, .65);
      font-weight: 400
    }

    .arco-menu-item-tooltip svg {
      display: none
    }

    .arco-message-content {
      line-height: 20px
    }

    .arco-modal-header {
      height: unset;
      padding: 32px 44px 16px 24px
    }

    .arco-modal .arco-modal-close-icon {
      color: rgba(0, 0, 0, .55)
    }

    .arco-modal-title {
      font-weight: 500;
      min-height: 28px
    }

    .arco-modal-title>span:first-child {
      align-items: center;
      display: flex
    }

    .arco-modal-title .arco-icon {
      flex-shrink: 0
    }

    .arco-modal-content {
      padding-top: 32px
    }

    .arco-modal-header+.arco-modal-content {
      padding-top: 0
    }

    .arco-popconfirm .arco-popconfirm-btn .arco-btn {
      font-size: 14px;
      height: 36px;
      padding: 0 15px
    }

    .arco-popover-content {
      padding-top: 32px
    }

    .arco-popover[trigger-placement=tl] .arco-popover-arrow,
    .arco-popover[trigger-placement=top] .arco-popover-arrow,
    .arco-popover[trigger-placement=tr] .arco-popover-arrow {
      border: none;
      border-bottom-right-radius: 0
    }

    .arco-popover[trigger-placement=bl] .arco-popover-arrow,
    .arco-popover[trigger-placement=bottom] .arco-popover-arrow,
    .arco-popover[trigger-placement=br] .arco-popover-arrow {
      border: none;
      border-top-left-radius: 0
    }

    .arco-popover[trigger-placement=lb] .arco-popover-arrow,
    .arco-popover[trigger-placement=left] .arco-popover-arrow,
    .arco-popover[trigger-placement=lt] .arco-popover-arrow {
      border: none;
      border-top-right-radius: 0;
      margin-top: 0
    }

    .arco-popover[trigger-placement=rb] .arco-popover-arrow,
    .arco-popover[trigger-placement=right] .arco-popover-arrow,
    .arco-popover[trigger-placement=rt] .arco-popover-arrow {
      border: none;
      border-bottom-left-radius: 0;
      margin-top: 0
    }

    .arco-progress-line-inner,
    .arco-progress-line-outer {
      border-radius: 0
    }

    .arco-progress-line-text {
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      font-weight: 600
    }

    .arco-radio-text {
      color: rgba(0, 0, 0, .92)
    }

    .arco-radio .arco-radio-mask {
      border-color: rgba(0, 0, 0, .25)
    }

    .arco-radio:focus .arco-radio-mask,
    .arco-radio:hover .arco-radio-mask {
      border-color: rgba(0, 0, 0, .55)
    }

    .arco-radio:active .arco-radio-mask {
      border-color: rgba(0, 0, 0, .92)
    }

    .arco-radio-disabled .arco-radio-mask,
    .arco-radio-disabled:hover .arco-radio-mask {
      border-color: rgba(0, 0, 0, .25)
    }

    .arco-radio-mask:after {
      height: 14px;
      width: 14px
    }

    .arco-radio-checked .arco-radio-mask:after {
      transform: scale(.5)
    }

    .arco-radio-checked .arco-radio-mask {
      border-color: rgb(var(--primary-6))
    }

    .arco-radio-checked .arco-radio-mask:after {
      background-color: rgb(var(--primary-6))
    }

    .arco-radio-checked:hover .arco-radio-mask {
      border-color: rgb(var(--primary-5))
    }

    .arco-radio-checked:hover .arco-radio-mask:after {
      background-color: rgb(var(--primary-5))
    }

    .arco-radio-checked:active .arco-radio-mask {
      border-color: rgb(var(--primary-2))
    }

    .arco-radio-checked:active .arco-radio-mask:after {
      background-color: rgb(var(--primary-5))
    }

    .arco-radio-checked.arco-radio-disabled .arco-radio-mask,
    .arco-radio-checked.arco-radio-disabled:hover .arco-radio-mask {
      border-color: rgb(var(--primary-3))
    }

    .arco-radio-checked.arco-radio-disabled .arco-radio-mask:after,
    .arco-radio-checked.arco-radio-disabled:hover .arco-radio-mask:after {
      background-color: rgb(var(--primary-3))
    }

    .arco-radio-button.arco-radio-checked+.arco-radio-button:before,
    .arco-radio-button.arco-radio-checked:before,
    .arco-radio-button:hover+.arco-radio-button:before,
    .arco-radio-button:hover:before {
      opacity: 1
    }

    .arco-radio-button.arco-radio-checked {
      font-weight: 600
    }

    .arco-select .arco-input-tag-size-large .arco-input-tag-inner .arco-tag {
      height: 36px
    }

    .arco-select .arco-input-tag-inner .arco-tag {
      background-color: var(--color-border-state-normal);
      color: var(--color-text-1);
      font-size: 14px;
      font-weight: 500;
      height: 24px
    }

    .arco-select .arco-input-tag-inner .arco-tag .arco-tag-close-btn {
      font-size: 14px
    }

    .arco-select .arco-input-tag-inner .arco-tag .arco-icon-hover.arco-tag-icon-hover:hover:before {
      background: none
    }

    .arco-select.arco-select-disabled .arco-input-tag-inner .arco-tag {
      background-color: var(--color-border-state-disabled);
      color: var(--color-text-5)
    }

    .arco-select-size-default.arco-select-multiple .arco-select-view,
    .arco-select-size-default.arco-select-single .arco-select-view,
    .arco-select-size-large.arco-select-single .arco-select-view,
    .arco-select-size-mini.arco-select-single .arco-select-view,
    .arco-select-size-small.arco-select-single .arco-select-view {
      padding: 0 12px
    }

    .arco-select-size-default.arco-select-multiple .arco-select-view .arco-input-tag-has-placeholder input,
    .arco-select-size-default.arco-select-multiple .arco-select-view .arco-input-tag-input-mirror {
      padding-left: 0
    }

    .arco-select-size-large.arco-select-multiple .arco-select-view {
      padding: 0 12px
    }

    .arco-select-size-large.arco-select-multiple .arco-select-view .arco-input-tag-has-placeholder input,
    .arco-select-size-large.arco-select-multiple .arco-select-view .arco-input-tag-input-mirror {
      padding-left: 0
    }

    .arco-select-size-mini.arco-select-multiple .arco-select-view,
    .arco-select-size-small.arco-select-multiple .arco-select-view {
      padding: 0 12px
    }

    .arco-select-popup {
      background: #fff;
      border: 1px solid var(--color-border-1);
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
      padding: 4px
    }

    .arco-select-popup .arco-select-popup-inner .arco-select-option-custom-selected:not(.arco-select-option-wrapper-selected) .arco-select-option-content-wrapper {
      background: var(--color-border-state-normal)
    }

    .arco-select-popup .arco-select-popup-inner .arco-select-option-hover:not(.arco-select-option-disabled) {
      background-color: initial
    }

    .arco-select-popup .arco-select-popup-inner .arco-select-option-hover:not(.arco-select-option-disabled) .arco-select-option-content-wrapper {
      background: var(--color-border-state-hover)
    }

    .arco-select-popup .arco-select-popup-inner .arco-select-option-custom-wrapper .arco-select-option-selected:not(.arco-select-option-disabled) {
      background: var(--color-border-state-normal);
      color: var(--color-text-1)
    }

    .arco-select-popup .arco-select-popup-inner .arco-select-option-custom-wrapper .arco-select-option-hover:not(.arco-select-option-disabled) {
      background: var(--color-border-state-hover)
    }

    .arco-select-popup .arco-select-popup-inner .arco-select-option-custom-wrapper .arco-select-option-hover:not(.arco-select-option-disabled) .arco-select-option-content-wrapper {
      background-color: initial
    }

    .arco-select-popup .arco-select-option-hover.arco-select-option-selected {
      color: rgb(var(--primary-7))
    }

    .arco-select-popup .arco-select-option-wrapper {
      padding: 0;
      position: relative
    }

    .arco-select-popup .arco-select-option-wrapper .arco-select-checkbox {
      padding: 0 8px;
      pointer-events: none
    }

    .arco-select-popup .arco-select-option-wrapper .arco-select-option {
      margin-left: 0
    }

    .arco-select-popup .arco-select-checkbox {
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1
    }

    .arco-select-popup .arco-select-checkbox+.arco-select-option {
      padding-left: 31px
    }

    .arco-select-option-custom-hover:not(.arco-select-option-custom-disabled) .arco-select-option {
      background: var(--color-border-state-normal);
      color: var(--color-text-1)
    }

    .arco-select-option-custom-hover:not(.arco-select-option-custom-disabled):not(.arco-select-option-custom-selected):not(.arco-select-option-wrapper-selected) {
      color: var(--color-text-1)
    }

    .arco-select-option-custom-hover:not(.arco-select-option-custom-disabled):not(.arco-select-option-custom-selected):not(.arco-select-option-wrapper-selected) .arco-checkbox-icon-hover .arco-checkbox-mask,
    .arco-select-option-custom-hover:not(.arco-select-option-custom-disabled):not(.arco-select-option-custom-selected):not(.arco-select-option-wrapper-selected) .arco-radio-icon-hover .arco-radio-mask {
      border: 1px solid var(--color-text-1)
    }

    .arco-spin-children:after {
      background-color: hsla(0, 0%, 100%, .6)
    }

    .arco-steps-horizontal .arco-steps-item-finish:not(:last-child) .arco-steps-item-tail:after,
    .arco-steps-horizontal .arco-steps-item-next-error:not(:last-child) .arco-steps-item-tail:after,
    .arco-steps-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-tail:after,
    .arco-steps-label-horizontal .arco-steps-item-finish:not(:last-child) .arco-steps-item-title:after,
    .arco-steps-label-horizontal .arco-steps-item-next-error:not(:last-child) .arco-steps-item-title:after,
    .arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
      background: radial-gradient(ellipse 25% 75% at center, rgba(0, 0, 0, .14) 70%, transparent 80%) 0 0/6px 100%
    }

    .arco-steps-vertical:not(.arco-steps-mode-dot) .arco-steps-item-finish:not(:last-child) .arco-steps-item-tail:after,
    .arco-steps-vertical:not(.arco-steps-mode-dot) .arco-steps-item:not(:last-child) .arco-steps-item-tail:after {
      background: radial-gradient(ellipse 75% 25% at center, rgba(0, 0, 0, .14) 70%, transparent 80%) 0 0/100% 6px
    }

    .arco-steps-item-finish .arco-steps-item-title {
      color: rgba(0, 0, 0, .55)
    }

    .arco-steps-item-finish .arco-steps-item-title:hover {
      color: rgba(0, 0, 0, .65)
    }

    .arco-steps-item-finish .arco-steps-item-title:active,
    .arco-steps-item-process .arco-steps-item-title {
      color: rgba(0, 0, 0, .92)
    }

    .arco-steps-item-wait .arco-steps-item-title {
      color: rgba(0, 0, 0, .55)
    }

    .arco-steps-label-vertical .arco-steps-item-icon {
      margin-left: 56px
    }

    .arco-steps-label-vertical .arco-steps-item-content {
      margin-left: 56px;
      text-align: left
    }

    .arco-steps-label-vertical .arco-steps-item-tail {
      left: 96px
    }

    .arco-steps-item-title {
      font-weight: 500
    }

    .arco-steps-vertical.arco-steps-label-horizontal.arco-steps-mode-dot .arco-steps-item:not(:last-of-type) .arco-steps-item-tail:after {
      background: linear-gradient(to bottom, transparent 50%, var(--color-border-1) 0);
      background-repeat: repeat-y;
      background-size: 1px 6px
    }

    .arco-steps-item-title {
      white-space: normal
    }

    .arco-steps-vertical.arco-steps-label-horizontal.arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-icon,
    .arco-steps-vertical.arco-steps-label-horizontal.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-icon {
      background-color: initial;
      border: 2px solid rgb(var(--primary-6))
    }

    .arco-steps-vertical.arco-steps-label-horizontal.arco-steps-mode-dot .arco-steps-item-title {
      font-size: 14px;
      line-height: 20px
    }

    .arco-steps-vertical.arco-steps-label-horizontal.arco-steps-mode-dot .arco-steps-item-description {
      font-size: 12px;
      line-height: 18px
    }

    .arco-switch:not(.arco-switch-loading):not(.arco-switch-checked):not(:disabled).arco-switch-type-line:hover:after,
    .arco-switch:not(.arco-switch-loading):not(.arco-switch-checked):not(:disabled):not(.arco-switch-type-line):hover {
      background-color: rgba(0, 0, 0, .55)
    }

    .arco-switch:not(.arco-switch-loading):not(.arco-switch-checked):not(:disabled).arco-switch-type-line:active:after,
    .arco-switch:not(.arco-switch-loading):not(.arco-switch-checked):not(:disabled):not(.arco-switch-type-line):active {
      background-color: rgba(0, 0, 0, .65)
    }

    .arco-switch-checked:not(.arco-switch-loading):not(:disabled).arco-switch-type-line:hover:after,
    .arco-switch-checked:not(.arco-switch-loading):not(:disabled):not(.arco-switch-type-line):hover {
      background-color: rgb(var(--primary-5))
    }

    .arco-switch-checked:not(.arco-switch-loading):not(:disabled).arco-switch-type-line:active:after,
    .arco-switch-checked:not(.arco-switch-loading):not(:disabled):not(.arco-switch-type-line):active {
      background-color: rgb(var(--primary-2))
    }

    .arco-switch:not(.arco-switch-checked):not(.arco-switch-type-line):disabled {
      background-color: rgba(0, 0, 0, .35);
      opacity: .5
    }

    .arco-switch:not(.arco-switch-checked):disabled.arco-switch-type-line:after {
      background-color: #d2d2d2
    }

    .arco-switch-checked:disabled.arco-switch-type-line:after,
    .arco-switch-checked:not(.arco-switch-type-line):disabled {
      background-color: rgb(var(--primary-3))
    }

    .arco-switch-loading:not(.arco-switch-type-line):not(.arco-switch-checked) {
      background-color: rgba(0, 0, 0, .35);
      opacity: .5
    }

    .arco-switch-loading.arco-switch-type-line:not(.arco-switch-checked):after {
      background-color: #d2d2d2
    }

    .arco-table .arco-table-sorter {
      vertical-align: middle
    }

    .arco-table .arco-table-th-item {
      line-height: 14px;
      min-height: 16px
    }

    .arco-table-filters-btn {
      height: 40px;
      margin: 0 12px;
      padding: 0
    }

    .arco-table-filters-popup .arco-table-filters-btn .arco-btn {
      background-color: initial;
      border: 0;
      color: #009995;
      font-size: 14px;
      font-weight: 400;
      padding: 0
    }

    .arco-table-border .arco-table-expand-content .arco-table-td .arco-table,
    .arco-table-border .arco-table-expand-fixed-row {
      margin: -12px -12px -12px -13px
    }

    .arco-table-td.arco-table-operation,
    .arco-table-th.arco-table-operation .arco-table-th-item {
      padding-bottom: 12px;
      padding-top: 12px
    }

    .arco-table .arco-table-th:first-child {
      border-radius: 0 0 0 0
    }

    .arco-table .arco-table-tr:first-child .arco-table-th:first-child {
      border-radius: calc(var(--border-radius-medium) - 1px) 0 0 0
    }

    .arco-table .arco-table-th:last-child {
      border-radius: 0 0 0 0
    }

    .arco-table .arco-table-tr:first-child .arco-table-th:last-child {
      border-radius: 0 calc(var(--border-radius-medium) - 1px) 0 0
    }

    .arco-tabs-header-title-text {
      font-weight: 500
    }

    .arco-tabs-header-size-mini.arco-tabs-header-nav-line .arco-tabs-header-title {
      font-size: 12px;
      line-height: 18px
    }

    .arco-tabs-header-size-small.arco-tabs-header-nav-line .arco-tabs-header-title {
      font-size: 14px;
      line-height: 20px
    }

    .arco-tabs-header-size-default.arco-tabs-header-nav-line .arco-tabs-header-title {
      font-size: 16px;
      line-height: 24px
    }

    .arco-tabs-capsule .arco-tabs-header-title:first-child {
      border-radius: 3px 0 0 3px
    }

    .arco-tabs-capsule .arco-tabs-header-title:last-child {
      border-radius: 0 3px 3px 0
    }

    .arco-tag .arco-tag-close-btn {
      font-size: 10px
    }

    .arco-tag-checked {
      color: rgba(0, 0, 0, .55)
    }

    .arco-timepicker {
      padding: 4px 0
    }

    .arco-timepicker-container {
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
    }

    .arco-timepicker-list {
      position: relative
    }

    .arco-timepicker-cell {
      padding: 2px
    }

    .arco-timepicker-cell:not(.arco-timepicker-cell-disabled) {
      color: rgba(0, 0, 0, .92)
    }

    .arco-timepicker-cell:not(.arco-timepicker-cell-selected):not(.arco-timepicker-cell-disabled):hover {
      background-color: rgba(0, 0, 0, .08)
    }

    .arco-timepicker-cell:not(.arco-timepicker-cell-selected):not(.arco-timepicker-cell-disabled):hover .arco-timepicker-cell-inner {
      background-color: initial
    }

    .arco-timepicker-cell.arco-timepicker-cell-selected {
      background-color: rgb(var(--primary-1));
      color: rgb(var(--primary-6))
    }

    .arco-timepicker-cell-inner {
      border-radius: 4px;
      height: 32px;
      line-height: 32px
    }

    .arco-timepicker-list:first-child .arco-timepicker-cell {
      border-radius: 4px 0 0 4px;
      margin-left: 2px;
      padding-left: 0
    }

    .arco-timepicker-list:last-child .arco-timepicker-cell {
      border-radius: 0 4px 4px 0;
      margin-right: 2px;
      padding-right: 0
    }

    .arco-timepicker-footer-btn-wrapper .arco-btn.arco-btn-secondary {
      background-color: initial;
      color: rgb(var(--primary-6))
    }

    .arco-timepicker-footer-btn-wrapper .arco-btn.arco-btn-secondary:hover {
      background-color: rgba(0, 0, 0, .08);
      color: rgb(var(--primary-6))
    }

    .arco-timepicker-footer-btn-wrapper .arco-btn.arco-btn-secondary:active {
      background-color: rgba(0, 0, 0, .121);
      color: rgb(var(--primary-6))
    }

    .arco-timeline-item-content {
      font-weight: 500
    }

    .arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-content,
    .arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-content {
      height: 12px;
      line-height: 12px
    }

    .arco-timeline-item {
      min-height: 24px;
      padding-bottom: 16px
    }

    .arco-timeline-item-dot-custom {
      background-color: var(--color-bg-2);
      box-sizing: border-box;
      color: rgb(var(--primary-6));
      display: inline-block;
      height: 100%;
      left: 50%;
      position: relative;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%
    }

    .arco-timeline-item-content-wrapper {
      margin-left: 10px;
      position: relative
    }

    .arco-timeline-item-dot-wrapper>.arco-timeline-item-dot-content {
      height: 8px;
      line-height: 22.001px;
      position: relative;
      width: 12px
    }

    .arco-timeline-item-dot-solid {
      background-color: rgb(var(--primary-6))
    }

    .arco-timeline-item-dot-hollow {
      background-color: initial;
      border: 2px solid rgb(var(--primary-6))
    }

    .arco-timeline .arco-timeline-item-child-dot {
      height: 8px;
      width: 8px
    }

    .arco-timeline .arco-timeline-item-child-dot,
    .arco-timeline .arco-timeline-item-parent-dot {
      border: 2px solid rgb(var(--primary-6));
      border-radius: var(--border-radius-circle);
      box-sizing: border-box;
      color: rgb(var(--primary-6));
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%)
    }

    .arco-timeline .arco-timeline-item-parent-dot {
      height: 12px;
      width: 12px
    }

    .arco-timeline .arco-timeline-item-status-normal {
      border-color: var(--color-fill-black)
    }

    .arco-timeline .arco-timeline-item-status-warning {
      border-color: rgb(var(--danger-6))
    }

    .arco-timeline .arco-timeline-item-status-finished {
      background-color: var(--color-text-5);
      border-color: transparent
    }

    .arco-timeline .arco-timeline-item-status-unhappen {
      border-color: var(--color-text-5)
    }

    .arco-timeline .arco-timeline-item-dotType-solid-normal {
      background-color: var(--color-fill-black)
    }

    .arco-timeline .arco-timeline-item-dotType-solid-warning {
      background-color: rgb(var(--danger-6))
    }

    .arco-timeline .arco-timeline-item-dotType-solid-finished,
    .arco-timeline .arco-timeline-item-dotType-solid-unhappen {
      background-color: var(--color-text-5)
    }

    .arco-timeline .arco-timeline-item-title {
      color: var(--color-text-1);
      font-size: 14px;
      font-weight: 500;
      width: 100%
    }

    .arco-timeline .arco-timeline-item-extra-title {
      width: 100%
    }

    .arco-timeline .arco-timeline-item-extra-description,
    .arco-timeline .arco-timeline-item-extra-title {
      color: var(--color-text-5);
      font-size: 14px;
      font-weight: 400
    }

    .arco-timeline .arco-timeline-item-time {
      color: var(--color-text-5);
      font-size: 12px;
      font-weight: 400
    }

    .arco-timeline .arco-timeline-item-description {
      color: var(--color-text-3);
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 4px
    }

    .arco-timeline .arco-timeline-item-desc-width {
      width: 190px
    }

    .arco-timeline .arco-timeline-item-status-normal-title,
    .arco-timeline .arco-timeline-item-status-warning-title {
      color: var(--color-text-1)
    }

    .arco-timeline .arco-timeline-item-status-normal-desc {
      color: var(--color-text-2)
    }

    .arco-timeline .arco-timeline-item-status-warning-desc {
      color: var(--color-text-3)
    }

    .arco-timeline .arco-timeline-item-status-normal-time,
    .arco-timeline .arco-timeline-item-status-warning-time {
      color: var(--color-text-4)
    }

    .arco-timeline .arco-timeline-item-status-finished-title {
      color: var(--color-text-3)
    }

    .arco-timeline .arco-timeline-item-status-finished-desc,
    .arco-timeline .arco-timeline-item-status-finished-time,
    .arco-timeline .arco-timeline-item-status-unhappen-desc,
    .arco-timeline .arco-timeline-item-status-unhappen-time,
    .arco-timeline .arco-timeline-item-status-unhappen-title {
      color: var(--color-text-5)
    }

    .arco-tooltip-arrow {
      content: "";
      z-index: 1
    }

    .arco-tooltip[trigger-placement=tl] .arco-tooltip-arrow,
    .arco-tooltip[trigger-placement=top] .arco-tooltip-arrow,
    .arco-tooltip[trigger-placement=tr] .arco-tooltip-arrow {
      border-bottom-right-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .arco-tooltip[trigger-placement=bl] .arco-tooltip-arrow,
    .arco-tooltip[trigger-placement=bottom] .arco-tooltip-arrow,
    .arco-tooltip[trigger-placement=br] .arco-tooltip-arrow {
      border-top-left-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .arco-tooltip[trigger-placement=lb] .arco-tooltip-arrow,
    .arco-tooltip[trigger-placement=left] .arco-tooltip-arrow,
    .arco-tooltip[trigger-placement=lt] .arco-tooltip-arrow {
      border-top-right-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .arco-tooltip[trigger-placement=rb] .arco-tooltip-arrow,
    .arco-tooltip[trigger-placement=right] .arco-tooltip-arrow,
    .arco-tooltip[trigger-placement=rt] .arco-tooltip-arrow {
      border-bottom-left-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .arco-tooltip-content-bl,
    .arco-tooltip-content-bottom,
    .arco-tooltip-content-br {
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12), 0 -4px 12px rgba(0, 0, 0, .12)
    }

    .arco-tooltip .arco-tooltip-content,
    .arco-tooltip.arco-tooltip[trigger-placement] .arco-tooltip-arrow {
      background: #4d4d4d;
      box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
    }

    .arco-upload-list-item {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .1);
      border-radius: 4px
    }

    .arco-upload-list-item-operation {
      right: 12px
    }

    body[arco-theme=dark] {
      --theme-arco-color-white: hsla(0, 0%, 100%, .9)
    }

    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
    body,
    html {
      line-height: 1.5;
      -webkit-text-size-adjust: 100%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, noto sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif
    }

    body {
      margin: 0;
      padding: 0
    }

    main {
      display: block
    }

    h1 {
      font-size: 2em;
      margin: .67em 0
    }

    hr {
      box-sizing: initial;
      height: 0;
      overflow: visible
    }

    th,
    tr {
      margin: 0;
      padding: 0
    }

    pre {
      font-family: monospace, monospace;
      font-size: 1em
    }

    a {
      background-color: initial
    }

    abbr[title] {
      border-bottom: none;
      text-decoration: underline;
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted
    }

    b,
    strong {
      font-weight: bolder
    }

    code,
    kbd,
    samp {
      font-family: monospace, monospace;
      font-size: 1em
    }

    small {
      font-size: 80%
    }

    sub,
    sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: initial
    }

    sub {
      bottom: -.25em
    }

    sup {
      top: -.5em
    }

    img {
      border-style: none
    }

    button,
    input,
    optgroup,
    select,
    textarea {
      font-family: inherit;
      line-height: 1.15;
      margin: 0
    }

    button,
    input {
      overflow: visible
    }

    button,
    select {
      text-transform: none
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
      -webkit-appearance: button
    }

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
      border-style: none;
      padding: 0
    }

    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
      outline: 1px dotted ButtonText
    }

    fieldset {
      padding: .35em .75em .625em
    }

    legend {
      box-sizing: border-box;
      color: inherit;
      display: table;
      max-width: 100%;
      padding: 0;
      white-space: normal
    }

    progress {
      vertical-align: initial
    }

    textarea {
      overflow: auto
    }

    [type=checkbox],
    [type=radio] {
      box-sizing: border-box;
      padding: 0
    }

    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
      height: auto
    }

    [type=search] {
      -webkit-appearance: textfield;
      outline-offset: -2px
    }

    [type=search]::-webkit-search-decoration {
      -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
      -webkit-appearance: button;
      font: inherit
    }

    details {
      display: block
    }

    summary {
      display: list-item
    }

    [hidden],
    template {
      display: none
    }

    * {
      outline: none
    }

    input::-ms-clear,
    input::-ms-reveal {
      display: none
    }

    .theme-arco-icon {
      color: inherit;
      display: inline-block;
      font-style: normal;
      height: 1em;
      vertical-align: -2px;
      width: 1em;
      stroke: currentColor
    }

    .theme-arco-icon[fill=currentColor] {
      fill: currentColor;
      stroke: none
    }

    .theme-arco-icon[stroke=currentColor] {
      stroke: currentColor;
      fill: none
    }

    .theme-arco-icon[fill=currentColor][stroke=currentColor] {
      fill: currentColor;
      stroke: currentColor
    }

    .theme-arco-icon-loading {
      animation: arco-loading-circle 1s linear infinite
    }

    @keyframes arco-loading-circle {
      to {
        transform: rotate(1turn)
      }
    }

    .theme-arco-icon-hover {
      cursor: pointer;
      display: inline-block;
      line-height: 0;
      position: relative
    }

    .theme-arco-icon-hover .theme-arco-icon {
      position: relative;
      vertical-align: -.09em
    }

    .theme-arco-icon-hover:before {
      background-color: initial;
      border-radius: var(--border-radius-circle);
      box-sizing: border-box;
      content: "";
      display: block;
      position: absolute;
      transition: background-color .1s linear
    }

    .theme-arco-icon-hover:hover:before {
      background-color: #fff
    }

    .theme-arco-icon-hover.theme-arco-icon-hover-disabled:before {
      opacity: 0
    }

    .theme-arco-icon-hover-size-mini:before,
    .theme-arco-icon-hover-size-small:before,
    .theme-arco-icon-hover:before {
      height: 20px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 20px
    }

    .theme-arco-icon-hover-size-huge:before,
    .theme-arco-icon-hover-size-large:before {
      height: 24px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 24px
    }

    .fadeInStandard-appear,
    .fadeInStandard-enter {
      opacity: 0
    }

    .fadeInStandard-appear-active,
    .fadeInStandard-enter-active {
      opacity: 1;
      transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
    }

    .fadeInStandard-exit {
      opacity: 1
    }

    .fadeInStandard-exit-active {
      opacity: 0;
      transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
    }

    .fadeIn-appear,
    .fadeIn-enter {
      opacity: 0
    }

    .fadeIn-appear-active,
    .fadeIn-enter-active {
      opacity: 1;
      transition: opacity .1s linear
    }

    .fadeIn-exit {
      opacity: 1
    }

    .fadeIn-exit-active {
      opacity: 0;
      transition: opacity .1s linear
    }

    .slideDynamicOrigin-appear,
    .slideDynamicOrigin-enter {
      opacity: 0;
      transform: scaleY(.9) translateZ(0);
      transform-origin: 0 0
    }

    .slideDynamicOrigin-appear-active,
    .slideDynamicOrigin-enter-active,
    .slideDynamicOrigin-exit {
      opacity: 1;
      transform: scaleY(1) translateZ(0);
      transform-origin: 0 0;
      transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1)
    }

    .slideDynamicOrigin-exit-active {
      opacity: 0;
      transform: scaleY(.9) translateZ(0);
      transform-origin: 0 0;
      transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1)
    }

    .slideLeft-appear,
    .slideLeft-enter {
      transform: translateX(-100%)
    }

    .slideLeft-appear-active,
    .slideLeft-enter-active {
      transform: translateX(0);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideLeft-exit {
      transform: translateX(0)
    }

    .slideLeft-exit-active {
      transform: translateX(-100%);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideRight-appear,
    .slideRight-enter {
      transform: translateX(100%)
    }

    .slideRight-appear-active,
    .slideRight-enter-active {
      transform: translateX(0);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideRight-exit {
      transform: translateX(0)
    }

    .slideRight-exit-active {
      transform: translateX(100%);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideTop-appear,
    .slideTop-enter {
      transform: translateY(-100%)
    }

    .slideTop-appear-active,
    .slideTop-enter-active {
      transform: translateY(0);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideTop-exit {
      transform: translateY(0)
    }

    .slideTop-exit-active {
      transform: translateY(-100%);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideBottom-appear,
    .slideBottom-enter {
      transform: translateY(100%)
    }

    .slideBottom-appear-active,
    .slideBottom-enter-active {
      transform: translateY(0);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideBottom-exit {
      transform: translateY(0)
    }

    .slideBottom-exit-active {
      transform: translateY(100%);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .zoomIn-appear,
    .zoomIn-enter {
      opacity: 0;
      transform: scale(.5)
    }

    .zoomIn-appear-active,
    .zoomIn-enter-active {
      opacity: 1;
      transform: scale(1);
      transition: opacity .3s cubic-bezier(.34, .69, .1, 1), transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .zoomIn-exit {
      opacity: 1;
      transform: scale(1)
    }

    .zoomIn-exit-active {
      transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomIn-exit-active,
    .zoomInFadeOut-appear,
    .zoomInFadeOut-enter {
      opacity: 0;
      transform: scale(.5)
    }

    .zoomInFadeOut-appear-active,
    .zoomInFadeOut-enter-active {
      opacity: 1;
      transform: scale(1);
      transition: opacity .2s cubic-bezier(.34, .69, .1, 1), transform .2s cubic-bezier(.34, .69, .1, 1)
    }

    .zoomInFadeOut-exit {
      opacity: 1;
      transform: scale(1)
    }

    .zoomInFadeOut-exit-active {
      transition: opacity .2s cubic-bezier(.3, 1.3, .3, 1), transform .2s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInBig-appear,
    .zoomInBig-enter,
    .zoomInFadeOut-exit-active {
      opacity: 0;
      transform: scale(.5)
    }

    .zoomInBig-appear-active,
    .zoomInBig-enter-active {
      opacity: 1;
      transform: scale(1);
      transition: opacity .2s linear, transform .2s linear
    }

    .zoomInBig-exit {
      opacity: 1;
      transform: scale(1)
    }

    .zoomInBig-exit-active {
      opacity: 0;
      transform: scale(.2);
      transition: opacity .2s linear, transform .2s linear
    }

    .zoomInLeft-appear,
    .zoomInLeft-enter {
      opacity: .1;
      transform: scale(.1);
      transform-origin: 0 50%
    }

    .zoomInLeft-appear-active,
    .zoomInLeft-enter-active {
      opacity: 1;
      transform: scale(1);
      transition: opacity .3s linear, transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInLeft-exit {
      opacity: 1;
      transform: scale(1);
      transform-origin: 0 50%
    }

    .zoomInLeft-exit-active {
      opacity: .1;
      transform: scale(.1);
      transition: opacity .3s linear, transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInTop-appear,
    .zoomInTop-enter {
      opacity: 0;
      transform: scaleY(.8) translateZ(0);
      transform-origin: 0 0
    }

    .zoomInTop-appear-active,
    .zoomInTop-enter-active {
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInTop-appear-active,
    .zoomInTop-enter-active,
    .zoomInTop-exit {
      opacity: 1;
      transform: scaleY(1) translateZ(0);
      transform-origin: 0 0
    }

    .zoomInTop-exit-active {
      opacity: 0;
      transform: scaleY(.8) translateZ(0);
      transform-origin: 0 0;
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInBottom-appear,
    .zoomInBottom-enter {
      opacity: 0;
      transform: scaleY(.8) translateZ(0);
      transform-origin: 100% 100%
    }

    .zoomInBottom-appear-active,
    .zoomInBottom-enter-active {
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInBottom-appear-active,
    .zoomInBottom-enter-active,
    .zoomInBottom-exit {
      opacity: 1;
      transform: scaleY(1) translateZ(0);
      transform-origin: 100% 100%
    }

    .zoomInBottom-exit-active {
      opacity: 0;
      transform: scaleY(.8) translateZ(0);
      transform-origin: 100% 100%;
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    body {
      font-size: 16px
    }

    @keyframes arco-draggable-item-blink {
      0% {
        opacity: 1
      }

      50% {
        opacity: .3
      }

      to {
        opacity: 1
      }
    }

    .theme-arco-draggable-item {
      box-sizing: border-box;
      list-style: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-draggable-item-dragging {
      opacity: .3
    }

    .theme-arco-draggable-item-dragover.theme-arco-draggable-item-gap-left {
      box-shadow: -1px 0 rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-draggable-item-dragover.theme-arco-draggable-item-gap-right {
      box-shadow: 1px 0 rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-draggable-item-dragover.theme-arco-draggable-item-gap-top {
      box-shadow: 0 -1px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-draggable-item-dragover.theme-arco-draggable-item-gap-bottom {
      box-shadow: 0 1px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-draggable-item-dragged {
      animation: arco-draggable-item-blink .8s;
      animation-timing-function: linear
    }

    .theme-arco-picker {
      align-items: center;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      display: inline-flex;
      line-height: 1.5715;
      padding: 4px 11px 4px 4px;
      position: relative;
      transition: all .1s linear
    }

    .theme-arco-picker-input {
      display: inline-flex;
      flex: 1 1
    }

    .theme-arco-picker input {
      background-color: initial;
      border: none;
      color: rgba(0, 0, 0, .92);
      line-height: 1.5715;
      padding: 0;
      padding-left: 8px;
      text-align: left;
      transition: all .1s linear;
      width: 100%
    }

    .theme-arco-picker input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker-input-placeholder input {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker-has-prefix {
      padding-left: 12px
    }

    .theme-arco-picker-prefix {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      padding-right: 4px
    }

    .theme-arco-picker-suffix {
      margin-left: 4px;
      text-align: center;
      width: 14px
    }

    .theme-arco-picker-suffix-icon {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-picker .theme-arco-picker-clear-icon {
      color: var(--theme-arco-color-text-2);
      display: none;
      font-size: 12px
    }

    .theme-arco-picker:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-picker:not(.theme-arco-picker-disabled):hover .theme-arco-picker-clear-icon {
      display: inline-block
    }

    .theme-arco-picker:not(.theme-arco-picker-disabled):hover .theme-arco-picker-suffix .theme-arco-picker-clear-icon+span {
      display: none
    }

    .theme-arco-picker-focused {
      box-shadow: 0 0 0 0 var(--theme-arco-color-primary-light-2)
    }

    .theme-arco-picker-focused,
    .theme-arco-picker-focused:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-picker-focused .theme-arco-picker-input-active input,
    .theme-arco-picker-focused:hover .theme-arco-picker-input-active input {
      background: transparent
    }

    .theme-arco-picker-error:not(.theme-arco-picker-disabled) {
      background-color: var(--theme-arco-color-danger-light-1);
      border-color: transparent
    }

    .theme-arco-picker-error:not(.theme-arco-picker-disabled):hover {
      background-color: var(--theme-arco-color-danger-light-2);
      border-color: transparent
    }

    .theme-arco-picker-error.theme-arco-picker-focused:not(.theme-arco-picker-disabled),
    .theme-arco-picker-error.theme-arco-picker-focused:not(.theme-arco-picker-disabled):hover {
      background-color: var(--theme-arco-color-bg-2);
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-danger-light-2)
    }

    .theme-arco-picker-warning:not(.theme-arco-picker-disabled) {
      background-color: var(--theme-arco-color-warning-light-1);
      border-color: transparent
    }

    .theme-arco-picker-warning:not(.theme-arco-picker-disabled):hover {
      background-color: var(--theme-arco-color-warning-light-2);
      border-color: transparent
    }

    .theme-arco-picker-warning.theme-arco-picker-focused:not(.theme-arco-picker-disabled),
    .theme-arco-picker-warning.theme-arco-picker-focused:not(.theme-arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-picker input[disabled] {
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker input[disabled]::-webkit-input-placeholder {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-picker input[disabled]::-ms-input-placeholder {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-picker input[disabled]::placeholder {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-picker-disabled,
    .theme-arco-picker-disabled:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-picker-disabled input[disabled],
    .theme-arco-picker-disabled:hover input[disabled] {
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker-disabled input[disabled]::-webkit-input-placeholder,
    .theme-arco-picker-disabled:hover input[disabled]::-webkit-input-placeholder {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-picker-disabled input[disabled]::-ms-input-placeholder,
    .theme-arco-picker-disabled:hover input[disabled]::-ms-input-placeholder {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-picker-disabled input[disabled]::placeholder,
    .theme-arco-picker-disabled:hover input[disabled]::placeholder {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-picker-separator {
      color: var(--theme-arco-color-text-3);
      min-width: 10px;
      padding: 0 8px
    }

    .theme-arco-picker-disabled .theme-arco-picker-separator {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-picker-disabled .theme-arco-picker-suffix-icon {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker-size-mini {
      height: 24px
    }

    .theme-arco-picker-size-mini input {
      font-size: 12px
    }

    .theme-arco-picker-size-small {
      height: 24px
    }

    .theme-arco-picker-size-small input {
      font-size: 14px
    }

    .theme-arco-picker-size-default {
      height: 36px
    }

    .theme-arco-picker-size-default input {
      font-size: 14px
    }

    .theme-arco-picker-size-large {
      height: 44px
    }

    .theme-arco-picker-size-large input {
      font-size: 14px
    }

    .theme-arco-picker-rtl {
      direction: rtl;
      padding: 4px 4px 4px 11px
    }

    .theme-arco-picker-rtl input {
      padding-left: 0;
      padding-right: 8px;
      text-align: right
    }

    .theme-arco-picker-rtl .theme-arco-picker-suffix {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-affix {
      position: fixed;
      z-index: 999
    }

    .theme-arco-alert {
      align-items: center;
      border-radius: 8px;
      box-sizing: border-box;
      display: flex;
      font-size: 14px;
      line-height: 1.5;
      overflow: hidden;
      padding: 7px 15px;
      text-align: left;
      width: 100%
    }

    .theme-arco-alert-with-title {
      align-items: flex-start;
      padding: 11px 15px
    }

    .theme-arco-alert-info {
      background-color: rgb(var(--theme-arco-primary-1));
      border: 1px solid rgb(var(--theme-arco-primary-4))
    }

    .theme-arco-alert-success {
      background-color: rgb(var(--theme-arco-auxiliary-green-4));
      border: 1px solid rgb(var(--theme-arco-auxiliary-green-7))
    }

    .theme-arco-alert-warning {
      background-color: rgb(var(--theme-arco-auxiliary-yellow-4));
      border: 1px solid rgb(var(--theme-arco-auxiliary-yellow-7))
    }

    .theme-arco-alert-error {
      background-color: rgb(var(--theme-arco-auxiliary-red-4));
      border: 1px solid rgb(var(--theme-arco-auxiliary-red-7))
    }

    .theme-arco-alert-banner {
      border: none;
      border-radius: 0
    }

    .theme-arco-alert-content-wrapper {
      flex: 1 1;
      position: relative
    }

    .theme-arco-alert-title {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 4px
    }

    .theme-arco-alert-info .theme-arco-alert-content,
    .theme-arco-alert-info .theme-arco-alert-title {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-alert-info.theme-arco-alert-with-title .theme-arco-alert-content {
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-alert-success .theme-arco-alert-title {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-alert-success .theme-arco-alert-content {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-alert-success.theme-arco-alert-with-title .theme-arco-alert-content {
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-alert-warning .theme-arco-alert-content,
    .theme-arco-alert-warning .theme-arco-alert-title {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-alert-warning.theme-arco-alert-with-title .theme-arco-alert-content {
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-alert-error .theme-arco-alert-title {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-alert-error .theme-arco-alert-content {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-alert-error.theme-arco-alert-with-title .theme-arco-alert-content {
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-alert-icon-wrapper {
      align-items: center;
      display: flex;
      height: 21px;
      margin-right: 8px
    }

    .theme-arco-alert-icon-wrapper svg {
      font-size: 16px
    }

    .theme-arco-alert-with-title .theme-arco-alert-icon-wrapper {
      height: 24px
    }

    .theme-arco-alert-with-title .theme-arco-alert-icon-wrapper svg {
      font-size: 20px
    }

    .theme-arco-alert-info .theme-arco-alert-icon-wrapper svg {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-alert-success .theme-arco-alert-icon-wrapper svg {
      color: rgb(var(--theme-arco-auxiliary-green-5))
    }

    .theme-arco-alert-warning .theme-arco-alert-icon-wrapper svg {
      color: rgb(var(--theme-arco-auxiliary-yellow-5))
    }

    .theme-arco-alert-error .theme-arco-alert-icon-wrapper svg {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-alert-close-btn {
      background-color: initial;
      border: none;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      font-size: 16px;
      margin-left: 12px;
      outline: none;
      padding: 0;
      right: 0;
      top: 4px;
      transition: color .1s linear
    }

    .theme-arco-alert-close-btn:hover {
      color: rgba(0, 0, 0, .35)
    }

    .theme-arco-alert-action,
    .theme-arco-alert-action+.theme-arco-alert-close-btn {
      margin-left: 8px
    }

    .theme-arco-alert-with-title .theme-arco-alert-close-btn {
      margin-right: 0;
      margin-top: 0
    }

    .theme-arco-alert-rtl {
      direction: rtl;
      text-align: right
    }

    .theme-arco-alert-rtl .theme-arco-alert-with-title {
      align-items: flex-end
    }

    .theme-arco-alert-rtl .theme-arco-alert-icon-wrapper {
      margin-left: 8px;
      margin-right: 0
    }

    .theme-arco-alert-rtl .theme-arco-alert-close-btn {
      left: 0;
      right: auto
    }

    .theme-arco-alert-rtl .theme-arco-alert-action,
    .theme-arco-alert-rtl .theme-arco-alert-action+.theme-arco-alert-close-btn {
      margin-left: 0;
      margin-right: 8px
    }

    .theme-arco-anchor {
      overflow: auto;
      position: relative;
      width: 200px
    }

    .theme-arco-anchor-line-slider {
      background-color: rgb(var(--theme-arco-primary-6));
      height: 24px;
      left: 0;
      margin-top: .572px;
      position: absolute;
      top: 0;
      transition: top .2s cubic-bezier(.34, .69, .1, 1);
      width: 1px;
      z-index: 1
    }

    .theme-arco-anchor-list {
      margin-left: 25px;
      position: relative
    }

    .theme-arco-anchor-list:before {
      background-color: rgba(0, 0, 0, .14);
      content: "";
      height: 100%;
      left: -25px;
      position: absolute;
      width: 1px
    }

    .theme-arco-anchor-link {
      margin-bottom: 24px
    }

    .theme-arco-anchor-link-title {
      border-radius: 0;
      color: rgba(0, 0, 0, .35);
      cursor: pointer;
      display: block;
      font-size: 16px;
      line-height: 1.5715;
      margin-bottom: 24px;
      overflow: hidden;
      padding: 0 0;
      text-decoration: none;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-anchor-link-title:hover {
      background-color: initial;
      color: rgba(0, 0, 0, .65);
      font-weight: 500
    }

    .theme-arco-anchor-link-title:focus-visible {
      box-shadow: inset 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-anchor-link-active>.theme-arco-anchor-link-title {
      color: rgba(0, 0, 0, .92);
      font-weight: 500;
      transition: all .1s linear
    }

    .theme-arco-anchor-link .theme-arco-anchor-link {
      margin-left: 16px
    }

    .theme-arco-anchor-lineless .theme-arco-anchor-list {
      margin-left: 0
    }

    .theme-arco-anchor-lineless .theme-arco-anchor-list:before {
      display: none
    }

    .theme-arco-anchor-lineless .theme-arco-anchor-link-active>.theme-arco-anchor-link-title {
      background-color: var(--theme-arco-color-fill-2);
      color: rgb(var(--theme-arco-primary-6));
      font-weight: 600
    }

    .theme-arco-anchor-rtl {
      direction: rtl
    }

    .theme-arco-anchor-rtl .theme-arco-anchor-list {
      margin-left: 0;
      margin-right: 25px
    }

    .theme-arco-anchor-rtl .theme-arco-anchor-list:before {
      left: auto;
      right: -25px
    }

    .theme-arco-anchor-rtl .theme-arco-anchor-link .theme-arco-anchor-link {
      margin-left: 0;
      margin-right: 16px
    }

    .theme-arco-anchor-rtl.theme-arco-anchor-lineless .theme-arco-anchor-list {
      margin-right: 0
    }

    .theme-arco-anchor-rtl .theme-arco-anchor-line-slider {
      left: auto;
      right: 0
    }

    .theme-arco-autocomplete-popup .theme-arco-select-popup {
      background-color: var(--theme-arco-color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12)
    }

    .theme-arco-autocomplete-popup .theme-arco-select-popup .theme-arco-select-popup-inner {
      max-height: 200px;
      padding: 0 0
    }

    .theme-arco-autocomplete-popup .theme-arco-select-popup .theme-arco-select-option {
      background-color: var(--theme-arco-color-bg-popup);
      color: rgba(0, 0, 0, .65);
      font-size: 14px;
      height: 36px;
      line-height: 36px;
      padding: 0 8px
    }

    .theme-arco-autocomplete-popup .theme-arco-select-popup .theme-arco-select-option-selected {
      background-color: var(--theme-arco-color-bg-popup);
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-autocomplete-popup .theme-arco-select-popup .theme-arco-select-option-hover {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-autocomplete-popup .theme-arco-select-popup .theme-arco-select-option-disabled {
      background-color: var(--theme-arco-color-bg-popup);
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-autocomplete-popup .theme-arco-select-popup .theme-arco-select-option-selected {
      font-weight: 400
    }

    .theme-arco-avatar {
      align-items: center;
      background-color: rgb(var(--theme-arco-primary-5));
      box-sizing: border-box;
      color: var(--theme-arco-color-white);
      display: inline-flex;
      font-size: 20px;
      height: 40px;
      position: relative;
      vertical-align: middle;
      white-space: nowrap;
      width: 40px
    }

    .theme-arco-avatar-circle {
      border-radius: 4px
    }

    .theme-arco-avatar-circle .theme-arco-avatar-image {
      border-radius: 4px;
      overflow: hidden
    }

    .theme-arco-avatar-square {
      border-radius: 4px
    }

    .theme-arco-avatar-square .theme-arco-avatar-image {
      border-radius: 4px;
      overflow: hidden
    }

    .theme-arco-avatar-text {
      font-weight: 600;
      left: 50%;
      line-height: 1;
      position: absolute;
      transform: translateX(-50%);
      transform-origin: 0 center
    }

    .theme-arco-avatar-image {
      display: inline-block;
      height: 100%;
      width: 100%
    }

    .theme-arco-avatar-image img,
    .theme-arco-avatar-image picture {
      height: 100%;
      width: 100%
    }

    .theme-arco-avatar-trigger-icon-button {
      align-items: center;
      background-color: #f5f5f5;
      border-radius: var(--border-radius-circle);
      bottom: -4px;
      color: rgba(0, 0, 0, .55);
      display: inline-flex;
      font-size: 12px;
      height: 24px;
      justify-content: center;
      line-height: 24px;
      position: absolute;
      right: -4px;
      transition: background-color .1s linear;
      width: 24px;
      z-index: 1
    }

    .theme-arco-avatar-trigger-icon-mask {
      align-items: center;
      background-color: rgba(29, 33, 41, .6);
      border-radius: 4px;
      color: var(--theme-arco-color-white);
      display: flex;
      font-size: 16px;
      height: 100%;
      justify-content: center;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: all .1s linear;
      width: 100%;
      z-index: 0
    }

    .theme-arco-avatar-circle .theme-arco-avatar-trigger-icon-mask {
      border-radius: 4px
    }

    .theme-arco-avatar-with-trigger-icon {
      cursor: pointer
    }

    .theme-arco-avatar-with-trigger-icon:hover .theme-arco-avatar-trigger-icon-mask {
      opacity: 1;
      z-index: 2
    }

    .theme-arco-avatar-with-trigger-icon:hover .theme-arco-avatar-trigger-icon-button {
      background-color: #f0f0f0
    }

    .theme-arco-avatar-rtl {
      direction: rtl
    }

    .theme-arco-avatar-rtl .theme-arco-avatar-trigger-icon-button {
      left: -4px;
      right: unset
    }

    .theme-arco-avatar-group {
      display: inline-block;
      line-height: 0
    }

    .theme-arco-avatar-group-max-count-avatar {
      color: var(--theme-arco-color-white);
      cursor: default;
      font-size: 20px
    }

    .theme-arco-avatar-group-rtl {
      direction: rtl
    }

    .theme-arco-avatar-group .theme-arco-avatar {
      border: 2px solid var(--theme-arco-color-bg-2)
    }

    .theme-arco-avatar-group .theme-arco-avatar:not(:first-child) {
      margin-left: -10px
    }

    .theme-arco-avatar-group-popover .theme-arco-avatar:not(:first-child) {
      margin-left: 4px
    }

    .theme-arco-backtop {
      bottom: 24px;
      cursor: pointer;
      position: fixed;
      right: 24px;
      z-index: 100
    }

    .theme-arco-backtop-button {
      background-color: rgb(var(--theme-arco-primary-6));
      border: none;
      border-radius: var(--border-radius-circle);
      color: var(--theme-arco-color-white);
      cursor: pointer;
      font-size: 12px;
      height: 40px;
      outline: none;
      text-align: center;
      transition: all .2s linear;
      width: 40px
    }

    .theme-arco-backtop-button:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-backtop-button:hover {
      background-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-backtop-button svg {
      font-size: 14px
    }

    .theme-arco-badge {
      display: inline-block;
      line-height: 1;
      position: relative
    }

    .theme-arco-badge-rtl {
      direction: rtl
    }

    .theme-arco-badge-custom-dot,
    .theme-arco-badge-dot,
    .theme-arco-badge-number,
    .theme-arco-badge-text {
      border-radius: 20px;
      box-sizing: border-box;
      overflow: hidden;
      position: absolute;
      right: 2px;
      text-align: center;
      top: 2px;
      transform: translate(50%, -50%);
      transform-origin: 100% 0;
      z-index: 2
    }

    .theme-arco-badge-rtl .theme-arco-badge-custom-dot,
    .theme-arco-badge-rtl .theme-arco-badge-dot,
    .theme-arco-badge-rtl .theme-arco-badge-number,
    .theme-arco-badge-rtl .theme-arco-badge-text {
      right: unset
    }

    .theme-arco-badge-custom-dot {
      background-color: var(--theme-arco-color-bg-2)
    }

    .theme-arco-badge-number,
    .theme-arco-badge-text {
      color: var(--theme-arco-color-white);
      font-size: 12px;
      font-weight: 500;
      height: 20px;
      line-height: 20px;
      min-width: 20px;
      padding: 0 6px
    }

    .theme-arco-badge-dot,
    .theme-arco-badge-number,
    .theme-arco-badge-text {
      background-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 2px var(--theme-arco-color-bg-2)
    }

    .theme-arco-badge-dot {
      border-radius: var(--border-radius-circle);
      height: 6px;
      width: 6px
    }

    .theme-arco-badge-no-children .theme-arco-badge-dot,
    .theme-arco-badge-no-children .theme-arco-badge-number,
    .theme-arco-badge-no-children .theme-arco-badge-text {
      display: inline-block;
      position: relative;
      right: unset;
      top: unset;
      transform: none
    }

    .theme-arco-badge-status-wrapper {
      align-items: center;
      display: inline-flex
    }

    .theme-arco-badge-status-dot {
      border-radius: var(--border-radius-circle);
      display: inline-block;
      height: 6px;
      width: 6px
    }

    .theme-arco-badge-status-default {
      background-color: var(--theme-arco-color-fill-4)
    }

    .theme-arco-badge-status-processing {
      background-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-badge-status-success {
      background-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-badge-status-warning {
      background-color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-badge-color-red,
    .theme-arco-badge-status-error {
      background-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-badge-color-orangered {
      background-color: #f77234
    }

    .theme-arco-badge-color-orange {
      background-color: rgb(var(--theme-arco-orange-6))
    }

    .theme-arco-badge-color-gold {
      background-color: rgb(var(--theme-arco-gold-6))
    }

    .theme-arco-badge-color-lime {
      background-color: rgb(var(--theme-arco-lime-6))
    }

    .theme-arco-badge-color-green {
      background-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-badge-color-cyan {
      background-color: rgb(var(--theme-arco-cyan-6))
    }

    .theme-arco-badge-color-arcoblue {
      background-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-badge-color-purple {
      background-color: rgb(var(--theme-arco-purple-6))
    }

    .theme-arco-badge-color-pinkpurple {
      background-color: rgb(var(--theme-arco-pinkpurple-6))
    }

    .theme-arco-badge-color-magenta {
      background-color: rgb(var(--theme-arco-magenta-6))
    }

    .theme-arco-badge-color-gray {
      background-color: rgb(var(--theme-arco-gray-4))
    }

    .theme-arco-badge-status-text {
      color: var(--theme-arco-color-text-1);
      font-size: 16px;
      line-height: 1.5715;
      margin-left: 8px
    }

    .theme-arco-badge-rtl .theme-arco-badge-status-text {
      margin-left: 0;
      margin-right: 8px
    }

    .theme-arco-badge-number-text {
      animation: arco-badge-scale .5s cubic-bezier(.3, 1.3, .3, 1);
      display: inline-block
    }

    @keyframes arco-badge-scale {
      0% {
        transform: scale(0)
      }

      to {
        transform: scale(1)
      }
    }

    .badge-zoom-appear,
    .badge-zoom-enter {
      transform: translate(50%, -50%) scale(.2);
      transform-origin: center
    }

    .badge-zoom-appear-active,
    .badge-zoom-enter-active {
      transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .badge-zoom-appear-active,
    .badge-zoom-enter-active,
    .badge-zoom-exit {
      opacity: 1;
      transform: translate(50%, -50%) scale(1);
      transform-origin: center
    }

    .badge-zoom-exit-active {
      opacity: 0;
      transform: translate(50%, -50%) scale(.2);
      transform-origin: center;
      transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .theme-arco-breadcrumb {
      display: inline-block;
      font-size: 14px
    }

    .theme-arco-breadcrumb,
    .theme-arco-breadcrumb-icon {
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-breadcrumb-item {
      align-items: center;
      color: rgba(0, 0, 0, .55);
      display: inline-flex;
      line-height: 20px;
      padding: 0 0;
      vertical-align: middle
    }

    .theme-arco-breadcrumb-item>.theme-arco-icon {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-breadcrumb-item a,
    .theme-arco-breadcrumb-item[href] {
      background-color: initial;
      border-radius: 0;
      color: rgba(0, 0, 0, .55);
      display: inline-block;
      margin: 0 0;
      padding: 0 0;
      text-decoration: none
    }

    .theme-arco-breadcrumb-item a:hover,
    .theme-arco-breadcrumb-item[href]:hover {
      background-color: initial;
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-breadcrumb-item a:focus-visible,
    .theme-arco-breadcrumb-item[href]:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-breadcrumb-item:last-child {
      color: rgba(0, 0, 0, .55);
      font-weight: 400
    }

    .theme-arco-breadcrumb-item-ellipses {
      color: var(--theme-arco-color-text-2);
      display: inline-block;
      padding: 0 0;
      position: relative;
      top: -3px
    }

    .theme-arco-breadcrumb-item-separator {
      color: rgba(0, 0, 0, .55);
      display: inline-block;
      line-height: 20px;
      margin: 0 2px;
      vertical-align: middle
    }

    .theme-arco-breadcrumb-item-with-dropdown {
      cursor: pointer
    }

    .theme-arco-breadcrumb-item-dropdown-icon {
      color: rgba(0, 0, 0, .65);
      font-size: 16px;
      margin-left: 2px
    }

    .theme-arco-breadcrumb-item-dropdown-icon-active svg {
      transform: rotate(180deg)
    }

    .theme-arco-breadcrumb-rtl .theme-arco-breadcrumb-item-dropdown-icon {
      margin-left: 0;
      margin-right: 2px
    }

    .theme-arco-btn {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      font-weight: 500;
      line-height: 1.5715;
      outline: none;
      position: relative;
      transition: all .1s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: nowrap
    }

    .theme-arco-btn>a:only-child {
      color: currentColor
    }

    .theme-arco-btn:active {
      transition: none
    }

    .theme-arco-btn:empty {
      display: inline-block;
      vertical-align: bottom
    }

    .theme-arco-btn-long {
      display: block;
      width: 100%
    }

    .theme-arco-btn-link {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      text-decoration: none
    }

    .theme-arco-btn-link:not([href]) {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-btn-link:hover {
      text-decoration: none
    }

    .theme-arco-btn-loading {
      cursor: default;
      position: relative
    }

    .theme-arco-btn-loading:before {
      background: #fff;
      border-radius: inherit;
      bottom: -1px;
      content: "";
      display: block;
      left: -1px;
      opacity: .4;
      pointer-events: none;
      position: absolute;
      right: -1px;
      top: -1px;
      transition: opacity .1s linear;
      z-index: 1
    }

    .theme-arco-btn-loading-fixed-width {
      transition: none
    }

    .theme-arco-btn-two-chinese-chars>:not(svg) {
      letter-spacing: .3em;
      margin-right: -.3em
    }

    a.theme-arco-btn-icon-only {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      vertical-align: top
    }

    .theme-arco-btn-outline:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border: 1px solid rgba(0, 0, 0, .65);
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-btn-outline:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgba(0, 0, 0, .65);
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-btn-outline:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: #f5f5f5;
      border-color: rgba(0, 0, 0, .65);
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-btn-outline:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-btn-outline.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px solid rgba(0, 0, 0, .25);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-btn-outline.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--theme-arco-warning-6));
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-arco-btn-outline.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--theme-arco-warning-6));
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-warning-3))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-warning.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px solid rgb(var(--theme-arco-warning-1));
      color: rgb(var(--theme-arco-warning-1))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--theme-arco-danger-6));
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-arco-btn-outline.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--theme-arco-danger-6));
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-danger-3))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-danger.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px solid rgb(var(--theme-arco-danger-1));
      color: rgb(var(--theme-arco-danger-1))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-success:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--theme-arco-success-6));
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-arco-btn-outline.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--theme-arco-success-6));
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-success-3))
    }

    .theme-arco-btn-outline.theme-arco-btn-status-success.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px solid rgb(var(--theme-arco-success-1));
      color: rgb(var(--theme-arco-success-1))
    }

    .theme-arco-btn-primary:not(.theme-arco-btn-disabled) {
      background-color: rgb(var(--theme-arco-primary-6));
      border: 1px solid transparent;
      color: #fff
    }

    .theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: rgb(var(--theme-arco-primary-5));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: rgb(var(--theme-arco-primary-2));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-btn-primary.theme-arco-btn-disabled {
      background-color: rgb(var(--theme-arco-primary-3));
      border: 1px solid transparent;
      color: #fff;
      cursor: not-allowed
    }

    .theme-arco-btn-primary.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled) {
      background-color: rgb(var(--theme-arco-warning-6));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: rgb(var(--theme-arco-warning-5));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: rgb(var(--theme-arco-warning-7));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-warning-3))
    }

    .theme-arco-btn-primary.theme-arco-btn-status-warning.theme-arco-btn-disabled {
      background-color: rgb(var(--theme-arco-warning-1));
      border: 1px solid transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled) {
      background-color: rgb(var(--theme-arco-danger-6));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: rgb(var(--theme-arco-danger-5));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: rgb(var(--theme-arco-danger-7));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-danger-3))
    }

    .theme-arco-btn-primary.theme-arco-btn-status-danger.theme-arco-btn-disabled {
      background-color: rgb(var(--theme-arco-danger-1));
      border: 1px solid transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-success:not(.theme-arco-btn-disabled) {
      background-color: rgb(var(--theme-arco-success-6));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: rgb(var(--theme-arco-success-5));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: rgb(var(--theme-arco-success-7));
      border-color: transparent;
      color: #fff
    }

    .theme-arco-btn-primary.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-success-3))
    }

    .theme-arco-btn-primary.theme-arco-btn-status-success.theme-arco-btn-disabled {
      background-color: rgb(var(--theme-arco-success-1));
      border: 1px solid transparent;
      color: #fff
    }

    .theme-arco-btn-secondary:not(.theme-arco-btn-disabled) {
      background-color: rgba(0, 0, 0, .05);
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-btn-secondary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: transparent;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-btn-secondary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: rgba(0, 0, 0, .121);
      border-color: transparent;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-btn-secondary:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-neutral-4)
    }

    .theme-arco-btn-secondary.theme-arco-btn-disabled {
      background-color: rgba(0, 0, 0, .031);
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled) {
      background-color: #f0f0f0;
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-arco-btn-secondary.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-warning-3))
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-warning.theme-arco-btn-disabled {
      background-color: rgba(0, 0, 0, .03);
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-warning-1))
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled),
    .theme-arco-btn-secondary.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-arco-btn-secondary.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: transparent;
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-danger-3))
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-danger.theme-arco-btn-disabled {
      background-color: rgba(0, 0, 0, .03);
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-danger-1))
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-success:not(.theme-arco-btn-disabled) {
      background-color: #f0f0f0;
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-arco-btn-secondary.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-success-3))
    }

    .theme-arco-btn-secondary.theme-arco-btn-status-success.theme-arco-btn-disabled {
      background-color: rgba(0, 0, 0, .03);
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-success-1))
    }

    .theme-arco-btn-dashed:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border: 1px dashed rgba(0, 0, 0, .65);
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-btn-dashed:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-arco-btn-dashed:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgba(0, 0, 0, .65);
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-btn-dashed:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-neutral-4)
    }

    .theme-arco-btn-dashed.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px dashed rgba(0, 0, 0, .25);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--theme-arco-warning-6));
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-arco-btn-dashed.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--theme-arco-warning-6));
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-warning-3))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-warning.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px dashed rgb(var(--theme-arco-warning-1));
      color: rgb(var(--theme-arco-warning-1))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--theme-arco-danger-6));
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-arco-btn-dashed.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--theme-arco-danger-6));
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-danger-3))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-danger.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px dashed rgb(var(--theme-arco-danger-1));
      color: rgb(var(--theme-arco-danger-1))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-success:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--theme-arco-success-6));
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--theme-arco-success-6));
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: #f5f5f5;
      border-color: var(--theme-arco-color-success-light-4);
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-success-3))
    }

    .theme-arco-btn-dashed.theme-arco-btn-status-success.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px dashed rgb(var(--theme-arco-success-1));
      color: rgb(var(--theme-arco-success-1))
    }

    .theme-arco-btn-text:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-btn-text:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: transparent;
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-btn-text:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: rgba(0, 0, 0, .121);
      border-color: transparent;
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-btn-text:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-neutral-4)
    }

    .theme-arco-btn-text.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-btn-text.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-btn-text.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-btn-text.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: rgba(0, 0, 0, .12);
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-btn-text.theme-arco-btn-status-warning:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-warning-3))
    }

    .theme-arco-btn-text.theme-arco-btn-status-warning.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-warning-1))
    }

    .theme-arco-btn-text.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border-color: transparent;
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-btn-text.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: transparent;
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-btn-text.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: rgba(0, 0, 0, .12);
      border-color: transparent;
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-btn-text.theme-arco-btn-status-danger:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-danger-3))
    }

    .theme-arco-btn-text.theme-arco-btn-status-danger.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-danger-1))
    }

    .theme-arco-btn-text.theme-arco-btn-status-success:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-btn-text.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-btn-text.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: rgba(0, 0, 0, .12);
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-btn-text.theme-arco-btn-status-success:not(.theme-arco-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-success-3))
    }

    .theme-arco-btn-text.theme-arco-btn-status-success.theme-arco-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-success-1))
    }

    .theme-arco-btn-size-mini {
      border-radius: 4px;
      font-size: 12px;
      height: 24px;
      padding: 0 7px
    }

    .theme-arco-btn-size-mini>span+svg,
    .theme-arco-btn-size-mini>svg+span {
      margin-left: 4px
    }

    .theme-arco-btn-size-mini svg {
      vertical-align: -2px
    }

    .theme-arco-btn-size-mini.theme-arco-btn-rtl>span+svg,
    .theme-arco-btn-size-mini.theme-arco-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-btn-size-mini.theme-arco-btn-loading-fixed-width.theme-arco-btn-loading {
      padding-left: -1px;
      padding-right: -1px
    }

    .theme-arco-btn-size-mini.theme-arco-btn-icon-only {
      height: 24px;
      padding: 0;
      width: 24px
    }

    .theme-arco-btn-size-mini.theme-arco-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 24px;
      padding: 0;
      text-align: center;
      width: 24px
    }

    .theme-arco-btn-size-mini.theme-arco-btn-shape-round {
      border-radius: 12px
    }

    .theme-arco-btn-group .theme-arco-btn-size-mini:first-child {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-btn-group .theme-arco-btn-size-mini:last-child {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-btn-group .theme-arco-btn-size-mini.theme-arco-btn-shape-round:first-child {
      border-radius: 12px 0 0 12px
    }

    .theme-arco-btn-group .theme-arco-btn-size-mini.theme-arco-btn-shape-round:last-child {
      border-radius: 0 12px 12px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-mini:first-child {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-mini:last-child {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-mini.theme-arco-btn-shape-round:first-child {
      border-radius: 0 12px 12px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-mini.theme-arco-btn-shape-round:last-child {
      border-radius: 12px 0 0 12px
    }

    .theme-arco-btn-size-small {
      border-radius: 4px;
      font-size: 12px;
      height: 24px;
      padding: 0 7px
    }

    .theme-arco-btn-size-small>span+svg,
    .theme-arco-btn-size-small>svg+span {
      margin-left: 4px
    }

    .theme-arco-btn-size-small svg {
      vertical-align: -2px
    }

    .theme-arco-btn-size-small.theme-arco-btn-rtl>span+svg,
    .theme-arco-btn-size-small.theme-arco-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-btn-size-small.theme-arco-btn-loading-fixed-width.theme-arco-btn-loading {
      padding-left: -1px;
      padding-right: -1px
    }

    .theme-arco-btn-size-small.theme-arco-btn-icon-only {
      height: 24px;
      padding: 0;
      width: 24px
    }

    .theme-arco-btn-size-small.theme-arco-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 24px;
      padding: 0;
      text-align: center;
      width: 24px
    }

    .theme-arco-btn-size-small.theme-arco-btn-shape-round {
      border-radius: 12px
    }

    .theme-arco-btn-group .theme-arco-btn-size-small:first-child {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-btn-group .theme-arco-btn-size-small:last-child {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-btn-group .theme-arco-btn-size-small.theme-arco-btn-shape-round:first-child {
      border-radius: 12px 0 0 12px
    }

    .theme-arco-btn-group .theme-arco-btn-size-small.theme-arco-btn-shape-round:last-child {
      border-radius: 0 12px 12px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-small:first-child {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-small:last-child {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-small.theme-arco-btn-shape-round:first-child {
      border-radius: 0 12px 12px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-small.theme-arco-btn-shape-round:last-child {
      border-radius: 12px 0 0 12px
    }

    .theme-arco-btn-size-default {
      border-radius: 4px;
      font-size: 14px;
      height: 36px;
      padding: 0 15px
    }

    .theme-arco-btn-size-default>span+svg,
    .theme-arco-btn-size-default>svg+span {
      margin-left: 4px
    }

    .theme-arco-btn-size-default svg {
      vertical-align: -2px
    }

    .theme-arco-btn-size-default.theme-arco-btn-rtl>span+svg,
    .theme-arco-btn-size-default.theme-arco-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-btn-size-default.theme-arco-btn-loading-fixed-width.theme-arco-btn-loading {
      padding-left: 6px;
      padding-right: 6px
    }

    .theme-arco-btn-size-default.theme-arco-btn-icon-only {
      height: 36px;
      padding: 0;
      width: 36px
    }

    .theme-arco-btn-size-default.theme-arco-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 36px;
      padding: 0;
      text-align: center;
      width: 36px
    }

    .theme-arco-btn-size-default.theme-arco-btn-shape-round {
      border-radius: 18px
    }

    .theme-arco-btn-group .theme-arco-btn-size-default:first-child {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-btn-group .theme-arco-btn-size-default:last-child {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-btn-group .theme-arco-btn-size-default.theme-arco-btn-shape-round:first-child {
      border-radius: 18px 0 0 18px
    }

    .theme-arco-btn-group .theme-arco-btn-size-default.theme-arco-btn-shape-round:last-child {
      border-radius: 0 18px 18px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-default:first-child {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-default:last-child {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-default.theme-arco-btn-shape-round:first-child {
      border-radius: 0 18px 18px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-default.theme-arco-btn-shape-round:last-child {
      border-radius: 18px 0 0 18px
    }

    .theme-arco-btn-size-large {
      border-radius: 4px;
      font-size: 14px;
      height: 44px;
      padding: 0 23px
    }

    .theme-arco-btn-size-large>span+svg,
    .theme-arco-btn-size-large>svg+span {
      margin-left: 4px
    }

    .theme-arco-btn-size-large svg {
      vertical-align: -2px
    }

    .theme-arco-btn-size-large.theme-arco-btn-rtl>span+svg,
    .theme-arco-btn-size-large.theme-arco-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-btn-size-large.theme-arco-btn-loading-fixed-width.theme-arco-btn-loading {
      padding-left: 14px;
      padding-right: 14px
    }

    .theme-arco-btn-size-large.theme-arco-btn-icon-only {
      height: 44px;
      padding: 0;
      width: 44px
    }

    .theme-arco-btn-size-large.theme-arco-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 44px;
      padding: 0;
      text-align: center;
      width: 44px
    }

    .theme-arco-btn-size-large.theme-arco-btn-shape-round {
      border-radius: 22px
    }

    .theme-arco-btn-group .theme-arco-btn-size-large:first-child {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-btn-group .theme-arco-btn-size-large:last-child {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-btn-group .theme-arco-btn-size-large.theme-arco-btn-shape-round:first-child {
      border-radius: 22px 0 0 22px
    }

    .theme-arco-btn-group .theme-arco-btn-size-large.theme-arco-btn-shape-round:last-child {
      border-radius: 0 22px 22px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-large:first-child {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-large:last-child {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-large.theme-arco-btn-shape-round:first-child {
      border-radius: 0 22px 22px 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-size-large.theme-arco-btn-shape-round:last-child {
      border-radius: 22px 0 0 22px
    }

    .theme-arco-btn-group {
      display: inline-block
    }

    .theme-arco-btn-group .theme-arco-btn-dashed:not(:first-child),
    .theme-arco-btn-group .theme-arco-btn-outline:not(:first-child) {
      margin-left: -1px
    }

    .theme-arco-btn-group .theme-arco-btn-primary:not(:last-child) {
      border-right: 1px solid rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-btn-group .theme-arco-btn-secondary:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, .08)
    }

    .theme-arco-btn-group .theme-arco-btn-text:not(:last-child) {
      border-right: 1px solid transparent
    }

    .theme-arco-btn-group .theme-arco-btn-status-warning:not(:last-child) {
      border-right: 1px solid rgb(var(--theme-arco-warning-5))
    }

    .theme-arco-btn-group .theme-arco-btn-status-warning:not(:last-child).theme-arco-btn-text {
      border-right: 1px solid rgba(0, 0, 0, .08)
    }

    .theme-arco-btn-group .theme-arco-btn-status-danger:not(:last-child) {
      border-right: 1px solid rgb(var(--theme-arco-danger-5))
    }

    .theme-arco-btn-group .theme-arco-btn-status-danger:not(:last-child).theme-arco-btn-text {
      border-right: 1px solid rgba(0, 0, 0, .08)
    }

    .theme-arco-btn-group .theme-arco-btn-status-success:not(:last-child) {
      border-right: 1px solid rgb(var(--theme-arco-success-5))
    }

    .theme-arco-btn-group .theme-arco-btn-status-success:not(:last-child).theme-arco-btn-text {
      border-right: 1px solid rgba(0, 0, 0, .08)
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-dashed:not(:first-child),
    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-outline:not(:first-child) {
      margin-left: 0;
      margin-right: -1px
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-primary:not(:last-child) {
      border-left: 1px solid rgb(var(--theme-arco-primary-5));
      border-right: 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-secondary:not(:last-child) {
      border-left: 1px solid rgba(0, 0, 0, .08);
      border-right: 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-text:not(:last-child) {
      border-left: 1px solid transparent;
      border-right: 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-status-warning:not(:last-child) {
      border-left: 1px solid rgb(var(--theme-arco-warning-5));
      border-right: 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-status-warning:not(:last-child).theme-arco-btn-text {
      border-left: 1px solid rgba(0, 0, 0, .08)
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-status-danger:not(:last-child) {
      border-left: 1px solid rgb(var(--theme-arco-danger-5));
      border-right: 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-status-danger:not(:last-child).theme-arco-btn-text {
      border-left: 1px solid rgba(0, 0, 0, .08)
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-status-success:not(:last-child) {
      border-left: 1px solid rgb(var(--theme-arco-success-5));
      border-right: 0
    }

    .theme-arco-btn-group .theme-arco-btn-rtl.theme-arco-btn-status-success:not(:last-child).theme-arco-btn-text {
      border-left: 1px solid rgba(0, 0, 0, .08)
    }

    .theme-arco-btn-group .theme-arco-btn-dashed:active,
    .theme-arco-btn-group .theme-arco-btn-dashed:hover,
    .theme-arco-btn-group .theme-arco-btn-outline:active,
    .theme-arco-btn-group .theme-arco-btn-outline:hover {
      z-index: 2
    }

    .theme-arco-btn-group .theme-arco-btn:not(:first-child):not(:last-child) {
      border-radius: 0
    }

    .theme-arco-btn-rtl {
      direction: rtl
    }

    body[arco-theme=dark] .theme-arco-btn-primary.theme-arco-btn-disabled {
      color: hsla(0, 0%, 100%, .3)
    }

    .theme-arco-calendar {
      border: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box
    }

    .theme-arco-calendar-header {
      display: flex;
      padding: 24px 24px
    }

    .theme-arco-calendar-header-left {
      align-items: center;
      display: flex;
      flex: 1 1;
      height: 28px;
      line-height: 28px;
      position: relative
    }

    .theme-arco-calendar-header-right {
      height: 28px;
      position: relative
    }

    .theme-arco-calendar-header-value {
      color: var(--theme-arco-color-text-1);
      font-size: 20px;
      font-weight: 500
    }

    .theme-arco-calendar-header-icon {
      background-color: var(--theme-arco-color-bg-5);
      border-radius: 50%;
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      height: 28px;
      line-height: 28px;
      margin-right: 12px;
      text-align: center;
      transition: all .1s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 28px
    }

    .theme-arco-calendar-header-icon:not(:first-child) {
      margin: 0 12px
    }

    .theme-arco-calendar-header-icon:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-calendar-header-icon:not(.theme-arco-calendar-header-icon-hidden) {
      cursor: pointer
    }

    .theme-arco-calendar-header-icon:not(.theme-arco-calendar-header-icon-hidden):hover {
      background-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-calendar .theme-arco-calendar-header-value-year {
      margin-right: 8px;
      width: 100px
    }

    .theme-arco-calendar .theme-arco-calendar-header-value-month {
      margin-right: 32px;
      width: 76px
    }

    .theme-arco-calendar-month {
      width: 100%
    }

    .theme-arco-calendar-month-row {
      display: flex;
      height: 100px
    }

    .theme-arco-calendar-month-row .theme-arco-calendar-cell {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      flex: 1 1;
      overflow: hidden
    }

    .theme-arco-calendar-month-row:last-child .theme-arco-calendar-cell {
      border-bottom: unset
    }

    .theme-arco-calendar-month-cell-body {
      box-sizing: border-box
    }

    .theme-arco-calendar-mode-month:not(.theme-arco-calendar-panel) .theme-arco-calendar-cell:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-calendar-week-list {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      display: flex;
      padding: 0;
      width: 100%
    }

    .theme-arco-calendar-week-list-item {
      color: #7d7d7f;
      flex: 1 1;
      padding: 20px 16px;
      text-align: left
    }

    .theme-arco-calendar-cell .theme-arco-calendar-date {
      box-sizing: border-box;
      cursor: pointer;
      height: 100%;
      padding: 10px;
      width: 100%
    }

    .theme-arco-calendar-cell .theme-arco-calendar-date-circle {
      border-radius: 50%;
      height: 28px;
      line-height: 28px;
      text-align: center;
      width: 28px
    }

    .theme-arco-calendar-date-content {
      height: 70px;
      overflow-y: auto
    }

    .theme-arco-calendar-cell-today .theme-arco-calendar-date-circle {
      border: 1px solid rgb(var(--theme-arco-primary-6));
      box-sizing: border-box
    }

    .theme-arco-calendar-date-value {
      color: rgba(0, 0, 0, .35);
      font-size: 16px;
      font-weight: 500
    }

    .theme-arco-calendar-cell-in-view .theme-arco-calendar-date-value {
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-calendar-mode-month .theme-arco-calendar-cell-selected .theme-arco-calendar-date-circle,
    .theme-arco-calendar-mode-year .theme-arco-calendar-cell-selected .theme-arco-calendar-cell-selected .theme-arco-calendar-date-circle {
      background-color: rgb(var(--theme-arco-primary-6));
      border: 1px solid rgb(var(--theme-arco-primary-6));
      color: #fff
    }

    .theme-arco-calendar-mode-year:not(.theme-arco-calendar-panel) {
      min-width: 820px
    }

    .theme-arco-calendar-mode-year .theme-arco-calendar-header {
      border-bottom: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-calendar-mode-year .theme-arco-calendar-body {
      padding: 12px
    }

    .theme-arco-calendar-mode-year .theme-arco-calendar-year-row {
      display: flex
    }

    .theme-arco-calendar-year-row>.theme-arco-calendar-cell {
      flex: 1 1;
      padding: 20px 8px
    }

    .theme-arco-calendar-year-row>.theme-arco-calendar-cell:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-calendar-year-row:not(:last-child)>.theme-arco-calendar-cell {
      border-bottom: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-calendar-month-with-days .theme-arco-calendar-month-row {
      height: 26px
    }

    .theme-arco-calendar-month-with-days .theme-arco-calendar-cell {
      border-bottom: 0
    }

    .theme-arco-calendar-month-with-days .theme-arco-calendar-month-cell-body {
      padding: 0
    }

    .theme-arco-calendar-month-with-days .theme-arco-calendar-month-title {
      color: var(--theme-arco-color-text-1);
      font-size: 16px;
      font-weight: 500;
      padding: 10px 6px
    }

    .theme-arco-calendar-month-cell {
      font-size: 12px;
      width: 100%
    }

    .theme-arco-calendar-month-cell .theme-arco-calendar-week-list {
      border-bottom: unset;
      padding: 0
    }

    .theme-arco-calendar-month-cell .theme-arco-calendar-week-list-item {
      color: #7d7d7f;
      padding: 6px;
      text-align: center
    }

    .theme-arco-calendar-month-cell .theme-arco-calendar-cell {
      text-align: center
    }

    .theme-arco-calendar-month-cell .theme-arco-calendar-date {
      padding: 2px
    }

    .theme-arco-calendar-month-cell .theme-arco-calendar-date-value {
      font-size: 14px
    }

    .theme-arco-calendar-month-cell .theme-arco-calendar-date-circle {
      border-radius: 50%;
      display: inline-block;
      height: 22px;
      line-height: 22px;
      text-align: center;
      width: 22px
    }

    .theme-arco-calendar-panel {
      background-color: var(--theme-arco-color-bg-5);
      border: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-calendar-panel .theme-arco-calendar-header {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      padding: 8px 16px
    }

    .theme-arco-calendar-panel .theme-arco-calendar-header-value {
      flex: 1 1;
      font-size: 14px;
      line-height: 24px;
      text-align: center
    }

    .theme-arco-calendar-panel .theme-arco-calendar-header-icon {
      height: 24px;
      line-height: 24px;
      margin-left: 2px;
      margin-right: 2px;
      width: 24px
    }

    .theme-arco-calendar-panel .theme-arco-calendar-body {
      padding: 14px 16px
    }

    .theme-arco-calendar-panel .theme-arco-calendar-month-cell-body {
      padding: 0
    }

    .theme-arco-calendar-panel .theme-arco-calendar-month-row {
      height: unset
    }

    .theme-arco-calendar-panel .theme-arco-calendar-week-list {
      border-bottom: unset;
      padding: 0
    }

    .theme-arco-calendar-panel .theme-arco-calendar-week-list-item {
      font-weight: 400;
      height: 32px;
      line-height: 32px;
      padding: 0;
      text-align: center
    }

    .theme-arco-calendar-panel .theme-arco-calendar-cell,
    .theme-arco-calendar-panel .theme-arco-calendar-year-row .theme-arco-calendar-cell {
      border-bottom: 0;
      border-right: 0;
      box-sizing: border-box;
      padding: 2px 0;
      text-align: center
    }

    .theme-arco-calendar-panel .theme-arco-calendar-cell .theme-arco-calendar-date {
      display: flex;
      justify-content: center;
      padding: 4px 0
    }

    .theme-arco-calendar-panel .theme-arco-calendar-cell .theme-arco-calendar-date-value {
      cursor: pointer;
      font-size: 14px;
      height: 24px;
      line-height: 24px;
      min-width: 24px
    }

    .theme-arco-calendar-panel.theme-arco-calendar-mode-year .theme-arco-calendar-cell {
      padding: 4px 0
    }

    .theme-arco-calendar-panel.theme-arco-calendar-mode-year .theme-arco-calendar-cell .theme-arco-calendar-date {
      padding: 4px
    }

    .theme-arco-calendar-panel.theme-arco-calendar-mode-year .theme-arco-calendar-cell .theme-arco-calendar-date-value {
      border-radius: 12px;
      width: 100%
    }

    .theme-arco-calendar-panel .theme-arco-calendar-cell-selected .theme-arco-calendar-date-value {
      background-color: rgb(var(--theme-arco-primary-6));
      border-radius: 50%;
      color: var(--theme-arco-color-white)
    }

    .theme-arco-calendar-panel .theme-arco-calendar-cell:not(.theme-arco-calendar-cell-selected):not(.theme-arco-calendar-cell-range-start):not(.theme-arco-calendar-cell-range-end):not(.theme-arco-calendar-cell-hover-range-start):not(.theme-arco-calendar-cell-hover-range-end):not(.theme-arco-calendar-cell-disabled):not(.theme-arco-calendar-cell-week) .theme-arco-calendar-date-value:hover {
      background-color: var(--theme-arco-color-primary-light-1);
      border-radius: 50%;
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-calendar-panel.theme-arco-calendar-mode-year .theme-arco-calendar-cell:not(.theme-arco-calendar-cell-selected):not(.theme-arco-calendar-cell-range-start):not(.theme-arco-calendar-cell-range-end):not(.theme-arco-calendar-cell-hover-range-start):not(.theme-arco-calendar-cell-hover-range-end):not(.theme-arco-calendar-cell-disabled) .theme-arco-calendar-date-value:hover {
      border-radius: 12px
    }

    .theme-arco-calendar-panel .theme-arco-calendar-cell-today {
      position: relative
    }

    .theme-arco-calendar-panel .theme-arco-calendar-cell-today:after {
      background-color: rgb(var(--theme-arco-primary-6));
      border-radius: 50%;
      bottom: 0;
      content: "";
      display: block;
      height: 4px;
      left: 50%;
      margin-left: -2px;
      position: absolute;
      width: 4px
    }

    .theme-arco-calendar-cell-in-range .theme-arco-calendar-date {
      background-color: var(--theme-arco-color-primary-light-1)
    }

    .theme-arco-calendar-cell-range-start .theme-arco-calendar-date {
      border-radius: 16px 0 0 16px
    }

    .theme-arco-calendar-cell-range-end .theme-arco-calendar-date {
      border-radius: 0 16px 16px 0
    }

    .theme-arco-calendar-cell-in-range-near-hover .theme-arco-calendar-date {
      border-radius: 0
    }

    .theme-arco-calendar-cell-range-end .theme-arco-calendar-date-value,
    .theme-arco-calendar-cell-range-start .theme-arco-calendar-date-value {
      background-color: rgb(var(--theme-arco-primary-6));
      border-radius: 50%;
      color: var(--theme-arco-color-white)
    }

    .theme-arco-calendar-cell-hover-in-range .theme-arco-calendar-date {
      background-color: var(--theme-arco-color-primary-light-1)
    }

    .theme-arco-calendar-cell-hover-range-start .theme-arco-calendar-date {
      border-radius: 16px 0 0 16px
    }

    .theme-arco-calendar-cell-hover-range-end .theme-arco-calendar-date {
      border-radius: 0 16px 16px 0
    }

    .theme-arco-calendar-cell-hover-range-end .theme-arco-calendar-date-value,
    .theme-arco-calendar-cell-hover-range-start .theme-arco-calendar-date-value {
      background-color: var(--theme-arco-color-primary-light-2);
      border-radius: 50%;
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-calendar-panel .theme-arco-calendar-cell-disabled>.theme-arco-calendar-date {
      background-color: #fff;
      cursor: not-allowed
    }

    .theme-arco-calendar-panel .theme-arco-calendar-cell-disabled>.theme-arco-calendar-date>.theme-arco-calendar-date-value {
      background-color: #fff;
      color: rgba(0, 0, 0, .35);
      cursor: not-allowed
    }

    .theme-arco-calendar-panel .theme-arco-calendar-footer-btn-wrapper {
      border-top: 1px solid rgba(0, 0, 0, .14);
      color: var(--theme-arco-color-text-1);
      cursor: pointer;
      height: 38px;
      line-height: 38px;
      text-align: center
    }

    .theme-arco-calendar-rtl {
      direction: rtl
    }

    .theme-arco-calendar-rtl .theme-arco-calendar-header-icon {
      margin-left: 12px;
      margin-right: 0;
      transform: scaleX(-1)
    }

    .theme-arco-calendar-rtl .theme-arco-calendar-week-list-item {
      text-align: right
    }

    .theme-arco-calendar-rtl.theme-arco-calendar-mode-month:not(.theme-arco-calendar-panel) .theme-arco-calendar-cell:not(:last-child) {
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-right: 0
    }

    .theme-arco-calendar-rtl .theme-arco-calendar-header-value-year {
      margin-left: 8px;
      margin-right: 0
    }

    .theme-arco-calendar-rtl .theme-arco-calendar-header-value-month {
      margin-left: 32px;
      margin-right: 0
    }

    .theme-arco-card {
      background: #fff;
      border-radius: var(--border-radius-none);
      position: relative;
      transition: box-shadow .2s linear
    }

    .theme-arco-card-header {
      align-items: center;
      border-bottom: 0 solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      overflow: hidden;
      position: relative
    }

    .theme-arco-card-header-no-title:before {
      content: " ";
      display: block
    }

    .theme-arco-card-header-title {
      color: var(--theme-arco-color-text-1);
      flex: 1 1;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-card-header-extra {
      color: rgb(var(--theme-arco-primary-6));
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-card-body {
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-card-cover {
      overflow: hidden
    }

    .theme-arco-card-cover>* {
      display: block;
      width: 100%
    }

    .theme-arco-card-actions {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-top: 12px
    }

    .theme-arco-card-actions:before {
      content: "";
      visibility: hidden
    }

    .theme-arco-card-actions-item,
    .theme-arco-card-actions-right {
      align-items: center;
      display: flex
    }

    .theme-arco-card-actions-item {
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      justify-content: center;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: color .2s linear;
      white-space: nowrap
    }

    .theme-arco-card-actions-item:hover {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-card-actions-item:not(:last-child) {
      margin-right: 12px
    }

    .theme-arco-card-meta-footer {
      align-items: center;
      display: flex;
      justify-content: space-between
    }

    .theme-arco-card-meta-footer:last-child {
      margin-top: 12px
    }

    .theme-arco-card-meta-footer-only-actions:before {
      content: "";
      visibility: hidden
    }

    .theme-arco-card-meta-footer .theme-arco-card-actions {
      margin-top: 0
    }

    .theme-arco-card-meta-title {
      color: var(--theme-arco-color-text-1);
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-card-meta-description:not(:first-child) {
      margin-top: 4px
    }

    .theme-arco-card-grid {
      box-shadow: 1px 0 0 0 rgba(0, 0, 0, .14), 0 1px 0 0 rgba(0, 0, 0, .14), 1px 1px 0 0 rgba(0, 0, 0, .14), inset 1px 0 0 0 rgba(0, 0, 0, .14), inset 0 1px 0 0 rgba(0, 0, 0, .14);
      box-sizing: border-box;
      position: relative;
      width: 33.33%
    }

    .theme-arco-card-grid:before {
      bottom: 0;
      content: "";
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      transition: box-shadow .2s linear
    }

    .theme-arco-card-grid-hoverable:hover {
      z-index: 1
    }

    .theme-arco-card-grid-hoverable:hover:before {
      box-shadow: 0 4px 10px rgb(var(--theme-arco-gray-2))
    }

    .theme-arco-card-grid .theme-arco-card {
      background: none;
      box-shadow: none
    }

    .theme-arco-card-contain-grid:not(.theme-arco-card-loading)>.theme-arco-card-body {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -1px;
      padding: 0
    }

    .theme-arco-card-hoverable:hover {
      box-shadow: 0 4px 10px rgb(var(--theme-arco-gray-2))
    }

    .theme-arco-card-bordered {
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px
    }

    .theme-arco-card-bordered .theme-arco-card-cover {
      border-radius: 4px 4px 0 0
    }

    .theme-arco-card-loading .theme-arco-card-body {
      overflow: hidden;
      text-align: center
    }

    .theme-arco-card-size-default {
      font-size: 14px
    }

    .theme-arco-card-size-default .theme-arco-card-header {
      height: 44px;
      padding-left: 16px;
      padding-right: 16px
    }

    .theme-arco-card-size-default .theme-arco-card-header-title,
    .theme-arco-card-size-default .theme-arco-card-meta-title {
      font-size: 18px
    }

    .theme-arco-card-size-default .theme-arco-card-header-extra {
      font-size: 14px
    }

    .theme-arco-card-size-default .theme-arco-card-body {
      padding: 16px 12px
    }

    .theme-arco-card-size-small {
      font-size: 14px
    }

    .theme-arco-card-size-small .theme-arco-card-header {
      height: 40px;
      padding-left: 16px;
      padding-right: 16px
    }

    .theme-arco-card-size-small .theme-arco-card-header-title,
    .theme-arco-card-size-small .theme-arco-card-meta-title {
      font-size: 18px
    }

    .theme-arco-card-size-small .theme-arco-card-header-extra {
      font-size: 14px
    }

    .theme-arco-card-size-small .theme-arco-card-body {
      padding: 12px 16px
    }

    .theme-arco-card-rtl .theme-arco-card-actions-item:not(:last-child) {
      margin-left: 12px;
      margin-right: 0
    }

    body[arco-theme=dark] .theme-arco-card-grid-hoverable:hover:before,
    body[arco-theme=dark] .theme-arco-card-hoverable:hover {
      box-shadow: 0 4px 10px rgba(var(--theme-arco-gray-1), 40%)
    }

    @keyframes arco-carousel-slide-x-in {
      0% {
        transform: translateX(100%)
      }

      to {
        transform: translateX(0)
      }
    }

    @keyframes arco-carousel-slide-x-out {
      0% {
        transform: translateX(0)
      }

      to {
        transform: translateX(-100%)
      }
    }

    @keyframes arco-carousel-slide-x-in-reverse {
      0% {
        transform: translateX(-100%)
      }

      to {
        transform: translateX(0)
      }
    }

    @keyframes arco-carousel-slide-x-out-reverse {
      0% {
        transform: translateX(0)
      }

      to {
        transform: translateX(100%)
      }
    }

    @keyframes arco-carousel-slide-y-in {
      0% {
        transform: translateY(100%)
      }

      to {
        transform: translateY(0)
      }
    }

    @keyframes arco-carousel-slide-y-out {
      0% {
        transform: translateY(0)
      }

      to {
        transform: translateY(-100%)
      }
    }

    @keyframes arco-carousel-slide-y-in-reverse {
      0% {
        transform: translateY(-100%)
      }

      to {
        transform: translateY(0)
      }
    }

    @keyframes arco-carousel-slide-y-out-reverse {
      0% {
        transform: translateY(0)
      }

      to {
        transform: translateY(100%)
      }
    }

    @keyframes arco-carousel-card-bottom-to-middle {
      0% {
        opacity: 0;
        transform: translateX(0) translateZ(-400px)
      }

      to {
        opacity: .4;
        transform: translateX(0) translateZ(-200px)
      }
    }

    @keyframes arco-carousel-card-middle-to-bottom {
      0% {
        opacity: .4;
        transform: translateX(-100%) translateZ(-200px)
      }

      to {
        opacity: 0;
        transform: translateX(-100%) translateZ(-400px)
      }
    }

    @keyframes arco-carousel-card-top-to-middle {
      0% {
        opacity: 1;
        transform: translateX(-50%) translateZ(0)
      }

      to {
        opacity: .4;
        transform: translateX(-100%) translateZ(-200px)
      }
    }

    @keyframes arco-carousel-card-middle-to-top {
      0% {
        opacity: .4;
        transform: translateX(0) translateZ(-200px)
      }

      to {
        opacity: 1;
        transform: translateX(-50%) translateZ(0)
      }
    }

    @keyframes arco-carousel-card-bottom-to-middle-reverse {
      0% {
        opacity: 0;
        transform: translateX(-100%) translateZ(-400px)
      }

      to {
        opacity: .4;
        transform: translateX(-100%) translateZ(-200px)
      }
    }

    @keyframes arco-carousel-card-middle-to-bottom-reverse {
      0% {
        opacity: .4;
        transform: translateX(0) translateZ(-200px)
      }

      to {
        opacity: 0;
        transform: translateX(0) translateZ(-400px)
      }
    }

    @keyframes arco-carousel-card-top-to-middle-reverse {
      0% {
        opacity: 1;
        transform: translateX(-50%) translateZ(0)
      }

      to {
        opacity: .4;
        transform: translateX(0) translateZ(-200px)
      }
    }

    @keyframes arco-carousel-card-middle-to-top-reverse {
      0% {
        opacity: .4;
        transform: translateX(-100%) translateZ(-200px)
      }

      to {
        opacity: 1;
        transform: translateX(-50%) translateZ(0)
      }
    }

    .theme-arco-carousel {
      position: relative
    }

    .theme-arco-carousel-indicator-position-outer {
      margin-bottom: 30px
    }

    .theme-arco-carousel-card,
    .theme-arco-carousel-fade,
    .theme-arco-carousel-slide {
      height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .theme-arco-carousel-card>*,
    .theme-arco-carousel-fade>*,
    .theme-arco-carousel-slide>* {
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%
    }

    .theme-arco-carousel-item-current {
      position: relative;
      z-index: 1
    }

    .theme-arco-carousel-slide>:not(.theme-arco-carousel-item-current) {
      visibility: hidden
    }

    .theme-arco-carousel-slide.theme-arco-carousel-horizontal .theme-arco-carousel-item-slide-out {
      animation: arco-carousel-slide-x-out;
      display: block
    }

    .theme-arco-carousel-slide.theme-arco-carousel-horizontal .theme-arco-carousel-item-slide-in {
      animation: arco-carousel-slide-x-in;
      display: block
    }

    .theme-arco-carousel-slide.theme-arco-carousel-horizontal.theme-arco-carousel-negative .theme-arco-carousel-item-slide-out {
      animation: arco-carousel-slide-x-out-reverse
    }

    .theme-arco-carousel-slide.theme-arco-carousel-horizontal.theme-arco-carousel-negative .theme-arco-carousel-item-slide-in {
      animation: arco-carousel-slide-x-in-reverse
    }

    .theme-arco-carousel-slide.theme-arco-carousel-vertical .theme-arco-carousel-item-slide-out {
      animation: arco-carousel-slide-y-out;
      display: block
    }

    .theme-arco-carousel-slide.theme-arco-carousel-vertical .theme-arco-carousel-item-slide-in {
      animation: arco-carousel-slide-y-in;
      display: block
    }

    .theme-arco-carousel-slide.theme-arco-carousel-vertical.theme-arco-carousel-negative .theme-arco-carousel-item-slide-out {
      animation: arco-carousel-slide-y-out-reverse
    }

    .theme-arco-carousel-slide.theme-arco-carousel-vertical.theme-arco-carousel-negative .theme-arco-carousel-item-slide-in {
      animation: arco-carousel-slide-y-in-reverse
    }

    .theme-arco-carousel-card {
      perspective: 800px
    }

    .theme-arco-carousel-card>* {
      animation: arco-carousel-card-middle-to-bottom;
      left: 50%;
      opacity: 0;
      transform: translateX(-50%) translateZ(-400px)
    }

    .theme-arco-carousel-card .theme-arco-carousel-item-prev {
      animation: arco-carousel-card-top-to-middle;
      opacity: .4;
      transform: translateX(-100%) translateZ(-200px)
    }

    .theme-arco-carousel-card .theme-arco-carousel-item-next {
      animation: arco-carousel-card-bottom-to-middle;
      opacity: .4;
      transform: translateX(0) translateZ(-200px)
    }

    .theme-arco-carousel-card .theme-arco-carousel-item-current {
      animation: arco-carousel-card-middle-to-top;
      opacity: 1;
      transform: translateX(-50%) translateZ(0)
    }

    .theme-arco-carousel-card.theme-arco-carousel-negative>* {
      animation: arco-carousel-card-middle-to-bottom-reverse
    }

    .theme-arco-carousel-card.theme-arco-carousel-negative .theme-arco-carousel-item-prev {
      animation: arco-carousel-card-bottom-to-middle-reverse
    }

    .theme-arco-carousel-card.theme-arco-carousel-negative .theme-arco-carousel-item-next {
      animation: arco-carousel-card-top-to-middle-reverse
    }

    .theme-arco-carousel-card.theme-arco-carousel-negative .theme-arco-carousel-item-current {
      animation: arco-carousel-card-middle-to-top-reverse
    }

    .theme-arco-carousel-fade>* {
      left: 50%;
      opacity: 0;
      transform: translateX(-50%)
    }

    .theme-arco-carousel-fade .theme-arco-carousel-item-current {
      opacity: 1
    }

    .theme-arco-carousel-indicator {
      display: flex;
      margin: 0;
      padding: 0;
      position: absolute
    }

    .theme-arco-carousel-indicator-wrapper {
      position: absolute;
      z-index: 2
    }

    .theme-arco-carousel-indicator-wrapper-top {
      background: linear-gradient(180deg, rgba(0, 0, 0, .15), transparent 87%);
      height: 48px;
      left: 0;
      right: 0;
      top: 0
    }

    .theme-arco-carousel-indicator-wrapper-bottom {
      background: linear-gradient(180deg, transparent 13%, rgba(0, 0, 0, .15));
      bottom: 0;
      height: 48px;
      left: 0;
      right: 0
    }

    .theme-arco-carousel-indicator-wrapper-left {
      background: linear-gradient(90deg, rgba(0, 0, 0, .15), transparent 87%);
      height: 100%;
      left: 0;
      top: 0;
      width: 48px
    }

    .theme-arco-carousel-indicator-wrapper-right {
      background: linear-gradient(90deg, transparent 13%, rgba(0, 0, 0, .15));
      height: 100%;
      right: 0;
      top: 0;
      width: 48px
    }

    .theme-arco-carousel-indicator-wrapper-outer {
      background: none;
      left: 0;
      right: 0
    }

    .theme-arco-carousel-indicator-bottom {
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%)
    }

    .theme-arco-carousel-indicator-top {
      left: 50%;
      top: 12px;
      transform: translateX(-50%)
    }

    .theme-arco-carousel-indicator-left {
      left: 12px;
      top: 50%;
      transform: translate(-50%, -50%) rotate(90deg)
    }

    .theme-arco-carousel-indicator-right {
      right: 12px;
      top: 50%;
      transform: translate(50%, -50%) rotate(90deg)
    }

    .theme-arco-carousel-indicator-outer {
      background-color: initial;
      border-radius: 20px;
      left: 50%;
      padding: 4px;
      transform: translateX(-50%)
    }

    .theme-arco-carousel-indicator-outer.theme-arco-carousel-indicator-dot {
      bottom: -22px
    }

    .theme-arco-carousel-indicator-outer.theme-arco-carousel-indicator-line {
      bottom: -20px
    }

    .theme-arco-carousel-indicator-outer.theme-arco-carousel-indicator-slider {
      background-color: rgba(var(--theme-arco-gray-4), .5);
      bottom: -16px;
      padding: 0
    }

    .theme-arco-carousel-indicator-outer .theme-arco-carousel-indicator-item {
      background-color: rgba(var(--theme-arco-gray-4), .5)
    }

    .theme-arco-carousel-indicator-outer .theme-arco-carousel-indicator-item-active,
    .theme-arco-carousel-indicator-outer .theme-arco-carousel-indicator-item:hover {
      background-color: var(--theme-arco-color-fill-4)
    }

    .theme-arco-carousel-indicator-item {
      background-color: hsla(0, 0%, 100%, .3);
      border-radius: var(--border-radius-medium);
      cursor: pointer;
      display: inline-block
    }

    .theme-arco-carousel-indicator-item-active,
    .theme-arco-carousel-indicator-item:hover {
      background-color: var(--theme-arco-color-white)
    }

    .theme-arco-carousel-indicator-dot .theme-arco-carousel-indicator-item {
      border-radius: 50%;
      height: 6px;
      width: 6px
    }

    .theme-arco-carousel-indicator-dot .theme-arco-carousel-indicator-item:not(:last-child) {
      margin-right: 8px
    }

    .theme-arco-carousel-indicator-line .theme-arco-carousel-indicator-item {
      height: 4px;
      width: 12px
    }

    .theme-arco-carousel-indicator-line .theme-arco-carousel-indicator-item:not(:last-child) {
      margin-right: 8px
    }

    .theme-arco-carousel-indicator-slider {
      background-color: hsla(0, 0%, 100%, .3);
      border-radius: var(--border-radius-medium);
      cursor: pointer;
      height: 4px;
      width: 48px
    }

    .theme-arco-carousel-indicator-slider .theme-arco-carousel-indicator-item {
      height: 100%;
      position: absolute;
      top: 0;
      transition: left .3s
    }

    .theme-arco-carousel-arrow>div {
      align-items: center;
      background-color: hsla(0, 0%, 100%, .3);
      border-radius: 50%;
      color: var(--theme-arco-color-white);
      cursor: pointer;
      display: flex;
      height: 24px;
      justify-content: center;
      position: absolute;
      width: 24px;
      z-index: 2
    }

    .theme-arco-carousel-arrow>div:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-carousel-arrow>div>svg {
      color: var(--theme-arco-color-white);
      font-size: 16px
    }

    .theme-arco-carousel-arrow>div:hover {
      background-color: hsla(0, 0%, 100%, .5)
    }

    .theme-arco-carousel-arrow-left {
      left: 12px;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-carousel-arrow-right {
      right: 12px;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-carousel-arrow-top {
      left: 50%;
      top: 12px;
      transform: translateX(-50%)
    }

    .theme-arco-carousel-arrow-bottom {
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%)
    }

    .theme-arco-carousel-arrow-hover div {
      opacity: 0;
      transition: all .3s
    }

    .theme-arco-carousel:hover .theme-arco-carousel-arrow-hover div {
      opacity: 1
    }

    .theme-arco-carousel-rtl .theme-arco-carousel-indicator-dot .theme-arco-carousel-indicator-item:not(:last-child),
    .theme-arco-carousel-rtl .theme-arco-carousel-indicator-line .theme-arco-carousel-indicator-item:not(:last-child) {
      margin-left: 8px;
      margin-right: 0
    }

    body[arco-theme=dark] .theme-arco-carousel-arrow>div {
      background-color: rgba(var(--theme-arco-gray-1), .3)
    }

    body[arco-theme=dark] .theme-arco-carousel-arrow>div:hover {
      background-color: rgba(var(--theme-arco-gray-1), .5)
    }

    body[arco-theme=dark] .theme-arco-carousel-indicator-item,
    body[arco-theme=dark] .theme-arco-carousel-indicator-slider {
      background-color: rgba(var(--theme-arco-gray-1), .3)
    }

    body[arco-theme=dark] .theme-arco-carousel-indicator-item-active,
    body[arco-theme=dark] .theme-arco-carousel-indicator-item:hover {
      background-color: var(--theme-arco-color-white)
    }

    body[arco-theme=dark] .theme-arco-carousel-indicator-outer.theme-arco-carousel-indicator-slider {
      background-color: rgba(var(--theme-arco-gray-4), .5)
    }

    body[arco-theme=dark] .theme-arco-carousel-indicator-outer .theme-arco-carousel-indicator-item-active,
    body[arco-theme=dark] .theme-arco-carousel-indicator-outer .theme-arco-carousel-indicator-item:hover {
      background-color: var(--theme-arco-color-fill-4)
    }

    .theme-arco-cascader .theme-arco-cascader-view {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-cascader:hover .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-cascader.theme-arco-cascader-focused .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-primary-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-cascader .theme-arco-cascader-arrow-icon,
    .theme-arco-cascader .theme-arco-cascader-clear-icon,
    .theme-arco-cascader .theme-arco-cascader-expand-icon,
    .theme-arco-cascader .theme-arco-cascader-loading-icon,
    .theme-arco-cascader .theme-arco-cascader-search-icon,
    .theme-arco-cascader .theme-arco-cascader-suffix-icon {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-cascader-error .theme-arco-cascader-view {
      background-color: #fff;
      border: 1px solid rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-cascader-error:hover .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-cascader-error.theme-arco-cascader-focused .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 #fff;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-cascader-warning .theme-arco-cascader-view {
      background-color: var(--theme-arco-color-warning-light-1);
      border: 1px solid transparent
    }

    .theme-arco-cascader-warning:hover .theme-arco-cascader-view {
      background-color: var(--theme-arco-color-warning-light-2);
      border-color: transparent
    }

    .theme-arco-cascader-warning.theme-arco-cascader-focused .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-cascader-disabled .theme-arco-cascader-view {
      background-color: #f0f0f0;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-cascader-disabled:hover .theme-arco-cascader-view {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-cascader-disabled .theme-arco-cascader-arrow-icon,
    .theme-arco-cascader-disabled .theme-arco-cascader-clear-icon,
    .theme-arco-cascader-disabled .theme-arco-cascader-expand-icon,
    .theme-arco-cascader-disabled .theme-arco-cascader-loading-icon,
    .theme-arco-cascader-disabled .theme-arco-cascader-search-icon,
    .theme-arco-cascader-disabled .theme-arco-cascader-suffix-icon {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-cascader-no-border .theme-arco-cascader-view {
      background: none !important;
      border: none !important
    }

    .theme-arco-cascader-size-mini.theme-arco-cascader-multiple .theme-arco-cascader-view {
      font-size: 12px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-cascader-size-mini.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-cascader-size-mini.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-cascader-size-mini.theme-arco-cascader-multiple .theme-arco-cascader-suffix {
      padding-right: 8px
    }

    .theme-arco-cascader-size-mini.theme-arco-cascader-multiple input {
      font-size: 12px
    }

    .theme-arco-cascader-size-mini.theme-arco-cascader-single .theme-arco-cascader-view {
      font-size: 12px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .theme-arco-cascader-size-mini.theme-arco-cascader-single input {
      font-size: 12px
    }

    .theme-arco-cascader-size-mini.theme-arco-cascader-multiple .theme-arco-cascader-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-cascader-size-small.theme-arco-cascader-multiple .theme-arco-cascader-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-cascader-size-small.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-cascader-size-small.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-cascader-size-small.theme-arco-cascader-multiple .theme-arco-cascader-suffix {
      padding-right: 8px
    }

    .theme-arco-cascader-size-small.theme-arco-cascader-multiple input {
      font-size: 14px
    }

    .theme-arco-cascader-size-small.theme-arco-cascader-single .theme-arco-cascader-view {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .theme-arco-cascader-size-small.theme-arco-cascader-single input {
      font-size: 14px
    }

    .theme-arco-cascader-size-small.theme-arco-cascader-multiple .theme-arco-cascader-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-cascader-size-default.theme-arco-cascader-multiple .theme-arco-cascader-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-cascader-size-default.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-cascader-size-default.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-cascader-size-default.theme-arco-cascader-multiple .theme-arco-cascader-suffix {
      padding-right: 8px
    }

    .theme-arco-cascader-size-default.theme-arco-cascader-multiple input {
      font-size: 14px
    }

    .theme-arco-cascader-size-default.theme-arco-cascader-single .theme-arco-cascader-view {
      font-size: 14px;
      height: 36px;
      line-height: 34px;
      padding: 0 11px
    }

    .theme-arco-cascader-size-default.theme-arco-cascader-single input {
      font-size: 14px
    }

    .theme-arco-cascader-size-default.theme-arco-cascader-multiple .theme-arco-cascader-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-cascader-size-large.theme-arco-cascader-multiple .theme-arco-cascader-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-cascader-size-large.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-cascader-size-large.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-cascader-size-large.theme-arco-cascader-multiple .theme-arco-cascader-suffix {
      padding-right: 8px
    }

    .theme-arco-cascader-size-large.theme-arco-cascader-multiple input {
      font-size: 14px
    }

    .theme-arco-cascader-size-large.theme-arco-cascader-single .theme-arco-cascader-view {
      font-size: 14px;
      height: 44px;
      line-height: 42px;
      padding: 0 11px
    }

    .theme-arco-cascader-size-large.theme-arco-cascader-single input {
      font-size: 14px
    }

    .theme-arco-cascader-size-large.theme-arco-cascader-multiple .theme-arco-cascader-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-cascader {
      cursor: pointer;
      display: inline-block
    }

    .theme-arco-cascader,
    .theme-arco-cascader-view {
      box-sizing: border-box;
      position: relative;
      width: 100%
    }

    .theme-arco-cascader-view {
      border-radius: 4px;
      display: flex;
      outline: none;
      text-align: left;
      transition: all .1s linear, padding 0s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-cascader-view input {
      color: inherit;
      cursor: inherit
    }

    .theme-arco-cascader-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-cascader-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-cascader-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-cascader-multiple,
    .theme-arco-cascader-show-search {
      cursor: text
    }

    .theme-arco-cascader-disabled {
      cursor: not-allowed
    }

    .theme-arco-cascader-disabled .theme-arco-cascader-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-cascader-disabled .theme-arco-cascader-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-cascader-disabled .theme-arco-cascader-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-cascader-single .theme-arco-cascader-view-input {
      background: transparent;
      border: none;
      box-sizing: border-box;
      outline: none;
      overflow: hidden;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-cascader-single .theme-arco-cascader-view-selector {
      box-sizing: border-box;
      display: inline-flex;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .theme-arco-cascader-single .theme-arco-cascader-view-selector .theme-arco-cascader-view-input {
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1
    }

    .theme-arco-cascader-single .theme-arco-cascader-view-selector .theme-arco-cascader-view-value-mirror {
      opacity: 0
    }

    .theme-arco-cascader-single .theme-arco-cascader-view-value {
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-cascader-single .theme-arco-cascader-view-value:after {
      content: ".";
      font-size: 0;
      line-height: 0;
      visibility: hidden
    }

    .theme-arco-cascader-single .theme-arco-cascader-view .theme-arco-cascader-hidden {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .theme-arco-cascader-multiple {
      vertical-align: top
    }

    .theme-arco-cascader-multiple .theme-arco-cascader-view {
      line-height: 0;
      padding: 0 4px
    }

    .theme-arco-cascader-multiple .theme-arco-cascader-view-with-prefix {
      padding-left: 12px
    }

    .theme-arco-cascader-multiple .theme-arco-input-tag {
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      flex: 1 1;
      overflow: hidden;
      padding: 0
    }

    .theme-arco-cascader-multiple .theme-arco-tag {
      max-width: 100%
    }

    .theme-arco-cascader-multiple:not(.theme-arco-cascader-focused) .theme-arco-input-tag input:not(:first-child)[value=""] {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .theme-arco-cascader-prefix {
      align-items: center;
      color: rgba(0, 0, 0, .55);
      display: flex;
      margin-right: 12px;
      white-space: nowrap
    }

    .theme-arco-cascader-suffix {
      align-items: center;
      display: flex;
      margin-left: 4px
    }

    .theme-arco-cascader-clear-icon,
    .theme-arco-cascader-expand-icon,
    .theme-arco-cascader-loading-icon,
    .theme-arco-cascader-search-icon,
    .theme-arco-cascader-suffix-icon {
      font-size: 16px;
      transition: all .1s linear
    }

    .theme-arco-cascader-arrow-icon {
      font-size: 16px
    }

    .theme-arco-cascader-open .theme-arco-cascader-arrow-icon svg {
      transform: rotate(180deg)
    }

    .theme-arco-cascader .theme-arco-cascader-clear-icon {
      cursor: pointer;
      display: none
    }

    .theme-arco-cascader .theme-arco-cascader-clear-icon>svg {
      position: relative;
      transition: all .1s linear
    }

    .theme-arco-cascader:hover .theme-arco-cascader-clear-icon {
      display: block
    }

    .theme-arco-cascader:hover .theme-arco-cascader-clear-icon~* {
      display: none
    }

    .theme-arco-cascader-wrapper {
      align-items: stretch;
      display: inline-flex;
      width: 100%
    }

    .theme-arco-cascader-wrapper .theme-arco-cascader {
      min-width: 0
    }

    .theme-arco-cascader-wrapper .theme-arco-cascader:not(.theme-arco-cascader-focused):not(:first-child) .theme-arco-cascader-view {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .theme-arco-cascader-wrapper .theme-arco-cascader:not(.theme-arco-cascader-focused):not(:last-child) .theme-arco-cascader-view {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .theme-arco-cascader-addbefore {
      align-items: center;
      background-color: #fff;
      border: 1px solid transparent;
      border-bottom-left-radius: 4px;
      border-right: 1px solid var(--theme-arco-color-border-2);
      border-top-left-radius: 4px;
      color: var(--theme-arco-color-text-1);
      display: flex;
      padding: 0 12px;
      white-space: nowrap
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-mini.theme-arco-cascader-multiple .theme-arco-cascader-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-mini.theme-arco-cascader-multiple .theme-arco-cascader-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-mini.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-cascader-rtl.theme-arco-cascader-size-mini.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-small.theme-arco-cascader-multiple .theme-arco-cascader-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-small.theme-arco-cascader-multiple .theme-arco-cascader-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-small.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-cascader-rtl.theme-arco-cascader-size-small.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-default.theme-arco-cascader-multiple .theme-arco-cascader-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-default.theme-arco-cascader-multiple .theme-arco-cascader-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-default.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-cascader-rtl.theme-arco-cascader-size-default.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-large.theme-arco-cascader-multiple .theme-arco-cascader-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-large.theme-arco-cascader-multiple .theme-arco-cascader-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-cascader-rtl.theme-arco-cascader-size-large.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-cascader-rtl.theme-arco-cascader-size-large.theme-arco-cascader-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-cascader-wrapper-rtl .theme-arco-cascader-addbefore {
      border-left: 1px solid var(--theme-arco-color-border-2);
      border-right: unset
    }

    .theme-arco-cascader-rtl .theme-arco-cascader-view {
      text-align: right
    }

    .theme-arco-cascader-rtl .theme-arco-cascader-multiple .theme-arco-cascader-view-with-prefix {
      padding-left: 0;
      padding-right: 12px
    }

    .theme-arco-cascader-rtl .theme-arco-cascader-prefix {
      margin-left: 12px;
      margin-right: 0
    }

    .theme-arco-cascader-rtl .theme-arco-cascader-suffix {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-cascader-popup {
      background-color: var(--theme-arco-color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      overflow: hidden;
      top: 4px
    }

    .theme-arco-cascader-popup-trigger-hover .theme-arco-cascader-list-item {
      transition: font-weight 0s
    }

    .theme-arco-cascader-popup .theme-arco-cascader-popup-inner {
      height: 200px;
      list-style: none;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-cascader-highlight {
      font-weight: 500
    }

    .theme-arco-cascader-list-column {
      background-color: var(--theme-arco-color-bg-popup);
      display: inline-block;
      height: 100%;
      position: relative;
      vertical-align: top
    }

    .theme-arco-cascader-list-column-virtual {
      width: 120px
    }

    .theme-arco-cascader-list-column:not(:last-of-type) {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-cascader-list-wrapper {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 4px 0;
      position: relative;
      white-space: nowrap
    }

    .theme-arco-cascader-list-wrapper-with-footer {
      padding-bottom: 0
    }

    .theme-arco-cascader-list-empty {
      align-items: center;
      display: flex;
      height: 100%
    }

    .theme-arco-cascader-list {
      box-sizing: border-box;
      flex: 1 1;
      list-style: none;
      margin: 0;
      overflow-y: auto;
      padding: 0
    }

    .theme-arco-cascader-list-item,
    .theme-arco-cascader-list-search-item {
      background-color: initial;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      cursor: pointer;
      display: flex;
      font-size: 14px;
      height: 36px;
      line-height: 36px;
      min-width: 100px;
      position: relative
    }

    .theme-arco-cascader-list-item-label,
    .theme-arco-cascader-list-search-item-label {
      flex-grow: 1;
      padding-left: 8px;
      padding-right: 36px
    }

    .theme-arco-cascader-list-item .theme-arco-icon-check,
    .theme-arco-cascader-list-item .theme-arco-icon-right,
    .theme-arco-cascader-list-search-item .theme-arco-icon-check,
    .theme-arco-cascader-list-search-item .theme-arco-icon-right {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-cascader-list-item .theme-arco-icon-check,
    .theme-arco-cascader-list-search-item .theme-arco-icon-check {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-cascader-list-item .theme-arco-icon-loading,
    .theme-arco-cascader-list-search-item .theme-arco-icon-loading {
      color: rgb(var(--theme-arco-primary-6));
      font-size: 16px;
      margin-top: -8px;
      position: absolute;
      right: 8px;
      top: 50%
    }

    .theme-arco-cascader-list-item:hover,
    .theme-arco-cascader-list-search-item-hover {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-cascader-list-item:hover .theme-arco-checkbox:not(.theme-arco-checkbox-disabled):not(.theme-arco-checkbox-checked):hover .theme-arco-checkbox-icon-hover:before,
    .theme-arco-cascader-list-search-item-hover .theme-arco-checkbox:not(.theme-arco-checkbox-disabled):not(.theme-arco-checkbox-checked):hover .theme-arco-checkbox-icon-hover:before {
      background-color: rgb(var(--theme-arco-primary-7))
    }

    .theme-arco-cascader-list-item-disabled,
    .theme-arco-cascader-list-item-disabled:hover,
    .theme-arco-cascader-list-search-item-disabled,
    .theme-arco-cascader-list-search-item-disabled:hover {
      background-color: initial;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-cascader-list-item-disabled .theme-arco-icon-right,
    .theme-arco-cascader-list-item-disabled:hover .theme-arco-icon-right,
    .theme-arco-cascader-list-search-item-disabled .theme-arco-icon-right,
    .theme-arco-cascader-list-search-item-disabled:hover .theme-arco-icon-right {
      color: inherit
    }

    .theme-arco-cascader-list-item-disabled .theme-arco-icon-check,
    .theme-arco-cascader-list-item-disabled:hover .theme-arco-icon-check,
    .theme-arco-cascader-list-search-item-disabled .theme-arco-icon-check,
    .theme-arco-cascader-list-search-item-disabled:hover .theme-arco-icon-check {
      color: var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-cascader-list-item-active {
      transition: all .2s linear
    }

    .theme-arco-cascader-list-item-active,
    .theme-arco-cascader-list-item-active:hover {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-6));
      font-weight: 600
    }

    .theme-arco-cascader-list-item-active.theme-arco-cascader-list-item-disabled,
    .theme-arco-cascader-list-item-active.theme-arco-cascader-list-item-disabled:hover {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-3));
      font-weight: 600
    }

    .theme-arco-cascader-list-multiple .theme-arco-cascader-list-item-label {
      padding-left: 0
    }

    .theme-arco-cascader-list-multiple .theme-arco-cascader-list-item,
    .theme-arco-cascader-list-multiple .theme-arco-cascader-list-search-item {
      padding-left: 8px
    }

    .theme-arco-cascader-list-multiple .theme-arco-cascader-list-item .theme-arco-checkbox,
    .theme-arco-cascader-list-multiple .theme-arco-cascader-list-search-item .theme-arco-checkbox {
      margin-right: 8px;
      padding-left: 0
    }

    .theme-arco-cascader-list-search.theme-arco-cascader-list-multiple .theme-arco-cascader-list-item-label {
      padding-right: 8px
    }

    .theme-arco-cascader-list-footer {
      border-top: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      height: 36px;
      line-height: 36px;
      padding-left: 8px
    }

    .cascaderSlide-appear-active,
    .cascaderSlide-enter-active {
      transition: margin .3s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-cascader-list-column-rtl {
      direction: rtl
    }

    .theme-arco-cascader-list-column-rtl:not(:last-of-type) {
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-right: none
    }

    .theme-arco-cascader-list-rtl .theme-arco-cascader-list-item-label,
    .theme-arco-cascader-list-rtl .theme-arco-cascader-list-search-item-label {
      padding-left: 36px;
      padding-right: 8px
    }

    .theme-arco-cascader-list-rtl .theme-arco-cascader-list-item .theme-arco-icon-check,
    .theme-arco-cascader-list-rtl .theme-arco-cascader-list-item .theme-arco-icon-left,
    .theme-arco-cascader-list-rtl .theme-arco-cascader-list-search-item .theme-arco-icon-check,
    .theme-arco-cascader-list-rtl .theme-arco-cascader-list-search-item .theme-arco-icon-left {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      left: 8px;
      position: absolute;
      right: auto;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-cascader-list-rtl .theme-arco-cascader-list-footer {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-cascader-list-rtl.theme-arco-cascader-multiple .theme-arco-cascader-list-item-label {
      padding-right: 0
    }

    .theme-arco-cascader-list-rtl.theme-arco-cascader-multiple .theme-arco-cascader-list-item,
    .theme-arco-cascader-list-rtl.theme-arco-cascader-multiple .theme-arco-cascader-list-search-item {
      padding-right: 8px
    }

    .theme-arco-cascader-list-rtl.theme-arco-cascader-multiple .theme-arco-cascader-list-item .theme-arco-checkbox,
    .theme-arco-cascader-list-rtl.theme-arco-cascader-multiple .theme-arco-cascader-list-search-item .theme-arco-checkbox {
      margin-left: 8px;
      padding-right: 0
    }

    .theme-arco-cascader-list-rtl.theme-arco-cascader-multiple.theme-arco-cascader-list-search .theme-arco-cascader-list-item-label {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-icon-hover.theme-arco-checkbox-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .theme-arco-checkbox {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: unset;
      padding-left: 0;
      position: relative
    }

    .theme-arco-checkbox>input[type=checkbox] {
      height: 0;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 0
    }

    .theme-arco-checkbox>input[type=checkbox]:focus-visible+.theme-arco-checkbox-icon-hover:before {
      background-color: #fff;
      opacity: 1
    }

    .theme-arco-checkbox:hover .theme-arco-checkbox-icon-hover:before {
      background-color: #fff
    }

    .theme-arco-checkbox-text {
      color: rgba(0, 0, 0, .92);
      margin-left: 8px
    }

    .theme-arco-checkbox-mask-wrapper {
      line-height: 1;
      position: relative;
      top: -.09em;
      vertical-align: middle
    }

    .theme-arco-checkbox-mask {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .55);
      border-radius: 4px;
      box-sizing: border-box;
      height: 16px;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 16px
    }

    .theme-arco-checkbox-mask:after {
      background: var(--theme-arco-color-white);
      border-radius: .5px;
      content: "";
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) scale(0);
      width: 6px
    }

    .theme-arco-checkbox-mask-icon {
      color: var(--theme-arco-color-white);
      display: block;
      height: 100%;
      margin: 0 auto;
      position: relative;
      transform: scale(0);
      transform-origin: center 75%;
      width: 8px
    }

    .theme-arco-checkbox:hover .theme-arco-checkbox-mask {
      border-color: rgb(var(--theme-arco-primary-5));
      transition: border-color .1s linear, transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .theme-arco-checkbox-checked:hover .theme-arco-checkbox-mask,
    .theme-arco-checkbox-indeterminate:hover .theme-arco-checkbox-mask {
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .theme-arco-checkbox-checked .theme-arco-checkbox-mask {
      background-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-checkbox-checked .theme-arco-checkbox-mask-icon {
      transform: scale(1);
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .theme-arco-checkbox-indeterminate .theme-arco-checkbox-mask {
      background-color: rgb(var(--theme-arco-primary-6));
      border-color: transparent
    }

    .theme-arco-checkbox-indeterminate .theme-arco-checkbox-mask-icon {
      transform: scale(0)
    }

    .theme-arco-checkbox-indeterminate .theme-arco-checkbox-mask:after {
      transform: translateX(-50%) translateY(-50%) scale(1);
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .theme-arco-checkbox.theme-arco-checkbox-disabled,
    .theme-arco-checkbox.theme-arco-checkbox-disabled .theme-arco-checkbox-icon-hover {
      cursor: not-allowed
    }

    .theme-arco-checkbox.theme-arco-checkbox-disabled:hover .theme-arco-checkbox-mask {
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-checkbox-checked:hover .theme-arco-checkbox-mask,
    .theme-arco-checkbox-indeterminate:hover .theme-arco-checkbox-mask {
      border-color: transparent
    }

    .theme-arco-checkbox-disabled .theme-arco-checkbox-mask {
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-checkbox-disabled.theme-arco-checkbox-checked .theme-arco-checkbox-mask,
    .theme-arco-checkbox-disabled.theme-arco-checkbox-checked:hover .theme-arco-checkbox-mask,
    .theme-arco-checkbox-disabled.theme-arco-checkbox-indeterminate .theme-arco-checkbox-mask,
    .theme-arco-checkbox-disabled.theme-arco-checkbox-indeterminate:hover .theme-arco-checkbox-mask {
      background-color: rgb(var(--theme-arco-primary-3));
      border-color: transparent
    }

    .theme-arco-checkbox-checked:hover .theme-arco-checkbox-mask-wrapper:before,
    .theme-arco-checkbox-disabled:hover .theme-arco-checkbox-mask-wrapper:before,
    .theme-arco-checkbox-indeterminate:hover .theme-arco-checkbox-mask-wrapper:before {
      background-color: initial
    }

    .theme-arco-checkbox-disabled .theme-arco-checkbox-text {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-checkbox-disabled .theme-arco-checkbox-mask-icon {
      color: #fff
    }

    .theme-arco-checkbox-group {
      display: inline-block
    }

    .theme-arco-checkbox-group .theme-arco-checkbox {
      margin-right: 16px
    }

    .theme-arco-checkbox-group-direction-vertical .theme-arco-checkbox {
      display: block;
      line-height: 32px;
      margin-right: 0
    }

    .theme-arco-checkbox-rtl {
      direction: rtl;
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-checkbox-rtl .theme-arco-checkbox-text {
      margin-left: 0;
      margin-right: 8px
    }

    .theme-arco-checkbox-group-rtl .theme-arco-checkbox {
      margin-left: 16px;
      margin-right: 0
    }

    .theme-arco-icon-hover.theme-arco-collapse-item-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .theme-arco-icon-hover.theme-arco-collapse-item-icon-hover:hover:before {
      background-color: var(--theme-arco-color-fill-2)
    }

    .theme-arco-collapse {
      border: 1px solid var(--theme-arco-color-neutral-3);
      border-radius: 2px;
      line-height: 1.5715;
      overflow: hidden
    }

    .theme-arco-collapse-rtl {
      direction: rtl
    }

    .theme-arco-collapse-item {
      border-bottom: 1px solid var(--theme-arco-color-neutral-3);
      box-sizing: border-box
    }

    .theme-arco-collapse-item-active>.theme-arco-collapse-item-header {
      background-color: var(--theme-arco-color-bg-2);
      border-color: var(--theme-arco-color-neutral-3);
      transition: border-color 0s ease 0s
    }

    .theme-arco-collapse-item-active>.theme-arco-collapse-item-header .theme-arco-collapse-item-header-title {
      font-weight: 500
    }

    .theme-arco-collapse-item-header {
      align-items: center;
      background-color: var(--theme-arco-color-bg-2);
      border-bottom: 1px solid transparent;
      box-sizing: border-box;
      color: var(--theme-arco-color-text-1);
      cursor: pointer;
      display: flex;
      font-size: 16px;
      justify-content: space-between;
      line-height: 24px;
      overflow: hidden;
      padding-bottom: 8px;
      padding-top: 8px;
      position: relative;
      transition: border-color 0s ease .19s
    }

    .theme-arco-collapse-item-header[data-active-region=header] {
      cursor: unset
    }

    .theme-arco-collapse-item-header[data-active-region=header]>.theme-arco-collapse-item-header-title,
    .theme-arco-collapse-item-header[data-active-region=header]>.theme-arco-icon-hover {
      cursor: pointer
    }

    .theme-arco-collapse-item-header[data-active-region=icon] {
      cursor: unset
    }

    .theme-arco-collapse-item-header[data-active-region=icon]>.theme-arco-icon-hover {
      cursor: pointer
    }

    .theme-arco-collapse-item-header:focus-visible {
      box-shadow: inset 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-collapse-item-header-left {
      padding-left: 32px;
      padding-right: 13px
    }

    .theme-arco-collapse-item-header-right {
      padding-left: 13px;
      padding-right: 32px
    }

    .theme-arco-collapse-item-header-disabled {
      background-color: var(--theme-arco-color-bg-2);
      color: var(--theme-arco-color-text-4);
      cursor: not-allowed
    }

    .theme-arco-collapse-item-header-disabled .theme-arco-collapse-item-header-icon {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-collapse-item-header-title {
      display: inline
    }

    .theme-arco-collapse-item-header-extra {
      float: right
    }

    .theme-arco-collapse-item .theme-arco-collapse-item-icon-hover {
      left: 13px;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-collapse-item .theme-arco-collapse-item-icon-hover-right {
      left: unset;
      right: 13px
    }

    .theme-arco-collapse-item .theme-arco-collapse-item-icon-hover-right>.theme-arco-collapse-item-header-icon-down {
      transform: rotate(-90deg)
    }

    .theme-arco-collapse-item-header-icon {
      color: var(--theme-arco-color-neutral-7);
      display: block;
      font-size: 14px;
      position: relative;
      transition: transform .2s cubic-bezier(.34, .69, .1, 1);
      vertical-align: middle
    }

    .theme-arco-collapse-item-header-icon-down {
      transform: rotate(90deg)
    }

    .theme-arco-collapse-item-content {
      background-color: initial;
      color: var(--theme-arco-color-text-1);
      display: none;
      font-size: 16px;
      overflow: hidden;
      position: relative;
      transition: height .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-collapse-item-content-expanded {
      display: block;
      height: auto
    }

    .theme-arco-collapse-item-content-box {
      padding: 8px 13px 8px 34px
    }

    .theme-arco-collapse-item.theme-arco-collapse-item-disabled>.theme-arco-collapse-item-content {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-collapse-item-no-icon>.theme-arco-collapse-item-header {
      padding-left: 13px;
      padding-right: 13px
    }

    .theme-arco-collapse-item:last-of-type {
      border-bottom: none
    }

    .theme-arco-collapse.theme-arco-collapse-borderless {
      border: none
    }

    .theme-arco-collapse:after {
      clear: both;
      content: "";
      display: table
    }

    .theme-arco-comment {
      display: flex;
      flex-wrap: nowrap;
      line-height: 1.5715
    }

    .theme-arco-comment-inner-comment,
    .theme-arco-comment:not(:first-of-type) {
      margin-top: 20px
    }

    .theme-arco-comment-inner {
      flex: 1 1
    }

    .theme-arco-comment-avatar {
      cursor: pointer;
      flex-shrink: 0;
      margin-right: 12px
    }

    .theme-arco-comment-avatar>img {
      border-radius: var(--border-radius-circle);
      height: 32px;
      width: 32px
    }

    .theme-arco-comment-author {
      color: var(--theme-arco-color-text-2);
      font-size: 16px;
      margin-right: 8px
    }

    .theme-arco-comment-datetime {
      color: var(--theme-arco-color-text-3);
      font-size: 12px
    }

    .theme-arco-comment-content {
      color: var(--theme-arco-color-text-1);
      font-size: 16px
    }

    .theme-arco-comment-title-align-right {
      display: flex;
      justify-content: space-between
    }

    .theme-arco-comment-actions {
      color: var(--theme-arco-color-text-2);
      font-size: 16px;
      margin-top: 8px
    }

    .theme-arco-comment-actions>:not(:last-child) {
      margin-right: 8px
    }

    .theme-arco-comment-actions-align-right {
      display: flex;
      justify-content: flex-end
    }

    .theme-arco-comment-rtl {
      direction: rtl
    }

    .theme-arco-comment-rtl .theme-arco-comment-title {
      align-items: center;
      display: flex
    }

    .theme-arco-comment-rtl .theme-arco-comment-avatar {
      margin-left: 12px;
      margin-right: 0
    }

    .theme-arco-comment-rtl .theme-arco-comment-actions>:not(:last-child),
    .theme-arco-comment-rtl .theme-arco-comment-author {
      margin-left: 8px;
      margin-right: 0
    }

    .theme-arco-picker-container,
    .theme-arco-picker-range-container {
      background-color: var(--theme-arco-color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
      box-sizing: border-box;
      min-height: 60px;
      overflow: hidden
    }

    .theme-arco-picker-container-shortcuts-placement-left,
    .theme-arco-picker-range-container-shortcuts-placement-left {
      align-items: flex-start;
      display: flex
    }

    .theme-arco-picker-container-shortcuts-placement-left .theme-arco-picker-shortcuts,
    .theme-arco-picker-range-container-shortcuts-placement-left .theme-arco-picker-shortcuts {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 5px 8px
    }

    .theme-arco-picker-container-shortcuts-placement-left .theme-arco-picker-shortcuts>*,
    .theme-arco-picker-range-container-shortcuts-placement-left .theme-arco-picker-shortcuts>* {
      margin: 5px 0
    }

    .theme-arco-picker-container-shortcuts-placement-left .theme-arco-picker-panel-wrapper,
    .theme-arco-picker-container-shortcuts-placement-left .theme-arco-picker-range-panel-wrapper,
    .theme-arco-picker-range-container-shortcuts-placement-left .theme-arco-picker-panel-wrapper,
    .theme-arco-picker-range-container-shortcuts-placement-left .theme-arco-picker-range-panel-wrapper {
      border-left: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-picker-panel-only,
    .theme-arco-picker-range-panel-only {
      box-shadow: none
    }

    .theme-arco-picker-panel-only .theme-arco-panel-date-inner,
    .theme-arco-picker-range-panel-only .theme-arco-panel-date,
    .theme-arco-picker-range-panel-only .theme-arco-panel-date-inner,
    .theme-arco-picker-range-panel-only .theme-arco-panel-month,
    .theme-arco-picker-range-panel-only .theme-arco-panel-year {
      width: 100%
    }

    .theme-arco-picker-header {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      display: flex;
      padding: 8px 16px
    }

    .theme-arco-picker-header-value {
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      flex: 1 1;
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      text-align: center
    }

    .theme-arco-picker-header-icon {
      background-color: var(--theme-arco-color-bg-popup);
      border-radius: 50%;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      height: 24px;
      line-height: 24px;
      margin-left: 2px;
      margin-right: 2px;
      text-align: center;
      transition: all .1s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 24px
    }

    .theme-arco-picker-header-icon:not(.theme-arco-picker-header-icon-hidden) {
      cursor: pointer
    }

    .theme-arco-picker-header-icon:not(.theme-arco-picker-header-icon-hidden):hover {
      background-color: initial
    }

    .theme-arco-picker-header-label {
      border-radius: 2px;
      cursor: pointer;
      padding: 2px;
      transition: all .1s
    }

    .theme-arco-picker-header-label:hover {
      background-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-picker-body {
      padding: 14px 16px
    }

    .theme-arco-picker-week-list {
      box-sizing: border-box;
      display: flex;
      padding: 14px 16px 0;
      width: 100%
    }

    .theme-arco-picker-week-list-item {
      color: rgba(0, 0, 0, .92);
      flex: 1 1;
      font-weight: 400;
      height: 32px;
      line-height: 32px;
      padding: 0;
      text-align: center
    }

    .theme-arco-picker-row {
      display: flex
    }

    .theme-arco-picker-cell {
      cursor: pointer;
      flex: 1 1;
      padding: 2px 0;
      position: relative
    }

    .theme-arco-picker-cell .theme-arco-picker-date {
      box-sizing: border-box;
      cursor: pointer;
      display: flex;
      height: 100%;
      justify-content: center;
      padding: 4px 0;
      width: 100%
    }

    .theme-arco-picker-date-value {
      border-radius: 4px;
      color: rgba(0, 0, 0, .25);
      font-size: 14px;
      font-weight: 400;
      height: 32px;
      line-height: 32px;
      min-width: 32px;
      text-align: center
    }

    .theme-arco-picker-cell-in-view .theme-arco-picker-date-value {
      font-weight: 400
    }

    .theme-arco-picker-cell:hover .theme-arco-picker-date-value {
      background-color: rgba(0, 0, 0, .08);
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-picker-cell-today {
      position: relative
    }

    .theme-arco-picker-cell-today:after {
      background-color: rgb(var(--theme-arco-primary-6));
      border-radius: 50%;
      bottom: -2px;
      content: "";
      display: block;
      height: 4px;
      left: 50%;
      margin-left: -2px;
      position: absolute;
      width: 4px
    }

    .theme-arco-picker-cell-in-range .theme-arco-picker-date {
      background-color: rgba(0, 153, 149, .15)
    }

    .theme-arco-picker-cell-hover-range-start .theme-arco-picker-date,
    .theme-arco-picker-cell-range-start .theme-arco-picker-date {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px
    }

    .theme-arco-picker-cell-hover-range-end .theme-arco-picker-date,
    .theme-arco-picker-cell-range-end .theme-arco-picker-date {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px
    }

    .theme-arco-picker-cell-range-end:hover .theme-arco-picker-date-value,
    .theme-arco-picker-cell-range-start:hover .theme-arco-picker-date-value {
      background-color: unset
    }

    .theme-arco-picker-cell-disabled .theme-arco-picker-date {
      background-color: #f0f0f0;
      cursor: not-allowed
    }

    .theme-arco-picker-cell-disabled .theme-arco-picker-date-value,
    .theme-arco-picker-cell-disabled:hover .theme-arco-picker-date-value {
      background-color: initial;
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker-cell-selected .theme-arco-picker-date-value,
    .theme-arco-picker-cell-selected:hover .theme-arco-picker-date-value {
      background-color: rgb(var(--theme-arco-primary-6));
      color: var(--theme-arco-color-white);
      transition: background-color .1s linear
    }

    .theme-arco-picker-cell-hover-in-range .theme-arco-picker-date,
    .theme-arco-picker-cell-hover-range-end:not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end) .theme-arco-picker-date-value,
    .theme-arco-picker-cell-hover-range-start:not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end) .theme-arco-picker-date-value {
      background-color: rgba(0, 153, 149, .15)
    }

    .theme-arco-picker-cell-hover-range-edge-in-range .theme-arco-picker-date,
    .theme-arco-picker-cell-range-edge-in-hover-range .theme-arco-picker-date {
      border-radius: 0
    }

    .theme-arco-picker-cell-hidden .theme-arco-picker-date {
      display: none
    }

    .theme-arco-picker-footer {
      min-width: 100%;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content
    }

    .theme-arco-picker-footer-btn-wrapper {
      align-items: center;
      border-top: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      padding: 3px 8px
    }

    .theme-arco-picker-footer-extra-wrapper {
      border-top: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      color: var(--theme-arco-color-text-1);
      font-size: 12px;
      padding: 8px 24px
    }

    .theme-arco-picker-footer-now-wrapper {
      border-top: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      height: 36px;
      line-height: 36px;
      text-align: center
    }

    .theme-arco-picker-btn-select-date,
    .theme-arco-picker-btn-select-time {
      margin-right: 8px
    }

    .theme-arco-picker-btn-confirm {
      margin: 5px 0
    }

    .theme-arco-picker-shortcuts {
      flex: 1 1
    }

    .theme-arco-picker-shortcuts>* {
      margin: 5px 10px 5px 0
    }

    .theme-arco-panel-date {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between
    }

    .theme-arco-panel-date-inner {
      width: 265px
    }

    .theme-arco-panel-date-inner .theme-arco-picker-body {
      padding-top: 0
    }

    .theme-arco-panel-date-timepicker {
      display: flex;
      flex-direction: column
    }

    .theme-arco-panel-date-timepicker-title {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      color: var(--theme-arco-color-text-1);
      font-size: 14px;
      font-weight: 400;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 100%
    }

    .theme-arco-panel-date-timepicker .theme-arco-timepicker {
      height: 276px;
      overflow: hidden;
      padding: 0 6px;
      width: 265px
    }

    .theme-arco-panel-date-timepicker .theme-arco-timepicker-list {
      box-sizing: border-box;
      height: 100%;
      padding: 0 4px;
      width: 100%
    }

    .theme-arco-panel-date-timepicker .theme-arco-timepicker-list:not(:last-child) {
      border-right: 0
    }

    .theme-arco-panel-date-timepicker .theme-arco-timepicker ul:after {
      height: 244px
    }

    .theme-arco-panel-date-timepicker .theme-arco-timepicker-cell {
      width: 100%
    }

    .theme-arco-panel-date-holder {
      border-top: 1px solid rgba(0, 0, 0, .14);
      display: flex;
      width: 100%
    }

    .theme-arco-panel-date-holder-btn {
      align-items: center;
      box-sizing: border-box;
      color: var(--theme-arco-color-text-3);
      cursor: pointer;
      display: flex;
      flex: 1 1;
      font-size: 16px;
      height: 50px;
      justify-content: center;
      transition: color .2s
    }

    .theme-arco-panel-date-holder-btn:first-child {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-panel-date-holder-btn-active,
    .theme-arco-panel-date-holder-btn:active,
    .theme-arco-panel-date-holder-btn:hover {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-panel-date-holder-btn-value {
      margin-left: 8px
    }

    .theme-arco-panel-date:first-child .theme-arco-panel-date-holder {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-panel-month,
    .theme-arco-panel-quarter,
    .theme-arco-panel-year {
      box-sizing: border-box;
      width: 265px
    }

    .theme-arco-panel-month .theme-arco-picker-date,
    .theme-arco-panel-quarter .theme-arco-picker-date,
    .theme-arco-panel-year .theme-arco-picker-date {
      padding: 4px
    }

    .theme-arco-panel-month .theme-arco-picker-date-value,
    .theme-arco-panel-quarter .theme-arco-picker-date-value,
    .theme-arco-panel-year .theme-arco-picker-date-value {
      border-radius: 4px;
      width: 100%
    }

    .theme-arco-panel-month .theme-arco-picker-cell:not(.theme-arco-picker-cell-selected):not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end):not(.theme-arco-picker-cell-disabled):not(.theme-arco-picker-cell-week) .theme-arco-picker-date-value:hover,
    .theme-arco-panel-quarter .theme-arco-picker-cell:not(.theme-arco-picker-cell-selected):not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end):not(.theme-arco-picker-cell-disabled):not(.theme-arco-picker-cell-week) .theme-arco-picker-date-value:hover,
    .theme-arco-panel-year .theme-arco-picker-cell:not(.theme-arco-picker-cell-selected):not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end):not(.theme-arco-picker-cell-disabled):not(.theme-arco-picker-cell-week) .theme-arco-picker-date-value:hover {
      border-radius: 4px
    }

    .theme-arco-panel-year {
      box-sizing: border-box;
      width: 265px
    }

    .theme-arco-panel-week {
      box-sizing: border-box
    }

    .theme-arco-panel-week-wrapper {
      display: flex
    }

    .theme-arco-panel-week-inner {
      width: 298px
    }

    .theme-arco-panel-week-inner .theme-arco-picker-body {
      padding-top: 0
    }

    .theme-arco-panel-week .theme-arco-picker-row-week {
      cursor: pointer
    }

    .theme-arco-panel-week .theme-arco-picker-row-week .theme-arco-picker-date-value {
      border-radius: 0;
      width: 100%
    }

    .theme-arco-panel-week .theme-arco-picker-cell .theme-arco-picker-date {
      border-radius: 0
    }

    .theme-arco-panel-week .theme-arco-picker-cell:nth-child(2) .theme-arco-picker-date {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      padding-left: 4px
    }

    .theme-arco-panel-week .theme-arco-picker-cell:nth-child(2) .theme-arco-picker-date .theme-arco-picker-date-value {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px
    }

    .theme-arco-panel-week .theme-arco-picker-cell:nth-child(8) .theme-arco-picker-date {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      padding-right: 4px
    }

    .theme-arco-panel-week .theme-arco-picker-cell:nth-child(8) .theme-arco-picker-date .theme-arco-picker-date-value {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px
    }

    .theme-arco-panel-week .theme-arco-picker-row-week:hover .theme-arco-picker-cell:not(.theme-arco-picker-cell-week):not(.theme-arco-picker-cell-selected):not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end):not(.theme-arco-picker-cell-in-range):not(.theme-arco-picker-cell-hover-in-range) .theme-arco-picker-date-value {
      background-color: rgba(0, 0, 0, .08)
    }

    .theme-arco-panel-quarter {
      box-sizing: border-box;
      width: 265px
    }

    .theme-arco-picker-range-wrapper {
      display: flex
    }

    .theme-arco-datepicker-shortcuts-wrapper {
      box-sizing: border-box;
      height: 100%;
      list-style: none;
      margin: 10px 0 0;
      max-height: 300px;
      overflow-y: auto;
      padding: 0;
      width: 106px
    }

    .theme-arco-datepicker-shortcuts-wrapper>li {
      box-sizing: border-box;
      cursor: pointer;
      padding: 6px 16px;
      width: 100%
    }

    .theme-arco-datepicker-shortcuts-wrapper>li:hover {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-picker-container-rtl,
    .theme-arco-picker-range-container-rtl {
      direction: rtl
    }

    .theme-arco-picker-container-rtl .theme-arco-picker-cell-hover-range-start .theme-arco-picker-date,
    .theme-arco-picker-container-rtl .theme-arco-picker-cell-range-start .theme-arco-picker-date,
    .theme-arco-picker-range-container-rtl .theme-arco-picker-cell-hover-range-start .theme-arco-picker-date,
    .theme-arco-picker-range-container-rtl .theme-arco-picker-cell-range-start .theme-arco-picker-date {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-picker-container-rtl .theme-arco-picker-cell-hover-range-end .theme-arco-picker-date,
    .theme-arco-picker-container-rtl .theme-arco-picker-cell-range-end .theme-arco-picker-date,
    .theme-arco-picker-range-container-rtl .theme-arco-picker-cell-hover-range-end .theme-arco-picker-date,
    .theme-arco-picker-range-container-rtl .theme-arco-picker-cell-range-end .theme-arco-picker-date {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-picker-container-rtl .theme-arco-panel-week .theme-arco-picker-cell:nth-child(2) .theme-arco-picker-date,
    .theme-arco-picker-range-container-rtl .theme-arco-panel-week .theme-arco-picker-cell:nth-child(2) .theme-arco-picker-date {
      border-radius: 0 4px 4px 0;
      padding-left: 0;
      padding-right: 4px
    }

    .theme-arco-picker-container-rtl .theme-arco-panel-week .theme-arco-picker-cell:nth-child(2) .theme-arco-picker-date .theme-arco-picker-date-value,
    .theme-arco-picker-range-container-rtl .theme-arco-panel-week .theme-arco-picker-cell:nth-child(2) .theme-arco-picker-date .theme-arco-picker-date-value {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-picker-container-rtl .theme-arco-panel-week .theme-arco-picker-cell:nth-child(8) .theme-arco-picker-date,
    .theme-arco-picker-range-container-rtl .theme-arco-panel-week .theme-arco-picker-cell:nth-child(8) .theme-arco-picker-date {
      border-radius: 4px 0 0 4px;
      padding-left: 4px;
      padding-right: 0
    }

    .theme-arco-picker-container-rtl .theme-arco-panel-week .theme-arco-picker-cell:nth-child(8) .theme-arco-picker-date .theme-arco-picker-date-value,
    .theme-arco-picker-range-container-rtl .theme-arco-panel-week .theme-arco-picker-cell:nth-child(8) .theme-arco-picker-date .theme-arco-picker-date-value {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-descriptions-table {
      border-collapse: collapse;
      width: 100%
    }

    .theme-arco-descriptions-table-layout-fixed table {
      table-layout: fixed
    }

    .theme-arco-descriptions-title {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5715;
      margin-bottom: 16px
    }

    .theme-arco-descriptions-item,
    .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-item-value {
      box-sizing: border-box;
      font-size: 14px;
      line-height: 1.5715;
      padding: 0 4px 12px 0;
      text-align: left
    }

    .theme-arco-descriptions-item-label {
      color: rgba(0, 0, 0, .55);
      font-weight: 400;
      white-space: nowrap;
      width: 1px
    }

    .theme-arco-descriptions-table-layout-fixed .theme-arco-descriptions-item-label {
      width: auto
    }

    .theme-arco-descriptions-item-value {
      color: rgba(0, 0, 0, .92);
      font-weight: 400
    }

    .theme-arco-descriptions-item-label-inline,
    .theme-arco-descriptions-item-value-inline {
      box-sizing: border-box;
      font-size: 14px;
      line-height: 1.5715;
      text-align: left
    }

    .theme-arco-descriptions-item-label-inline {
      color: rgba(0, 0, 0, .55);
      font-weight: 400;
      margin-bottom: 2px
    }

    .theme-arco-descriptions-item-value-inline {
      color: rgba(0, 0, 0, .92);
      font-weight: 400
    }

    .theme-arco-descriptions-layout-inline-horizontal .theme-arco-descriptions-item-label-inline {
      margin-right: 4px
    }

    .theme-arco-descriptions-layout-inline-horizontal .theme-arco-descriptions-item-label-inline,
    .theme-arco-descriptions-layout-inline-horizontal .theme-arco-descriptions-item-value-inline {
      display: inline-block;
      margin-bottom: 0
    }

    .theme-arco-descriptions-border.theme-arco-descriptions-layout-inline-vertical .theme-arco-descriptions-item {
      padding: 12px 20px
    }

    .theme-arco-descriptions-border .theme-arco-descriptions-body {
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      overflow: hidden
    }

    .theme-arco-descriptions-border .theme-arco-descriptions-row:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-descriptions-border:not(.theme-arco-descriptions-rtl) .theme-arco-descriptions-item,
    .theme-arco-descriptions-border:not(.theme-arco-descriptions-rtl) .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-border:not(.theme-arco-descriptions-rtl) .theme-arco-descriptions-item-value {
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-descriptions-border .theme-arco-descriptions-item,
    .theme-arco-descriptions-border .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-border .theme-arco-descriptions-item-value {
      padding: 7px 20px
    }

    .theme-arco-descriptions-border .theme-arco-descriptions-item-label {
      background-color: var(--theme-arco-color-fill-1)
    }

    .theme-arco-descriptions-border .theme-arco-descriptions-item-value:last-child,
    .theme-arco-descriptions-border .theme-arco-descriptions-item:last-child,
    .theme-arco-descriptions-border.theme-arco-descriptions-layout-vertical .theme-arco-descriptions-item-label:last-child {
      border-right: none
    }

    .theme-arco-descriptions-layout-vertical:not(.theme-arco-descriptions-border) .theme-arco-descriptions-item-value:first-child {
      padding-left: 0
    }

    .theme-arco-descriptions-size-mini .theme-arco-descriptions-title {
      margin-bottom: 6px
    }

    .theme-arco-descriptions-size-mini .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-size-mini .theme-arco-descriptions-item-value {
      font-size: 12px;
      padding-bottom: 2px;
      padding-right: 20px
    }

    .theme-arco-descriptions-size-mini.theme-arco-descriptions-border .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-size-mini.theme-arco-descriptions-border .theme-arco-descriptions-item-value {
      padding: 3px 20px
    }

    .theme-arco-descriptions-size-mini.theme-arco-descriptions-border.theme-arco-descriptions-layout-inline-vertical .theme-arco-descriptions-item {
      padding: 8px 20px
    }

    .theme-arco-descriptions-size-small .theme-arco-descriptions-title {
      margin-bottom: 8px
    }

    .theme-arco-descriptions-size-small .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-size-small .theme-arco-descriptions-item-value {
      font-size: 14px;
      padding-bottom: 4px;
      padding-right: 20px
    }

    .theme-arco-descriptions-size-small.theme-arco-descriptions-border .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-size-small.theme-arco-descriptions-border .theme-arco-descriptions-item-value {
      padding: 3px 20px
    }

    .theme-arco-descriptions-size-small.theme-arco-descriptions-border.theme-arco-descriptions-layout-inline-vertical .theme-arco-descriptions-item {
      padding: 8px 20px
    }

    .theme-arco-descriptions-size-medium .theme-arco-descriptions-title {
      margin-bottom: 12px
    }

    .theme-arco-descriptions-size-medium .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-size-medium .theme-arco-descriptions-item-value {
      font-size: 14px;
      padding-bottom: 8px;
      padding-right: 20px
    }

    .theme-arco-descriptions-size-medium.theme-arco-descriptions-border .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-size-medium.theme-arco-descriptions-border .theme-arco-descriptions-item-value {
      padding: 5px 20px
    }

    .theme-arco-descriptions-size-medium.theme-arco-descriptions-border.theme-arco-descriptions-layout-inline-vertical .theme-arco-descriptions-item {
      padding: 10px 20px
    }

    .theme-arco-descriptions-size-large .theme-arco-descriptions-title {
      margin-bottom: 20px
    }

    .theme-arco-descriptions-size-large .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-size-large .theme-arco-descriptions-item-value {
      font-size: 16px;
      padding-bottom: 16px;
      padding-right: 20px
    }

    .theme-arco-descriptions-size-large.theme-arco-descriptions-border .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-size-large.theme-arco-descriptions-border .theme-arco-descriptions-item-value {
      padding: 9px 20px
    }

    .theme-arco-descriptions-size-large.theme-arco-descriptions-border.theme-arco-descriptions-layout-inline-vertical .theme-arco-descriptions-item {
      padding: 14px 20px
    }

    .theme-arco-descriptions-rtl {
      direction: rtl
    }

    .theme-arco-descriptions-rtl .theme-arco-descriptions-item,
    .theme-arco-descriptions-rtl .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-rtl .theme-arco-descriptions-item-value {
      padding: 0 0 12px 4px;
      text-align: right
    }

    .theme-arco-descriptions-rtl .theme-arco-descriptions-item-label-inline,
    .theme-arco-descriptions-rtl .theme-arco-descriptions-item-value-inline {
      text-align: right
    }

    .theme-arco-descriptions-rtl.theme-arco-descriptions-layout-inline-horizontal .theme-arco-descriptions-item-label-inline {
      margin-left: 4px;
      margin-right: 0
    }

    .theme-arco-descriptions-rtl.theme-arco-descriptions-border .theme-arco-descriptions-item,
    .theme-arco-descriptions-rtl.theme-arco-descriptions-border .theme-arco-descriptions-item-label,
    .theme-arco-descriptions-rtl.theme-arco-descriptions-border .theme-arco-descriptions-item-value {
      border-left: 1px solid rgba(0, 0, 0, .14);
      padding: 7px 20px
    }

    .theme-arco-descriptions-rtl.theme-arco-descriptions-border .theme-arco-descriptions-item-value:last-child,
    .theme-arco-descriptions-rtl.theme-arco-descriptions-border .theme-arco-descriptions-item:last-child,
    .theme-arco-descriptions-rtl.theme-arco-descriptions-border.theme-arco-descriptions-layout-vertical .theme-arco-descriptions-item-label:last-child {
      border-left: none
    }

    .theme-arco-descriptions-rtl.theme-arco-descriptions-layout-vertical:not(.theme-arco-descriptions-rtl.theme-arco-descriptions-border) .theme-arco-descriptions-item-value:first-child {
      padding-right: 0
    }

    .theme-arco-divider-horizontal {
      border-bottom: 1px solid rgba(0, 0, 0, .1);
      clear: both;
      margin: 0 0;
      max-width: 100%;
      min-width: 100%;
      position: relative;
      width: 100%
    }

    .theme-arco-divider-horizontal.theme-arco-divider-with-text {
      align-items: center;
      border-bottom-width: 0;
      display: flex;
      margin: 0 0
    }

    .theme-arco-divider-horizontal.theme-arco-divider-with-text:after,
    .theme-arco-divider-horizontal.theme-arco-divider-with-text:before {
      border-bottom: 1px solid;
      border-bottom-color: inherit;
      content: "";
      flex: 1 1;
      height: 0
    }

    .theme-arco-divider-horizontal.theme-arco-divider-with-text-left:before,
    .theme-arco-divider-horizontal.theme-arco-divider-with-text-right:after {
      flex-basis: 24px;
      flex-grow: 0
    }

    .theme-arco-divider-vertical {
      border-left: 1px solid rgba(0, 0, 0, .1);
      display: inline-block;
      height: 1em;
      margin: 0 0;
      max-width: 1px;
      min-width: 1px;
      vertical-align: middle
    }

    .theme-arco-divider-text {
      box-sizing: border-box;
      color: rgba(0, 0, 0, .55);
      font-size: 14px;
      font-weight: 400;
      line-height: 2;
      padding: 0 16px
    }

    .theme-arco-drawer-mask {
      background-color: var(--theme-arco-color-mask-bg);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    .theme-arco-drawer-no-mask {
      pointer-events: none
    }

    .theme-arco-drawer-no-mask .theme-arco-drawer {
      pointer-events: auto
    }

    .theme-arco-drawer-wrapper {
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1001
    }

    .theme-arco-drawer-wrapper-hide {
      display: none
    }

    .theme-arco-drawer {
      background-color: var(--theme-arco-color-bg-3);
      height: 100%;
      line-height: 1.5715;
      position: absolute;
      width: 100%
    }

    .theme-arco-drawer-wrapper {
      height: 100%;
      position: relative
    }

    .theme-arco-drawer-fixed {
      position: fixed;
      top: 0;
      z-index: 1001
    }

    .theme-arco-drawer-inner {
      height: 100%;
      overflow: hidden
    }

    .theme-arco-drawer-scroll {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: auto
    }

    .theme-arco-drawer-header {
      align-items: center;
      border-bottom: 1px solid transparent;
      box-sizing: border-box;
      display: flex;
      flex-shrink: 0;
      height: 80px;
      padding: 0 24px;
      width: 100%
    }

    .theme-arco-drawer-header-title {
      color: rgba(0, 0, 0, .92);
      font-size: 18px;
      font-weight: 500;
      text-align: left
    }

    .theme-arco-drawer-footer {
      border-top: 1px solid transparent;
      box-sizing: border-box;
      flex-shrink: 0;
      padding: 24px 24px;
      text-align: right
    }

    .theme-arco-drawer-footer>.theme-arco-btn {
      margin-left: 12px
    }

    .theme-arco-drawer .theme-arco-drawer-close-icon {
      color: rgba(0, 0, 0, .92);
      cursor: pointer;
      font-size: 16px;
      position: absolute;
      right: 26px;
      top: 32px;
      z-index: 1
    }

    .theme-arco-drawer-content {
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      flex: 1 1;
      height: 100%;
      overflow: auto;
      padding: 0 24px;
      position: relative
    }

    .theme-arco-drawer-rtl {
      direction: rtl
    }

    .theme-arco-drawer-rtl .theme-arco-drawer-close-icon {
      left: 26px;
      right: auto
    }

    .theme-arco-drawer-rtl .theme-arco-drawer-footer {
      text-align: left
    }

    .theme-arco-dropdown-menu {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .1);
      border-radius: 8px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      max-height: 200px;
      overflow: auto;
      padding: 4px 0;
      position: relative
    }

    .theme-arco-dropdown-menu-hidden {
      display: none
    }

    .theme-arco-dropdown-menu-item,
    .theme-arco-dropdown-menu-pop-header {
      background-color: initial;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      cursor: pointer;
      font-size: 14px;
      height: 36px;
      line-height: 36px;
      overflow: hidden;
      padding: 0 8px;
      position: relative;
      text-align: left;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      z-index: 1
    }

    .theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-selected,
    .theme-arco-dropdown-menu-pop-header.theme-arco-dropdown-menu-selected {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-6));
      font-weight: 500;
      transition: all .1s linear
    }

    .theme-arco-dropdown-menu-item:hover,
    .theme-arco-dropdown-menu-pop-header:hover {
      background-color: rgb(var(--theme-arco-primary-1));
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-dropdown-menu-item:focus-visible,
    .theme-arco-dropdown-menu-pop-header:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6)) inset
    }

    .theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-active,
    .theme-arco-dropdown-menu-pop-header.theme-arco-dropdown-menu-active {
      box-shadow: 0 0 0 1px rgb(var(--theme-arco-primary-6)) inset
    }

    .theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-disabled,
    .theme-arco-dropdown-menu-pop-header.theme-arco-dropdown-menu-disabled {
      background-color: initial;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-dropdown-menu-item a,
    .theme-arco-dropdown-menu-item a:active,
    .theme-arco-dropdown-menu-item a:focus,
    .theme-arco-dropdown-menu-item a:hover,
    .theme-arco-dropdown-menu-pop-header a,
    .theme-arco-dropdown-menu-pop-header a:active,
    .theme-arco-dropdown-menu-pop-header a:focus,
    .theme-arco-dropdown-menu-pop-header a:hover {
      color: inherit;
      cursor: inherit;
      text-decoration: none
    }

    .theme-arco-dropdown-menu-item>a:only-child:before,
    .theme-arco-dropdown-menu-pop-header>a:only-child:before {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0
    }

    .theme-arco-dropdown-menu-pop-header {
      align-items: center;
      display: flex;
      justify-content: space-between
    }

    .theme-arco-dropdown-menu-pop-header .theme-arco-dropdown-menu-icon-suffix {
      margin-left: 8px
    }

    .theme-arco-dropdown-menu-group:first-child .theme-arco-dropdown-menu-group-title {
      margin-top: 4px
    }

    .theme-arco-dropdown-menu-group-title {
      box-sizing: border-box;
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      line-height: 16px;
      margin-top: 8px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-dropdown-menu-dark {
      background-color: var(--theme-arco-color-menu-dark-bg);
      border-color: var(--theme-arco-color-menu-dark-bg)
    }

    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-item,
    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-pop-header {
      background-color: initial;
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-selected,
    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-pop-header.theme-arco-dropdown-menu-selected {
      background-color: initial;
      color: var(--theme-arco-color-white)
    }

    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-selected:hover,
    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-pop-header.theme-arco-dropdown-menu-selected:hover {
      color: var(--theme-arco-color-white)
    }

    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-item:hover,
    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-pop-header:hover {
      background-color: var(--theme-arco-color-menu-dark-hover);
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-disabled,
    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-pop-header.theme-arco-dropdown-menu-disabled {
      background-color: initial;
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-dropdown-menu-dark .theme-arco-dropdown-menu-group-title {
      color: var(--theme-arco-color-text-3)
    }

    .theme-arco-dropdown-menu-pop-trigger .theme-arco-trigger-arrow {
      display: none
    }

    .theme-arco-dropdown-menu+.theme-arco-trigger-arrow {
      background-color: #fff
    }

    .theme-arco-dropdown-menu-rtl .theme-arco-dropdown-menu-item,
    .theme-arco-dropdown-menu-rtl .theme-arco-dropdown-menu-pop-header {
      text-align: right
    }

    .theme-arco-dropdown-menu-rtl .theme-arco-dropdown-menu-item .theme-arco-dropdown-menu-icon-suffix,
    .theme-arco-dropdown-menu-rtl .theme-arco-dropdown-menu-pop-header .theme-arco-dropdown-menu-icon-suffix {
      margin-left: 0;
      margin-right: 8px
    }

    .theme-arco-empty {
      box-sizing: border-box;
      padding: 10px 0;
      width: 100%
    }

    .theme-arco-empty .theme-arco-empty-wrapper {
      box-sizing: border-box;
      color: rgb(var(--theme-arco-gray-5));
      text-align: center;
      width: 100%
    }

    .theme-arco-empty .theme-arco-empty-wrapper .theme-arco-empty-image {
      font-size: 48px;
      line-height: 1;
      margin-bottom: 4px
    }

    .theme-arco-empty .theme-arco-empty-wrapper img {
      height: 80px
    }

    .theme-arco-empty .theme-arco-empty-description {
      color: rgb(var(--theme-arco-gray-5));
      font-size: 16px
    }

    .theme-arco-form {
      display: flex;
      flex-direction: column;
      width: 100%
    }

    .theme-arco-form-inline {
      flex-flow: row wrap
    }

    .theme-arco-form-inline .theme-arco-form-item {
      margin-bottom: 8px;
      width: auto
    }

    .theme-arco-form-item {
      align-items: flex-start;
      display: flex;
      justify-content: flex-start;
      margin-bottom: 12px;
      width: 100%
    }

    .theme-arco-form-item.theme-arco-form-item-hidden {
      display: none
    }

    .theme-arco-form-item>.theme-arco-form-label-item {
      padding-right: 16px
    }

    .theme-arco-form-item.theme-arco-form-item-error {
      margin-bottom: 0
    }

    .theme-arco-form-item-wrapper-flex.theme-arco-col {
      flex: 1 1
    }

    .theme-arco-form-size-mini .theme-arco-form-label-item {
      font-size: 12px;
      line-height: 24px
    }

    .theme-arco-form-size-mini .theme-arco-form-label-item>label {
      font-size: 12px
    }

    .theme-arco-form-size-mini .theme-arco-form-item-control {
      min-height: 24px
    }

    .theme-arco-form-size-small .theme-arco-form-label-item {
      line-height: 24px
    }

    .theme-arco-form-size-small .theme-arco-form-label-item>label {
      font-size: 12px
    }

    .theme-arco-form-size-small .theme-arco-form-item-control {
      min-height: 24px
    }

    .theme-arco-form-size-large .theme-arco-form-label-item {
      line-height: 44px
    }

    .theme-arco-form-size-large .theme-arco-form-label-item>label {
      font-size: 16px
    }

    .theme-arco-form-size-large .theme-arco-form-item-control {
      min-height: 44px
    }

    .theme-arco-form-extra {
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      margin-top: 4px
    }

    .theme-arco-form-message {
      color: rgb(var(--theme-arco-danger-6));
      font-size: 12px;
      line-height: 12px;
      min-height: 12px
    }

    .theme-arco-form-message-help {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-form-message+.theme-arco-form-extra {
      margin-bottom: 4px;
      margin-top: 0
    }

    .theme-arco-form-layout-vertical {
      display: block
    }

    .theme-arco-form-layout-vertical>.theme-arco-form-label-item {
      line-height: 1.5715;
      margin-bottom: 8px;
      padding: 0;
      text-align: left;
      white-space: normal
    }

    .theme-arco-form-layout-inline {
      margin-right: 24px
    }

    .theme-arco-form-label-item {
      line-height: 36px;
      text-align: right;
      white-space: nowrap
    }

    .theme-arco-form-label-item-flex.theme-arco-col {
      flex: 0 1
    }

    .theme-arco-form-label-item-flex.theme-arco-col>label {
      white-space: nowrap
    }

    .theme-arco-form-label-item>label {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      white-space: normal
    }

    .theme-arco-form-label-item .theme-arco-form-item-tooltip {
      color: var(--theme-arco-color-text-4);
      margin-left: 4px
    }

    .theme-arco-form-label-item .theme-arco-form-item-symbol {
      color: rgb(var(--theme-arco-danger-6));
      font-size: 12px;
      line-height: 1
    }

    .theme-arco-form-label-item .theme-arco-form-item-symbol svg {
      transform: scale(.5)
    }

    .theme-arco-form-label-item-left {
      text-align: left
    }

    .theme-arco-form-item-control {
      align-items: center;
      display: flex;
      min-height: 36px;
      width: 100%
    }

    .theme-arco-form-item-control-children {
      flex: 1 1;
      width: 100%
    }

    .theme-arco-form-item-control-wrapper {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      width: 100%
    }

    .theme-arco-form .theme-arco-slider {
      display: block
    }

    .theme-arco-form-item-status-validating .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-disabled),
    .theme-arco-form-item-status-validating .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-disabled):hover,
    .theme-arco-form-item-status-validating .theme-arco-input:not(.theme-arco-input-disabled),
    .theme-arco-form-item-status-validating .theme-arco-input:not(.theme-arco-input-disabled):hover,
    .theme-arco-form-item-status-validating .theme-arco-textarea:not(.theme-arco-textarea-disabled),
    .theme-arco-form-item-status-validating .theme-arco-textarea:not(.theme-arco-textarea-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-form-item-status-validating .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-focus,
    .theme-arco-form-item-status-validating .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-focus:hover,
    .theme-arco-form-item-status-validating .theme-arco-input-inner-wrapper.theme-arco-textarea-focus,
    .theme-arco-form-item-status-validating .theme-arco-input-inner-wrapper.theme-arco-textarea-focus:hover,
    .theme-arco-form-item-status-validating .theme-arco-input:focus,
    .theme-arco-form-item-status-validating .theme-arco-input:focus:hover,
    .theme-arco-form-item-status-validating .theme-arco-textarea.theme-arco-input-inner-wrapper-focus,
    .theme-arco-form-item-status-validating .theme-arco-textarea.theme-arco-input-inner-wrapper-focus:hover,
    .theme-arco-form-item-status-validating .theme-arco-textarea.theme-arco-textarea-focus,
    .theme-arco-form-item-status-validating .theme-arco-textarea.theme-arco-textarea-focus:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-primary-light-2)
    }

    .theme-arco-form-item-status-validating .theme-arco-input-inner-wrapper .theme-arco-input,
    .theme-arco-form-item-status-validating .theme-arco-input-inner-wrapper .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-form-item-status-validating .theme-arco-select:not(.theme-arco-select-disabled) .theme-arco-select-view,
    .theme-arco-form-item-status-validating .theme-arco-select:not(.theme-arco-select-disabled):hover .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-form-item-status-validating .theme-arco-select:not(.theme-arco-select-disabled).theme-arco-select-focused .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-primary-light-2)
    }

    .theme-arco-form-item-status-validating .theme-arco-cascader:not(.theme-arco-cascader-disabled) .theme-arco-cascader-view,
    .theme-arco-form-item-status-validating .theme-arco-cascader:not(.theme-arco-cascader-disabled):hover .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-form-item-status-validating .theme-arco-cascader:not(.theme-arco-cascader-disabled).theme-arco-cascader-focused .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-primary-light-2)
    }

    .theme-arco-form-item-status-validating .theme-arco-tree-select:not(.theme-arco-tree-select-disabled) .theme-arco-tree-select-view,
    .theme-arco-form-item-status-validating .theme-arco-tree-select:not(.theme-arco-tree-select-disabled):hover .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-form-item-status-validating .theme-arco-tree-select:not(.theme-arco-tree-select-disabled).theme-arco-tree-select-focused .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-primary-light-2)
    }

    .theme-arco-form-item-status-validating .theme-arco-picker:not(.theme-arco-picker-disabled),
    .theme-arco-form-item-status-validating .theme-arco-picker:not(.theme-arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-form-item-status-validating .theme-arco-picker-focused:not(.theme-arco-picker-disabled),
    .theme-arco-form-item-status-validating .theme-arco-picker-focused:not(.theme-arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-primary-light-2)
    }

    .theme-arco-form-item-status-validating .theme-arco-input-tag,
    .theme-arco-form-item-status-validating .theme-arco-input-tag:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-form-item-status-validating .theme-arco-input-tag.theme-arco-input-tag-focus {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-primary-light-2)
    }

    .theme-arco-form-item-status-validating .theme-arco-form-message-help {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-form-item-status-validating .theme-arco-form-message-help .theme-arco-form-message-help-warning {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-form-item-status-validating .theme-arco-form-item-feedback {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-form-item-status-success .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-disabled),
    .theme-arco-form-item-status-success .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-disabled):hover,
    .theme-arco-form-item-status-success .theme-arco-input:not(.theme-arco-input-disabled),
    .theme-arco-form-item-status-success .theme-arco-input:not(.theme-arco-input-disabled):hover,
    .theme-arco-form-item-status-success .theme-arco-textarea:not(.theme-arco-textarea-disabled),
    .theme-arco-form-item-status-success .theme-arco-textarea:not(.theme-arco-textarea-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-form-item-status-success .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-focus,
    .theme-arco-form-item-status-success .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-focus:hover,
    .theme-arco-form-item-status-success .theme-arco-input-inner-wrapper.theme-arco-textarea-focus,
    .theme-arco-form-item-status-success .theme-arco-input-inner-wrapper.theme-arco-textarea-focus:hover,
    .theme-arco-form-item-status-success .theme-arco-input:focus,
    .theme-arco-form-item-status-success .theme-arco-input:focus:hover,
    .theme-arco-form-item-status-success .theme-arco-textarea.theme-arco-input-inner-wrapper-focus,
    .theme-arco-form-item-status-success .theme-arco-textarea.theme-arco-input-inner-wrapper-focus:hover,
    .theme-arco-form-item-status-success .theme-arco-textarea.theme-arco-textarea-focus,
    .theme-arco-form-item-status-success .theme-arco-textarea.theme-arco-textarea-focus:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-success-light-2)
    }

    .theme-arco-form-item-status-success .theme-arco-input-inner-wrapper .theme-arco-input,
    .theme-arco-form-item-status-success .theme-arco-input-inner-wrapper .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-form-item-status-success .theme-arco-select:not(.theme-arco-select-disabled) .theme-arco-select-view,
    .theme-arco-form-item-status-success .theme-arco-select:not(.theme-arco-select-disabled):hover .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-form-item-status-success .theme-arco-select:not(.theme-arco-select-disabled).theme-arco-select-focused .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-success-light-2)
    }

    .theme-arco-form-item-status-success .theme-arco-cascader:not(.theme-arco-cascader-disabled) .theme-arco-cascader-view,
    .theme-arco-form-item-status-success .theme-arco-cascader:not(.theme-arco-cascader-disabled):hover .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-form-item-status-success .theme-arco-cascader:not(.theme-arco-cascader-disabled).theme-arco-cascader-focused .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-success-light-2)
    }

    .theme-arco-form-item-status-success .theme-arco-tree-select:not(.theme-arco-tree-select-disabled) .theme-arco-tree-select-view,
    .theme-arco-form-item-status-success .theme-arco-tree-select:not(.theme-arco-tree-select-disabled):hover .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-form-item-status-success .theme-arco-tree-select:not(.theme-arco-tree-select-disabled).theme-arco-tree-select-focused .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-success-light-2)
    }

    .theme-arco-form-item-status-success .theme-arco-picker:not(.theme-arco-picker-disabled),
    .theme-arco-form-item-status-success .theme-arco-picker:not(.theme-arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-form-item-status-success .theme-arco-picker-focused:not(.theme-arco-picker-disabled),
    .theme-arco-form-item-status-success .theme-arco-picker-focused:not(.theme-arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-success-light-2)
    }

    .theme-arco-form-item-status-success .theme-arco-input-tag,
    .theme-arco-form-item-status-success .theme-arco-input-tag:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-form-item-status-success .theme-arco-input-tag.theme-arco-input-tag-focus {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-success-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-success-light-2)
    }

    .theme-arco-form-item-status-success .theme-arco-form-message-help {
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-form-item-status-success .theme-arco-form-message-help .theme-arco-form-message-help-warning {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-form-item-status-success .theme-arco-form-item-feedback {
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-form-item-status-warning .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-disabled),
    .theme-arco-form-item-status-warning .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-disabled):hover,
    .theme-arco-form-item-status-warning .theme-arco-input:not(.theme-arco-input-disabled),
    .theme-arco-form-item-status-warning .theme-arco-input:not(.theme-arco-input-disabled):hover,
    .theme-arco-form-item-status-warning .theme-arco-textarea:not(.theme-arco-textarea-disabled),
    .theme-arco-form-item-status-warning .theme-arco-textarea:not(.theme-arco-textarea-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-form-item-status-warning .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-focus,
    .theme-arco-form-item-status-warning .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-focus:hover,
    .theme-arco-form-item-status-warning .theme-arco-input-inner-wrapper.theme-arco-textarea-focus,
    .theme-arco-form-item-status-warning .theme-arco-input-inner-wrapper.theme-arco-textarea-focus:hover,
    .theme-arco-form-item-status-warning .theme-arco-input:focus,
    .theme-arco-form-item-status-warning .theme-arco-input:focus:hover,
    .theme-arco-form-item-status-warning .theme-arco-textarea.theme-arco-input-inner-wrapper-focus,
    .theme-arco-form-item-status-warning .theme-arco-textarea.theme-arco-input-inner-wrapper-focus:hover,
    .theme-arco-form-item-status-warning .theme-arco-textarea.theme-arco-textarea-focus,
    .theme-arco-form-item-status-warning .theme-arco-textarea.theme-arco-textarea-focus:hover {
      background-color: var(--theme-arco-color-bg-2);
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-form-item-status-warning .theme-arco-input-inner-wrapper .theme-arco-input,
    .theme-arco-form-item-status-warning .theme-arco-input-inner-wrapper .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-form-item-status-warning .theme-arco-select:not(.theme-arco-select-disabled) .theme-arco-select-view,
    .theme-arco-form-item-status-warning .theme-arco-select:not(.theme-arco-select-disabled):hover .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-form-item-status-warning .theme-arco-select:not(.theme-arco-select-disabled).theme-arco-select-focused .theme-arco-select-view {
      background-color: var(--theme-arco-color-bg-2);
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-form-item-status-warning .theme-arco-cascader:not(.theme-arco-cascader-disabled) .theme-arco-cascader-view,
    .theme-arco-form-item-status-warning .theme-arco-cascader:not(.theme-arco-cascader-disabled):hover .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-form-item-status-warning .theme-arco-cascader:not(.theme-arco-cascader-disabled).theme-arco-cascader-focused .theme-arco-cascader-view {
      background-color: var(--theme-arco-color-bg-2);
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-form-item-status-warning .theme-arco-tree-select:not(.theme-arco-tree-select-disabled) .theme-arco-tree-select-view,
    .theme-arco-form-item-status-warning .theme-arco-tree-select:not(.theme-arco-tree-select-disabled):hover .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-form-item-status-warning .theme-arco-tree-select:not(.theme-arco-tree-select-disabled).theme-arco-tree-select-focused .theme-arco-tree-select-view {
      background-color: var(--theme-arco-color-bg-2);
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-form-item-status-warning .theme-arco-picker:not(.theme-arco-picker-disabled),
    .theme-arco-form-item-status-warning .theme-arco-picker:not(.theme-arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-form-item-status-warning .theme-arco-picker-focused:not(.theme-arco-picker-disabled),
    .theme-arco-form-item-status-warning .theme-arco-picker-focused:not(.theme-arco-picker-disabled):hover {
      background-color: var(--theme-arco-color-bg-2);
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-form-item-status-warning .theme-arco-input-tag,
    .theme-arco-form-item-status-warning .theme-arco-input-tag:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-form-item-status-warning .theme-arco-input-tag.theme-arco-input-tag-focus {
      background-color: var(--theme-arco-color-bg-2);
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-form-item-status-warning .theme-arco-form-item-feedback,
    .theme-arco-form-item-status-warning .theme-arco-form-message-help,
    .theme-arco-form-item-status-warning .theme-arco-form-message-help .theme-arco-form-message-help-warning {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-form-item-status-error .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-disabled),
    .theme-arco-form-item-status-error .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-disabled):hover,
    .theme-arco-form-item-status-error .theme-arco-input:not(.theme-arco-input-disabled),
    .theme-arco-form-item-status-error .theme-arco-input:not(.theme-arco-input-disabled):hover,
    .theme-arco-form-item-status-error .theme-arco-textarea:not(.theme-arco-textarea-disabled),
    .theme-arco-form-item-status-error .theme-arco-textarea:not(.theme-arco-textarea-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-form-item-status-error .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-focus,
    .theme-arco-form-item-status-error .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-focus:hover,
    .theme-arco-form-item-status-error .theme-arco-input-inner-wrapper.theme-arco-textarea-focus,
    .theme-arco-form-item-status-error .theme-arco-input-inner-wrapper.theme-arco-textarea-focus:hover,
    .theme-arco-form-item-status-error .theme-arco-input:focus,
    .theme-arco-form-item-status-error .theme-arco-input:focus:hover,
    .theme-arco-form-item-status-error .theme-arco-textarea.theme-arco-input-inner-wrapper-focus,
    .theme-arco-form-item-status-error .theme-arco-textarea.theme-arco-input-inner-wrapper-focus:hover,
    .theme-arco-form-item-status-error .theme-arco-textarea.theme-arco-textarea-focus,
    .theme-arco-form-item-status-error .theme-arco-textarea.theme-arco-textarea-focus:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-danger-light-2)
    }

    .theme-arco-form-item-status-error .theme-arco-input-inner-wrapper .theme-arco-input,
    .theme-arco-form-item-status-error .theme-arco-input-inner-wrapper .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-form-item-status-error .theme-arco-select:not(.theme-arco-select-disabled) .theme-arco-select-view,
    .theme-arco-form-item-status-error .theme-arco-select:not(.theme-arco-select-disabled):hover .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-form-item-status-error .theme-arco-select:not(.theme-arco-select-disabled).theme-arco-select-focused .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-danger-light-2)
    }

    .theme-arco-form-item-status-error .theme-arco-cascader:not(.theme-arco-cascader-disabled) .theme-arco-cascader-view,
    .theme-arco-form-item-status-error .theme-arco-cascader:not(.theme-arco-cascader-disabled):hover .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-form-item-status-error .theme-arco-cascader:not(.theme-arco-cascader-disabled).theme-arco-cascader-focused .theme-arco-cascader-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-danger-light-2)
    }

    .theme-arco-form-item-status-error .theme-arco-tree-select:not(.theme-arco-tree-select-disabled) .theme-arco-tree-select-view,
    .theme-arco-form-item-status-error .theme-arco-tree-select:not(.theme-arco-tree-select-disabled):hover .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-form-item-status-error .theme-arco-tree-select:not(.theme-arco-tree-select-disabled).theme-arco-tree-select-focused .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-danger-light-2)
    }

    .theme-arco-form-item-status-error .theme-arco-picker:not(.theme-arco-picker-disabled),
    .theme-arco-form-item-status-error .theme-arco-picker:not(.theme-arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-form-item-status-error .theme-arco-picker-focused:not(.theme-arco-picker-disabled),
    .theme-arco-form-item-status-error .theme-arco-picker-focused:not(.theme-arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-danger-light-2)
    }

    .theme-arco-form-item-status-error .theme-arco-input-tag,
    .theme-arco-form-item-status-error .theme-arco-input-tag:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-form-item-status-error .theme-arco-input-tag.theme-arco-input-tag-focus {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-danger-light-2)
    }

    .theme-arco-form-item-status-error .theme-arco-form-message-help {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-form-item-status-error .theme-arco-form-message-help .theme-arco-form-message-help-warning {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-form-item-status-error .theme-arco-form-item-feedback {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-form-item-control-children {
      position: relative
    }

    .theme-arco-form-item-feedback {
      font-size: 14px;
      position: absolute;
      right: 9px;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-form-item-feedback .theme-arco-icon-loading {
      font-size: 12px
    }

    .theme-arco-form-item-has-feedback .theme-arco-input,
    .theme-arco-form-item-has-feedback .theme-arco-input-inner-wrapper,
    .theme-arco-form-item-has-feedback .theme-arco-textarea {
      padding-right: 28px
    }

    .theme-arco-form-item-has-feedback .theme-arco-input-number-mode-embed .theme-arco-input-number-step-layer {
      right: 24px
    }

    .theme-arco-form-item-has-feedback .theme-arco-select.theme-arco-select-multiple .theme-arco-select-view,
    .theme-arco-form-item-has-feedback .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      padding-right: 28px
    }

    .theme-arco-form-item-has-feedback .theme-arco-select.theme-arco-select-multiple .theme-arco-select-suffix {
      padding-right: 0
    }

    .theme-arco-form-item-has-feedback .theme-arco-cascader.theme-arco-cascader-multiple .theme-arco-cascader-view,
    .theme-arco-form-item-has-feedback .theme-arco-cascader.theme-arco-cascader-single .theme-arco-cascader-view {
      padding-right: 28px
    }

    .theme-arco-form-item-has-feedback .theme-arco-cascader.theme-arco-cascader-multiple .theme-arco-cascader-suffix {
      padding-right: 0
    }

    .theme-arco-form-item-has-feedback .theme-arco-tree-select.theme-arco-tree-select-multiple .theme-arco-tree-select-view,
    .theme-arco-form-item-has-feedback .theme-arco-tree-select.theme-arco-tree-select-single .theme-arco-tree-select-view {
      padding-right: 28px
    }

    .theme-arco-form-item-has-feedback .theme-arco-tree-select.theme-arco-tree-select-multiple .theme-arco-tree-select-suffix {
      padding-right: 0
    }

    .theme-arco-form-item-has-feedback .theme-arco-picker {
      padding-right: 28px
    }

    .theme-arco-form-item-has-feedback .theme-arco-picker-suffix .theme-arco-picker-clear-icon,
    .theme-arco-form-item-has-feedback .theme-arco-picker-suffix .theme-arco-picker-suffix-icon {
      margin-left: 0;
      margin-right: 0
    }

    .theme-arco-form-item-has-feedback .theme-arco-input-tag {
      padding-right: 23px
    }

    .theme-arco-form-item-has-feedback .theme-arco-input-tag-suffix {
      padding-right: 0
    }

    .formblink-appear,
    .formblink-enter {
      opacity: 0
    }

    .formblink-appear-active,
    .formblink-enter-active {
      opacity: 1;
      transition: opacity .3s linear
    }

    .formblink-enter-done {
      animation: arco-form-blink .5s linear
    }

    @keyframes arco-form-blink {
      0% {
        opacity: 1
      }

      50% {
        opacity: .2
      }

      to {
        opacity: 1
      }
    }

    .theme-arco-form-rtl {
      direction: rtl
    }

    .theme-arco-form-rtl .theme-arco-form-item>.theme-arco-form-label-item {
      padding-left: 16px;
      padding-right: 0
    }

    .theme-arco-form-rtl .theme-arco-form-label-item {
      text-align: left
    }

    .theme-arco-form-rtl .theme-arco-form-layout-vertical>.theme-arco-form-label-item {
      text-align: right
    }

    .theme-arco-form-rtl .theme-arco-form-layout-inline {
      margin-left: 24px;
      margin-right: 0
    }

    .theme-arco-row {
      display: flex;
      flex-flow: row wrap
    }

    .theme-arco-row-align-start {
      align-items: flex-start
    }

    .theme-arco-row-align-center {
      align-items: center
    }

    .theme-arco-row-align-end {
      align-items: flex-end
    }

    .theme-arco-row-justify-start {
      justify-content: flex-start
    }

    .theme-arco-row-justify-center {
      justify-content: center
    }

    .theme-arco-row-justify-end {
      justify-content: flex-end
    }

    .theme-arco-row-justify-space-around {
      justify-content: space-around
    }

    .theme-arco-row-justify-space-between {
      justify-content: space-between
    }

    .theme-arco-row-rtl {
      direction: rtl
    }

    .theme-arco-col {
      box-sizing: border-box;
      position: relative
    }

    .theme-arco-col-rtl {
      direction: rtl
    }

    .theme-arco-col-0 {
      display: none
    }

    .theme-arco-col-1 {
      display: block;
      flex: 0 0 4.16666667%;
      width: 4.16666667%
    }

    .theme-arco-col-2 {
      display: block;
      flex: 0 0 8.33333333%;
      width: 8.33333333%
    }

    .theme-arco-col-3 {
      display: block;
      flex: 0 0 12.5%;
      width: 12.5%
    }

    .theme-arco-col-4 {
      display: block;
      flex: 0 0 16.66666667%;
      width: 16.66666667%
    }

    .theme-arco-col-5 {
      display: block;
      flex: 0 0 20.83333333%;
      width: 20.83333333%
    }

    .theme-arco-col-6 {
      display: block;
      flex: 0 0 25%;
      width: 25%
    }

    .theme-arco-col-7 {
      display: block;
      flex: 0 0 29.16666667%;
      width: 29.16666667%
    }

    .theme-arco-col-8 {
      display: block;
      flex: 0 0 33.33333333%;
      width: 33.33333333%
    }

    .theme-arco-col-9 {
      display: block;
      flex: 0 0 37.5%;
      width: 37.5%
    }

    .theme-arco-col-10 {
      display: block;
      flex: 0 0 41.66666667%;
      width: 41.66666667%
    }

    .theme-arco-col-11 {
      display: block;
      flex: 0 0 45.83333333%;
      width: 45.83333333%
    }

    .theme-arco-col-12 {
      display: block;
      flex: 0 0 50%;
      width: 50%
    }

    .theme-arco-col-13 {
      display: block;
      flex: 0 0 54.16666667%;
      width: 54.16666667%
    }

    .theme-arco-col-14 {
      display: block;
      flex: 0 0 58.33333333%;
      width: 58.33333333%
    }

    .theme-arco-col-15 {
      display: block;
      flex: 0 0 62.5%;
      width: 62.5%
    }

    .theme-arco-col-16 {
      display: block;
      flex: 0 0 66.66666667%;
      width: 66.66666667%
    }

    .theme-arco-col-17 {
      display: block;
      flex: 0 0 70.83333333%;
      width: 70.83333333%
    }

    .theme-arco-col-18 {
      display: block;
      flex: 0 0 75%;
      width: 75%
    }

    .theme-arco-col-19 {
      display: block;
      flex: 0 0 79.16666667%;
      width: 79.16666667%
    }

    .theme-arco-col-20 {
      display: block;
      flex: 0 0 83.33333333%;
      width: 83.33333333%
    }

    .theme-arco-col-21 {
      display: block;
      flex: 0 0 87.5%;
      width: 87.5%
    }

    .theme-arco-col-22 {
      display: block;
      flex: 0 0 91.66666667%;
      width: 91.66666667%
    }

    .theme-arco-col-23 {
      display: block;
      flex: 0 0 95.83333333%;
      width: 95.83333333%
    }

    .theme-arco-col-24 {
      display: block;
      flex: 0 0 100%;
      width: 100%
    }

    .theme-arco-col-offset-0 {
      margin-left: 0
    }

    .theme-arco-col-offset-0.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 0
    }

    .theme-arco-col-offset-1 {
      margin-left: 4.16666667%
    }

    .theme-arco-col-offset-1.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 4.16666667%
    }

    .theme-arco-col-offset-2 {
      margin-left: 8.33333333%
    }

    .theme-arco-col-offset-2.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 8.33333333%
    }

    .theme-arco-col-offset-3 {
      margin-left: 12.5%
    }

    .theme-arco-col-offset-3.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 12.5%
    }

    .theme-arco-col-offset-4 {
      margin-left: 16.66666667%
    }

    .theme-arco-col-offset-4.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 16.66666667%
    }

    .theme-arco-col-offset-5 {
      margin-left: 20.83333333%
    }

    .theme-arco-col-offset-5.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 20.83333333%
    }

    .theme-arco-col-offset-6 {
      margin-left: 25%
    }

    .theme-arco-col-offset-6.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 25%
    }

    .theme-arco-col-offset-7 {
      margin-left: 29.16666667%
    }

    .theme-arco-col-offset-7.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 29.16666667%
    }

    .theme-arco-col-offset-8 {
      margin-left: 33.33333333%
    }

    .theme-arco-col-offset-8.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 33.33333333%
    }

    .theme-arco-col-offset-9 {
      margin-left: 37.5%
    }

    .theme-arco-col-offset-9.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 37.5%
    }

    .theme-arco-col-offset-10 {
      margin-left: 41.66666667%
    }

    .theme-arco-col-offset-10.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 41.66666667%
    }

    .theme-arco-col-offset-11 {
      margin-left: 45.83333333%
    }

    .theme-arco-col-offset-11.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 45.83333333%
    }

    .theme-arco-col-offset-12 {
      margin-left: 50%
    }

    .theme-arco-col-offset-12.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 50%
    }

    .theme-arco-col-offset-13 {
      margin-left: 54.16666667%
    }

    .theme-arco-col-offset-13.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 54.16666667%
    }

    .theme-arco-col-offset-14 {
      margin-left: 58.33333333%
    }

    .theme-arco-col-offset-14.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 58.33333333%
    }

    .theme-arco-col-offset-15 {
      margin-left: 62.5%
    }

    .theme-arco-col-offset-15.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 62.5%
    }

    .theme-arco-col-offset-16 {
      margin-left: 66.66666667%
    }

    .theme-arco-col-offset-16.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 66.66666667%
    }

    .theme-arco-col-offset-17 {
      margin-left: 70.83333333%
    }

    .theme-arco-col-offset-17.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 70.83333333%
    }

    .theme-arco-col-offset-18 {
      margin-left: 75%
    }

    .theme-arco-col-offset-18.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 75%
    }

    .theme-arco-col-offset-19 {
      margin-left: 79.16666667%
    }

    .theme-arco-col-offset-19.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 79.16666667%
    }

    .theme-arco-col-offset-20 {
      margin-left: 83.33333333%
    }

    .theme-arco-col-offset-20.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 83.33333333%
    }

    .theme-arco-col-offset-21 {
      margin-left: 87.5%
    }

    .theme-arco-col-offset-21.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 87.5%
    }

    .theme-arco-col-offset-22 {
      margin-left: 91.66666667%
    }

    .theme-arco-col-offset-22.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 91.66666667%
    }

    .theme-arco-col-offset-23 {
      margin-left: 95.83333333%
    }

    .theme-arco-col-offset-23.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 95.83333333%
    }

    .theme-arco-col-order-0 {
      order: 0
    }

    .theme-arco-col-order-1 {
      order: 1
    }

    .theme-arco-col-order-2 {
      order: 2
    }

    .theme-arco-col-order-3 {
      order: 3
    }

    .theme-arco-col-order-4 {
      order: 4
    }

    .theme-arco-col-order-5 {
      order: 5
    }

    .theme-arco-col-order-6 {
      order: 6
    }

    .theme-arco-col-order-7 {
      order: 7
    }

    .theme-arco-col-order-8 {
      order: 8
    }

    .theme-arco-col-order-9 {
      order: 9
    }

    .theme-arco-col-order-10 {
      order: 10
    }

    .theme-arco-col-order-11 {
      order: 11
    }

    .theme-arco-col-order-12 {
      order: 12
    }

    .theme-arco-col-order-13 {
      order: 13
    }

    .theme-arco-col-order-14 {
      order: 14
    }

    .theme-arco-col-order-15 {
      order: 15
    }

    .theme-arco-col-order-16 {
      order: 16
    }

    .theme-arco-col-order-17 {
      order: 17
    }

    .theme-arco-col-order-18 {
      order: 18
    }

    .theme-arco-col-order-19 {
      order: 19
    }

    .theme-arco-col-order-20 {
      order: 20
    }

    .theme-arco-col-order-21 {
      order: 21
    }

    .theme-arco-col-order-22 {
      order: 22
    }

    .theme-arco-col-order-23 {
      order: 23
    }

    .theme-arco-col-order-24 {
      order: 24
    }

    .theme-arco-col-pull-0 {
      right: 0
    }

    .theme-arco-col-pull-0.theme-arco-col-rtl {
      left: 0;
      right: unset
    }

    .theme-arco-col-pull-1 {
      right: 4.16666667%
    }

    .theme-arco-col-pull-1.theme-arco-col-rtl {
      left: 4.16666667%;
      right: unset
    }

    .theme-arco-col-pull-2 {
      right: 8.33333333%
    }

    .theme-arco-col-pull-2.theme-arco-col-rtl {
      left: 8.33333333%;
      right: unset
    }

    .theme-arco-col-pull-3 {
      right: 12.5%
    }

    .theme-arco-col-pull-3.theme-arco-col-rtl {
      left: 12.5%;
      right: unset
    }

    .theme-arco-col-pull-4 {
      right: 16.66666667%
    }

    .theme-arco-col-pull-4.theme-arco-col-rtl {
      left: 16.66666667%;
      right: unset
    }

    .theme-arco-col-pull-5 {
      right: 20.83333333%
    }

    .theme-arco-col-pull-5.theme-arco-col-rtl {
      left: 20.83333333%;
      right: unset
    }

    .theme-arco-col-pull-6 {
      right: 25%
    }

    .theme-arco-col-pull-6.theme-arco-col-rtl {
      left: 25%;
      right: unset
    }

    .theme-arco-col-pull-7 {
      right: 29.16666667%
    }

    .theme-arco-col-pull-7.theme-arco-col-rtl {
      left: 29.16666667%;
      right: unset
    }

    .theme-arco-col-pull-8 {
      right: 33.33333333%
    }

    .theme-arco-col-pull-8.theme-arco-col-rtl {
      left: 33.33333333%;
      right: unset
    }

    .theme-arco-col-pull-9 {
      right: 37.5%
    }

    .theme-arco-col-pull-9.theme-arco-col-rtl {
      left: 37.5%;
      right: unset
    }

    .theme-arco-col-pull-10 {
      right: 41.66666667%
    }

    .theme-arco-col-pull-10.theme-arco-col-rtl {
      left: 41.66666667%;
      right: unset
    }

    .theme-arco-col-pull-11 {
      right: 45.83333333%
    }

    .theme-arco-col-pull-11.theme-arco-col-rtl {
      left: 45.83333333%;
      right: unset
    }

    .theme-arco-col-pull-12 {
      right: 50%
    }

    .theme-arco-col-pull-12.theme-arco-col-rtl {
      left: 50%;
      right: unset
    }

    .theme-arco-col-pull-13 {
      right: 54.16666667%
    }

    .theme-arco-col-pull-13.theme-arco-col-rtl {
      left: 54.16666667%;
      right: unset
    }

    .theme-arco-col-pull-14 {
      right: 58.33333333%
    }

    .theme-arco-col-pull-14.theme-arco-col-rtl {
      left: 58.33333333%;
      right: unset
    }

    .theme-arco-col-pull-15 {
      right: 62.5%
    }

    .theme-arco-col-pull-15.theme-arco-col-rtl {
      left: 62.5%;
      right: unset
    }

    .theme-arco-col-pull-16 {
      right: 66.66666667%
    }

    .theme-arco-col-pull-16.theme-arco-col-rtl {
      left: 66.66666667%;
      right: unset
    }

    .theme-arco-col-pull-17 {
      right: 70.83333333%
    }

    .theme-arco-col-pull-17.theme-arco-col-rtl {
      left: 70.83333333%;
      right: unset
    }

    .theme-arco-col-pull-18 {
      right: 75%
    }

    .theme-arco-col-pull-18.theme-arco-col-rtl {
      left: 75%;
      right: unset
    }

    .theme-arco-col-pull-19 {
      right: 79.16666667%
    }

    .theme-arco-col-pull-19.theme-arco-col-rtl {
      left: 79.16666667%;
      right: unset
    }

    .theme-arco-col-pull-20 {
      right: 83.33333333%
    }

    .theme-arco-col-pull-20.theme-arco-col-rtl {
      left: 83.33333333%;
      right: unset
    }

    .theme-arco-col-pull-21 {
      right: 87.5%
    }

    .theme-arco-col-pull-21.theme-arco-col-rtl {
      left: 87.5%;
      right: unset
    }

    .theme-arco-col-pull-22 {
      right: 91.66666667%
    }

    .theme-arco-col-pull-22.theme-arco-col-rtl {
      left: 91.66666667%;
      right: unset
    }

    .theme-arco-col-pull-23 {
      right: 95.83333333%
    }

    .theme-arco-col-pull-23.theme-arco-col-rtl {
      left: 95.83333333%;
      right: unset
    }

    .theme-arco-col-pull-24 {
      right: 100%
    }

    .theme-arco-col-pull-24.theme-arco-col-rtl {
      left: 100%;
      right: unset
    }

    .theme-arco-col-push-0 {
      left: 0
    }

    .theme-arco-col-push-0.theme-arco-col-rtl {
      left: unset;
      right: 0
    }

    .theme-arco-col-push-1 {
      left: 4.16666667%
    }

    .theme-arco-col-push-1.theme-arco-col-rtl {
      left: unset;
      right: 4.16666667%
    }

    .theme-arco-col-push-2 {
      left: 8.33333333%
    }

    .theme-arco-col-push-2.theme-arco-col-rtl {
      left: unset;
      right: 8.33333333%
    }

    .theme-arco-col-push-3 {
      left: 12.5%
    }

    .theme-arco-col-push-3.theme-arco-col-rtl {
      left: unset;
      right: 12.5%
    }

    .theme-arco-col-push-4 {
      left: 16.66666667%
    }

    .theme-arco-col-push-4.theme-arco-col-rtl {
      left: unset;
      right: 16.66666667%
    }

    .theme-arco-col-push-5 {
      left: 20.83333333%
    }

    .theme-arco-col-push-5.theme-arco-col-rtl {
      left: unset;
      right: 20.83333333%
    }

    .theme-arco-col-push-6 {
      left: 25%
    }

    .theme-arco-col-push-6.theme-arco-col-rtl {
      left: unset;
      right: 25%
    }

    .theme-arco-col-push-7 {
      left: 29.16666667%
    }

    .theme-arco-col-push-7.theme-arco-col-rtl {
      left: unset;
      right: 29.16666667%
    }

    .theme-arco-col-push-8 {
      left: 33.33333333%
    }

    .theme-arco-col-push-8.theme-arco-col-rtl {
      left: unset;
      right: 33.33333333%
    }

    .theme-arco-col-push-9 {
      left: 37.5%
    }

    .theme-arco-col-push-9.theme-arco-col-rtl {
      left: unset;
      right: 37.5%
    }

    .theme-arco-col-push-10 {
      left: 41.66666667%
    }

    .theme-arco-col-push-10.theme-arco-col-rtl {
      left: unset;
      right: 41.66666667%
    }

    .theme-arco-col-push-11 {
      left: 45.83333333%
    }

    .theme-arco-col-push-11.theme-arco-col-rtl {
      left: unset;
      right: 45.83333333%
    }

    .theme-arco-col-push-12 {
      left: 50%
    }

    .theme-arco-col-push-12.theme-arco-col-rtl {
      left: unset;
      right: 50%
    }

    .theme-arco-col-push-13 {
      left: 54.16666667%
    }

    .theme-arco-col-push-13.theme-arco-col-rtl {
      left: unset;
      right: 54.16666667%
    }

    .theme-arco-col-push-14 {
      left: 58.33333333%
    }

    .theme-arco-col-push-14.theme-arco-col-rtl {
      left: unset;
      right: 58.33333333%
    }

    .theme-arco-col-push-15 {
      left: 62.5%
    }

    .theme-arco-col-push-15.theme-arco-col-rtl {
      left: unset;
      right: 62.5%
    }

    .theme-arco-col-push-16 {
      left: 66.66666667%
    }

    .theme-arco-col-push-16.theme-arco-col-rtl {
      left: unset;
      right: 66.66666667%
    }

    .theme-arco-col-push-17 {
      left: 70.83333333%
    }

    .theme-arco-col-push-17.theme-arco-col-rtl {
      left: unset;
      right: 70.83333333%
    }

    .theme-arco-col-push-18 {
      left: 75%
    }

    .theme-arco-col-push-18.theme-arco-col-rtl {
      left: unset;
      right: 75%
    }

    .theme-arco-col-push-19 {
      left: 79.16666667%
    }

    .theme-arco-col-push-19.theme-arco-col-rtl {
      left: unset;
      right: 79.16666667%
    }

    .theme-arco-col-push-20 {
      left: 83.33333333%
    }

    .theme-arco-col-push-20.theme-arco-col-rtl {
      left: unset;
      right: 83.33333333%
    }

    .theme-arco-col-push-21 {
      left: 87.5%
    }

    .theme-arco-col-push-21.theme-arco-col-rtl {
      left: unset;
      right: 87.5%
    }

    .theme-arco-col-push-22 {
      left: 91.66666667%
    }

    .theme-arco-col-push-22.theme-arco-col-rtl {
      left: unset;
      right: 91.66666667%
    }

    .theme-arco-col-push-23 {
      left: 95.83333333%
    }

    .theme-arco-col-push-23.theme-arco-col-rtl {
      left: unset;
      right: 95.83333333%
    }

    .theme-arco-col-push-24 {
      left: 100%
    }

    .theme-arco-col-push-24.theme-arco-col-rtl {
      left: unset;
      right: 100%
    }

    .theme-arco-col-xs-0 {
      display: none
    }

    .theme-arco-col-xs-1 {
      display: block;
      flex: 0 0 4.16666667%;
      width: 4.16666667%
    }

    .theme-arco-col-xs-2 {
      display: block;
      flex: 0 0 8.33333333%;
      width: 8.33333333%
    }

    .theme-arco-col-xs-3 {
      display: block;
      flex: 0 0 12.5%;
      width: 12.5%
    }

    .theme-arco-col-xs-4 {
      display: block;
      flex: 0 0 16.66666667%;
      width: 16.66666667%
    }

    .theme-arco-col-xs-5 {
      display: block;
      flex: 0 0 20.83333333%;
      width: 20.83333333%
    }

    .theme-arco-col-xs-6 {
      display: block;
      flex: 0 0 25%;
      width: 25%
    }

    .theme-arco-col-xs-7 {
      display: block;
      flex: 0 0 29.16666667%;
      width: 29.16666667%
    }

    .theme-arco-col-xs-8 {
      display: block;
      flex: 0 0 33.33333333%;
      width: 33.33333333%
    }

    .theme-arco-col-xs-9 {
      display: block;
      flex: 0 0 37.5%;
      width: 37.5%
    }

    .theme-arco-col-xs-10 {
      display: block;
      flex: 0 0 41.66666667%;
      width: 41.66666667%
    }

    .theme-arco-col-xs-11 {
      display: block;
      flex: 0 0 45.83333333%;
      width: 45.83333333%
    }

    .theme-arco-col-xs-12 {
      display: block;
      flex: 0 0 50%;
      width: 50%
    }

    .theme-arco-col-xs-13 {
      display: block;
      flex: 0 0 54.16666667%;
      width: 54.16666667%
    }

    .theme-arco-col-xs-14 {
      display: block;
      flex: 0 0 58.33333333%;
      width: 58.33333333%
    }

    .theme-arco-col-xs-15 {
      display: block;
      flex: 0 0 62.5%;
      width: 62.5%
    }

    .theme-arco-col-xs-16 {
      display: block;
      flex: 0 0 66.66666667%;
      width: 66.66666667%
    }

    .theme-arco-col-xs-17 {
      display: block;
      flex: 0 0 70.83333333%;
      width: 70.83333333%
    }

    .theme-arco-col-xs-18 {
      display: block;
      flex: 0 0 75%;
      width: 75%
    }

    .theme-arco-col-xs-19 {
      display: block;
      flex: 0 0 79.16666667%;
      width: 79.16666667%
    }

    .theme-arco-col-xs-20 {
      display: block;
      flex: 0 0 83.33333333%;
      width: 83.33333333%
    }

    .theme-arco-col-xs-21 {
      display: block;
      flex: 0 0 87.5%;
      width: 87.5%
    }

    .theme-arco-col-xs-22 {
      display: block;
      flex: 0 0 91.66666667%;
      width: 91.66666667%
    }

    .theme-arco-col-xs-23 {
      display: block;
      flex: 0 0 95.83333333%;
      width: 95.83333333%
    }

    .theme-arco-col-xs-24 {
      display: block;
      flex: 0 0 100%;
      width: 100%
    }

    .theme-arco-col-xs-offset-0 {
      margin-left: 0
    }

    .theme-arco-col-xs-offset-0.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 0
    }

    .theme-arco-col-xs-offset-1 {
      margin-left: 4.16666667%
    }

    .theme-arco-col-xs-offset-1.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 4.16666667%
    }

    .theme-arco-col-xs-offset-2 {
      margin-left: 8.33333333%
    }

    .theme-arco-col-xs-offset-2.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 8.33333333%
    }

    .theme-arco-col-xs-offset-3 {
      margin-left: 12.5%
    }

    .theme-arco-col-xs-offset-3.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 12.5%
    }

    .theme-arco-col-xs-offset-4 {
      margin-left: 16.66666667%
    }

    .theme-arco-col-xs-offset-4.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 16.66666667%
    }

    .theme-arco-col-xs-offset-5 {
      margin-left: 20.83333333%
    }

    .theme-arco-col-xs-offset-5.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 20.83333333%
    }

    .theme-arco-col-xs-offset-6 {
      margin-left: 25%
    }

    .theme-arco-col-xs-offset-6.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 25%
    }

    .theme-arco-col-xs-offset-7 {
      margin-left: 29.16666667%
    }

    .theme-arco-col-xs-offset-7.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 29.16666667%
    }

    .theme-arco-col-xs-offset-8 {
      margin-left: 33.33333333%
    }

    .theme-arco-col-xs-offset-8.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 33.33333333%
    }

    .theme-arco-col-xs-offset-9 {
      margin-left: 37.5%
    }

    .theme-arco-col-xs-offset-9.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 37.5%
    }

    .theme-arco-col-xs-offset-10 {
      margin-left: 41.66666667%
    }

    .theme-arco-col-xs-offset-10.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 41.66666667%
    }

    .theme-arco-col-xs-offset-11 {
      margin-left: 45.83333333%
    }

    .theme-arco-col-xs-offset-11.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 45.83333333%
    }

    .theme-arco-col-xs-offset-12 {
      margin-left: 50%
    }

    .theme-arco-col-xs-offset-12.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 50%
    }

    .theme-arco-col-xs-offset-13 {
      margin-left: 54.16666667%
    }

    .theme-arco-col-xs-offset-13.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 54.16666667%
    }

    .theme-arco-col-xs-offset-14 {
      margin-left: 58.33333333%
    }

    .theme-arco-col-xs-offset-14.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 58.33333333%
    }

    .theme-arco-col-xs-offset-15 {
      margin-left: 62.5%
    }

    .theme-arco-col-xs-offset-15.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 62.5%
    }

    .theme-arco-col-xs-offset-16 {
      margin-left: 66.66666667%
    }

    .theme-arco-col-xs-offset-16.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 66.66666667%
    }

    .theme-arco-col-xs-offset-17 {
      margin-left: 70.83333333%
    }

    .theme-arco-col-xs-offset-17.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 70.83333333%
    }

    .theme-arco-col-xs-offset-18 {
      margin-left: 75%
    }

    .theme-arco-col-xs-offset-18.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 75%
    }

    .theme-arco-col-xs-offset-19 {
      margin-left: 79.16666667%
    }

    .theme-arco-col-xs-offset-19.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 79.16666667%
    }

    .theme-arco-col-xs-offset-20 {
      margin-left: 83.33333333%
    }

    .theme-arco-col-xs-offset-20.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 83.33333333%
    }

    .theme-arco-col-xs-offset-21 {
      margin-left: 87.5%
    }

    .theme-arco-col-xs-offset-21.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 87.5%
    }

    .theme-arco-col-xs-offset-22 {
      margin-left: 91.66666667%
    }

    .theme-arco-col-xs-offset-22.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 91.66666667%
    }

    .theme-arco-col-xs-offset-23 {
      margin-left: 95.83333333%
    }

    .theme-arco-col-xs-offset-23.theme-arco-col-rtl {
      margin-left: 0;
      margin-right: 95.83333333%
    }

    .theme-arco-col-xs-order-0 {
      order: 0
    }

    .theme-arco-col-xs-order-1 {
      order: 1
    }

    .theme-arco-col-xs-order-2 {
      order: 2
    }

    .theme-arco-col-xs-order-3 {
      order: 3
    }

    .theme-arco-col-xs-order-4 {
      order: 4
    }

    .theme-arco-col-xs-order-5 {
      order: 5
    }

    .theme-arco-col-xs-order-6 {
      order: 6
    }

    .theme-arco-col-xs-order-7 {
      order: 7
    }

    .theme-arco-col-xs-order-8 {
      order: 8
    }

    .theme-arco-col-xs-order-9 {
      order: 9
    }

    .theme-arco-col-xs-order-10 {
      order: 10
    }

    .theme-arco-col-xs-order-11 {
      order: 11
    }

    .theme-arco-col-xs-order-12 {
      order: 12
    }

    .theme-arco-col-xs-order-13 {
      order: 13
    }

    .theme-arco-col-xs-order-14 {
      order: 14
    }

    .theme-arco-col-xs-order-15 {
      order: 15
    }

    .theme-arco-col-xs-order-16 {
      order: 16
    }

    .theme-arco-col-xs-order-17 {
      order: 17
    }

    .theme-arco-col-xs-order-18 {
      order: 18
    }

    .theme-arco-col-xs-order-19 {
      order: 19
    }

    .theme-arco-col-xs-order-20 {
      order: 20
    }

    .theme-arco-col-xs-order-21 {
      order: 21
    }

    .theme-arco-col-xs-order-22 {
      order: 22
    }

    .theme-arco-col-xs-order-23 {
      order: 23
    }

    .theme-arco-col-xs-order-24 {
      order: 24
    }

    .theme-arco-col-xs-pull-0 {
      right: 0
    }

    .theme-arco-col-xs-pull-0.theme-arco-col-rtl {
      left: 0;
      right: unset
    }

    .theme-arco-col-xs-pull-1 {
      right: 4.16666667%
    }

    .theme-arco-col-xs-pull-1.theme-arco-col-rtl {
      left: 4.16666667%;
      right: unset
    }

    .theme-arco-col-xs-pull-2 {
      right: 8.33333333%
    }

    .theme-arco-col-xs-pull-2.theme-arco-col-rtl {
      left: 8.33333333%;
      right: unset
    }

    .theme-arco-col-xs-pull-3 {
      right: 12.5%
    }

    .theme-arco-col-xs-pull-3.theme-arco-col-rtl {
      left: 12.5%;
      right: unset
    }

    .theme-arco-col-xs-pull-4 {
      right: 16.66666667%
    }

    .theme-arco-col-xs-pull-4.theme-arco-col-rtl {
      left: 16.66666667%;
      right: unset
    }

    .theme-arco-col-xs-pull-5 {
      right: 20.83333333%
    }

    .theme-arco-col-xs-pull-5.theme-arco-col-rtl {
      left: 20.83333333%;
      right: unset
    }

    .theme-arco-col-xs-pull-6 {
      right: 25%
    }

    .theme-arco-col-xs-pull-6.theme-arco-col-rtl {
      left: 25%;
      right: unset
    }

    .theme-arco-col-xs-pull-7 {
      right: 29.16666667%
    }

    .theme-arco-col-xs-pull-7.theme-arco-col-rtl {
      left: 29.16666667%;
      right: unset
    }

    .theme-arco-col-xs-pull-8 {
      right: 33.33333333%
    }

    .theme-arco-col-xs-pull-8.theme-arco-col-rtl {
      left: 33.33333333%;
      right: unset
    }

    .theme-arco-col-xs-pull-9 {
      right: 37.5%
    }

    .theme-arco-col-xs-pull-9.theme-arco-col-rtl {
      left: 37.5%;
      right: unset
    }

    .theme-arco-col-xs-pull-10 {
      right: 41.66666667%
    }

    .theme-arco-col-xs-pull-10.theme-arco-col-rtl {
      left: 41.66666667%;
      right: unset
    }

    .theme-arco-col-xs-pull-11 {
      right: 45.83333333%
    }

    .theme-arco-col-xs-pull-11.theme-arco-col-rtl {
      left: 45.83333333%;
      right: unset
    }

    .theme-arco-col-xs-pull-12 {
      right: 50%
    }

    .theme-arco-col-xs-pull-12.theme-arco-col-rtl {
      left: 50%;
      right: unset
    }

    .theme-arco-col-xs-pull-13 {
      right: 54.16666667%
    }

    .theme-arco-col-xs-pull-13.theme-arco-col-rtl {
      left: 54.16666667%;
      right: unset
    }

    .theme-arco-col-xs-pull-14 {
      right: 58.33333333%
    }

    .theme-arco-col-xs-pull-14.theme-arco-col-rtl {
      left: 58.33333333%;
      right: unset
    }

    .theme-arco-col-xs-pull-15 {
      right: 62.5%
    }

    .theme-arco-col-xs-pull-15.theme-arco-col-rtl {
      left: 62.5%;
      right: unset
    }

    .theme-arco-col-xs-pull-16 {
      right: 66.66666667%
    }

    .theme-arco-col-xs-pull-16.theme-arco-col-rtl {
      left: 66.66666667%;
      right: unset
    }

    .theme-arco-col-xs-pull-17 {
      right: 70.83333333%
    }

    .theme-arco-col-xs-pull-17.theme-arco-col-rtl {
      left: 70.83333333%;
      right: unset
    }

    .theme-arco-col-xs-pull-18 {
      right: 75%
    }

    .theme-arco-col-xs-pull-18.theme-arco-col-rtl {
      left: 75%;
      right: unset
    }

    .theme-arco-col-xs-pull-19 {
      right: 79.16666667%
    }

    .theme-arco-col-xs-pull-19.theme-arco-col-rtl {
      left: 79.16666667%;
      right: unset
    }

    .theme-arco-col-xs-pull-20 {
      right: 83.33333333%
    }

    .theme-arco-col-xs-pull-20.theme-arco-col-rtl {
      left: 83.33333333%;
      right: unset
    }

    .theme-arco-col-xs-pull-21 {
      right: 87.5%
    }

    .theme-arco-col-xs-pull-21.theme-arco-col-rtl {
      left: 87.5%;
      right: unset
    }

    .theme-arco-col-xs-pull-22 {
      right: 91.66666667%
    }

    .theme-arco-col-xs-pull-22.theme-arco-col-rtl {
      left: 91.66666667%;
      right: unset
    }

    .theme-arco-col-xs-pull-23 {
      right: 95.83333333%
    }

    .theme-arco-col-xs-pull-23.theme-arco-col-rtl {
      left: 95.83333333%;
      right: unset
    }

    .theme-arco-col-xs-pull-24 {
      right: 100%
    }

    .theme-arco-col-xs-pull-24.theme-arco-col-rtl {
      left: 100%;
      right: unset
    }

    .theme-arco-col-xs-push-0 {
      left: 0
    }

    .theme-arco-col-xs-push-0.theme-arco-col-rtl {
      left: unset;
      right: 0
    }

    .theme-arco-col-xs-push-1 {
      left: 4.16666667%
    }

    .theme-arco-col-xs-push-1.theme-arco-col-rtl {
      left: unset;
      right: 4.16666667%
    }

    .theme-arco-col-xs-push-2 {
      left: 8.33333333%
    }

    .theme-arco-col-xs-push-2.theme-arco-col-rtl {
      left: unset;
      right: 8.33333333%
    }

    .theme-arco-col-xs-push-3 {
      left: 12.5%
    }

    .theme-arco-col-xs-push-3.theme-arco-col-rtl {
      left: unset;
      right: 12.5%
    }

    .theme-arco-col-xs-push-4 {
      left: 16.66666667%
    }

    .theme-arco-col-xs-push-4.theme-arco-col-rtl {
      left: unset;
      right: 16.66666667%
    }

    .theme-arco-col-xs-push-5 {
      left: 20.83333333%
    }

    .theme-arco-col-xs-push-5.theme-arco-col-rtl {
      left: unset;
      right: 20.83333333%
    }

    .theme-arco-col-xs-push-6 {
      left: 25%
    }

    .theme-arco-col-xs-push-6.theme-arco-col-rtl {
      left: unset;
      right: 25%
    }

    .theme-arco-col-xs-push-7 {
      left: 29.16666667%
    }

    .theme-arco-col-xs-push-7.theme-arco-col-rtl {
      left: unset;
      right: 29.16666667%
    }

    .theme-arco-col-xs-push-8 {
      left: 33.33333333%
    }

    .theme-arco-col-xs-push-8.theme-arco-col-rtl {
      left: unset;
      right: 33.33333333%
    }

    .theme-arco-col-xs-push-9 {
      left: 37.5%
    }

    .theme-arco-col-xs-push-9.theme-arco-col-rtl {
      left: unset;
      right: 37.5%
    }

    .theme-arco-col-xs-push-10 {
      left: 41.66666667%
    }

    .theme-arco-col-xs-push-10.theme-arco-col-rtl {
      left: unset;
      right: 41.66666667%
    }

    .theme-arco-col-xs-push-11 {
      left: 45.83333333%
    }

    .theme-arco-col-xs-push-11.theme-arco-col-rtl {
      left: unset;
      right: 45.83333333%
    }

    .theme-arco-col-xs-push-12 {
      left: 50%
    }

    .theme-arco-col-xs-push-12.theme-arco-col-rtl {
      left: unset;
      right: 50%
    }

    .theme-arco-col-xs-push-13 {
      left: 54.16666667%
    }

    .theme-arco-col-xs-push-13.theme-arco-col-rtl {
      left: unset;
      right: 54.16666667%
    }

    .theme-arco-col-xs-push-14 {
      left: 58.33333333%
    }

    .theme-arco-col-xs-push-14.theme-arco-col-rtl {
      left: unset;
      right: 58.33333333%
    }

    .theme-arco-col-xs-push-15 {
      left: 62.5%
    }

    .theme-arco-col-xs-push-15.theme-arco-col-rtl {
      left: unset;
      right: 62.5%
    }

    .theme-arco-col-xs-push-16 {
      left: 66.66666667%
    }

    .theme-arco-col-xs-push-16.theme-arco-col-rtl {
      left: unset;
      right: 66.66666667%
    }

    .theme-arco-col-xs-push-17 {
      left: 70.83333333%
    }

    .theme-arco-col-xs-push-17.theme-arco-col-rtl {
      left: unset;
      right: 70.83333333%
    }

    .theme-arco-col-xs-push-18 {
      left: 75%
    }

    .theme-arco-col-xs-push-18.theme-arco-col-rtl {
      left: unset;
      right: 75%
    }

    .theme-arco-col-xs-push-19 {
      left: 79.16666667%
    }

    .theme-arco-col-xs-push-19.theme-arco-col-rtl {
      left: unset;
      right: 79.16666667%
    }

    .theme-arco-col-xs-push-20 {
      left: 83.33333333%
    }

    .theme-arco-col-xs-push-20.theme-arco-col-rtl {
      left: unset;
      right: 83.33333333%
    }

    .theme-arco-col-xs-push-21 {
      left: 87.5%
    }

    .theme-arco-col-xs-push-21.theme-arco-col-rtl {
      left: unset;
      right: 87.5%
    }

    .theme-arco-col-xs-push-22 {
      left: 91.66666667%
    }

    .theme-arco-col-xs-push-22.theme-arco-col-rtl {
      left: unset;
      right: 91.66666667%
    }

    .theme-arco-col-xs-push-23 {
      left: 95.83333333%
    }

    .theme-arco-col-xs-push-23.theme-arco-col-rtl {
      left: unset;
      right: 95.83333333%
    }

    .theme-arco-col-xs-push-24 {
      left: 100%
    }

    .theme-arco-col-xs-push-24.theme-arco-col-rtl {
      left: unset;
      right: 100%
    }

    @media (min-width:576px) {
      .theme-arco-col-sm-0 {
        display: none
      }

      .theme-arco-col-sm-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .theme-arco-col-sm-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .theme-arco-col-sm-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .theme-arco-col-sm-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .theme-arco-col-sm-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .theme-arco-col-sm-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .theme-arco-col-sm-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .theme-arco-col-sm-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .theme-arco-col-sm-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .theme-arco-col-sm-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .theme-arco-col-sm-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .theme-arco-col-sm-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .theme-arco-col-sm-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .theme-arco-col-sm-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .theme-arco-col-sm-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .theme-arco-col-sm-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .theme-arco-col-sm-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .theme-arco-col-sm-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .theme-arco-col-sm-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .theme-arco-col-sm-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .theme-arco-col-sm-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .theme-arco-col-sm-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .theme-arco-col-sm-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .theme-arco-col-sm-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .theme-arco-col-sm-offset-0 {
        margin-left: 0
      }

      .theme-arco-col-sm-offset-0.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .theme-arco-col-sm-offset-1 {
        margin-left: 4.16666667%
      }

      .theme-arco-col-sm-offset-1.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .theme-arco-col-sm-offset-2 {
        margin-left: 8.33333333%
      }

      .theme-arco-col-sm-offset-2.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .theme-arco-col-sm-offset-3 {
        margin-left: 12.5%
      }

      .theme-arco-col-sm-offset-3.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .theme-arco-col-sm-offset-4 {
        margin-left: 16.66666667%
      }

      .theme-arco-col-sm-offset-4.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .theme-arco-col-sm-offset-5 {
        margin-left: 20.83333333%
      }

      .theme-arco-col-sm-offset-5.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .theme-arco-col-sm-offset-6 {
        margin-left: 25%
      }

      .theme-arco-col-sm-offset-6.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .theme-arco-col-sm-offset-7 {
        margin-left: 29.16666667%
      }

      .theme-arco-col-sm-offset-7.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .theme-arco-col-sm-offset-8 {
        margin-left: 33.33333333%
      }

      .theme-arco-col-sm-offset-8.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .theme-arco-col-sm-offset-9 {
        margin-left: 37.5%
      }

      .theme-arco-col-sm-offset-9.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .theme-arco-col-sm-offset-10 {
        margin-left: 41.66666667%
      }

      .theme-arco-col-sm-offset-10.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .theme-arco-col-sm-offset-11 {
        margin-left: 45.83333333%
      }

      .theme-arco-col-sm-offset-11.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .theme-arco-col-sm-offset-12 {
        margin-left: 50%
      }

      .theme-arco-col-sm-offset-12.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .theme-arco-col-sm-offset-13 {
        margin-left: 54.16666667%
      }

      .theme-arco-col-sm-offset-13.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .theme-arco-col-sm-offset-14 {
        margin-left: 58.33333333%
      }

      .theme-arco-col-sm-offset-14.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .theme-arco-col-sm-offset-15 {
        margin-left: 62.5%
      }

      .theme-arco-col-sm-offset-15.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .theme-arco-col-sm-offset-16 {
        margin-left: 66.66666667%
      }

      .theme-arco-col-sm-offset-16.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .theme-arco-col-sm-offset-17 {
        margin-left: 70.83333333%
      }

      .theme-arco-col-sm-offset-17.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .theme-arco-col-sm-offset-18 {
        margin-left: 75%
      }

      .theme-arco-col-sm-offset-18.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .theme-arco-col-sm-offset-19 {
        margin-left: 79.16666667%
      }

      .theme-arco-col-sm-offset-19.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .theme-arco-col-sm-offset-20 {
        margin-left: 83.33333333%
      }

      .theme-arco-col-sm-offset-20.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .theme-arco-col-sm-offset-21 {
        margin-left: 87.5%
      }

      .theme-arco-col-sm-offset-21.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .theme-arco-col-sm-offset-22 {
        margin-left: 91.66666667%
      }

      .theme-arco-col-sm-offset-22.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .theme-arco-col-sm-offset-23 {
        margin-left: 95.83333333%
      }

      .theme-arco-col-sm-offset-23.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .theme-arco-col-sm-order-0 {
        order: 0
      }

      .theme-arco-col-sm-order-1 {
        order: 1
      }

      .theme-arco-col-sm-order-2 {
        order: 2
      }

      .theme-arco-col-sm-order-3 {
        order: 3
      }

      .theme-arco-col-sm-order-4 {
        order: 4
      }

      .theme-arco-col-sm-order-5 {
        order: 5
      }

      .theme-arco-col-sm-order-6 {
        order: 6
      }

      .theme-arco-col-sm-order-7 {
        order: 7
      }

      .theme-arco-col-sm-order-8 {
        order: 8
      }

      .theme-arco-col-sm-order-9 {
        order: 9
      }

      .theme-arco-col-sm-order-10 {
        order: 10
      }

      .theme-arco-col-sm-order-11 {
        order: 11
      }

      .theme-arco-col-sm-order-12 {
        order: 12
      }

      .theme-arco-col-sm-order-13 {
        order: 13
      }

      .theme-arco-col-sm-order-14 {
        order: 14
      }

      .theme-arco-col-sm-order-15 {
        order: 15
      }

      .theme-arco-col-sm-order-16 {
        order: 16
      }

      .theme-arco-col-sm-order-17 {
        order: 17
      }

      .theme-arco-col-sm-order-18 {
        order: 18
      }

      .theme-arco-col-sm-order-19 {
        order: 19
      }

      .theme-arco-col-sm-order-20 {
        order: 20
      }

      .theme-arco-col-sm-order-21 {
        order: 21
      }

      .theme-arco-col-sm-order-22 {
        order: 22
      }

      .theme-arco-col-sm-order-23 {
        order: 23
      }

      .theme-arco-col-sm-order-24 {
        order: 24
      }

      .theme-arco-col-sm-pull-0 {
        right: 0
      }

      .theme-arco-col-sm-pull-0.theme-arco-col-rtl {
        left: 0;
        right: unset
      }

      .theme-arco-col-sm-pull-1 {
        right: 4.16666667%
      }

      .theme-arco-col-sm-pull-1.theme-arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .theme-arco-col-sm-pull-2 {
        right: 8.33333333%
      }

      .theme-arco-col-sm-pull-2.theme-arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .theme-arco-col-sm-pull-3 {
        right: 12.5%
      }

      .theme-arco-col-sm-pull-3.theme-arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .theme-arco-col-sm-pull-4 {
        right: 16.66666667%
      }

      .theme-arco-col-sm-pull-4.theme-arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .theme-arco-col-sm-pull-5 {
        right: 20.83333333%
      }

      .theme-arco-col-sm-pull-5.theme-arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .theme-arco-col-sm-pull-6 {
        right: 25%
      }

      .theme-arco-col-sm-pull-6.theme-arco-col-rtl {
        left: 25%;
        right: unset
      }

      .theme-arco-col-sm-pull-7 {
        right: 29.16666667%
      }

      .theme-arco-col-sm-pull-7.theme-arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .theme-arco-col-sm-pull-8 {
        right: 33.33333333%
      }

      .theme-arco-col-sm-pull-8.theme-arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .theme-arco-col-sm-pull-9 {
        right: 37.5%
      }

      .theme-arco-col-sm-pull-9.theme-arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .theme-arco-col-sm-pull-10 {
        right: 41.66666667%
      }

      .theme-arco-col-sm-pull-10.theme-arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .theme-arco-col-sm-pull-11 {
        right: 45.83333333%
      }

      .theme-arco-col-sm-pull-11.theme-arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .theme-arco-col-sm-pull-12 {
        right: 50%
      }

      .theme-arco-col-sm-pull-12.theme-arco-col-rtl {
        left: 50%;
        right: unset
      }

      .theme-arco-col-sm-pull-13 {
        right: 54.16666667%
      }

      .theme-arco-col-sm-pull-13.theme-arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .theme-arco-col-sm-pull-14 {
        right: 58.33333333%
      }

      .theme-arco-col-sm-pull-14.theme-arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .theme-arco-col-sm-pull-15 {
        right: 62.5%
      }

      .theme-arco-col-sm-pull-15.theme-arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .theme-arco-col-sm-pull-16 {
        right: 66.66666667%
      }

      .theme-arco-col-sm-pull-16.theme-arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .theme-arco-col-sm-pull-17 {
        right: 70.83333333%
      }

      .theme-arco-col-sm-pull-17.theme-arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .theme-arco-col-sm-pull-18 {
        right: 75%
      }

      .theme-arco-col-sm-pull-18.theme-arco-col-rtl {
        left: 75%;
        right: unset
      }

      .theme-arco-col-sm-pull-19 {
        right: 79.16666667%
      }

      .theme-arco-col-sm-pull-19.theme-arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .theme-arco-col-sm-pull-20 {
        right: 83.33333333%
      }

      .theme-arco-col-sm-pull-20.theme-arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .theme-arco-col-sm-pull-21 {
        right: 87.5%
      }

      .theme-arco-col-sm-pull-21.theme-arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .theme-arco-col-sm-pull-22 {
        right: 91.66666667%
      }

      .theme-arco-col-sm-pull-22.theme-arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .theme-arco-col-sm-pull-23 {
        right: 95.83333333%
      }

      .theme-arco-col-sm-pull-23.theme-arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .theme-arco-col-sm-pull-24 {
        right: 100%
      }

      .theme-arco-col-sm-pull-24.theme-arco-col-rtl {
        left: 100%;
        right: unset
      }

      .theme-arco-col-sm-push-0 {
        left: 0
      }

      .theme-arco-col-sm-push-0.theme-arco-col-rtl {
        left: unset;
        right: 0
      }

      .theme-arco-col-sm-push-1 {
        left: 4.16666667%
      }

      .theme-arco-col-sm-push-1.theme-arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .theme-arco-col-sm-push-2 {
        left: 8.33333333%
      }

      .theme-arco-col-sm-push-2.theme-arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .theme-arco-col-sm-push-3 {
        left: 12.5%
      }

      .theme-arco-col-sm-push-3.theme-arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .theme-arco-col-sm-push-4 {
        left: 16.66666667%
      }

      .theme-arco-col-sm-push-4.theme-arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .theme-arco-col-sm-push-5 {
        left: 20.83333333%
      }

      .theme-arco-col-sm-push-5.theme-arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .theme-arco-col-sm-push-6 {
        left: 25%
      }

      .theme-arco-col-sm-push-6.theme-arco-col-rtl {
        left: unset;
        right: 25%
      }

      .theme-arco-col-sm-push-7 {
        left: 29.16666667%
      }

      .theme-arco-col-sm-push-7.theme-arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .theme-arco-col-sm-push-8 {
        left: 33.33333333%
      }

      .theme-arco-col-sm-push-8.theme-arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .theme-arco-col-sm-push-9 {
        left: 37.5%
      }

      .theme-arco-col-sm-push-9.theme-arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .theme-arco-col-sm-push-10 {
        left: 41.66666667%
      }

      .theme-arco-col-sm-push-10.theme-arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .theme-arco-col-sm-push-11 {
        left: 45.83333333%
      }

      .theme-arco-col-sm-push-11.theme-arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .theme-arco-col-sm-push-12 {
        left: 50%
      }

      .theme-arco-col-sm-push-12.theme-arco-col-rtl {
        left: unset;
        right: 50%
      }

      .theme-arco-col-sm-push-13 {
        left: 54.16666667%
      }

      .theme-arco-col-sm-push-13.theme-arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .theme-arco-col-sm-push-14 {
        left: 58.33333333%
      }

      .theme-arco-col-sm-push-14.theme-arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .theme-arco-col-sm-push-15 {
        left: 62.5%
      }

      .theme-arco-col-sm-push-15.theme-arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .theme-arco-col-sm-push-16 {
        left: 66.66666667%
      }

      .theme-arco-col-sm-push-16.theme-arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .theme-arco-col-sm-push-17 {
        left: 70.83333333%
      }

      .theme-arco-col-sm-push-17.theme-arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .theme-arco-col-sm-push-18 {
        left: 75%
      }

      .theme-arco-col-sm-push-18.theme-arco-col-rtl {
        left: unset;
        right: 75%
      }

      .theme-arco-col-sm-push-19 {
        left: 79.16666667%
      }

      .theme-arco-col-sm-push-19.theme-arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .theme-arco-col-sm-push-20 {
        left: 83.33333333%
      }

      .theme-arco-col-sm-push-20.theme-arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .theme-arco-col-sm-push-21 {
        left: 87.5%
      }

      .theme-arco-col-sm-push-21.theme-arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .theme-arco-col-sm-push-22 {
        left: 91.66666667%
      }

      .theme-arco-col-sm-push-22.theme-arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .theme-arco-col-sm-push-23 {
        left: 95.83333333%
      }

      .theme-arco-col-sm-push-23.theme-arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .theme-arco-col-sm-push-24 {
        left: 100%
      }

      .theme-arco-col-sm-push-24.theme-arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    @media (min-width:768px) {
      .theme-arco-col-md-0 {
        display: none
      }

      .theme-arco-col-md-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .theme-arco-col-md-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .theme-arco-col-md-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .theme-arco-col-md-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .theme-arco-col-md-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .theme-arco-col-md-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .theme-arco-col-md-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .theme-arco-col-md-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .theme-arco-col-md-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .theme-arco-col-md-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .theme-arco-col-md-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .theme-arco-col-md-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .theme-arco-col-md-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .theme-arco-col-md-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .theme-arco-col-md-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .theme-arco-col-md-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .theme-arco-col-md-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .theme-arco-col-md-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .theme-arco-col-md-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .theme-arco-col-md-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .theme-arco-col-md-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .theme-arco-col-md-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .theme-arco-col-md-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .theme-arco-col-md-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .theme-arco-col-md-offset-0 {
        margin-left: 0
      }

      .theme-arco-col-md-offset-0.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .theme-arco-col-md-offset-1 {
        margin-left: 4.16666667%
      }

      .theme-arco-col-md-offset-1.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .theme-arco-col-md-offset-2 {
        margin-left: 8.33333333%
      }

      .theme-arco-col-md-offset-2.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .theme-arco-col-md-offset-3 {
        margin-left: 12.5%
      }

      .theme-arco-col-md-offset-3.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .theme-arco-col-md-offset-4 {
        margin-left: 16.66666667%
      }

      .theme-arco-col-md-offset-4.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .theme-arco-col-md-offset-5 {
        margin-left: 20.83333333%
      }

      .theme-arco-col-md-offset-5.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .theme-arco-col-md-offset-6 {
        margin-left: 25%
      }

      .theme-arco-col-md-offset-6.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .theme-arco-col-md-offset-7 {
        margin-left: 29.16666667%
      }

      .theme-arco-col-md-offset-7.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .theme-arco-col-md-offset-8 {
        margin-left: 33.33333333%
      }

      .theme-arco-col-md-offset-8.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .theme-arco-col-md-offset-9 {
        margin-left: 37.5%
      }

      .theme-arco-col-md-offset-9.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .theme-arco-col-md-offset-10 {
        margin-left: 41.66666667%
      }

      .theme-arco-col-md-offset-10.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .theme-arco-col-md-offset-11 {
        margin-left: 45.83333333%
      }

      .theme-arco-col-md-offset-11.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .theme-arco-col-md-offset-12 {
        margin-left: 50%
      }

      .theme-arco-col-md-offset-12.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .theme-arco-col-md-offset-13 {
        margin-left: 54.16666667%
      }

      .theme-arco-col-md-offset-13.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .theme-arco-col-md-offset-14 {
        margin-left: 58.33333333%
      }

      .theme-arco-col-md-offset-14.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .theme-arco-col-md-offset-15 {
        margin-left: 62.5%
      }

      .theme-arco-col-md-offset-15.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .theme-arco-col-md-offset-16 {
        margin-left: 66.66666667%
      }

      .theme-arco-col-md-offset-16.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .theme-arco-col-md-offset-17 {
        margin-left: 70.83333333%
      }

      .theme-arco-col-md-offset-17.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .theme-arco-col-md-offset-18 {
        margin-left: 75%
      }

      .theme-arco-col-md-offset-18.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .theme-arco-col-md-offset-19 {
        margin-left: 79.16666667%
      }

      .theme-arco-col-md-offset-19.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .theme-arco-col-md-offset-20 {
        margin-left: 83.33333333%
      }

      .theme-arco-col-md-offset-20.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .theme-arco-col-md-offset-21 {
        margin-left: 87.5%
      }

      .theme-arco-col-md-offset-21.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .theme-arco-col-md-offset-22 {
        margin-left: 91.66666667%
      }

      .theme-arco-col-md-offset-22.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .theme-arco-col-md-offset-23 {
        margin-left: 95.83333333%
      }

      .theme-arco-col-md-offset-23.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .theme-arco-col-md-order-0 {
        order: 0
      }

      .theme-arco-col-md-order-1 {
        order: 1
      }

      .theme-arco-col-md-order-2 {
        order: 2
      }

      .theme-arco-col-md-order-3 {
        order: 3
      }

      .theme-arco-col-md-order-4 {
        order: 4
      }

      .theme-arco-col-md-order-5 {
        order: 5
      }

      .theme-arco-col-md-order-6 {
        order: 6
      }

      .theme-arco-col-md-order-7 {
        order: 7
      }

      .theme-arco-col-md-order-8 {
        order: 8
      }

      .theme-arco-col-md-order-9 {
        order: 9
      }

      .theme-arco-col-md-order-10 {
        order: 10
      }

      .theme-arco-col-md-order-11 {
        order: 11
      }

      .theme-arco-col-md-order-12 {
        order: 12
      }

      .theme-arco-col-md-order-13 {
        order: 13
      }

      .theme-arco-col-md-order-14 {
        order: 14
      }

      .theme-arco-col-md-order-15 {
        order: 15
      }

      .theme-arco-col-md-order-16 {
        order: 16
      }

      .theme-arco-col-md-order-17 {
        order: 17
      }

      .theme-arco-col-md-order-18 {
        order: 18
      }

      .theme-arco-col-md-order-19 {
        order: 19
      }

      .theme-arco-col-md-order-20 {
        order: 20
      }

      .theme-arco-col-md-order-21 {
        order: 21
      }

      .theme-arco-col-md-order-22 {
        order: 22
      }

      .theme-arco-col-md-order-23 {
        order: 23
      }

      .theme-arco-col-md-order-24 {
        order: 24
      }

      .theme-arco-col-md-pull-0 {
        right: 0
      }

      .theme-arco-col-md-pull-0.theme-arco-col-rtl {
        left: 0;
        right: unset
      }

      .theme-arco-col-md-pull-1 {
        right: 4.16666667%
      }

      .theme-arco-col-md-pull-1.theme-arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .theme-arco-col-md-pull-2 {
        right: 8.33333333%
      }

      .theme-arco-col-md-pull-2.theme-arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .theme-arco-col-md-pull-3 {
        right: 12.5%
      }

      .theme-arco-col-md-pull-3.theme-arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .theme-arco-col-md-pull-4 {
        right: 16.66666667%
      }

      .theme-arco-col-md-pull-4.theme-arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .theme-arco-col-md-pull-5 {
        right: 20.83333333%
      }

      .theme-arco-col-md-pull-5.theme-arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .theme-arco-col-md-pull-6 {
        right: 25%
      }

      .theme-arco-col-md-pull-6.theme-arco-col-rtl {
        left: 25%;
        right: unset
      }

      .theme-arco-col-md-pull-7 {
        right: 29.16666667%
      }

      .theme-arco-col-md-pull-7.theme-arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .theme-arco-col-md-pull-8 {
        right: 33.33333333%
      }

      .theme-arco-col-md-pull-8.theme-arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .theme-arco-col-md-pull-9 {
        right: 37.5%
      }

      .theme-arco-col-md-pull-9.theme-arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .theme-arco-col-md-pull-10 {
        right: 41.66666667%
      }

      .theme-arco-col-md-pull-10.theme-arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .theme-arco-col-md-pull-11 {
        right: 45.83333333%
      }

      .theme-arco-col-md-pull-11.theme-arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .theme-arco-col-md-pull-12 {
        right: 50%
      }

      .theme-arco-col-md-pull-12.theme-arco-col-rtl {
        left: 50%;
        right: unset
      }

      .theme-arco-col-md-pull-13 {
        right: 54.16666667%
      }

      .theme-arco-col-md-pull-13.theme-arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .theme-arco-col-md-pull-14 {
        right: 58.33333333%
      }

      .theme-arco-col-md-pull-14.theme-arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .theme-arco-col-md-pull-15 {
        right: 62.5%
      }

      .theme-arco-col-md-pull-15.theme-arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .theme-arco-col-md-pull-16 {
        right: 66.66666667%
      }

      .theme-arco-col-md-pull-16.theme-arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .theme-arco-col-md-pull-17 {
        right: 70.83333333%
      }

      .theme-arco-col-md-pull-17.theme-arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .theme-arco-col-md-pull-18 {
        right: 75%
      }

      .theme-arco-col-md-pull-18.theme-arco-col-rtl {
        left: 75%;
        right: unset
      }

      .theme-arco-col-md-pull-19 {
        right: 79.16666667%
      }

      .theme-arco-col-md-pull-19.theme-arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .theme-arco-col-md-pull-20 {
        right: 83.33333333%
      }

      .theme-arco-col-md-pull-20.theme-arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .theme-arco-col-md-pull-21 {
        right: 87.5%
      }

      .theme-arco-col-md-pull-21.theme-arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .theme-arco-col-md-pull-22 {
        right: 91.66666667%
      }

      .theme-arco-col-md-pull-22.theme-arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .theme-arco-col-md-pull-23 {
        right: 95.83333333%
      }

      .theme-arco-col-md-pull-23.theme-arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .theme-arco-col-md-pull-24 {
        right: 100%
      }

      .theme-arco-col-md-pull-24.theme-arco-col-rtl {
        left: 100%;
        right: unset
      }

      .theme-arco-col-md-push-0 {
        left: 0
      }

      .theme-arco-col-md-push-0.theme-arco-col-rtl {
        left: unset;
        right: 0
      }

      .theme-arco-col-md-push-1 {
        left: 4.16666667%
      }

      .theme-arco-col-md-push-1.theme-arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .theme-arco-col-md-push-2 {
        left: 8.33333333%
      }

      .theme-arco-col-md-push-2.theme-arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .theme-arco-col-md-push-3 {
        left: 12.5%
      }

      .theme-arco-col-md-push-3.theme-arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .theme-arco-col-md-push-4 {
        left: 16.66666667%
      }

      .theme-arco-col-md-push-4.theme-arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .theme-arco-col-md-push-5 {
        left: 20.83333333%
      }

      .theme-arco-col-md-push-5.theme-arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .theme-arco-col-md-push-6 {
        left: 25%
      }

      .theme-arco-col-md-push-6.theme-arco-col-rtl {
        left: unset;
        right: 25%
      }

      .theme-arco-col-md-push-7 {
        left: 29.16666667%
      }

      .theme-arco-col-md-push-7.theme-arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .theme-arco-col-md-push-8 {
        left: 33.33333333%
      }

      .theme-arco-col-md-push-8.theme-arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .theme-arco-col-md-push-9 {
        left: 37.5%
      }

      .theme-arco-col-md-push-9.theme-arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .theme-arco-col-md-push-10 {
        left: 41.66666667%
      }

      .theme-arco-col-md-push-10.theme-arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .theme-arco-col-md-push-11 {
        left: 45.83333333%
      }

      .theme-arco-col-md-push-11.theme-arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .theme-arco-col-md-push-12 {
        left: 50%
      }

      .theme-arco-col-md-push-12.theme-arco-col-rtl {
        left: unset;
        right: 50%
      }

      .theme-arco-col-md-push-13 {
        left: 54.16666667%
      }

      .theme-arco-col-md-push-13.theme-arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .theme-arco-col-md-push-14 {
        left: 58.33333333%
      }

      .theme-arco-col-md-push-14.theme-arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .theme-arco-col-md-push-15 {
        left: 62.5%
      }

      .theme-arco-col-md-push-15.theme-arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .theme-arco-col-md-push-16 {
        left: 66.66666667%
      }

      .theme-arco-col-md-push-16.theme-arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .theme-arco-col-md-push-17 {
        left: 70.83333333%
      }

      .theme-arco-col-md-push-17.theme-arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .theme-arco-col-md-push-18 {
        left: 75%
      }

      .theme-arco-col-md-push-18.theme-arco-col-rtl {
        left: unset;
        right: 75%
      }

      .theme-arco-col-md-push-19 {
        left: 79.16666667%
      }

      .theme-arco-col-md-push-19.theme-arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .theme-arco-col-md-push-20 {
        left: 83.33333333%
      }

      .theme-arco-col-md-push-20.theme-arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .theme-arco-col-md-push-21 {
        left: 87.5%
      }

      .theme-arco-col-md-push-21.theme-arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .theme-arco-col-md-push-22 {
        left: 91.66666667%
      }

      .theme-arco-col-md-push-22.theme-arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .theme-arco-col-md-push-23 {
        left: 95.83333333%
      }

      .theme-arco-col-md-push-23.theme-arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .theme-arco-col-md-push-24 {
        left: 100%
      }

      .theme-arco-col-md-push-24.theme-arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    @media (min-width:992px) {
      .theme-arco-col-lg-0 {
        display: none
      }

      .theme-arco-col-lg-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .theme-arco-col-lg-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .theme-arco-col-lg-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .theme-arco-col-lg-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .theme-arco-col-lg-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .theme-arco-col-lg-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .theme-arco-col-lg-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .theme-arco-col-lg-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .theme-arco-col-lg-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .theme-arco-col-lg-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .theme-arco-col-lg-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .theme-arco-col-lg-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .theme-arco-col-lg-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .theme-arco-col-lg-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .theme-arco-col-lg-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .theme-arco-col-lg-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .theme-arco-col-lg-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .theme-arco-col-lg-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .theme-arco-col-lg-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .theme-arco-col-lg-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .theme-arco-col-lg-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .theme-arco-col-lg-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .theme-arco-col-lg-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .theme-arco-col-lg-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .theme-arco-col-lg-offset-0 {
        margin-left: 0
      }

      .theme-arco-col-lg-offset-0.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .theme-arco-col-lg-offset-1 {
        margin-left: 4.16666667%
      }

      .theme-arco-col-lg-offset-1.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .theme-arco-col-lg-offset-2 {
        margin-left: 8.33333333%
      }

      .theme-arco-col-lg-offset-2.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .theme-arco-col-lg-offset-3 {
        margin-left: 12.5%
      }

      .theme-arco-col-lg-offset-3.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .theme-arco-col-lg-offset-4 {
        margin-left: 16.66666667%
      }

      .theme-arco-col-lg-offset-4.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .theme-arco-col-lg-offset-5 {
        margin-left: 20.83333333%
      }

      .theme-arco-col-lg-offset-5.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .theme-arco-col-lg-offset-6 {
        margin-left: 25%
      }

      .theme-arco-col-lg-offset-6.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .theme-arco-col-lg-offset-7 {
        margin-left: 29.16666667%
      }

      .theme-arco-col-lg-offset-7.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .theme-arco-col-lg-offset-8 {
        margin-left: 33.33333333%
      }

      .theme-arco-col-lg-offset-8.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .theme-arco-col-lg-offset-9 {
        margin-left: 37.5%
      }

      .theme-arco-col-lg-offset-9.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .theme-arco-col-lg-offset-10 {
        margin-left: 41.66666667%
      }

      .theme-arco-col-lg-offset-10.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .theme-arco-col-lg-offset-11 {
        margin-left: 45.83333333%
      }

      .theme-arco-col-lg-offset-11.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .theme-arco-col-lg-offset-12 {
        margin-left: 50%
      }

      .theme-arco-col-lg-offset-12.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .theme-arco-col-lg-offset-13 {
        margin-left: 54.16666667%
      }

      .theme-arco-col-lg-offset-13.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .theme-arco-col-lg-offset-14 {
        margin-left: 58.33333333%
      }

      .theme-arco-col-lg-offset-14.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .theme-arco-col-lg-offset-15 {
        margin-left: 62.5%
      }

      .theme-arco-col-lg-offset-15.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .theme-arco-col-lg-offset-16 {
        margin-left: 66.66666667%
      }

      .theme-arco-col-lg-offset-16.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .theme-arco-col-lg-offset-17 {
        margin-left: 70.83333333%
      }

      .theme-arco-col-lg-offset-17.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .theme-arco-col-lg-offset-18 {
        margin-left: 75%
      }

      .theme-arco-col-lg-offset-18.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .theme-arco-col-lg-offset-19 {
        margin-left: 79.16666667%
      }

      .theme-arco-col-lg-offset-19.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .theme-arco-col-lg-offset-20 {
        margin-left: 83.33333333%
      }

      .theme-arco-col-lg-offset-20.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .theme-arco-col-lg-offset-21 {
        margin-left: 87.5%
      }

      .theme-arco-col-lg-offset-21.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .theme-arco-col-lg-offset-22 {
        margin-left: 91.66666667%
      }

      .theme-arco-col-lg-offset-22.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .theme-arco-col-lg-offset-23 {
        margin-left: 95.83333333%
      }

      .theme-arco-col-lg-offset-23.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .theme-arco-col-lg-order-0 {
        order: 0
      }

      .theme-arco-col-lg-order-1 {
        order: 1
      }

      .theme-arco-col-lg-order-2 {
        order: 2
      }

      .theme-arco-col-lg-order-3 {
        order: 3
      }

      .theme-arco-col-lg-order-4 {
        order: 4
      }

      .theme-arco-col-lg-order-5 {
        order: 5
      }

      .theme-arco-col-lg-order-6 {
        order: 6
      }

      .theme-arco-col-lg-order-7 {
        order: 7
      }

      .theme-arco-col-lg-order-8 {
        order: 8
      }

      .theme-arco-col-lg-order-9 {
        order: 9
      }

      .theme-arco-col-lg-order-10 {
        order: 10
      }

      .theme-arco-col-lg-order-11 {
        order: 11
      }

      .theme-arco-col-lg-order-12 {
        order: 12
      }

      .theme-arco-col-lg-order-13 {
        order: 13
      }

      .theme-arco-col-lg-order-14 {
        order: 14
      }

      .theme-arco-col-lg-order-15 {
        order: 15
      }

      .theme-arco-col-lg-order-16 {
        order: 16
      }

      .theme-arco-col-lg-order-17 {
        order: 17
      }

      .theme-arco-col-lg-order-18 {
        order: 18
      }

      .theme-arco-col-lg-order-19 {
        order: 19
      }

      .theme-arco-col-lg-order-20 {
        order: 20
      }

      .theme-arco-col-lg-order-21 {
        order: 21
      }

      .theme-arco-col-lg-order-22 {
        order: 22
      }

      .theme-arco-col-lg-order-23 {
        order: 23
      }

      .theme-arco-col-lg-order-24 {
        order: 24
      }

      .theme-arco-col-lg-pull-0 {
        right: 0
      }

      .theme-arco-col-lg-pull-0.theme-arco-col-rtl {
        left: 0;
        right: unset
      }

      .theme-arco-col-lg-pull-1 {
        right: 4.16666667%
      }

      .theme-arco-col-lg-pull-1.theme-arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .theme-arco-col-lg-pull-2 {
        right: 8.33333333%
      }

      .theme-arco-col-lg-pull-2.theme-arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .theme-arco-col-lg-pull-3 {
        right: 12.5%
      }

      .theme-arco-col-lg-pull-3.theme-arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .theme-arco-col-lg-pull-4 {
        right: 16.66666667%
      }

      .theme-arco-col-lg-pull-4.theme-arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .theme-arco-col-lg-pull-5 {
        right: 20.83333333%
      }

      .theme-arco-col-lg-pull-5.theme-arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .theme-arco-col-lg-pull-6 {
        right: 25%
      }

      .theme-arco-col-lg-pull-6.theme-arco-col-rtl {
        left: 25%;
        right: unset
      }

      .theme-arco-col-lg-pull-7 {
        right: 29.16666667%
      }

      .theme-arco-col-lg-pull-7.theme-arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .theme-arco-col-lg-pull-8 {
        right: 33.33333333%
      }

      .theme-arco-col-lg-pull-8.theme-arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .theme-arco-col-lg-pull-9 {
        right: 37.5%
      }

      .theme-arco-col-lg-pull-9.theme-arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .theme-arco-col-lg-pull-10 {
        right: 41.66666667%
      }

      .theme-arco-col-lg-pull-10.theme-arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .theme-arco-col-lg-pull-11 {
        right: 45.83333333%
      }

      .theme-arco-col-lg-pull-11.theme-arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .theme-arco-col-lg-pull-12 {
        right: 50%
      }

      .theme-arco-col-lg-pull-12.theme-arco-col-rtl {
        left: 50%;
        right: unset
      }

      .theme-arco-col-lg-pull-13 {
        right: 54.16666667%
      }

      .theme-arco-col-lg-pull-13.theme-arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .theme-arco-col-lg-pull-14 {
        right: 58.33333333%
      }

      .theme-arco-col-lg-pull-14.theme-arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .theme-arco-col-lg-pull-15 {
        right: 62.5%
      }

      .theme-arco-col-lg-pull-15.theme-arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .theme-arco-col-lg-pull-16 {
        right: 66.66666667%
      }

      .theme-arco-col-lg-pull-16.theme-arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .theme-arco-col-lg-pull-17 {
        right: 70.83333333%
      }

      .theme-arco-col-lg-pull-17.theme-arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .theme-arco-col-lg-pull-18 {
        right: 75%
      }

      .theme-arco-col-lg-pull-18.theme-arco-col-rtl {
        left: 75%;
        right: unset
      }

      .theme-arco-col-lg-pull-19 {
        right: 79.16666667%
      }

      .theme-arco-col-lg-pull-19.theme-arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .theme-arco-col-lg-pull-20 {
        right: 83.33333333%
      }

      .theme-arco-col-lg-pull-20.theme-arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .theme-arco-col-lg-pull-21 {
        right: 87.5%
      }

      .theme-arco-col-lg-pull-21.theme-arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .theme-arco-col-lg-pull-22 {
        right: 91.66666667%
      }

      .theme-arco-col-lg-pull-22.theme-arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .theme-arco-col-lg-pull-23 {
        right: 95.83333333%
      }

      .theme-arco-col-lg-pull-23.theme-arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .theme-arco-col-lg-pull-24 {
        right: 100%
      }

      .theme-arco-col-lg-pull-24.theme-arco-col-rtl {
        left: 100%;
        right: unset
      }

      .theme-arco-col-lg-push-0 {
        left: 0
      }

      .theme-arco-col-lg-push-0.theme-arco-col-rtl {
        left: unset;
        right: 0
      }

      .theme-arco-col-lg-push-1 {
        left: 4.16666667%
      }

      .theme-arco-col-lg-push-1.theme-arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .theme-arco-col-lg-push-2 {
        left: 8.33333333%
      }

      .theme-arco-col-lg-push-2.theme-arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .theme-arco-col-lg-push-3 {
        left: 12.5%
      }

      .theme-arco-col-lg-push-3.theme-arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .theme-arco-col-lg-push-4 {
        left: 16.66666667%
      }

      .theme-arco-col-lg-push-4.theme-arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .theme-arco-col-lg-push-5 {
        left: 20.83333333%
      }

      .theme-arco-col-lg-push-5.theme-arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .theme-arco-col-lg-push-6 {
        left: 25%
      }

      .theme-arco-col-lg-push-6.theme-arco-col-rtl {
        left: unset;
        right: 25%
      }

      .theme-arco-col-lg-push-7 {
        left: 29.16666667%
      }

      .theme-arco-col-lg-push-7.theme-arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .theme-arco-col-lg-push-8 {
        left: 33.33333333%
      }

      .theme-arco-col-lg-push-8.theme-arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .theme-arco-col-lg-push-9 {
        left: 37.5%
      }

      .theme-arco-col-lg-push-9.theme-arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .theme-arco-col-lg-push-10 {
        left: 41.66666667%
      }

      .theme-arco-col-lg-push-10.theme-arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .theme-arco-col-lg-push-11 {
        left: 45.83333333%
      }

      .theme-arco-col-lg-push-11.theme-arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .theme-arco-col-lg-push-12 {
        left: 50%
      }

      .theme-arco-col-lg-push-12.theme-arco-col-rtl {
        left: unset;
        right: 50%
      }

      .theme-arco-col-lg-push-13 {
        left: 54.16666667%
      }

      .theme-arco-col-lg-push-13.theme-arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .theme-arco-col-lg-push-14 {
        left: 58.33333333%
      }

      .theme-arco-col-lg-push-14.theme-arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .theme-arco-col-lg-push-15 {
        left: 62.5%
      }

      .theme-arco-col-lg-push-15.theme-arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .theme-arco-col-lg-push-16 {
        left: 66.66666667%
      }

      .theme-arco-col-lg-push-16.theme-arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .theme-arco-col-lg-push-17 {
        left: 70.83333333%
      }

      .theme-arco-col-lg-push-17.theme-arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .theme-arco-col-lg-push-18 {
        left: 75%
      }

      .theme-arco-col-lg-push-18.theme-arco-col-rtl {
        left: unset;
        right: 75%
      }

      .theme-arco-col-lg-push-19 {
        left: 79.16666667%
      }

      .theme-arco-col-lg-push-19.theme-arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .theme-arco-col-lg-push-20 {
        left: 83.33333333%
      }

      .theme-arco-col-lg-push-20.theme-arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .theme-arco-col-lg-push-21 {
        left: 87.5%
      }

      .theme-arco-col-lg-push-21.theme-arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .theme-arco-col-lg-push-22 {
        left: 91.66666667%
      }

      .theme-arco-col-lg-push-22.theme-arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .theme-arco-col-lg-push-23 {
        left: 95.83333333%
      }

      .theme-arco-col-lg-push-23.theme-arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .theme-arco-col-lg-push-24 {
        left: 100%
      }

      .theme-arco-col-lg-push-24.theme-arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    @media (min-width:1200px) {
      .theme-arco-col-xl-0 {
        display: none
      }

      .theme-arco-col-xl-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .theme-arco-col-xl-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .theme-arco-col-xl-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .theme-arco-col-xl-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .theme-arco-col-xl-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .theme-arco-col-xl-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .theme-arco-col-xl-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .theme-arco-col-xl-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .theme-arco-col-xl-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .theme-arco-col-xl-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .theme-arco-col-xl-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .theme-arco-col-xl-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .theme-arco-col-xl-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .theme-arco-col-xl-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .theme-arco-col-xl-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .theme-arco-col-xl-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .theme-arco-col-xl-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .theme-arco-col-xl-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .theme-arco-col-xl-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .theme-arco-col-xl-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .theme-arco-col-xl-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .theme-arco-col-xl-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .theme-arco-col-xl-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .theme-arco-col-xl-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .theme-arco-col-xl-offset-0 {
        margin-left: 0
      }

      .theme-arco-col-xl-offset-0.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .theme-arco-col-xl-offset-1 {
        margin-left: 4.16666667%
      }

      .theme-arco-col-xl-offset-1.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .theme-arco-col-xl-offset-2 {
        margin-left: 8.33333333%
      }

      .theme-arco-col-xl-offset-2.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .theme-arco-col-xl-offset-3 {
        margin-left: 12.5%
      }

      .theme-arco-col-xl-offset-3.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .theme-arco-col-xl-offset-4 {
        margin-left: 16.66666667%
      }

      .theme-arco-col-xl-offset-4.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .theme-arco-col-xl-offset-5 {
        margin-left: 20.83333333%
      }

      .theme-arco-col-xl-offset-5.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .theme-arco-col-xl-offset-6 {
        margin-left: 25%
      }

      .theme-arco-col-xl-offset-6.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .theme-arco-col-xl-offset-7 {
        margin-left: 29.16666667%
      }

      .theme-arco-col-xl-offset-7.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .theme-arco-col-xl-offset-8 {
        margin-left: 33.33333333%
      }

      .theme-arco-col-xl-offset-8.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .theme-arco-col-xl-offset-9 {
        margin-left: 37.5%
      }

      .theme-arco-col-xl-offset-9.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .theme-arco-col-xl-offset-10 {
        margin-left: 41.66666667%
      }

      .theme-arco-col-xl-offset-10.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .theme-arco-col-xl-offset-11 {
        margin-left: 45.83333333%
      }

      .theme-arco-col-xl-offset-11.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .theme-arco-col-xl-offset-12 {
        margin-left: 50%
      }

      .theme-arco-col-xl-offset-12.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .theme-arco-col-xl-offset-13 {
        margin-left: 54.16666667%
      }

      .theme-arco-col-xl-offset-13.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .theme-arco-col-xl-offset-14 {
        margin-left: 58.33333333%
      }

      .theme-arco-col-xl-offset-14.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .theme-arco-col-xl-offset-15 {
        margin-left: 62.5%
      }

      .theme-arco-col-xl-offset-15.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .theme-arco-col-xl-offset-16 {
        margin-left: 66.66666667%
      }

      .theme-arco-col-xl-offset-16.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .theme-arco-col-xl-offset-17 {
        margin-left: 70.83333333%
      }

      .theme-arco-col-xl-offset-17.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .theme-arco-col-xl-offset-18 {
        margin-left: 75%
      }

      .theme-arco-col-xl-offset-18.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .theme-arco-col-xl-offset-19 {
        margin-left: 79.16666667%
      }

      .theme-arco-col-xl-offset-19.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .theme-arco-col-xl-offset-20 {
        margin-left: 83.33333333%
      }

      .theme-arco-col-xl-offset-20.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .theme-arco-col-xl-offset-21 {
        margin-left: 87.5%
      }

      .theme-arco-col-xl-offset-21.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .theme-arco-col-xl-offset-22 {
        margin-left: 91.66666667%
      }

      .theme-arco-col-xl-offset-22.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .theme-arco-col-xl-offset-23 {
        margin-left: 95.83333333%
      }

      .theme-arco-col-xl-offset-23.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .theme-arco-col-xl-order-0 {
        order: 0
      }

      .theme-arco-col-xl-order-1 {
        order: 1
      }

      .theme-arco-col-xl-order-2 {
        order: 2
      }

      .theme-arco-col-xl-order-3 {
        order: 3
      }

      .theme-arco-col-xl-order-4 {
        order: 4
      }

      .theme-arco-col-xl-order-5 {
        order: 5
      }

      .theme-arco-col-xl-order-6 {
        order: 6
      }

      .theme-arco-col-xl-order-7 {
        order: 7
      }

      .theme-arco-col-xl-order-8 {
        order: 8
      }

      .theme-arco-col-xl-order-9 {
        order: 9
      }

      .theme-arco-col-xl-order-10 {
        order: 10
      }

      .theme-arco-col-xl-order-11 {
        order: 11
      }

      .theme-arco-col-xl-order-12 {
        order: 12
      }

      .theme-arco-col-xl-order-13 {
        order: 13
      }

      .theme-arco-col-xl-order-14 {
        order: 14
      }

      .theme-arco-col-xl-order-15 {
        order: 15
      }

      .theme-arco-col-xl-order-16 {
        order: 16
      }

      .theme-arco-col-xl-order-17 {
        order: 17
      }

      .theme-arco-col-xl-order-18 {
        order: 18
      }

      .theme-arco-col-xl-order-19 {
        order: 19
      }

      .theme-arco-col-xl-order-20 {
        order: 20
      }

      .theme-arco-col-xl-order-21 {
        order: 21
      }

      .theme-arco-col-xl-order-22 {
        order: 22
      }

      .theme-arco-col-xl-order-23 {
        order: 23
      }

      .theme-arco-col-xl-order-24 {
        order: 24
      }

      .theme-arco-col-xl-pull-0 {
        right: 0
      }

      .theme-arco-col-xl-pull-0.theme-arco-col-rtl {
        left: 0;
        right: unset
      }

      .theme-arco-col-xl-pull-1 {
        right: 4.16666667%
      }

      .theme-arco-col-xl-pull-1.theme-arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .theme-arco-col-xl-pull-2 {
        right: 8.33333333%
      }

      .theme-arco-col-xl-pull-2.theme-arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .theme-arco-col-xl-pull-3 {
        right: 12.5%
      }

      .theme-arco-col-xl-pull-3.theme-arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .theme-arco-col-xl-pull-4 {
        right: 16.66666667%
      }

      .theme-arco-col-xl-pull-4.theme-arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .theme-arco-col-xl-pull-5 {
        right: 20.83333333%
      }

      .theme-arco-col-xl-pull-5.theme-arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .theme-arco-col-xl-pull-6 {
        right: 25%
      }

      .theme-arco-col-xl-pull-6.theme-arco-col-rtl {
        left: 25%;
        right: unset
      }

      .theme-arco-col-xl-pull-7 {
        right: 29.16666667%
      }

      .theme-arco-col-xl-pull-7.theme-arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .theme-arco-col-xl-pull-8 {
        right: 33.33333333%
      }

      .theme-arco-col-xl-pull-8.theme-arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .theme-arco-col-xl-pull-9 {
        right: 37.5%
      }

      .theme-arco-col-xl-pull-9.theme-arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .theme-arco-col-xl-pull-10 {
        right: 41.66666667%
      }

      .theme-arco-col-xl-pull-10.theme-arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .theme-arco-col-xl-pull-11 {
        right: 45.83333333%
      }

      .theme-arco-col-xl-pull-11.theme-arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .theme-arco-col-xl-pull-12 {
        right: 50%
      }

      .theme-arco-col-xl-pull-12.theme-arco-col-rtl {
        left: 50%;
        right: unset
      }

      .theme-arco-col-xl-pull-13 {
        right: 54.16666667%
      }

      .theme-arco-col-xl-pull-13.theme-arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .theme-arco-col-xl-pull-14 {
        right: 58.33333333%
      }

      .theme-arco-col-xl-pull-14.theme-arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .theme-arco-col-xl-pull-15 {
        right: 62.5%
      }

      .theme-arco-col-xl-pull-15.theme-arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .theme-arco-col-xl-pull-16 {
        right: 66.66666667%
      }

      .theme-arco-col-xl-pull-16.theme-arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .theme-arco-col-xl-pull-17 {
        right: 70.83333333%
      }

      .theme-arco-col-xl-pull-17.theme-arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .theme-arco-col-xl-pull-18 {
        right: 75%
      }

      .theme-arco-col-xl-pull-18.theme-arco-col-rtl {
        left: 75%;
        right: unset
      }

      .theme-arco-col-xl-pull-19 {
        right: 79.16666667%
      }

      .theme-arco-col-xl-pull-19.theme-arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .theme-arco-col-xl-pull-20 {
        right: 83.33333333%
      }

      .theme-arco-col-xl-pull-20.theme-arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .theme-arco-col-xl-pull-21 {
        right: 87.5%
      }

      .theme-arco-col-xl-pull-21.theme-arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .theme-arco-col-xl-pull-22 {
        right: 91.66666667%
      }

      .theme-arco-col-xl-pull-22.theme-arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .theme-arco-col-xl-pull-23 {
        right: 95.83333333%
      }

      .theme-arco-col-xl-pull-23.theme-arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .theme-arco-col-xl-pull-24 {
        right: 100%
      }

      .theme-arco-col-xl-pull-24.theme-arco-col-rtl {
        left: 100%;
        right: unset
      }

      .theme-arco-col-xl-push-0 {
        left: 0
      }

      .theme-arco-col-xl-push-0.theme-arco-col-rtl {
        left: unset;
        right: 0
      }

      .theme-arco-col-xl-push-1 {
        left: 4.16666667%
      }

      .theme-arco-col-xl-push-1.theme-arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .theme-arco-col-xl-push-2 {
        left: 8.33333333%
      }

      .theme-arco-col-xl-push-2.theme-arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .theme-arco-col-xl-push-3 {
        left: 12.5%
      }

      .theme-arco-col-xl-push-3.theme-arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .theme-arco-col-xl-push-4 {
        left: 16.66666667%
      }

      .theme-arco-col-xl-push-4.theme-arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .theme-arco-col-xl-push-5 {
        left: 20.83333333%
      }

      .theme-arco-col-xl-push-5.theme-arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .theme-arco-col-xl-push-6 {
        left: 25%
      }

      .theme-arco-col-xl-push-6.theme-arco-col-rtl {
        left: unset;
        right: 25%
      }

      .theme-arco-col-xl-push-7 {
        left: 29.16666667%
      }

      .theme-arco-col-xl-push-7.theme-arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .theme-arco-col-xl-push-8 {
        left: 33.33333333%
      }

      .theme-arco-col-xl-push-8.theme-arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .theme-arco-col-xl-push-9 {
        left: 37.5%
      }

      .theme-arco-col-xl-push-9.theme-arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .theme-arco-col-xl-push-10 {
        left: 41.66666667%
      }

      .theme-arco-col-xl-push-10.theme-arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .theme-arco-col-xl-push-11 {
        left: 45.83333333%
      }

      .theme-arco-col-xl-push-11.theme-arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .theme-arco-col-xl-push-12 {
        left: 50%
      }

      .theme-arco-col-xl-push-12.theme-arco-col-rtl {
        left: unset;
        right: 50%
      }

      .theme-arco-col-xl-push-13 {
        left: 54.16666667%
      }

      .theme-arco-col-xl-push-13.theme-arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .theme-arco-col-xl-push-14 {
        left: 58.33333333%
      }

      .theme-arco-col-xl-push-14.theme-arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .theme-arco-col-xl-push-15 {
        left: 62.5%
      }

      .theme-arco-col-xl-push-15.theme-arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .theme-arco-col-xl-push-16 {
        left: 66.66666667%
      }

      .theme-arco-col-xl-push-16.theme-arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .theme-arco-col-xl-push-17 {
        left: 70.83333333%
      }

      .theme-arco-col-xl-push-17.theme-arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .theme-arco-col-xl-push-18 {
        left: 75%
      }

      .theme-arco-col-xl-push-18.theme-arco-col-rtl {
        left: unset;
        right: 75%
      }

      .theme-arco-col-xl-push-19 {
        left: 79.16666667%
      }

      .theme-arco-col-xl-push-19.theme-arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .theme-arco-col-xl-push-20 {
        left: 83.33333333%
      }

      .theme-arco-col-xl-push-20.theme-arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .theme-arco-col-xl-push-21 {
        left: 87.5%
      }

      .theme-arco-col-xl-push-21.theme-arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .theme-arco-col-xl-push-22 {
        left: 91.66666667%
      }

      .theme-arco-col-xl-push-22.theme-arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .theme-arco-col-xl-push-23 {
        left: 95.83333333%
      }

      .theme-arco-col-xl-push-23.theme-arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .theme-arco-col-xl-push-24 {
        left: 100%
      }

      .theme-arco-col-xl-push-24.theme-arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    @media (min-width:1600px) {
      .theme-arco-col-xxl-0 {
        display: none
      }

      .theme-arco-col-xxl-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .theme-arco-col-xxl-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .theme-arco-col-xxl-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .theme-arco-col-xxl-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .theme-arco-col-xxl-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .theme-arco-col-xxl-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .theme-arco-col-xxl-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .theme-arco-col-xxl-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .theme-arco-col-xxl-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .theme-arco-col-xxl-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .theme-arco-col-xxl-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .theme-arco-col-xxl-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .theme-arco-col-xxl-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .theme-arco-col-xxl-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .theme-arco-col-xxl-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .theme-arco-col-xxl-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .theme-arco-col-xxl-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .theme-arco-col-xxl-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .theme-arco-col-xxl-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .theme-arco-col-xxl-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .theme-arco-col-xxl-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .theme-arco-col-xxl-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .theme-arco-col-xxl-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .theme-arco-col-xxl-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .theme-arco-col-xxl-offset-0 {
        margin-left: 0
      }

      .theme-arco-col-xxl-offset-0.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .theme-arco-col-xxl-offset-1 {
        margin-left: 4.16666667%
      }

      .theme-arco-col-xxl-offset-1.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .theme-arco-col-xxl-offset-2 {
        margin-left: 8.33333333%
      }

      .theme-arco-col-xxl-offset-2.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .theme-arco-col-xxl-offset-3 {
        margin-left: 12.5%
      }

      .theme-arco-col-xxl-offset-3.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .theme-arco-col-xxl-offset-4 {
        margin-left: 16.66666667%
      }

      .theme-arco-col-xxl-offset-4.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .theme-arco-col-xxl-offset-5 {
        margin-left: 20.83333333%
      }

      .theme-arco-col-xxl-offset-5.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .theme-arco-col-xxl-offset-6 {
        margin-left: 25%
      }

      .theme-arco-col-xxl-offset-6.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .theme-arco-col-xxl-offset-7 {
        margin-left: 29.16666667%
      }

      .theme-arco-col-xxl-offset-7.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .theme-arco-col-xxl-offset-8 {
        margin-left: 33.33333333%
      }

      .theme-arco-col-xxl-offset-8.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .theme-arco-col-xxl-offset-9 {
        margin-left: 37.5%
      }

      .theme-arco-col-xxl-offset-9.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .theme-arco-col-xxl-offset-10 {
        margin-left: 41.66666667%
      }

      .theme-arco-col-xxl-offset-10.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .theme-arco-col-xxl-offset-11 {
        margin-left: 45.83333333%
      }

      .theme-arco-col-xxl-offset-11.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .theme-arco-col-xxl-offset-12 {
        margin-left: 50%
      }

      .theme-arco-col-xxl-offset-12.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .theme-arco-col-xxl-offset-13 {
        margin-left: 54.16666667%
      }

      .theme-arco-col-xxl-offset-13.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .theme-arco-col-xxl-offset-14 {
        margin-left: 58.33333333%
      }

      .theme-arco-col-xxl-offset-14.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .theme-arco-col-xxl-offset-15 {
        margin-left: 62.5%
      }

      .theme-arco-col-xxl-offset-15.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .theme-arco-col-xxl-offset-16 {
        margin-left: 66.66666667%
      }

      .theme-arco-col-xxl-offset-16.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .theme-arco-col-xxl-offset-17 {
        margin-left: 70.83333333%
      }

      .theme-arco-col-xxl-offset-17.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .theme-arco-col-xxl-offset-18 {
        margin-left: 75%
      }

      .theme-arco-col-xxl-offset-18.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .theme-arco-col-xxl-offset-19 {
        margin-left: 79.16666667%
      }

      .theme-arco-col-xxl-offset-19.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .theme-arco-col-xxl-offset-20 {
        margin-left: 83.33333333%
      }

      .theme-arco-col-xxl-offset-20.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .theme-arco-col-xxl-offset-21 {
        margin-left: 87.5%
      }

      .theme-arco-col-xxl-offset-21.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .theme-arco-col-xxl-offset-22 {
        margin-left: 91.66666667%
      }

      .theme-arco-col-xxl-offset-22.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .theme-arco-col-xxl-offset-23 {
        margin-left: 95.83333333%
      }

      .theme-arco-col-xxl-offset-23.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .theme-arco-col-xxl-order-0 {
        order: 0
      }

      .theme-arco-col-xxl-order-1 {
        order: 1
      }

      .theme-arco-col-xxl-order-2 {
        order: 2
      }

      .theme-arco-col-xxl-order-3 {
        order: 3
      }

      .theme-arco-col-xxl-order-4 {
        order: 4
      }

      .theme-arco-col-xxl-order-5 {
        order: 5
      }

      .theme-arco-col-xxl-order-6 {
        order: 6
      }

      .theme-arco-col-xxl-order-7 {
        order: 7
      }

      .theme-arco-col-xxl-order-8 {
        order: 8
      }

      .theme-arco-col-xxl-order-9 {
        order: 9
      }

      .theme-arco-col-xxl-order-10 {
        order: 10
      }

      .theme-arco-col-xxl-order-11 {
        order: 11
      }

      .theme-arco-col-xxl-order-12 {
        order: 12
      }

      .theme-arco-col-xxl-order-13 {
        order: 13
      }

      .theme-arco-col-xxl-order-14 {
        order: 14
      }

      .theme-arco-col-xxl-order-15 {
        order: 15
      }

      .theme-arco-col-xxl-order-16 {
        order: 16
      }

      .theme-arco-col-xxl-order-17 {
        order: 17
      }

      .theme-arco-col-xxl-order-18 {
        order: 18
      }

      .theme-arco-col-xxl-order-19 {
        order: 19
      }

      .theme-arco-col-xxl-order-20 {
        order: 20
      }

      .theme-arco-col-xxl-order-21 {
        order: 21
      }

      .theme-arco-col-xxl-order-22 {
        order: 22
      }

      .theme-arco-col-xxl-order-23 {
        order: 23
      }

      .theme-arco-col-xxl-order-24 {
        order: 24
      }

      .theme-arco-col-xxl-pull-0 {
        right: 0
      }

      .theme-arco-col-xxl-pull-0.theme-arco-col-rtl {
        left: 0;
        right: unset
      }

      .theme-arco-col-xxl-pull-1 {
        right: 4.16666667%
      }

      .theme-arco-col-xxl-pull-1.theme-arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .theme-arco-col-xxl-pull-2 {
        right: 8.33333333%
      }

      .theme-arco-col-xxl-pull-2.theme-arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .theme-arco-col-xxl-pull-3 {
        right: 12.5%
      }

      .theme-arco-col-xxl-pull-3.theme-arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .theme-arco-col-xxl-pull-4 {
        right: 16.66666667%
      }

      .theme-arco-col-xxl-pull-4.theme-arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .theme-arco-col-xxl-pull-5 {
        right: 20.83333333%
      }

      .theme-arco-col-xxl-pull-5.theme-arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .theme-arco-col-xxl-pull-6 {
        right: 25%
      }

      .theme-arco-col-xxl-pull-6.theme-arco-col-rtl {
        left: 25%;
        right: unset
      }

      .theme-arco-col-xxl-pull-7 {
        right: 29.16666667%
      }

      .theme-arco-col-xxl-pull-7.theme-arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .theme-arco-col-xxl-pull-8 {
        right: 33.33333333%
      }

      .theme-arco-col-xxl-pull-8.theme-arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .theme-arco-col-xxl-pull-9 {
        right: 37.5%
      }

      .theme-arco-col-xxl-pull-9.theme-arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .theme-arco-col-xxl-pull-10 {
        right: 41.66666667%
      }

      .theme-arco-col-xxl-pull-10.theme-arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .theme-arco-col-xxl-pull-11 {
        right: 45.83333333%
      }

      .theme-arco-col-xxl-pull-11.theme-arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .theme-arco-col-xxl-pull-12 {
        right: 50%
      }

      .theme-arco-col-xxl-pull-12.theme-arco-col-rtl {
        left: 50%;
        right: unset
      }

      .theme-arco-col-xxl-pull-13 {
        right: 54.16666667%
      }

      .theme-arco-col-xxl-pull-13.theme-arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .theme-arco-col-xxl-pull-14 {
        right: 58.33333333%
      }

      .theme-arco-col-xxl-pull-14.theme-arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .theme-arco-col-xxl-pull-15 {
        right: 62.5%
      }

      .theme-arco-col-xxl-pull-15.theme-arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .theme-arco-col-xxl-pull-16 {
        right: 66.66666667%
      }

      .theme-arco-col-xxl-pull-16.theme-arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .theme-arco-col-xxl-pull-17 {
        right: 70.83333333%
      }

      .theme-arco-col-xxl-pull-17.theme-arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .theme-arco-col-xxl-pull-18 {
        right: 75%
      }

      .theme-arco-col-xxl-pull-18.theme-arco-col-rtl {
        left: 75%;
        right: unset
      }

      .theme-arco-col-xxl-pull-19 {
        right: 79.16666667%
      }

      .theme-arco-col-xxl-pull-19.theme-arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .theme-arco-col-xxl-pull-20 {
        right: 83.33333333%
      }

      .theme-arco-col-xxl-pull-20.theme-arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .theme-arco-col-xxl-pull-21 {
        right: 87.5%
      }

      .theme-arco-col-xxl-pull-21.theme-arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .theme-arco-col-xxl-pull-22 {
        right: 91.66666667%
      }

      .theme-arco-col-xxl-pull-22.theme-arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .theme-arco-col-xxl-pull-23 {
        right: 95.83333333%
      }

      .theme-arco-col-xxl-pull-23.theme-arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .theme-arco-col-xxl-pull-24 {
        right: 100%
      }

      .theme-arco-col-xxl-pull-24.theme-arco-col-rtl {
        left: 100%;
        right: unset
      }

      .theme-arco-col-xxl-push-0 {
        left: 0
      }

      .theme-arco-col-xxl-push-0.theme-arco-col-rtl {
        left: unset;
        right: 0
      }

      .theme-arco-col-xxl-push-1 {
        left: 4.16666667%
      }

      .theme-arco-col-xxl-push-1.theme-arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .theme-arco-col-xxl-push-2 {
        left: 8.33333333%
      }

      .theme-arco-col-xxl-push-2.theme-arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .theme-arco-col-xxl-push-3 {
        left: 12.5%
      }

      .theme-arco-col-xxl-push-3.theme-arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .theme-arco-col-xxl-push-4 {
        left: 16.66666667%
      }

      .theme-arco-col-xxl-push-4.theme-arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .theme-arco-col-xxl-push-5 {
        left: 20.83333333%
      }

      .theme-arco-col-xxl-push-5.theme-arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .theme-arco-col-xxl-push-6 {
        left: 25%
      }

      .theme-arco-col-xxl-push-6.theme-arco-col-rtl {
        left: unset;
        right: 25%
      }

      .theme-arco-col-xxl-push-7 {
        left: 29.16666667%
      }

      .theme-arco-col-xxl-push-7.theme-arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .theme-arco-col-xxl-push-8 {
        left: 33.33333333%
      }

      .theme-arco-col-xxl-push-8.theme-arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .theme-arco-col-xxl-push-9 {
        left: 37.5%
      }

      .theme-arco-col-xxl-push-9.theme-arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .theme-arco-col-xxl-push-10 {
        left: 41.66666667%
      }

      .theme-arco-col-xxl-push-10.theme-arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .theme-arco-col-xxl-push-11 {
        left: 45.83333333%
      }

      .theme-arco-col-xxl-push-11.theme-arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .theme-arco-col-xxl-push-12 {
        left: 50%
      }

      .theme-arco-col-xxl-push-12.theme-arco-col-rtl {
        left: unset;
        right: 50%
      }

      .theme-arco-col-xxl-push-13 {
        left: 54.16666667%
      }

      .theme-arco-col-xxl-push-13.theme-arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .theme-arco-col-xxl-push-14 {
        left: 58.33333333%
      }

      .theme-arco-col-xxl-push-14.theme-arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .theme-arco-col-xxl-push-15 {
        left: 62.5%
      }

      .theme-arco-col-xxl-push-15.theme-arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .theme-arco-col-xxl-push-16 {
        left: 66.66666667%
      }

      .theme-arco-col-xxl-push-16.theme-arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .theme-arco-col-xxl-push-17 {
        left: 70.83333333%
      }

      .theme-arco-col-xxl-push-17.theme-arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .theme-arco-col-xxl-push-18 {
        left: 75%
      }

      .theme-arco-col-xxl-push-18.theme-arco-col-rtl {
        left: unset;
        right: 75%
      }

      .theme-arco-col-xxl-push-19 {
        left: 79.16666667%
      }

      .theme-arco-col-xxl-push-19.theme-arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .theme-arco-col-xxl-push-20 {
        left: 83.33333333%
      }

      .theme-arco-col-xxl-push-20.theme-arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .theme-arco-col-xxl-push-21 {
        left: 87.5%
      }

      .theme-arco-col-xxl-push-21.theme-arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .theme-arco-col-xxl-push-22 {
        left: 91.66666667%
      }

      .theme-arco-col-xxl-push-22.theme-arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .theme-arco-col-xxl-push-23 {
        left: 95.83333333%
      }

      .theme-arco-col-xxl-push-23.theme-arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .theme-arco-col-xxl-push-24 {
        left: 100%
      }

      .theme-arco-col-xxl-push-24.theme-arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    @media (min-width:2000px) {
      .theme-arco-col-xxxl-0 {
        display: none
      }

      .theme-arco-col-xxxl-1 {
        display: block;
        flex: 0 0 4.16666667%;
        width: 4.16666667%
      }

      .theme-arco-col-xxxl-2 {
        display: block;
        flex: 0 0 8.33333333%;
        width: 8.33333333%
      }

      .theme-arco-col-xxxl-3 {
        display: block;
        flex: 0 0 12.5%;
        width: 12.5%
      }

      .theme-arco-col-xxxl-4 {
        display: block;
        flex: 0 0 16.66666667%;
        width: 16.66666667%
      }

      .theme-arco-col-xxxl-5 {
        display: block;
        flex: 0 0 20.83333333%;
        width: 20.83333333%
      }

      .theme-arco-col-xxxl-6 {
        display: block;
        flex: 0 0 25%;
        width: 25%
      }

      .theme-arco-col-xxxl-7 {
        display: block;
        flex: 0 0 29.16666667%;
        width: 29.16666667%
      }

      .theme-arco-col-xxxl-8 {
        display: block;
        flex: 0 0 33.33333333%;
        width: 33.33333333%
      }

      .theme-arco-col-xxxl-9 {
        display: block;
        flex: 0 0 37.5%;
        width: 37.5%
      }

      .theme-arco-col-xxxl-10 {
        display: block;
        flex: 0 0 41.66666667%;
        width: 41.66666667%
      }

      .theme-arco-col-xxxl-11 {
        display: block;
        flex: 0 0 45.83333333%;
        width: 45.83333333%
      }

      .theme-arco-col-xxxl-12 {
        display: block;
        flex: 0 0 50%;
        width: 50%
      }

      .theme-arco-col-xxxl-13 {
        display: block;
        flex: 0 0 54.16666667%;
        width: 54.16666667%
      }

      .theme-arco-col-xxxl-14 {
        display: block;
        flex: 0 0 58.33333333%;
        width: 58.33333333%
      }

      .theme-arco-col-xxxl-15 {
        display: block;
        flex: 0 0 62.5%;
        width: 62.5%
      }

      .theme-arco-col-xxxl-16 {
        display: block;
        flex: 0 0 66.66666667%;
        width: 66.66666667%
      }

      .theme-arco-col-xxxl-17 {
        display: block;
        flex: 0 0 70.83333333%;
        width: 70.83333333%
      }

      .theme-arco-col-xxxl-18 {
        display: block;
        flex: 0 0 75%;
        width: 75%
      }

      .theme-arco-col-xxxl-19 {
        display: block;
        flex: 0 0 79.16666667%;
        width: 79.16666667%
      }

      .theme-arco-col-xxxl-20 {
        display: block;
        flex: 0 0 83.33333333%;
        width: 83.33333333%
      }

      .theme-arco-col-xxxl-21 {
        display: block;
        flex: 0 0 87.5%;
        width: 87.5%
      }

      .theme-arco-col-xxxl-22 {
        display: block;
        flex: 0 0 91.66666667%;
        width: 91.66666667%
      }

      .theme-arco-col-xxxl-23 {
        display: block;
        flex: 0 0 95.83333333%;
        width: 95.83333333%
      }

      .theme-arco-col-xxxl-24 {
        display: block;
        flex: 0 0 100%;
        width: 100%
      }

      .theme-arco-col-xxxl-offset-0 {
        margin-left: 0
      }

      .theme-arco-col-xxxl-offset-0.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 0
      }

      .theme-arco-col-xxxl-offset-1 {
        margin-left: 4.16666667%
      }

      .theme-arco-col-xxxl-offset-1.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 4.16666667%
      }

      .theme-arco-col-xxxl-offset-2 {
        margin-left: 8.33333333%
      }

      .theme-arco-col-xxxl-offset-2.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 8.33333333%
      }

      .theme-arco-col-xxxl-offset-3 {
        margin-left: 12.5%
      }

      .theme-arco-col-xxxl-offset-3.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 12.5%
      }

      .theme-arco-col-xxxl-offset-4 {
        margin-left: 16.66666667%
      }

      .theme-arco-col-xxxl-offset-4.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 16.66666667%
      }

      .theme-arco-col-xxxl-offset-5 {
        margin-left: 20.83333333%
      }

      .theme-arco-col-xxxl-offset-5.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 20.83333333%
      }

      .theme-arco-col-xxxl-offset-6 {
        margin-left: 25%
      }

      .theme-arco-col-xxxl-offset-6.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 25%
      }

      .theme-arco-col-xxxl-offset-7 {
        margin-left: 29.16666667%
      }

      .theme-arco-col-xxxl-offset-7.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 29.16666667%
      }

      .theme-arco-col-xxxl-offset-8 {
        margin-left: 33.33333333%
      }

      .theme-arco-col-xxxl-offset-8.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 33.33333333%
      }

      .theme-arco-col-xxxl-offset-9 {
        margin-left: 37.5%
      }

      .theme-arco-col-xxxl-offset-9.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 37.5%
      }

      .theme-arco-col-xxxl-offset-10 {
        margin-left: 41.66666667%
      }

      .theme-arco-col-xxxl-offset-10.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 41.66666667%
      }

      .theme-arco-col-xxxl-offset-11 {
        margin-left: 45.83333333%
      }

      .theme-arco-col-xxxl-offset-11.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 45.83333333%
      }

      .theme-arco-col-xxxl-offset-12 {
        margin-left: 50%
      }

      .theme-arco-col-xxxl-offset-12.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 50%
      }

      .theme-arco-col-xxxl-offset-13 {
        margin-left: 54.16666667%
      }

      .theme-arco-col-xxxl-offset-13.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 54.16666667%
      }

      .theme-arco-col-xxxl-offset-14 {
        margin-left: 58.33333333%
      }

      .theme-arco-col-xxxl-offset-14.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 58.33333333%
      }

      .theme-arco-col-xxxl-offset-15 {
        margin-left: 62.5%
      }

      .theme-arco-col-xxxl-offset-15.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 62.5%
      }

      .theme-arco-col-xxxl-offset-16 {
        margin-left: 66.66666667%
      }

      .theme-arco-col-xxxl-offset-16.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 66.66666667%
      }

      .theme-arco-col-xxxl-offset-17 {
        margin-left: 70.83333333%
      }

      .theme-arco-col-xxxl-offset-17.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 70.83333333%
      }

      .theme-arco-col-xxxl-offset-18 {
        margin-left: 75%
      }

      .theme-arco-col-xxxl-offset-18.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 75%
      }

      .theme-arco-col-xxxl-offset-19 {
        margin-left: 79.16666667%
      }

      .theme-arco-col-xxxl-offset-19.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 79.16666667%
      }

      .theme-arco-col-xxxl-offset-20 {
        margin-left: 83.33333333%
      }

      .theme-arco-col-xxxl-offset-20.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 83.33333333%
      }

      .theme-arco-col-xxxl-offset-21 {
        margin-left: 87.5%
      }

      .theme-arco-col-xxxl-offset-21.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 87.5%
      }

      .theme-arco-col-xxxl-offset-22 {
        margin-left: 91.66666667%
      }

      .theme-arco-col-xxxl-offset-22.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 91.66666667%
      }

      .theme-arco-col-xxxl-offset-23 {
        margin-left: 95.83333333%
      }

      .theme-arco-col-xxxl-offset-23.theme-arco-col-rtl {
        margin-left: 0;
        margin-right: 95.83333333%
      }

      .theme-arco-col-xxxl-order-0 {
        order: 0
      }

      .theme-arco-col-xxxl-order-1 {
        order: 1
      }

      .theme-arco-col-xxxl-order-2 {
        order: 2
      }

      .theme-arco-col-xxxl-order-3 {
        order: 3
      }

      .theme-arco-col-xxxl-order-4 {
        order: 4
      }

      .theme-arco-col-xxxl-order-5 {
        order: 5
      }

      .theme-arco-col-xxxl-order-6 {
        order: 6
      }

      .theme-arco-col-xxxl-order-7 {
        order: 7
      }

      .theme-arco-col-xxxl-order-8 {
        order: 8
      }

      .theme-arco-col-xxxl-order-9 {
        order: 9
      }

      .theme-arco-col-xxxl-order-10 {
        order: 10
      }

      .theme-arco-col-xxxl-order-11 {
        order: 11
      }

      .theme-arco-col-xxxl-order-12 {
        order: 12
      }

      .theme-arco-col-xxxl-order-13 {
        order: 13
      }

      .theme-arco-col-xxxl-order-14 {
        order: 14
      }

      .theme-arco-col-xxxl-order-15 {
        order: 15
      }

      .theme-arco-col-xxxl-order-16 {
        order: 16
      }

      .theme-arco-col-xxxl-order-17 {
        order: 17
      }

      .theme-arco-col-xxxl-order-18 {
        order: 18
      }

      .theme-arco-col-xxxl-order-19 {
        order: 19
      }

      .theme-arco-col-xxxl-order-20 {
        order: 20
      }

      .theme-arco-col-xxxl-order-21 {
        order: 21
      }

      .theme-arco-col-xxxl-order-22 {
        order: 22
      }

      .theme-arco-col-xxxl-order-23 {
        order: 23
      }

      .theme-arco-col-xxxl-order-24 {
        order: 24
      }

      .theme-arco-col-xxxl-pull-0 {
        right: 0
      }

      .theme-arco-col-xxxl-pull-0.theme-arco-col-rtl {
        left: 0;
        right: unset
      }

      .theme-arco-col-xxxl-pull-1 {
        right: 4.16666667%
      }

      .theme-arco-col-xxxl-pull-1.theme-arco-col-rtl {
        left: 4.16666667%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-2 {
        right: 8.33333333%
      }

      .theme-arco-col-xxxl-pull-2.theme-arco-col-rtl {
        left: 8.33333333%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-3 {
        right: 12.5%
      }

      .theme-arco-col-xxxl-pull-3.theme-arco-col-rtl {
        left: 12.5%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-4 {
        right: 16.66666667%
      }

      .theme-arco-col-xxxl-pull-4.theme-arco-col-rtl {
        left: 16.66666667%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-5 {
        right: 20.83333333%
      }

      .theme-arco-col-xxxl-pull-5.theme-arco-col-rtl {
        left: 20.83333333%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-6 {
        right: 25%
      }

      .theme-arco-col-xxxl-pull-6.theme-arco-col-rtl {
        left: 25%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-7 {
        right: 29.16666667%
      }

      .theme-arco-col-xxxl-pull-7.theme-arco-col-rtl {
        left: 29.16666667%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-8 {
        right: 33.33333333%
      }

      .theme-arco-col-xxxl-pull-8.theme-arco-col-rtl {
        left: 33.33333333%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-9 {
        right: 37.5%
      }

      .theme-arco-col-xxxl-pull-9.theme-arco-col-rtl {
        left: 37.5%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-10 {
        right: 41.66666667%
      }

      .theme-arco-col-xxxl-pull-10.theme-arco-col-rtl {
        left: 41.66666667%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-11 {
        right: 45.83333333%
      }

      .theme-arco-col-xxxl-pull-11.theme-arco-col-rtl {
        left: 45.83333333%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-12 {
        right: 50%
      }

      .theme-arco-col-xxxl-pull-12.theme-arco-col-rtl {
        left: 50%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-13 {
        right: 54.16666667%
      }

      .theme-arco-col-xxxl-pull-13.theme-arco-col-rtl {
        left: 54.16666667%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-14 {
        right: 58.33333333%
      }

      .theme-arco-col-xxxl-pull-14.theme-arco-col-rtl {
        left: 58.33333333%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-15 {
        right: 62.5%
      }

      .theme-arco-col-xxxl-pull-15.theme-arco-col-rtl {
        left: 62.5%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-16 {
        right: 66.66666667%
      }

      .theme-arco-col-xxxl-pull-16.theme-arco-col-rtl {
        left: 66.66666667%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-17 {
        right: 70.83333333%
      }

      .theme-arco-col-xxxl-pull-17.theme-arco-col-rtl {
        left: 70.83333333%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-18 {
        right: 75%
      }

      .theme-arco-col-xxxl-pull-18.theme-arco-col-rtl {
        left: 75%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-19 {
        right: 79.16666667%
      }

      .theme-arco-col-xxxl-pull-19.theme-arco-col-rtl {
        left: 79.16666667%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-20 {
        right: 83.33333333%
      }

      .theme-arco-col-xxxl-pull-20.theme-arco-col-rtl {
        left: 83.33333333%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-21 {
        right: 87.5%
      }

      .theme-arco-col-xxxl-pull-21.theme-arco-col-rtl {
        left: 87.5%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-22 {
        right: 91.66666667%
      }

      .theme-arco-col-xxxl-pull-22.theme-arco-col-rtl {
        left: 91.66666667%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-23 {
        right: 95.83333333%
      }

      .theme-arco-col-xxxl-pull-23.theme-arco-col-rtl {
        left: 95.83333333%;
        right: unset
      }

      .theme-arco-col-xxxl-pull-24 {
        right: 100%
      }

      .theme-arco-col-xxxl-pull-24.theme-arco-col-rtl {
        left: 100%;
        right: unset
      }

      .theme-arco-col-xxxl-push-0 {
        left: 0
      }

      .theme-arco-col-xxxl-push-0.theme-arco-col-rtl {
        left: unset;
        right: 0
      }

      .theme-arco-col-xxxl-push-1 {
        left: 4.16666667%
      }

      .theme-arco-col-xxxl-push-1.theme-arco-col-rtl {
        left: unset;
        right: 4.16666667%
      }

      .theme-arco-col-xxxl-push-2 {
        left: 8.33333333%
      }

      .theme-arco-col-xxxl-push-2.theme-arco-col-rtl {
        left: unset;
        right: 8.33333333%
      }

      .theme-arco-col-xxxl-push-3 {
        left: 12.5%
      }

      .theme-arco-col-xxxl-push-3.theme-arco-col-rtl {
        left: unset;
        right: 12.5%
      }

      .theme-arco-col-xxxl-push-4 {
        left: 16.66666667%
      }

      .theme-arco-col-xxxl-push-4.theme-arco-col-rtl {
        left: unset;
        right: 16.66666667%
      }

      .theme-arco-col-xxxl-push-5 {
        left: 20.83333333%
      }

      .theme-arco-col-xxxl-push-5.theme-arco-col-rtl {
        left: unset;
        right: 20.83333333%
      }

      .theme-arco-col-xxxl-push-6 {
        left: 25%
      }

      .theme-arco-col-xxxl-push-6.theme-arco-col-rtl {
        left: unset;
        right: 25%
      }

      .theme-arco-col-xxxl-push-7 {
        left: 29.16666667%
      }

      .theme-arco-col-xxxl-push-7.theme-arco-col-rtl {
        left: unset;
        right: 29.16666667%
      }

      .theme-arco-col-xxxl-push-8 {
        left: 33.33333333%
      }

      .theme-arco-col-xxxl-push-8.theme-arco-col-rtl {
        left: unset;
        right: 33.33333333%
      }

      .theme-arco-col-xxxl-push-9 {
        left: 37.5%
      }

      .theme-arco-col-xxxl-push-9.theme-arco-col-rtl {
        left: unset;
        right: 37.5%
      }

      .theme-arco-col-xxxl-push-10 {
        left: 41.66666667%
      }

      .theme-arco-col-xxxl-push-10.theme-arco-col-rtl {
        left: unset;
        right: 41.66666667%
      }

      .theme-arco-col-xxxl-push-11 {
        left: 45.83333333%
      }

      .theme-arco-col-xxxl-push-11.theme-arco-col-rtl {
        left: unset;
        right: 45.83333333%
      }

      .theme-arco-col-xxxl-push-12 {
        left: 50%
      }

      .theme-arco-col-xxxl-push-12.theme-arco-col-rtl {
        left: unset;
        right: 50%
      }

      .theme-arco-col-xxxl-push-13 {
        left: 54.16666667%
      }

      .theme-arco-col-xxxl-push-13.theme-arco-col-rtl {
        left: unset;
        right: 54.16666667%
      }

      .theme-arco-col-xxxl-push-14 {
        left: 58.33333333%
      }

      .theme-arco-col-xxxl-push-14.theme-arco-col-rtl {
        left: unset;
        right: 58.33333333%
      }

      .theme-arco-col-xxxl-push-15 {
        left: 62.5%
      }

      .theme-arco-col-xxxl-push-15.theme-arco-col-rtl {
        left: unset;
        right: 62.5%
      }

      .theme-arco-col-xxxl-push-16 {
        left: 66.66666667%
      }

      .theme-arco-col-xxxl-push-16.theme-arco-col-rtl {
        left: unset;
        right: 66.66666667%
      }

      .theme-arco-col-xxxl-push-17 {
        left: 70.83333333%
      }

      .theme-arco-col-xxxl-push-17.theme-arco-col-rtl {
        left: unset;
        right: 70.83333333%
      }

      .theme-arco-col-xxxl-push-18 {
        left: 75%
      }

      .theme-arco-col-xxxl-push-18.theme-arco-col-rtl {
        left: unset;
        right: 75%
      }

      .theme-arco-col-xxxl-push-19 {
        left: 79.16666667%
      }

      .theme-arco-col-xxxl-push-19.theme-arco-col-rtl {
        left: unset;
        right: 79.16666667%
      }

      .theme-arco-col-xxxl-push-20 {
        left: 83.33333333%
      }

      .theme-arco-col-xxxl-push-20.theme-arco-col-rtl {
        left: unset;
        right: 83.33333333%
      }

      .theme-arco-col-xxxl-push-21 {
        left: 87.5%
      }

      .theme-arco-col-xxxl-push-21.theme-arco-col-rtl {
        left: unset;
        right: 87.5%
      }

      .theme-arco-col-xxxl-push-22 {
        left: 91.66666667%
      }

      .theme-arco-col-xxxl-push-22.theme-arco-col-rtl {
        left: unset;
        right: 91.66666667%
      }

      .theme-arco-col-xxxl-push-23 {
        left: 95.83333333%
      }

      .theme-arco-col-xxxl-push-23.theme-arco-col-rtl {
        left: unset;
        right: 95.83333333%
      }

      .theme-arco-col-xxxl-push-24 {
        left: 100%
      }

      .theme-arco-col-xxxl-push-24.theme-arco-col-rtl {
        left: unset;
        right: 100%
      }
    }

    .theme-arco-grid {
      display: grid
    }

    .theme-arco-grid-rtl {
      direction: rtl
    }

    .theme-arco-image-trigger {
      background: var(--theme-arco-color-bg-5);
      border: 1px solid var(--theme-arco-color-neutral-3);
      border-radius: 4px;
      padding: 6px 4px
    }

    .theme-arco-image-trigger .theme-arco-trigger-arrow {
      background-color: var(--theme-arco-color-bg-5);
      border: 1px solid var(--theme-arco-color-neutral-3)
    }

    .theme-arco-image {
      border-radius: 8px;
      display: inline-block;
      position: relative;
      vertical-align: middle
    }

    .theme-arco-image-img {
      border-radius: inherit;
      vertical-align: middle
    }

    .theme-arco-image-img:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-image-overlay {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    .theme-arco-image-footer {
      display: flex;
      max-width: 100%;
      width: 100%
    }

    .theme-arco-image-footer-block {
      flex: auto
    }

    .theme-arco-image-caption-title {
      font-size: 18px;
      font-weight: 500
    }

    .theme-arco-image-caption-description {
      font-size: 16px
    }

    .theme-arco-image-actions {
      padding-left: 12px
    }

    .theme-arco-image-actions-list {
      align-items: center;
      display: flex;
      justify-content: flex-end
    }

    .theme-arco-image-actions-item {
      border-radius: var(--border-radius-small);
      cursor: pointer;
      font-size: 14px;
      line-height: 1;
      margin-left: 12px;
      padding: 0 0
    }

    .theme-arco-image-actions-item:first-child {
      margin-left: 0
    }

    .theme-arco-image-actions-item-trigger {
      display: inline-block;
      padding: 5px 4px
    }

    .theme-arco-image-with-footer-inner .theme-arco-image-footer {
      align-items: center;
      background: linear-gradient(1turn, rgba(0, 0, 0, .3), transparent);
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      bottom: 0;
      box-sizing: border-box;
      color: var(--theme-arco-color-white);
      left: 0;
      padding: 9px 16px;
      position: absolute
    }

    .theme-arco-image-with-footer-inner .theme-arco-image-caption-description,
    .theme-arco-image-with-footer-inner .theme-arco-image-caption-title {
      color: var(--theme-arco-color-white)
    }

    .theme-arco-image-with-footer-inner .theme-arco-image-actions-item:hover {
      background: rgba(0, 0, 0, .5)
    }

    .theme-arco-image-with-footer-outer .theme-arco-image-footer {
      color: var(--theme-arco-color-neutral-8);
      margin-top: 4px
    }

    .theme-arco-image-with-footer-outer .theme-arco-image-caption-title {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-image-with-footer-outer .theme-arco-image-caption-description {
      color: var(--theme-arco-color-neutral-6)
    }

    .theme-arco-image-with-footer-outer .theme-arco-image-actions-item:hover {
      background: var(--theme-arco-color-neutral-2)
    }

    .theme-arco-image-with-preview:hover {
      cursor: zoom-in
    }

    .theme-arco-image-error {
      align-items: center;
      background-color: var(--theme-arco-color-neutral-1);
      box-sizing: border-box;
      color: var(--theme-arco-color-neutral-4);
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      width: 100%
    }

    .theme-arco-image-error-icon {
      height: 60px;
      max-height: 100%;
      max-width: 100%;
      width: 60px
    }

    .theme-arco-image-error-icon>svg {
      height: 100%;
      width: 100%
    }

    .theme-arco-image-error-alt {
      font-size: 12px;
      line-height: 1.6667;
      padding: 8px 16px;
      text-align: center
    }

    .theme-arco-image-loader {
      background-color: var(--theme-arco-color-neutral-1);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    .theme-arco-image-loader-spin {
      color: rgb(var(--theme-arco-primary-6));
      font-size: 32px;
      left: 50%;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-50%, -50%)
    }

    .theme-arco-image-loader-spin-text {
      color: var(--theme-arco-color-neutral-6);
      font-size: 18px
    }

    .theme-arco-image-simple.theme-arco-image-with-footer-inner .theme-arco-image-footer {
      padding: 12px 16px
    }

    .theme-arco-image-loading .theme-arco-image-img,
    .theme-arco-image-loading-error .theme-arco-image-img {
      visibility: hidden
    }

    .theme-arco-image-trigger .theme-arco-image-actions-list {
      flex-direction: column
    }

    .theme-arco-image-trigger .theme-arco-image-actions-item {
      color: var(--theme-arco-color-neutral-8);
      margin-left: 0
    }

    .theme-arco-image-trigger .theme-arco-image-actions-item:hover {
      background: var(--theme-arco-color-neutral-2)
    }

    .theme-arco-image-preview {
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1001
    }

    .theme-arco-image-preview-hide {
      display: none
    }

    .theme-arco-image-preview-mask,
    .theme-arco-image-preview-wrapper {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    .theme-arco-image-preview-mask {
      background-color: var(--theme-arco-color-mask-bg)
    }

    .theme-arco-image-preview-img-container {
      height: 100%;
      text-align: center;
      width: 100%
    }

    .theme-arco-image-preview-img-container:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      width: 0
    }

    .theme-arco-image-preview-img-container .theme-arco-image-preview-img {
      cursor: -webkit-grab;
      cursor: grab;
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle
    }

    .theme-arco-image-preview-img-container .theme-arco-image-preview-img.theme-arco-image-preview-img-moving {
      cursor: -webkit-grabbing;
      cursor: grabbing
    }

    .theme-arco-image-preview-scale-value {
      background-color: hsla(0, 0%, 100%, .08);
      box-sizing: border-box;
      color: var(--theme-arco-color-white);
      font-size: 12px;
      left: 50%;
      line-height: normal;
      padding: 7px 10px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%)
    }

    .theme-arco-image-preview-toolbar {
      align-items: flex-start;
      background-color: var(--theme-arco-color-bg-2);
      border-radius: 8px;
      bottom: 46px;
      display: flex;
      left: 50%;
      padding: 4px 16px;
      position: absolute;
      transform: translateX(-50%)
    }

    .theme-arco-image-preview-toolbar-action {
      align-items: center;
      background-color: initial;
      border-radius: var(--border-radius-small);
      color: var(--theme-arco-color-neutral-8);
      cursor: pointer;
      display: flex;
      font-size: 14px
    }

    .theme-arco-image-preview-toolbar-action:not(:last-of-type) {
      margin-right: 0
    }

    .theme-arco-image-preview-toolbar-action:hover {
      background-color: var(--theme-arco-color-neutral-2);
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-image-preview-toolbar-action-disabled,
    .theme-arco-image-preview-toolbar-action-disabled:hover {
      background-color: initial;
      color: var(--theme-arco-color-text-4);
      cursor: not-allowed
    }

    .theme-arco-image-preview-toolbar-action-name {
      font-size: 12px;
      padding-right: 12px
    }

    .theme-arco-image-preview-toolbar-action-content {
      line-height: 1;
      padding: 13px
    }

    .theme-arco-image-preview-toolbar-simple {
      padding: 4px 4px
    }

    .theme-arco-image-preview-toolbar-simple .theme-arco-image-preview-toolbar-action {
      margin-right: 0
    }

    .theme-arco-image-preview-trigger.theme-arco-image-trigger {
      padding: 12px 16px
    }

    .theme-arco-image-preview-trigger.theme-arco-image-trigger .theme-arco-image-preview-toolbar-action {
      margin-right: 0;
      text-align: left
    }

    .theme-arco-image-preview-trigger.theme-arco-image-trigger .theme-arco-image-preview-toolbar-action:not(:last-of-type) {
      margin-bottom: 0
    }

    .theme-arco-image-preview-loading {
      align-items: center;
      background-color: #232324;
      border-radius: var(--border-radius-medium);
      box-sizing: border-box;
      color: rgb(var(--theme-arco-primary-6));
      display: flex;
      font-size: 18px;
      height: 48px;
      justify-content: center;
      left: 50%;
      padding: 10px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 48px
    }

    .theme-arco-image-preview-close-btn {
      background: rgba(0, 0, 0, .5);
      border-radius: 50%;
      color: var(--theme-arco-color-white);
      cursor: pointer;
      font-size: 14px;
      height: 32px;
      line-height: 32px;
      position: absolute;
      right: 36px;
      text-align: center;
      top: 36px;
      width: 32px
    }

    .theme-arco-image-preview-arrow-left,
    .theme-arco-image-preview-arrow-right {
      align-items: center;
      background-color: hsla(0, 0%, 100%, .3);
      border-radius: 50%;
      color: var(--theme-arco-color-white);
      cursor: pointer;
      display: flex;
      height: 32px;
      justify-content: center;
      position: absolute;
      width: 32px;
      z-index: 2
    }

    .theme-arco-image-preview-arrow-left>svg,
    .theme-arco-image-preview-arrow-right>svg {
      color: var(--theme-arco-color-white);
      font-size: 16px
    }

    .theme-arco-image-preview-arrow-left:hover,
    .theme-arco-image-preview-arrow-right:hover {
      background-color: hsla(0, 0%, 100%, .5)
    }

    .theme-arco-image-preview-arrow-left {
      left: 20px;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-image-preview-arrow-right {
      right: 20px;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-image-preview-arrow-disabled {
      background-color: hsla(0, 0%, 100%, .2);
      color: hsla(0, 0%, 100%, .3);
      cursor: not-allowed
    }

    .theme-arco-image-preview-arrow-disabled>svg {
      color: hsla(0, 0%, 100%, .3)
    }

    .theme-arco-image-preview-arrow-disabled:hover {
      background-color: hsla(0, 0%, 100%, .2)
    }

    .fadeImage-appear,
    .fadeImage-enter {
      opacity: 0
    }

    .fadeImage-appear-active,
    .fadeImage-enter-active {
      opacity: 1;
      transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1)
    }

    .fadeImage-exit {
      opacity: 1
    }

    .fadeImage-exit-active {
      opacity: 0;
      transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1)
    }

    .theme-arco-image-rtl {
      direction: rtl
    }

    .theme-arco-image-rtl .theme-arco-image-actions-item {
      margin-left: 0;
      margin-right: 12px
    }

    .theme-arco-image-rtl .theme-arco-image-actions-item:first-child {
      margin-right: 0
    }

    .theme-arco-input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      line-height: 1.5715;
      outline: none;
      padding-bottom: 6px;
      padding-top: 6px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      padding-left: 12px;
      padding-right: 12px;
      transition: color .1s linear, border-color .1s linear, background-color .1s linear;
      width: 100%
    }

    .theme-arco-input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input.theme-arco-input-focus,
    .theme-arco-input:focus,
    .theme-arco-input:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-input.theme-arco-input-focus,
    .theme-arco-input:focus {
      box-shadow: 0 0 0 0 transparent
    }

    .theme-arco-input-error,
    .theme-arco-input-error:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-input-error .theme-arco-input,
    .theme-arco-input-error .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-input-error.theme-arco-input-focus,
    .theme-arco-input-error.theme-arco-input-focus:hover,
    .theme-arco-input-error:focus,
    .theme-arco-input-error:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 #fff
    }

    .theme-arco-input-warning {
      background-color: var(--theme-arco-color-warning-light-1);
      border-color: transparent
    }

    .theme-arco-input-warning:hover {
      background-color: var(--theme-arco-color-warning-light-2);
      border-color: transparent
    }

    .theme-arco-input-warning .theme-arco-input,
    .theme-arco-input-warning .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-input-warning.theme-arco-input-focus,
    .theme-arco-input-warning.theme-arco-input-focus:hover,
    .theme-arco-input-warning:focus,
    .theme-arco-input-warning:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-input-disabled {
      cursor: not-allowed;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-disabled,
    .theme-arco-input-disabled:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-disabled::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-disabled::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-disabled::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input input:disabled {
      color: rgba(0, 0, 0, .25);
      opacity: 1;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-word-limit {
      color: rgba(0, 0, 0, .25);
      font-size: 12px;
      padding-left: 8px
    }

    .theme-arco-input-word-limit-error {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-input-size-mini {
      font-size: 12px;
      line-height: 1.667;
      padding-bottom: 1px;
      padding-top: 1px
    }

    .theme-arco-input-size-small {
      font-size: 14px;
      padding-bottom: 0;
      padding-top: 0
    }

    .theme-arco-input-size-large {
      font-size: 14px;
      padding-bottom: 10px;
      padding-top: 10px
    }

    .theme-arco-input-group-wrapper-mini .theme-arco-input-group-addafter,
    .theme-arco-input-group-wrapper-mini .theme-arco-input-group-addbefore,
    .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-mini,
    .theme-arco-input-size-mini {
      padding-left: 8px;
      padding-right: 8px
    }

    .theme-arco-input-group-wrapper-large .theme-arco-input-group-addafter,
    .theme-arco-input-group-wrapper-large .theme-arco-input-group-addbefore,
    .theme-arco-input-group-wrapper-small .theme-arco-input-group-addafter,
    .theme-arco-input-group-wrapper-small .theme-arco-input-group-addbefore,
    .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-large,
    .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-small,
    .theme-arco-input-size-large,
    .theme-arco-input-size-small {
      padding-left: 12px;
      padding-right: 12px
    }

    .theme-arco-input-clear-wrapper .theme-arco-input {
      padding-right: 28px
    }

    .theme-arco-input-clear-icon {
      color: #fff;
      cursor: pointer;
      font-size: 16px
    }

    .theme-arco-input-clear-icon:focus-visible:before {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-input-clear-icon>svg {
      position: relative;
      transition: color .1s linear
    }

    .theme-arco-input-inner-wrapper {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      align-items: center;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      display: inline-flex;
      font-size: 14px;
      padding-left: 12px;
      padding-right: 12px;
      position: relative;
      transition: color .1s linear, border-color .1s linear, background-color .1s linear;
      width: 100%
    }

    .theme-arco-input-inner-wrapper::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-inner-wrapper::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-inner-wrapper::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-inner-wrapper:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-input-inner-wrapper.theme-arco-input-inner-wrapper-focus,
    .theme-arco-input-inner-wrapper:focus {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 transparent
    }

    .theme-arco-input-inner-wrapper-error,
    .theme-arco-input-inner-wrapper-error:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-input-inner-wrapper-error .theme-arco-input,
    .theme-arco-input-inner-wrapper-error .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-input-inner-wrapper-error.theme-arco-input-inner-wrapper-focus,
    .theme-arco-input-inner-wrapper-error.theme-arco-input-inner-wrapper-focus:hover,
    .theme-arco-input-inner-wrapper-error:focus,
    .theme-arco-input-inner-wrapper-error:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 #fff
    }

    .theme-arco-input-inner-wrapper-warning {
      background-color: var(--theme-arco-color-warning-light-1);
      border-color: transparent
    }

    .theme-arco-input-inner-wrapper-warning:hover {
      background-color: var(--theme-arco-color-warning-light-2);
      border-color: transparent
    }

    .theme-arco-input-inner-wrapper-warning .theme-arco-input,
    .theme-arco-input-inner-wrapper-warning .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-input-inner-wrapper-warning.theme-arco-input-inner-wrapper-focus,
    .theme-arco-input-inner-wrapper-warning.theme-arco-input-inner-wrapper-focus:hover,
    .theme-arco-input-inner-wrapper-warning:focus,
    .theme-arco-input-inner-wrapper-warning:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-input-inner-wrapper .theme-arco-input {
      background: none;
      border: none;
      border-radius: 0;
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-input-inner-wrapper .theme-arco-input:focus,
    .theme-arco-input-inner-wrapper .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-input-inner-wrapper-has-prefix>.theme-arco-input,
    .theme-arco-input-inner-wrapper-has-prefix>.theme-arco-input-clear-wrapper .theme-arco-input {
      padding-left: 12px
    }

    .theme-arco-input-inner-wrapper>.theme-arco-input-clear-wrapper {
      height: 100%
    }

    .theme-arco-input-inner-wrapper>.theme-arco-input-clear-wrapper .theme-arco-input {
      padding-right: 16px
    }

    .theme-arco-input-inner-wrapper>.theme-arco-input-clear-wrapper .theme-arco-input-clear-icon {
      right: 2px
    }

    .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix,
    .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix {
      align-items: center;
      display: inline-flex;
      height: 100%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: nowrap
    }

    .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix>svg,
    .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix>svg {
      font-size: 14px
    }

    .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix,
    .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-input-inner-wrapper-disabled {
      cursor: not-allowed;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-inner-wrapper-disabled,
    .theme-arco-input-inner-wrapper-disabled:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-inner-wrapper-disabled::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-inner-wrapper-disabled::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-inner-wrapper-disabled::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-inner-wrapper-disabled .theme-arco-input-group-prefix,
    .theme-arco-input-inner-wrapper-disabled .theme-arco-input-group-suffix {
      color: inherit
    }

    .theme-arco-input-inner-wrapper .theme-arco-input-clear-icon {
      display: none
    }

    .theme-arco-input-inner-wrapper:hover .theme-arco-input-clear-icon {
      display: inline-block
    }

    .theme-arco-input-inner-wrapper:hover .theme-arco-input-clear-icon~.theme-arco-input-group-suffix {
      margin-left: 4px
    }

    .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-focus) .theme-arco-input-clear-icon:hover:before {
      background-color: #fff
    }

    .theme-arco-input-group {
      display: table;
      height: 100%;
      width: 100%
    }

    .theme-arco-input-group>.theme-arco-input,
    .theme-arco-input-group>.theme-arco-input-inner-wrapper {
      border-radius: 0
    }

    .theme-arco-input-group>.theme-arco-input-focus,
    .theme-arco-input-group>.theme-arco-input-inner-wrapper-focus {
      border-radius: 4px
    }

    .theme-arco-input-group>:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px
    }

    .theme-arco-input-group>:last-child {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px
    }

    .theme-arco-input-group-addafter,
    .theme-arco-input-group-addbefore {
      background-color: initial;
      border: 1px solid transparent;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      display: table-cell;
      height: 100%;
      padding: 0 12px;
      vertical-align: middle;
      white-space: nowrap;
      width: 1px
    }

    .theme-arco-input-group-addafter>svg,
    .theme-arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .theme-arco-input-group-addafter {
      border-left: 0 solid transparent
    }

    .theme-arco-input-group-addafter .item-style,
    .theme-arco-input-group-addafter .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-addafter .theme-arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .theme-arco-input-group-addafter .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-addafter .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-addafter .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-addbefore {
      border-right: 0 solid transparent
    }

    .theme-arco-input-group-addbefore .item-style,
    .theme-arco-input-group-addbefore .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-addbefore .theme-arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .theme-arco-input-group-addbefore .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-addbefore .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-addbefore .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 100%
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix>svg,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix>svg {
      font-size: 12px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addafter,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addbefore {
      font-size: 12px;
      height: 22px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addafter>svg,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addbefore>svg {
      font-size: 12px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addafter .theme-arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addafter .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addafter .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addafter .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addbefore .theme-arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addbefore .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addbefore .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-mini .theme-arco-input-group-addbefore .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix>svg,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix>svg {
      font-size: 14px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addafter,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addbefore {
      font-size: 14px;
      height: 22px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addafter>svg,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addafter .theme-arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addafter .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addafter .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addafter .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addbefore .theme-arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addbefore .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addbefore .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-small .theme-arco-input-group-addbefore .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix>svg,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix>svg {
      font-size: 14px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addafter,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addbefore {
      font-size: 14px;
      height: 42px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addafter>svg,
    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addafter .theme-arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addafter .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addafter .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addafter .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addbefore .theme-arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addbefore .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addbefore .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-wrapper.theme-arco-input-group-wrapper-large .theme-arco-input-group-addbefore .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix>svg,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix>svg {
      font-size: 14px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addafter,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addbefore {
      font-size: 14px;
      height: 22px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addafter>svg,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addafter .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addafter .theme-arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addafter .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addafter .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addafter .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addbefore .theme-arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addbefore .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addbefore .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-wrapper .theme-arco-input-inner-wrapper,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-group-addbefore .theme-arco-select.theme-arco-select-single .theme-arco-select-view,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-inner-wrapper,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-clear-wrapper,
    .theme-arco-input-group-wrapper.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-clear-wrapper .theme-arco-input {
      height: 100%
    }

    .theme-arco-input-group-wrapper.theme-arco-input-disabled {
      cursor: not-allowed
    }

    .theme-arco-input-mirror {
      left: 0;
      position: absolute;
      top: 0;
      visibility: hidden
    }

    .theme-arco-textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      height: auto;
      line-height: 1.5715;
      max-width: 100%;
      min-height: 36px;
      overflow: auto;
      padding-left: 12px;
      padding-right: 12px;
      padding: 12px 12px;
      position: relative;
      resize: vertical;
      transition: color .1s linear, border-color .1s linear, background-color .1s linear;
      vertical-align: top;
      width: 100%
    }

    .theme-arco-textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-textarea::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-textarea::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-textarea:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-textarea.theme-arco-textarea-focus,
    .theme-arco-textarea:focus {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 transparent
    }

    .theme-arco-textarea-error,
    .theme-arco-textarea-error:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-textarea-error .theme-arco-input,
    .theme-arco-textarea-error .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-textarea-error.theme-arco-textarea-focus,
    .theme-arco-textarea-error.theme-arco-textarea-focus:hover,
    .theme-arco-textarea-error:focus,
    .theme-arco-textarea-error:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 #fff
    }

    .theme-arco-textarea-warning {
      background-color: var(--theme-arco-color-warning-light-1);
      border-color: transparent
    }

    .theme-arco-textarea-warning:hover {
      background-color: var(--theme-arco-color-warning-light-2);
      border-color: transparent
    }

    .theme-arco-textarea-warning .theme-arco-input,
    .theme-arco-textarea-warning .theme-arco-input:hover {
      background: none;
      box-shadow: none
    }

    .theme-arco-textarea-warning.theme-arco-textarea-focus,
    .theme-arco-textarea-warning.theme-arco-textarea-focus:hover,
    .theme-arco-textarea-warning:focus,
    .theme-arco-textarea-warning:focus:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-textarea-disabled {
      cursor: not-allowed;
      -webkit-text-fill-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-textarea-disabled,
    .theme-arco-textarea-disabled:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-textarea-disabled::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-textarea-disabled::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-textarea-disabled::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-group.theme-arco-input-group-compact>.theme-arco-select {
      vertical-align: unset
    }

    .theme-arco-input-group.theme-arco-input-group-compact>*,
    .theme-arco-input-group.theme-arco-input-group-compact>* .theme-arco-input-group>:first-child,
    .theme-arco-input-group.theme-arco-input-group-compact>* .theme-arco-input-group>:last-child,
    .theme-arco-input-group.theme-arco-input-group-compact>.theme-arco-select .theme-arco-select-view {
      border-radius: 0
    }

    .theme-arco-input-group.theme-arco-input-group-compact>:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, .14);
      box-sizing: border-box;
      position: relative
    }

    .theme-arco-input-group.theme-arco-input-group-compact>:first-child,
    .theme-arco-input-group.theme-arco-input-group-compact>:first-child .theme-arco-input-group>:first-child,
    .theme-arco-input-group.theme-arco-input-group-compact>:first-child .theme-arco-input-group>:first-child .theme-arco-select .theme-arco-select-view,
    .theme-arco-input-group.theme-arco-input-group-compact>:first-child .theme-arco-select .theme-arco-select-view {
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px
    }

    .theme-arco-input-group.theme-arco-input-group-compact>:last-child,
    .theme-arco-input-group.theme-arco-input-group-compact>:last-child .theme-arco-input-group>:last-child,
    .theme-arco-input-group.theme-arco-input-group-compact>:last-child .theme-arco-input-group>:last-child .theme-arco-select .theme-arco-select-view,
    .theme-arco-input-group.theme-arco-input-group-compact>:last-child .theme-arco-select .theme-arco-select-view {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px
    }

    .theme-arco-input-group.theme-arco-input-group-compact>.theme-arco-input:not(:last-child) {
      border-right-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-input-group.theme-arco-input-group-compact>.theme-arco-input:not(:last-child):focus {
      border-right-color: rgb(var(--theme-arco-primary-6))
    }

    .size-height-size-mini {
      font-size: 12px;
      line-height: 1.667;
      padding-bottom: 1px;
      padding-top: 1px
    }

    .size-height-size-small {
      font-size: 14px;
      padding-bottom: 0;
      padding-top: 0
    }

    .size-height-size-large {
      font-size: 14px;
      padding-bottom: 10px;
      padding-top: 10px
    }

    .size-height-group-wrapper-mini .theme-arco-input-group-addafter,
    .size-height-group-wrapper-mini .theme-arco-input-group-addbefore,
    .size-height-inner-wrapper.size-height-inner-wrapper-mini,
    .size-height-size-mini {
      padding-left: 8px;
      padding-right: 8px
    }

    .size-height-group-wrapper-large .theme-arco-input-group-addafter,
    .size-height-group-wrapper-large .theme-arco-input-group-addbefore,
    .size-height-group-wrapper-small .theme-arco-input-group-addafter,
    .size-height-group-wrapper-small .theme-arco-input-group-addbefore,
    .size-height-inner-wrapper.size-height-inner-wrapper-large,
    .size-height-inner-wrapper.size-height-inner-wrapper-small,
    .size-height-size-large,
    .size-height-size-small {
      padding-left: 12px;
      padding-right: 12px
    }

    .group-size.group-size-mini .theme-arco-input-group,
    .group-size.group-size-mini .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix,
    .group-size.group-size-mini .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix>svg,
    .group-size.group-size-mini .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix,
    .group-size.group-size-mini .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix>svg {
      font-size: 12px
    }

    .group-size.group-size-mini .theme-arco-input-group-addafter,
    .group-size.group-size-mini .theme-arco-input-group-addbefore {
      font-size: 12px;
      height: 22px
    }

    .group-size.group-size-mini .theme-arco-input-group-addafter>svg,
    .group-size.group-size-mini .theme-arco-input-group-addbefore>svg {
      font-size: 12px
    }

    .group-size.group-size-mini .theme-arco-input-group-addafter .item-style,
    .group-size.group-size-mini .theme-arco-input-group-addafter .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-mini .theme-arco-input-group-addafter .theme-arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .group-size.group-size-mini .theme-arco-input-group-addafter .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-mini .theme-arco-input-group-addafter .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-mini .theme-arco-input-group-addafter .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .group-size.group-size-mini .theme-arco-input-group-addbefore .item-style,
    .group-size.group-size-mini .theme-arco-input-group-addbefore .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-mini .theme-arco-input-group-addbefore .theme-arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .group-size.group-size-mini .theme-arco-input-group-addbefore .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-mini .theme-arco-input-group-addbefore .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-mini .theme-arco-input-group-addbefore .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .group-size.group-size-small .theme-arco-input-group,
    .group-size.group-size-small .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix,
    .group-size.group-size-small .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix>svg,
    .group-size.group-size-small .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix,
    .group-size.group-size-small .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix>svg {
      font-size: 14px
    }

    .group-size.group-size-small .theme-arco-input-group-addafter,
    .group-size.group-size-small .theme-arco-input-group-addbefore {
      font-size: 14px;
      height: 22px
    }

    .group-size.group-size-small .theme-arco-input-group-addafter>svg,
    .group-size.group-size-small .theme-arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .group-size.group-size-small .theme-arco-input-group-addafter .item-style,
    .group-size.group-size-small .theme-arco-input-group-addafter .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-small .theme-arco-input-group-addafter .theme-arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .group-size.group-size-small .theme-arco-input-group-addafter .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-small .theme-arco-input-group-addafter .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-small .theme-arco-input-group-addafter .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .group-size.group-size-small .theme-arco-input-group-addbefore .item-style,
    .group-size.group-size-small .theme-arco-input-group-addbefore .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-small .theme-arco-input-group-addbefore .theme-arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .group-size.group-size-small .theme-arco-input-group-addbefore .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-small .theme-arco-input-group-addbefore .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-small .theme-arco-input-group-addbefore .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .group-size.group-size-large .theme-arco-input-group,
    .group-size.group-size-large .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix,
    .group-size.group-size-large .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix>svg,
    .group-size.group-size-large .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix,
    .group-size.group-size-large .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix>svg {
      font-size: 14px
    }

    .group-size.group-size-large .theme-arco-input-group-addafter,
    .group-size.group-size-large .theme-arco-input-group-addbefore {
      font-size: 14px;
      height: 42px
    }

    .group-size.group-size-large .theme-arco-input-group-addafter>svg,
    .group-size.group-size-large .theme-arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .group-size.group-size-large .theme-arco-input-group-addafter .item-style,
    .group-size.group-size-large .theme-arco-input-group-addafter .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-large .theme-arco-input-group-addafter .theme-arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .group-size.group-size-large .theme-arco-input-group-addafter .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-large .theme-arco-input-group-addafter .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-large .theme-arco-input-group-addafter .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .group-size.group-size-large .theme-arco-input-group-addbefore .item-style,
    .group-size.group-size-large .theme-arco-input-group-addbefore .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-large .theme-arco-input-group-addbefore .theme-arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .group-size.group-size-large .theme-arco-input-group-addbefore .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.group-size-large .theme-arco-input-group-addbefore .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.group-size-large .theme-arco-input-group-addbefore .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group,
    .group-size.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix,
    .group-size.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix>svg,
    .group-size.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix,
    .group-size.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix>svg {
      font-size: 14px
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addafter,
    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addbefore {
      font-size: 14px;
      height: 22px
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addafter>svg,
    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addbefore>svg {
      font-size: 14px
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addafter .item-style,
    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addafter .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addafter .theme-arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addafter .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addafter .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addafter .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addbefore .item-style {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addbefore .theme-arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0;
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addbefore .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addbefore .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .group-size.theme-arco-input-custom-height .theme-arco-input-group-addbefore .theme-arco-select.theme-arco-select-single .theme-arco-select-view,
    .group-size.theme-arco-input-custom-height .theme-arco-input-inner-wrapper,
    .group-size.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input,
    .group-size.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-clear-wrapper,
    .group-size.theme-arco-input-custom-height .theme-arco-input-inner-wrapper .theme-arco-input-clear-wrapper .theme-arco-input {
      height: 100%
    }

    .theme-arco-textarea-wrapper {
      display: inline-block;
      position: relative;
      width: 100%
    }

    .theme-arco-textarea-clear-wrapper:hover .theme-arco-textarea-clear-icon {
      display: inline-block
    }

    .theme-arco-textarea-clear-wrapper .theme-arco-textarea {
      padding-right: 20px
    }

    .theme-arco-textarea-word-limit {
      bottom: 6px;
      color: rgba(0, 0, 0, .25);
      font-size: 12px;
      position: absolute;
      right: 12px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-textarea-word-limit-error {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-textarea-clear-icon {
      color: #fff;
      display: none;
      font-size: 12px;
      position: absolute;
      right: 12px;
      top: 10px
    }

    .theme-arco-textarea-clear-icon>svg {
      position: relative;
      transition: color .1s linear
    }

    .theme-arco-input-search.theme-arco-input-group-wrapper .theme-arco-input-group-addbefore {
      transition: all .1s linear
    }

    .theme-arco-input-search.theme-arco-input-group-wrapper .theme-arco-input-group-addafter {
      border: none;
      padding: 0
    }

    .theme-arco-input-search.theme-arco-input-group-wrapper .theme-arco-input-group-suffix {
      color: rgba(0, 0, 0, .55);
      font-size: 16px
    }

    .theme-arco-input-search.theme-arco-input-group-wrapper:not(.theme-arco-input-disabled) .theme-arco-input-group-addbefore {
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      font-size: 16px
    }

    .theme-arco-input-search.theme-arco-input-group-wrapper .theme-arco-input-search-btn {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      color: var(--theme-arco-color-white);
      font-size: 16px;
      height: 100%
    }

    .theme-arco-input-search-button .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-rtl) {
      border-bottom-right-radius: 0;
      border-right: none;
      border-top-right-radius: 0
    }

    .theme-arco-input-password.theme-arco-input-group-wrapper:not(.theme-arco-input-disabled) .theme-arco-input-group-suffix {
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      font-size: 16px
    }

    .theme-arco-input-password.theme-arco-input-group-wrapper .theme-arco-input-password-visibility-icon:focus-visible {
      border-radius: var(--border-radius-small);
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-input-group-wrapper-rtl {
      direction: rtl
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-word-limit {
      padding-left: 0;
      padding-right: input-padding-word-limit-left
    }

    .theme-arco-input-group-wrapper-rtl.theme-arco-input-clear-wrapper .theme-arco-input {
      padding-left: 28px;
      padding-right: 0
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group>:first-child {
      border-radius: 0 4px 4px 0
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group>:last-child {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addafter {
      border-left: none;
      border-right: 0 solid transparent
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addafter .item-style,
    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addafter .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addafter .theme-arco-input {
      border-bottom-right-radius: 0;
      border-color: transparent;
      border-top-right-radius: 0
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addafter .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -13px;
      margin-right: -12px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addafter .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addafter .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addbefore {
      border-left: 0 solid transparent;
      border-right: none
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addbefore .item-style,
    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addbefore .theme-arco-input {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addbefore .theme-arco-input {
      border-bottom-left-radius: 0;
      border-color: transparent;
      border-top-left-radius: 0
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addbefore .theme-arco-select {
      height: 100%;
      margin-bottom: -1px;
      margin-left: -12px;
      margin-right: -13px;
      margin-top: -1px;
      width: auto
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addbefore .theme-arco-select .theme-arco-select-view {
      background-color: inherit;
      border-color: transparent;
      border-radius: 0
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group-addbefore .theme-arco-select.theme-arco-select-single .theme-arco-select-view {
      height: 100%
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>:not(:last-child) {
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-right: none
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>:first-child,
    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>:first-child .theme-arco-input-group>:first-child,
    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>:first-child .theme-arco-input-group>:first-child .theme-arco-select .theme-arco-select-view,
    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>:first-child .theme-arco-select .theme-arco-select-view {
      border-radius: 0 2px 2px 0
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>:last-child,
    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>:last-child .theme-arco-input-group>:last-child,
    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>:last-child .theme-arco-input-group>:last-child .theme-arco-select .theme-arco-select-view,
    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>:last-child .theme-arco-select .theme-arco-select-view {
      border-radius: 2px 0 0 2px
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>.theme-arco-input:not(:last-child) {
      border-left-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-input-group-wrapper-rtl .theme-arco-input-group.theme-arco-input-group-compact>.theme-arco-input:not(:last-child):focus {
      border-left-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-input-group-wrapper-rtl.theme-arco-input-search .theme-arco-input-search-btn {
      border-radius: 4px 0 0 4px
    }

    .theme-arco-input-inner-wrapper-rtl {
      direction: rtl
    }

    .theme-arco-input-inner-wrapper-rtl.theme-arco-input-inner-wrapper-has-prefix>.theme-arco-input,
    .theme-arco-input-inner-wrapper-rtl.theme-arco-input-inner-wrapper-has-prefix>.theme-arco-input-clear-wrapper .theme-arco-input {
      padding-left: 0;
      padding-right: 12px
    }

    .theme-arco-input-inner-wrapper-rtl>.theme-arco-input-clear-wrapper .theme-arco-input {
      padding-left: 16px;
      padding-right: 0
    }

    .theme-arco-input-inner-wrapper-rtl>.theme-arco-input-clear-wrapper .theme-arco-input-clear-icon {
      left: 2px;
      right: auto
    }

    .theme-arco-input-inner-wrapper-rtl:hover .theme-arco-input-clear-icon~.theme-arco-input-group-suffix {
      margin-left: 4px
    }

    .theme-arco-input-search-button .theme-arco-input-inner-wrapper-rtl {
      border-left: none;
      border-radius: 0 4px 4px 0
    }

    .theme-arco-textarea-wrapper-rtl {
      direction: rtl
    }

    .theme-arco-textarea-wrapper-rtl .theme-arco-textarea {
      padding-left: 20px
    }

    .theme-arco-textarea-wrapper-rtl .theme-arco-textarea-clear-icon,
    .theme-arco-textarea-wrapper-rtl .theme-arco-textarea-word-limit {
      left: 12px;
      right: auto
    }

    .theme-arco-input-number {
      border-radius: var(--border-radius-small);
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      width: 100%
    }

    .theme-arco-input-number-step-button {
      align-items: center;
      background-color: rgba(0, 0, 0, .05);
      border-color: var(--theme-arco-color-neutral-3);
      box-sizing: border-box;
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      display: flex;
      justify-content: center;
      transition: all .1s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-input-number-step-button:hover {
      background-color: rgba(0, 0, 0, .08);
      border-color: rgba(0, 0, 0, .08)
    }

    .theme-arco-input-number-step-button:active {
      background-color: rgba(0, 0, 0, .121);
      border-color: rgba(0, 0, 0, .121)
    }

    .theme-arco-input-number-step-button-disabled {
      background-color: #f0f0f0;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-input-number-step-button-disabled:active,
    .theme-arco-input-number-step-button-disabled:hover {
      background-color: var(--theme-arco-color-fill-2);
      border-color: var(--theme-arco-color-neutral-3)
    }

    .theme-arco-input-number-prefix,
    .theme-arco-input-number-suffix {
      transition: all .1s linear
    }

    .theme-arco-input-number-mode-embed .theme-arco-input-number-step-layer {
      border-radius: 4px;
      bottom: 4px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      right: 4px;
      top: 4px;
      transition: all .1s linear;
      width: 18px
    }

    .theme-arco-input-number-mode-embed .theme-arco-input-number-step-layer .theme-arco-input-number-step-button {
      font-size: 10px;
      height: 50%;
      width: 100%
    }

    .theme-arco-input-number-mode-embed:not(.theme-arco-input-group-wrapper-disabled):hover .theme-arco-input-number-step-layer {
      opacity: 1
    }

    .theme-arco-input-number-mode-embed:not(.theme-arco-input-group-wrapper-disabled):hover .theme-arco-input-number-step-layer~.theme-arco-input-number-suffix {
      opacity: 0;
      pointer-events: none
    }

    .theme-arco-input-number-mode-embed .theme-arco-input-inner-wrapper:not(.theme-arco-input-inner-wrapper-focus) .theme-arco-input-number-step-button:not(.theme-arco-input-number-step-button-disabled):hover {
      background-color: rgba(0, 0, 0, .121)
    }

    .theme-arco-input-number-mode-button .theme-arco-input {
      text-align: center
    }

    .theme-arco-input-number-mode-button .theme-arco-input-group {
      position: relative
    }

    .theme-arco-input-number-mode-button .theme-arco-input-group-addafter,
    .theme-arco-input-number-mode-button .theme-arco-input-group-addbefore {
      padding: 0
    }

    .theme-arco-input-number-mode-button .theme-arco-input-group .theme-arco-input-number-step-button {
      border: inherit;
      height: 100%;
      position: absolute;
      top: 0
    }

    .theme-arco-input-number-mode-button .theme-arco-input-group .theme-arco-input-number-step-button:active {
      border-color: rgba(0, 0, 0, .121)
    }

    .theme-arco-input-number-mode-button .theme-arco-input-group-addbefore .theme-arco-input-number-step-button {
      border-right-color: var(--theme-arco-color-neutral-3);
      left: 0
    }

    .theme-arco-input-number-mode-button .theme-arco-input-group-addafter .theme-arco-input-number-step-button {
      border-left-color: var(--theme-arco-color-neutral-3);
      right: 0
    }

    .theme-arco-input-number-mode-button.theme-arco-input-number-size-mini .theme-arco-input-group-addafter,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-mini .theme-arco-input-group-addafter .theme-arco-input-number-step-button,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-mini .theme-arco-input-group-addbefore,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-mini .theme-arco-input-group-addbefore .theme-arco-input-number-step-button,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-small .theme-arco-input-group-addafter,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-small .theme-arco-input-group-addafter .theme-arco-input-number-step-button,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-small .theme-arco-input-group-addbefore,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-small .theme-arco-input-group-addbefore .theme-arco-input-number-step-button {
      width: 24px
    }

    .theme-arco-input-number-mode-button.theme-arco-input-number-size-default .theme-arco-input-group-addafter,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-default .theme-arco-input-group-addafter .theme-arco-input-number-step-button,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-default .theme-arco-input-group-addbefore,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-default .theme-arco-input-group-addbefore .theme-arco-input-number-step-button {
      width: 36px
    }

    .theme-arco-input-number-mode-button.theme-arco-input-number-size-large .theme-arco-input-group-addafter,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-large .theme-arco-input-group-addafter .theme-arco-input-number-step-button,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-large .theme-arco-input-group-addbefore,
    .theme-arco-input-number-mode-button.theme-arco-input-number-size-large .theme-arco-input-group-addbefore .theme-arco-input-number-step-button {
      width: 44px
    }

    .theme-arco-input-number-readonly .theme-arco-input-number-step-button {
      color: rgba(0, 0, 0, .25);
      pointer-events: none
    }

    .theme-arco-input-number-illegal-value input {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-input-tag {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      cursor: text;
      display: inline-block;
      padding-left: 4px;
      padding-right: 4px;
      transition: all .1s linear;
      vertical-align: top;
      width: 100%
    }

    .theme-arco-input-tag-view {
      display: flex;
      width: 100%
    }

    .theme-arco-input-tag-inner {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      flex-grow: 1;
      flex-wrap: wrap;
      overflow: hidden;
      position: relative
    }

    .theme-arco-input-tag-prefix,
    .theme-arco-input-tag-suffix {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      min-width: 22px
    }

    .theme-arco-input-tag-prefix {
      padding-left: 8px;
      padding-right: 4px
    }

    .theme-arco-input-tag-suffix {
      padding-right: 8px
    }

    .theme-arco-input-tag .theme-arco-input-tag-clear-icon {
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      display: none;
      font-size: 16px
    }

    .theme-arco-input-tag .theme-arco-input-tag-clear-icon>svg {
      position: relative;
      transition: color .1s linear
    }

    .theme-arco-input-tag:hover .theme-arco-input-tag-clear-icon {
      display: block
    }

    .theme-arco-input-tag:hover .theme-arco-input-tag-clear-icon~* {
      display: none
    }

    .theme-arco-input-tag:not(.theme-arco-input-tag-focus) .theme-arco-input-tag-clear-icon:hover:before {
      background-color: initial
    }

    .theme-arco-input-tag:not(.theme-arco-input-tag-focus) .theme-arco-draggable-item {
      cursor: move
    }

    .theme-arco-input-tag-input {
      background: none;
      border: none;
      color: inherit;
      cursor: inherit;
      font-size: inherit;
      max-width: 100%;
      outline: none;
      overflow: hidden;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 4px
    }

    .theme-arco-input-tag-input:first-child {
      width: 100%
    }

    .theme-arco-tag+.theme-arco-input-tag-input[disabled] {
      width: 0 !important
    }

    .theme-arco-input-tag-input-mirror {
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      visibility: hidden
    }

    .theme-arco-input-tag-input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-tag-input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-tag-input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-input-tag-tag {
      font-size: 14px;
      margin-right: 4px;
      max-width: 100%
    }

    .theme-arco-input-tag .theme-arco-icon-hover {
      cursor: pointer
    }

    .theme-arco-input-tag .theme-arco-icon-hover.theme-arco-icon-hover-disabled {
      cursor: not-allowed
    }

    .theme-arco-input-tag:hover {
      background-color: #fff;
      border: 1px solid rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-input-tag.theme-arco-input-tag-focus {
      background-color: #fff;
      border: 1px solid rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 rgb(var(--theme-arco-primary-2))
    }

    .theme-arco-input-tag .theme-arco-input-tag-tag {
      background-color: #f0f0f0;
      border-color: transparent;
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-input-tag .theme-arco-icon-hover:hover:before {
      background-color: rgba(0, 0, 0, .55)
    }

    .theme-arco-input-tag.theme-arco-input-tag-focus .theme-arco-input-tag-tag {
      background-color: #f0f0f0;
      border-color: transparent
    }

    .theme-arco-input-tag.theme-arco-input-tag-focus .theme-arco-icon-hover:hover:before {
      background-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-input-tag.theme-arco-input-tag-disabled .theme-arco-input-tag-tag {
      background-color: var(--theme-arco-color-fill-2);
      border-color: var(--theme-arco-color-fill-3);
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-input-tag-warning {
      background-color: var(--theme-arco-color-warning-light-1);
      border: 1px solid transparent;
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-input-tag-warning:hover {
      background-color: var(--theme-arco-color-warning-light-2);
      border: 1px solid transparent
    }

    .theme-arco-input-tag-warning.theme-arco-input-tag-focus {
      background-color: #fff;
      border: 1px solid rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-input-tag-error {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-input-tag-error,
    .theme-arco-input-tag-error.theme-arco-input-tag-focus,
    .theme-arco-input-tag-error:hover {
      background-color: #fff;
      border: 1px solid rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-input-tag-error.theme-arco-input-tag-focus {
      box-shadow: 0 0 0 0 transparent
    }

    .theme-arco-input-tag-disabled {
      color: rgba(0, 0, 0, .55);
      cursor: not-allowed
    }

    .theme-arco-input-tag-disabled,
    .theme-arco-input-tag-disabled:hover {
      background-color: #f0f0f0;
      border: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-input-tag-disabled .theme-arco-input-tag-input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-input-tag-disabled .theme-arco-input-tag-input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-input-tag-disabled .theme-arco-input-tag-input::placeholder {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-input-tag-readonly {
      cursor: default
    }

    .theme-arco-input-tag-wrapper {
      align-items: stretch;
      display: inline-flex;
      width: 100%
    }

    .theme-arco-input-tag-wrapper .theme-arco-input-tag {
      min-width: 0
    }

    .theme-arco-input-tag-wrapper .theme-arco-input-tag:not(.theme-arco-input-tag-focused):not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .theme-arco-input-tag-wrapper .theme-arco-input-tag:not(.theme-arco-input-tag-focused):not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .theme-arco-input-tag-addafter,
    .theme-arco-input-tag-addbefore {
      align-items: center;
      background-color: #fff;
      border: 1px solid transparent;
      color: var(--theme-arco-color-text-1);
      display: flex;
      padding: 0 12px;
      white-space: nowrap
    }

    .theme-arco-input-tag-addbefore {
      border-bottom-left-radius: 4px;
      border-right: 1px solid var(--theme-arco-color-border-2);
      border-top-left-radius: 4px
    }

    .theme-arco-input-tag-addafter {
      border-bottom-right-radius: 4px;
      border-left: 1px solid var(--theme-arco-color-border-2);
      border-top-right-radius: 4px
    }

    .theme-arco-input-tag-size-mini {
      font-size: 12px
    }

    .theme-arco-input-tag-size-mini .theme-arco-input-tag-view {
      min-height: 22px
    }

    .theme-arco-input-tag-size-mini .theme-arco-input-tag-inner {
      padding-bottom: -3px;
      padding-top: -3px
    }

    .theme-arco-input-tag-size-mini .theme-arco-input-tag-tag,
    .theme-arco-input-tag-size-mini .theme-arco-input-tag-tag+.theme-arco-input-tag-input {
      height: 20px;
      line-height: 18px;
      margin-bottom: 2px;
      margin-top: 2px
    }

    .theme-arco-input-tag-size-mini.theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-input-tag-size-mini.theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 4px
    }

    .theme-arco-input-tag-size-default {
      font-size: 14px
    }

    .theme-arco-input-tag-size-default .theme-arco-input-tag-view {
      min-height: 34px
    }

    .theme-arco-input-tag-size-default .theme-arco-input-tag-inner {
      padding-bottom: -1px;
      padding-top: -1px
    }

    .theme-arco-input-tag-size-default .theme-arco-input-tag-tag,
    .theme-arco-input-tag-size-default .theme-arco-input-tag-tag+.theme-arco-input-tag-input {
      height: 28px;
      line-height: 26px;
      margin-bottom: 2px;
      margin-top: 2px
    }

    .theme-arco-input-tag-size-default.theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-input-tag-size-default.theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-input-tag-size-small {
      font-size: 14px
    }

    .theme-arco-input-tag-size-small .theme-arco-input-tag-view {
      min-height: 22px
    }

    .theme-arco-input-tag-size-small .theme-arco-input-tag-inner {
      padding-bottom: -3px;
      padding-top: -3px
    }

    .theme-arco-input-tag-size-small .theme-arco-input-tag-tag,
    .theme-arco-input-tag-size-small .theme-arco-input-tag-tag+.theme-arco-input-tag-input {
      height: 20px;
      line-height: 18px;
      margin-bottom: 2px;
      margin-top: 2px
    }

    .theme-arco-input-tag-size-small.theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-input-tag-size-small.theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-input-tag-size-large {
      font-size: 14px
    }

    .theme-arco-input-tag-size-large .theme-arco-input-tag-view {
      min-height: 42px
    }

    .theme-arco-input-tag-size-large .theme-arco-input-tag-inner {
      padding-bottom: -1px;
      padding-top: -1px
    }

    .theme-arco-input-tag-size-large .theme-arco-input-tag-tag,
    .theme-arco-input-tag-size-large .theme-arco-input-tag-tag+.theme-arco-input-tag-input {
      height: 36px;
      line-height: 34px;
      margin-bottom: 2px;
      margin-top: 2px
    }

    .theme-arco-input-tag-size-large.theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-input-tag-size-large.theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 12px
    }

    .theme-arco-input-tag-rtl {
      direction: rtl;
      padding-left: 4px;
      padding-right: 4px
    }

    .theme-arco-input-tag-rtl .theme-arco-input-tag-prefix {
      padding-left: 4px;
      padding-right: 8px
    }

    .theme-arco-input-tag-rtl .theme-arco-input-tag-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-input-tag-rtl .theme-arco-input-tag-tag {
      margin-left: 4px;
      margin-right: 0
    }

    .theme-arco-input-tag-rtl .theme-arco-input-tag-input-mirror {
      left: auto;
      right: 0
    }

    .theme-arco-input-tag-rtl.theme-arco-input-tag-size-mini.theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-input-tag-rtl.theme-arco-input-tag-size-mini.theme-arco-input-tag-has-placeholder input {
      padding-right: 4px
    }

    .theme-arco-input-tag-rtl.theme-arco-input-tag-size-default.theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-input-tag-rtl.theme-arco-input-tag-size-default.theme-arco-input-tag-has-placeholder input,
    .theme-arco-input-tag-rtl.theme-arco-input-tag-size-small.theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-input-tag-rtl.theme-arco-input-tag-size-small.theme-arco-input-tag-has-placeholder input {
      padding-right: 8px
    }

    .theme-arco-input-tag-rtl.theme-arco-input-tag-size-large.theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-input-tag-rtl.theme-arco-input-tag-size-large.theme-arco-input-tag-has-placeholder input {
      padding-right: 12px
    }

    .theme-arco-input-tag-wrapper-rtl .theme-arco-input-tag-addbefore {
      border-left: 1px solid var(--theme-arco-color-border-2);
      border-right: unset
    }

    .theme-arco-input-tag-wrapper-rtl .theme-arco-input-tag-addafter {
      border-left: unset;
      border-right: 1px solid var(--theme-arco-color-border-2)
    }

    .theme-arco-layout {
      display: flex;
      flex: 1 1;
      flex-direction: column;
      margin: 0;
      padding: 0
    }

    .theme-arco-layout-sider {
      background: var(--theme-arco-color-menu-dark-bg);
      flex: none;
      margin: 0;
      padding: 0;
      position: relative;
      transition: width .2s cubic-bezier(.34, .69, .1, 1);
      width: auto
    }

    .theme-arco-layout-sider-children {
      height: 100%;
      overflow: auto
    }

    .theme-arco-layout-sider-collapsed .theme-arco-layout-sider-children::-webkit-scrollbar {
      width: 0
    }

    .theme-arco-layout-sider-has-trigger {
      box-sizing: border-box;
      padding-bottom: 48px
    }

    .theme-arco-layout-sider-trigger {
      align-items: center;
      background: hsla(0, 0%, 100%, .2);
      box-sizing: border-box;
      color: var(--theme-arco-color-white);
      cursor: pointer;
      display: flex;
      height: 48px;
      justify-content: center;
      transition: width .2s cubic-bezier(.34, .69, .1, 1);
      width: 100%;
      z-index: 1
    }

    .theme-arco-layout-sider-trigger-light {
      background: var(--theme-arco-color-menu-light-bg);
      border-top: 1px solid var(--theme-arco-color-bg-5);
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-layout-sider-light {
      background: var(--theme-arco-color-menu-light-bg);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08)
    }

    .theme-arco-layout-header {
      box-sizing: border-box;
      flex: 0 0 auto;
      margin: 0
    }

    .theme-arco-layout-content {
      flex: 1 1
    }

    .theme-arco-layout-footer {
      flex: 0 0 auto;
      margin: 0
    }

    .theme-arco-layout-has-sider {
      flex-direction: row
    }

    .theme-arco-layout-has-sider>.theme-arco-layout,
    .theme-arco-layout-has-sider>.theme-arco-layout-content {
      overflow-x: hidden
    }

    .theme-arco-link {
      background-color: initial;
      border-radius: 0;
      color: rgb(var(--theme-arco-link-6));
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      padding: 0 0;
      text-decoration: none;
      transition: all .1s linear
    }

    .theme-arco-link:hover {
      background-color: initial;
      color: rgb(var(--theme-arco-link-5))
    }

    .theme-arco-link:active {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-7));
      transition: none
    }

    .theme-arco-link:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-link-light-3)
    }

    .theme-arco-link.theme-arco-link-hoverless {
      background-color: unset;
      display: inline;
      padding: 0
    }

    .theme-arco-link.theme-arco-link-hoverless:active,
    .theme-arco-link.theme-arco-link-hoverless:hover {
      background-color: unset
    }

    .theme-arco-link.theme-arco-link-disabled {
      background: none;
      color: rgb(var(--theme-arco-link-3));
      cursor: not-allowed
    }

    .theme-arco-link-is-success,
    .theme-arco-link-is-success:active,
    .theme-arco-link-is-success:hover {
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-link-is-success.theme-arco-link-disabled {
      color: var(--theme-arco-color-success-light-3)
    }

    .theme-arco-link-is-error,
    .theme-arco-link-is-error:active,
    .theme-arco-link-is-error:hover {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-link-is-error.theme-arco-link-disabled {
      color: var(--theme-arco-color-danger-light-3)
    }

    .theme-arco-link-is-warning,
    .theme-arco-link-is-warning:active,
    .theme-arco-link-is-warning:hover {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-link-is-warning.theme-arco-link-disabled {
      color: var(--theme-arco-color-warning-light-2)
    }

    .theme-arco-link-icon {
      font-size: 16px;
      margin-right: 6px
    }

    .theme-arco-link-rtl .theme-arco-link-icon {
      margin-left: 6px;
      margin-right: 0
    }

    .theme-arco-list {
      border: 1px solid var(--theme-arco-color-neutral-3);
      border-radius: var(--border-radius-medium);
      box-sizing: border-box;
      color: var(--theme-arco-color-text-1);
      display: flex;
      flex-direction: column;
      font-size: 16px;
      line-height: 1.5715;
      overflow-y: auto;
      width: 100%
    }

    .theme-arco-list-wrapper {
      overflow: hidden
    }

    .theme-arco-list-small>.theme-arco-list-header {
      padding: 8px 20px
    }

    .theme-arco-list-small>.theme-arco-list-content .theme-arco-list-row-col>.theme-arco-list-item,
    .theme-arco-list-small>.theme-arco-list-content.theme-arco-list-virtual .theme-arco-list-item,
    .theme-arco-list-small>.theme-arco-list-content>.theme-arco-list-item,
    .theme-arco-list-small>.theme-arco-list-footer {
      padding: 9px 20px
    }

    .theme-arco-list-default>.theme-arco-list-header {
      padding: 12px 20px
    }

    .theme-arco-list-default>.theme-arco-list-content .theme-arco-list-row-col>.theme-arco-list-item,
    .theme-arco-list-default>.theme-arco-list-content.theme-arco-list-virtual .theme-arco-list-item,
    .theme-arco-list-default>.theme-arco-list-content>.theme-arco-list-item,
    .theme-arco-list-default>.theme-arco-list-footer {
      padding: 13px 20px
    }

    .theme-arco-list-large>.theme-arco-list-header {
      padding: 16px 20px
    }

    .theme-arco-list-large>.theme-arco-list-content .theme-arco-list-row-col>.theme-arco-list-item,
    .theme-arco-list-large>.theme-arco-list-content.theme-arco-list-virtual .theme-arco-list-item,
    .theme-arco-list-large>.theme-arco-list-content>.theme-arco-list-item,
    .theme-arco-list-large>.theme-arco-list-footer {
      padding: 17px 20px
    }

    .theme-arco-list-header,
    .theme-arco-list-item:not(:last-child) {
      border-bottom: 1px solid var(--theme-arco-color-neutral-3)
    }

    .theme-arco-list-footer {
      border-top: 1px solid var(--theme-arco-color-neutral-3)
    }

    .theme-arco-list-no-border,
    .theme-arco-list-no-split .theme-arco-list-footer,
    .theme-arco-list-no-split .theme-arco-list-header,
    .theme-arco-list-no-split .theme-arco-list-item {
      border: none
    }

    .theme-arco-list-header {
      color: var(--theme-arco-color-text-1);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5
    }

    .theme-arco-list-item {
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      overflow: hidden;
      width: 100%
    }

    .theme-arco-list-item-main {
      flex: 1 1;
      overflow: hidden
    }

    .theme-arco-list-item-main .theme-arco-list-item-action:not(:first-child) {
      margin-top: 4px
    }

    .theme-arco-list-item-meta {
      align-items: center;
      display: flex;
      padding: 4px 0
    }

    .theme-arco-list-item-meta-avatar {
      display: flex
    }

    .theme-arco-list-item-meta-avatar:not(:last-child) {
      margin-right: 16px
    }

    .theme-arco-list-item-meta-title {
      color: var(--theme-arco-color-text-1);
      font-weight: 500
    }

    .theme-arco-list-item-meta-title:not(:last-child) {
      margin-bottom: 2px
    }

    .theme-arco-list-item-meta-description {
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-list-item-action {
      align-self: center;
      display: flex;
      flex-wrap: nowrap;
      list-style: none
    }

    .theme-arco-list-item-action>li {
      cursor: pointer;
      display: inline-block
    }

    .theme-arco-list-item-action>li:not(:last-child) {
      margin-right: 20px
    }

    .theme-arco-list-hoverable .theme-arco-list-item:hover {
      background-color: var(--theme-arco-color-fill-1)
    }

    .theme-arco-list-pagination {
      float: right;
      margin-top: 24px
    }

    .theme-arco-list-pagination:after {
      clear: both;
      content: "";
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden
    }

    .theme-arco-list-scroll-loading {
      align-items: center;
      display: flex;
      justify-content: center
    }

    .theme-arco-list-content {
      flex: 1 1
    }

    .theme-arco-list-content .theme-arco-empty {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: center
    }

    .theme-arco-list-rtl {
      direction: rtl
    }

    .theme-arco-list-rtl .theme-arco-list-item-meta-avatar:not(:last-child) {
      margin-left: 16px;
      margin-right: 0
    }

    .theme-arco-list-rtl .theme-arco-list-item-action>li:not(:last-child) {
      margin-left: 20px;
      margin-right: 0
    }

    .theme-arco-list-wrapper-rtl .theme-arco-list-pagination {
      float: left
    }

    .theme-arco-mentions {
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      white-space: pre-wrap;
      width: 100%
    }

    .theme-arco-mentions-measure,
    .theme-arco-mentions-textarea {
      font-size: 16px;
      line-height: 1.5715;
      padding: 4px 12px;
      white-space: inherit
    }

    .theme-arco-mentions-textarea {
      resize: none
    }

    .theme-arco-mentions-align-textarea .theme-arco-mentions-measure-trigger,
    .theme-arco-mentions-measure {
      bottom: 0;
      left: 0;
      overflow: auto;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      visibility: hidden
    }

    .theme-arco-mentions-rtl {
      direction: rtl
    }

    @keyframes arco-menu-selected-item-label-enter {
      0% {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    .theme-arco-menu {
      box-sizing: border-box;
      font-size: 14px;
      line-height: 1.5715;
      position: relative;
      transition: width .2s cubic-bezier(.34, .69, .1, 1);
      width: 100%
    }

    .theme-arco-menu-indent {
      display: inline-block;
      width: 24px
    }

    .theme-arco-menu .theme-arco-menu-group-title,
    .theme-arco-menu .theme-arco-menu-inline-header,
    .theme-arco-menu .theme-arco-menu-item,
    .theme-arco-menu .theme-arco-menu-pop-header {
      border-radius: 4px;
      box-sizing: border-box;
      cursor: pointer;
      position: relative
    }

    .theme-arco-menu .theme-arco-menu-group-title.theme-arco-menu-disabled,
    .theme-arco-menu .theme-arco-menu-inline-header.theme-arco-menu-disabled,
    .theme-arco-menu .theme-arco-menu-item.theme-arco-menu-disabled,
    .theme-arco-menu .theme-arco-menu-pop-header.theme-arco-menu-disabled {
      cursor: not-allowed
    }

    .theme-arco-menu .theme-arco-menu-group-title.theme-arco-menu-selected,
    .theme-arco-menu .theme-arco-menu-inline-header.theme-arco-menu-selected,
    .theme-arco-menu .theme-arco-menu-item.theme-arco-menu-selected,
    .theme-arco-menu .theme-arco-menu-pop-header.theme-arco-menu-selected {
      font-weight: 500;
      transition: color .2s linear
    }

    .theme-arco-menu .theme-arco-menu-group-title.theme-arco-menu-selected svg,
    .theme-arco-menu .theme-arco-menu-inline-header.theme-arco-menu-selected svg,
    .theme-arco-menu .theme-arco-menu-item.theme-arco-menu-selected svg,
    .theme-arco-menu .theme-arco-menu-pop-header.theme-arco-menu-selected svg {
      transition: color .2s linear
    }

    .theme-arco-menu .theme-arco-menu-group-title .theme-arco-icon,
    .theme-arco-menu .theme-arco-menu-inline-header .theme-arco-icon,
    .theme-arco-menu .theme-arco-menu-item .theme-arco-icon,
    .theme-arco-menu .theme-arco-menu-pop-header .theme-arco-icon {
      margin-right: 8px
    }

    .theme-arco-menu-light {
      background-color: #fff
    }

    .theme-arco-menu-light .theme-arco-menu-group-title,
    .theme-arco-menu-light .theme-arco-menu-inline-header,
    .theme-arco-menu-light .theme-arco-menu-item,
    .theme-arco-menu-light .theme-arco-menu-pop-header {
      background-color: #fff;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-menu-light .theme-arco-menu-group-title .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-inline-header .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-item .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-pop-header .theme-arco-icon {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-menu-light .theme-arco-menu-group-title:hover,
    .theme-arco-menu-light .theme-arco-menu-inline-header:hover,
    .theme-arco-menu-light .theme-arco-menu-item:hover,
    .theme-arco-menu-light .theme-arco-menu-pop-header:hover {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-menu-light .theme-arco-menu-group-title:hover .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-inline-header:hover .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-item:hover .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-pop-header:hover .theme-arco-icon {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-menu-light .theme-arco-menu-group-title:focus-visible,
    .theme-arco-menu-light .theme-arco-menu-inline-header:focus-visible,
    .theme-arco-menu-light .theme-arco-menu-item:focus-visible,
    .theme-arco-menu-light .theme-arco-menu-pop-header:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6)) inset
    }

    .theme-arco-menu-light .theme-arco-menu-group-title.theme-arco-menu-selected,
    .theme-arco-menu-light .theme-arco-menu-group-title.theme-arco-menu-selected .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-inline-header.theme-arco-menu-selected,
    .theme-arco-menu-light .theme-arco-menu-inline-header.theme-arco-menu-selected .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-item.theme-arco-menu-selected,
    .theme-arco-menu-light .theme-arco-menu-item.theme-arco-menu-selected .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-pop-header.theme-arco-menu-selected,
    .theme-arco-menu-light .theme-arco-menu-pop-header.theme-arco-menu-selected .theme-arco-icon {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-menu-light .theme-arco-menu-group-title.theme-arco-menu-disabled,
    .theme-arco-menu-light .theme-arco-menu-inline-header.theme-arco-menu-disabled,
    .theme-arco-menu-light .theme-arco-menu-item.theme-arco-menu-disabled,
    .theme-arco-menu-light .theme-arco-menu-pop-header.theme-arco-menu-disabled {
      background-color: initial;
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-menu-light .theme-arco-menu-group-title.theme-arco-menu-disabled .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-inline-header.theme-arco-menu-disabled .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-item.theme-arco-menu-disabled .theme-arco-icon,
    .theme-arco-menu-light .theme-arco-menu-pop-header.theme-arco-menu-disabled .theme-arco-icon {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-menu-light .theme-arco-menu-item.theme-arco-menu-selected {
      background-color: initial
    }

    .theme-arco-menu-light .theme-arco-menu-inline-header.theme-arco-menu-selected,
    .theme-arco-menu-light .theme-arco-menu-inline-header.theme-arco-menu-selected .theme-arco-icon {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-menu-light .theme-arco-menu-inline-header.theme-arco-menu-selected:hover {
      background-color: var(--theme-arco-color-fill-2)
    }

    .theme-arco-menu-light.theme-arco-menu-horizontal .theme-arco-menu-group-title.theme-arco-menu-selected,
    .theme-arco-menu-light.theme-arco-menu-horizontal .theme-arco-menu-inline-header.theme-arco-menu-selected,
    .theme-arco-menu-light.theme-arco-menu-horizontal .theme-arco-menu-item.theme-arco-menu-selected,
    .theme-arco-menu-light.theme-arco-menu-horizontal .theme-arco-menu-pop-header.theme-arco-menu-selected {
      background: none;
      transition: color .2s linear
    }

    .theme-arco-menu-light.theme-arco-menu-horizontal .theme-arco-menu-group-title.theme-arco-menu-selected:hover,
    .theme-arco-menu-light.theme-arco-menu-horizontal .theme-arco-menu-inline-header.theme-arco-menu-selected:hover,
    .theme-arco-menu-light.theme-arco-menu-horizontal .theme-arco-menu-item.theme-arco-menu-selected:hover,
    .theme-arco-menu-light.theme-arco-menu-horizontal .theme-arco-menu-pop-header.theme-arco-menu-selected:hover {
      background-color: #f5f5f5
    }

    .theme-arco-menu-light .theme-arco-menu-group-title {
      color: var(--theme-arco-color-text-3);
      pointer-events: none
    }

    .theme-arco-menu-light .theme-arco-menu-collapse-button {
      background-color: var(--theme-arco-color-fill-1);
      color: var(--theme-arco-color-text-3)
    }

    .theme-arco-menu-light .theme-arco-menu-collapse-button:hover {
      background-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-menu-light .theme-arco-menu-collapse-button:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-menu-dark {
      background-color: var(--theme-arco-color-menu-dark-bg)
    }

    .theme-arco-menu-dark .theme-arco-menu-group-title,
    .theme-arco-menu-dark .theme-arco-menu-inline-header,
    .theme-arco-menu-dark .theme-arco-menu-item,
    .theme-arco-menu-dark .theme-arco-menu-pop-header {
      background-color: var(--theme-arco-color-menu-dark-bg);
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-menu-dark .theme-arco-menu-group-title .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-inline-header .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-item .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-pop-header .theme-arco-icon {
      color: var(--theme-arco-color-text-3)
    }

    .theme-arco-menu-dark .theme-arco-menu-group-title:hover,
    .theme-arco-menu-dark .theme-arco-menu-inline-header:hover,
    .theme-arco-menu-dark .theme-arco-menu-item:hover,
    .theme-arco-menu-dark .theme-arco-menu-pop-header:hover {
      background-color: var(--theme-arco-color-menu-dark-hover);
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-menu-dark .theme-arco-menu-group-title:hover .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-inline-header:hover .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-item:hover .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-pop-header:hover .theme-arco-icon {
      color: var(--theme-arco-color-text-3)
    }

    .theme-arco-menu-dark .theme-arco-menu-group-title:focus-visible,
    .theme-arco-menu-dark .theme-arco-menu-inline-header:focus-visible,
    .theme-arco-menu-dark .theme-arco-menu-item:focus-visible,
    .theme-arco-menu-dark .theme-arco-menu-pop-header:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6)) inset
    }

    .theme-arco-menu-dark .theme-arco-menu-group-title.theme-arco-menu-selected,
    .theme-arco-menu-dark .theme-arco-menu-group-title.theme-arco-menu-selected .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-inline-header.theme-arco-menu-selected,
    .theme-arco-menu-dark .theme-arco-menu-inline-header.theme-arco-menu-selected .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-item.theme-arco-menu-selected,
    .theme-arco-menu-dark .theme-arco-menu-item.theme-arco-menu-selected .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-pop-header.theme-arco-menu-selected,
    .theme-arco-menu-dark .theme-arco-menu-pop-header.theme-arco-menu-selected .theme-arco-icon {
      color: var(--theme-arco-color-white)
    }

    .theme-arco-menu-dark .theme-arco-menu-group-title.theme-arco-menu-disabled,
    .theme-arco-menu-dark .theme-arco-menu-inline-header.theme-arco-menu-disabled,
    .theme-arco-menu-dark .theme-arco-menu-item.theme-arco-menu-disabled,
    .theme-arco-menu-dark .theme-arco-menu-pop-header.theme-arco-menu-disabled {
      background-color: var(--theme-arco-color-menu-dark-bg);
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-menu-dark .theme-arco-menu-group-title.theme-arco-menu-disabled .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-inline-header.theme-arco-menu-disabled .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-item.theme-arco-menu-disabled .theme-arco-icon,
    .theme-arco-menu-dark .theme-arco-menu-pop-header.theme-arco-menu-disabled .theme-arco-icon {
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-menu-dark .theme-arco-menu-item.theme-arco-menu-selected {
      background-color: var(--theme-arco-color-menu-dark-hover)
    }

    .theme-arco-menu-dark .theme-arco-menu-inline-header.theme-arco-menu-selected,
    .theme-arco-menu-dark .theme-arco-menu-inline-header.theme-arco-menu-selected .theme-arco-icon {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-menu-dark .theme-arco-menu-inline-header.theme-arco-menu-selected:hover {
      background-color: var(--theme-arco-color-menu-dark-hover)
    }

    .theme-arco-menu-dark.theme-arco-menu-horizontal .theme-arco-menu-group-title.theme-arco-menu-selected,
    .theme-arco-menu-dark.theme-arco-menu-horizontal .theme-arco-menu-inline-header.theme-arco-menu-selected,
    .theme-arco-menu-dark.theme-arco-menu-horizontal .theme-arco-menu-item.theme-arco-menu-selected,
    .theme-arco-menu-dark.theme-arco-menu-horizontal .theme-arco-menu-pop-header.theme-arco-menu-selected {
      background: none;
      transition: color .2s linear
    }

    .theme-arco-menu-dark.theme-arco-menu-horizontal .theme-arco-menu-group-title.theme-arco-menu-selected:hover,
    .theme-arco-menu-dark.theme-arco-menu-horizontal .theme-arco-menu-inline-header.theme-arco-menu-selected:hover,
    .theme-arco-menu-dark.theme-arco-menu-horizontal .theme-arco-menu-item.theme-arco-menu-selected:hover,
    .theme-arco-menu-dark.theme-arco-menu-horizontal .theme-arco-menu-pop-header.theme-arco-menu-selected:hover {
      background-color: var(--theme-arco-color-menu-dark-hover)
    }

    .theme-arco-menu-dark .theme-arco-menu-group-title {
      color: var(--theme-arco-color-text-3);
      pointer-events: none
    }

    .theme-arco-menu-dark .theme-arco-menu-collapse-button {
      background-color: rgb(var(--theme-arco-primary-6));
      color: var(--theme-arco-color-white)
    }

    .theme-arco-menu-dark .theme-arco-menu-collapse-button:hover {
      background-color: rgb(var(--theme-arco-primary-7))
    }

    .theme-arco-menu-dark .theme-arco-menu-collapse-button:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-menu a,
    .theme-arco-menu a:active,
    .theme-arco-menu a:focus,
    .theme-arco-menu a:hover {
      color: inherit;
      cursor: inherit;
      text-decoration: none
    }

    .theme-arco-menu-item-inner>a:only-child:before {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0
    }

    .theme-arco-menu-inner {
      box-sizing: border-box;
      height: 100%;
      overflow: auto;
      width: 100%
    }

    .theme-arco-menu-vertical .theme-arco-menu-group-title,
    .theme-arco-menu-vertical .theme-arco-menu-inline-header,
    .theme-arco-menu-vertical .theme-arco-menu-item,
    .theme-arco-menu-vertical .theme-arco-menu-pop-header {
      line-height: 44px;
      padding: 0 8px
    }

    .theme-arco-menu-vertical .theme-arco-menu-group-title .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-vertical .theme-arco-menu-inline-header .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-vertical .theme-arco-menu-item .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-vertical .theme-arco-menu-pop-header .theme-arco-menu-icon-suffix .theme-arco-icon {
      margin-right: 0
    }

    .theme-arco-menu-vertical .theme-arco-menu-group-title,
    .theme-arco-menu-vertical .theme-arco-menu-inline-header,
    .theme-arco-menu-vertical .theme-arco-menu-item,
    .theme-arco-menu-vertical .theme-arco-menu-pop-header {
      margin-bottom: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-menu-vertical .theme-arco-menu-group-title .theme-arco-menu-item-inner,
    .theme-arco-menu-vertical .theme-arco-menu-inline-header .theme-arco-menu-item-inner,
    .theme-arco-menu-vertical .theme-arco-menu-item .theme-arco-menu-item-inner,
    .theme-arco-menu-vertical .theme-arco-menu-pop-header .theme-arco-menu-item-inner {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-menu-vertical .theme-arco-menu-group-title .theme-arco-menu-icon-suffix,
    .theme-arco-menu-vertical .theme-arco-menu-inline-header .theme-arco-menu-icon-suffix,
    .theme-arco-menu-vertical .theme-arco-menu-item .theme-arco-menu-icon-suffix,
    .theme-arco-menu-vertical .theme-arco-menu-pop-header .theme-arco-menu-icon-suffix {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-menu-vertical .theme-arco-menu-group-title .theme-arco-menu-icon-suffix.is-open,
    .theme-arco-menu-vertical .theme-arco-menu-inline-header .theme-arco-menu-icon-suffix.is-open,
    .theme-arco-menu-vertical .theme-arco-menu-item .theme-arco-menu-icon-suffix.is-open,
    .theme-arco-menu-vertical .theme-arco-menu-pop-header .theme-arco-menu-icon-suffix.is-open {
      transform: translateY(-50%) rotate(180deg)
    }

    .theme-arco-menu-vertical .theme-arco-menu-inner {
      padding: 16px 8px
    }

    .theme-arco-menu-vertical .theme-arco-menu-item.theme-arco-menu-item-indented {
      display: flex
    }

    .theme-arco-menu-vertical .theme-arco-menu-inline-header,
    .theme-arco-menu-vertical .theme-arco-menu-pop-header {
      padding-right: 24px
    }

    .theme-arco-menu-horizontal {
      height: auto;
      width: auto
    }

    .theme-arco-menu-horizontal .theme-arco-menu-group-title,
    .theme-arco-menu-horizontal .theme-arco-menu-inline-header,
    .theme-arco-menu-horizontal .theme-arco-menu-item,
    .theme-arco-menu-horizontal .theme-arco-menu-pop-header {
      line-height: 30px;
      padding: 0 12px
    }

    .theme-arco-menu-horizontal .theme-arco-menu-group-title .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-horizontal .theme-arco-menu-inline-header .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-horizontal .theme-arco-menu-item .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-horizontal .theme-arco-menu-pop-header .theme-arco-menu-icon-suffix .theme-arco-icon {
      margin-right: 0
    }

    .theme-arco-menu-horizontal .theme-arco-menu-group-title .theme-arco-icon,
    .theme-arco-menu-horizontal .theme-arco-menu-inline-header .theme-arco-icon,
    .theme-arco-menu-horizontal .theme-arco-menu-item .theme-arco-icon,
    .theme-arco-menu-horizontal .theme-arco-menu-pop-header .theme-arco-icon {
      margin-right: 8px
    }

    .theme-arco-menu-horizontal .theme-arco-menu-group-title .theme-arco-menu-icon-suffix,
    .theme-arco-menu-horizontal .theme-arco-menu-inline-header .theme-arco-menu-icon-suffix,
    .theme-arco-menu-horizontal .theme-arco-menu-item .theme-arco-menu-icon-suffix,
    .theme-arco-menu-horizontal .theme-arco-menu-pop-header .theme-arco-menu-icon-suffix {
      margin-left: 6px
    }

    .theme-arco-menu-horizontal .theme-arco-menu-inner {
      align-items: center;
      display: flex;
      padding: 14px 20px
    }

    .theme-arco-menu-horizontal .theme-arco-menu-item,
    .theme-arco-menu-horizontal .theme-arco-menu-pop {
      display: inline-block;
      flex-shrink: 0;
      vertical-align: middle
    }

    .theme-arco-menu-horizontal .theme-arco-menu-item:not(:first-child),
    .theme-arco-menu-horizontal .theme-arco-menu-pop:not(:first-child) {
      margin-left: 12px
    }

    .theme-arco-menu-horizontal .theme-arco-menu-pop:after {
      bottom: -14px;
      content: " ";
      height: 14px;
      left: 0;
      position: absolute;
      width: 100%
    }

    .theme-arco-menu-overflow-wrap {
      width: 100%
    }

    .theme-arco-menu-overflow-sub-menu-mirror {
      margin-left: 12px
    }

    .theme-arco-menu-overflow-hidden-menu-item,
    .theme-arco-menu-overflow-sub-menu-mirror {
      pointer-events: none;
      position: absolute !important;
      visibility: hidden;
      white-space: nowrap
    }

    .theme-arco-menu-selected-label {
      animation: arco-menu-selected-item-label-enter .2s linear;
      background-color: rgb(var(--theme-arco-primary-6));
      bottom: -14px;
      height: 3px;
      left: 12px;
      position: absolute;
      right: 12px
    }

    .theme-arco-menu-pop-button {
      background: none;
      box-shadow: none;
      width: auto
    }

    .theme-arco-menu-pop-button.theme-arco-menu-collapse {
      width: auto
    }

    .theme-arco-menu-pop-button .theme-arco-menu-group-title,
    .theme-arco-menu-pop-button .theme-arco-menu-inline-header,
    .theme-arco-menu-pop-button .theme-arco-menu-item,
    .theme-arco-menu-pop-button .theme-arco-menu-pop-header {
      border: 1px solid transparent;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      height: 34px;
      line-height: 34px;
      margin-bottom: 16px;
      width: 34px
    }

    .theme-arco-menu-collapse {
      width: 68px
    }

    .theme-arco-menu-collapse .theme-arco-menu-inner {
      padding: 16px 18px
    }

    .theme-arco-menu-collapse .theme-arco-menu-group-title,
    .theme-arco-menu-collapse .theme-arco-menu-icon-suffix {
      display: none
    }

    .theme-arco-menu-collapse .theme-arco-menu-group-title .theme-arco-icon,
    .theme-arco-menu-collapse .theme-arco-menu-inline-header .theme-arco-icon,
    .theme-arco-menu-collapse .theme-arco-menu-item .theme-arco-icon,
    .theme-arco-menu-collapse .theme-arco-menu-pop-header .theme-arco-icon {
      margin-right: 100vw
    }

    .theme-arco-menu-collapse .theme-arco-menu-collapse-button {
      left: 50%;
      right: unset;
      transform: translateX(-50%)
    }

    .theme-arco-menu-collapse-button {
      align-items: center;
      border-radius: var(--border-radius-small);
      bottom: 12px;
      cursor: pointer;
      display: flex;
      height: 24px;
      justify-content: center;
      position: absolute;
      right: 12px;
      width: 24px
    }

    .theme-arco-menu-inline-content {
      height: auto;
      overflow: hidden;
      transition: height .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-menu-item-tooltip a {
      color: inherit;
      cursor: pointer;
      text-decoration: none
    }

    .theme-arco-menu-item-tooltip a:active,
    .theme-arco-menu-item-tooltip a:focus,
    .theme-arco-menu-item-tooltip a:hover {
      color: inherit
    }

    .theme-arco-menu-item-tooltip a:before {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0
    }

    .theme-arco-menu-pop-trigger.theme-arco-trigger-position-bl {
      transform: translateY(14px)
    }

    .theme-arco-menu-pop-trigger.theme-arco-trigger-position-bl .theme-arco-trigger-arrow {
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-top: 1px solid rgba(0, 0, 0, .14);
      z-index: 0
    }

    .theme-arco-menu-pop-trigger.theme-arco-trigger[trigger-placement=rt] {
      transform: translateX(8px)
    }

    .theme-arco-menu-pop-trigger.theme-arco-trigger[trigger-placement=rt] .theme-arco-trigger-arrow {
      border-bottom: 1px solid rgba(0, 0, 0, .14);
      border-left: 1px solid rgba(0, 0, 0, .14);
      z-index: 0
    }

    .theme-arco-menu-pop-trigger.theme-arco-trigger[trigger-placement=lt] {
      transform: translateX(-8px)
    }

    .theme-arco-menu-pop-trigger.theme-arco-trigger[trigger-placement=lt] .theme-arco-trigger-arrow {
      border-right: 1px solid rgba(0, 0, 0, .14);
      border-top: 1px solid rgba(0, 0, 0, .14);
      z-index: 0
    }

    .theme-arco-menu-pop-trigger .theme-arco-dropdown-menu-dark~.theme-arco-trigger-arrow-container .theme-arco-trigger-arrow {
      background-color: var(--theme-arco-color-menu-dark-bg);
      border-color: var(--theme-arco-color-menu-dark-bg)
    }

    .theme-arco-menu-rtl {
      direction: rtl
    }

    .theme-arco-menu-rtl .theme-arco-menu-group-title .theme-arco-icon,
    .theme-arco-menu-rtl .theme-arco-menu-inline-header .theme-arco-icon,
    .theme-arco-menu-rtl .theme-arco-menu-item .theme-arco-icon,
    .theme-arco-menu-rtl .theme-arco-menu-pop-header .theme-arco-icon {
      margin-left: 8px;
      margin-right: 0
    }

    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-group-title .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-inline-header .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-item .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-pop-header .theme-arco-menu-icon-suffix .theme-arco-icon {
      margin-left: 0
    }

    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-group-title .theme-arco-icon,
    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-inline-header .theme-arco-icon,
    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-item .theme-arco-icon,
    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-pop-header .theme-arco-icon {
      margin-left: 8px;
      margin-right: 0
    }

    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-group-title .theme-arco-menu-icon-suffix,
    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-inline-header .theme-arco-menu-icon-suffix,
    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-item .theme-arco-menu-icon-suffix,
    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-pop-header .theme-arco-menu-icon-suffix {
      margin-left: 0;
      margin-right: 6px
    }

    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-item:not(:first-child),
    .theme-arco-menu-rtl.theme-arco-menu-horizontal .theme-arco-menu-pop:not(:first-child) {
      margin-left: 0;
      margin-right: 12px
    }

    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-group-title .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-inline-header .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-item .theme-arco-menu-icon-suffix .theme-arco-icon,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-pop-header .theme-arco-menu-icon-suffix .theme-arco-icon {
      margin-left: 0
    }

    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-group-title,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-group-title .theme-arco-menu-item-inner,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-inline-header,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-inline-header .theme-arco-menu-item-inner,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-item,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-item .theme-arco-menu-item-inner,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-pop-header,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-pop-header .theme-arco-menu-item-inner {
      text-overflow: clip
    }

    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-group-title .theme-arco-menu-icon-suffix,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-inline-header .theme-arco-menu-icon-suffix,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-item .theme-arco-menu-icon-suffix,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-pop-header .theme-arco-menu-icon-suffix {
      left: 8px;
      right: auto
    }

    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-inline-header,
    .theme-arco-menu-rtl.theme-arco-menu-vertical .theme-arco-menu-pop-header {
      padding-left: 24px;
      padding-right: 8px
    }

    .theme-arco-menu-rtl .theme-arco-menu-pop:after {
      left: auto;
      right: 0
    }

    .theme-arco-menu-rtl .theme-arco-menu-collapse .theme-arco-menu-group-title .theme-arco-icon,
    .theme-arco-menu-rtl .theme-arco-menu-collapse .theme-arco-menu-inline-header .theme-arco-icon,
    .theme-arco-menu-rtl .theme-arco-menu-collapse .theme-arco-menu-item .theme-arco-icon,
    .theme-arco-menu-rtl .theme-arco-menu-collapse .theme-arco-menu-pop-header .theme-arco-icon {
      margin-left: 100vw
    }

    .theme-arco-menu-rtl .theme-arco-menu-collapse-button {
      left: 12px;
      right: auto
    }

    .theme-arco-menu-rtl .theme-arco-menu-pop-trigger.theme-arco-trigger-position-bl .theme-arco-trigger-arrow {
      border-left: none;
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-menu-rtl .theme-arco-menu-pop-trigger.theme-arco-trigger[trigger-placement=rt] {
      transform: translateX(-8px)
    }

    .theme-arco-menu-rtl .theme-arco-menu-pop-trigger.theme-arco-trigger[trigger-placement=lt] {
      transform: translateX(8px)
    }

    .theme-arco-menu-rtl .theme-arco-menu-pop-trigger.theme-arco-trigger[trigger-placement=lt] .theme-arco-trigger-arrow {
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-right: none
    }

    .theme-arco-message-wrapper {
      box-sizing: border-box;
      left: 0;
      padding: 0 10px;
      pointer-events: none;
      position: fixed;
      text-align: center;
      width: 100%;
      z-index: 1003
    }

    .theme-arco-message-wrapper-top {
      top: 76px
    }

    .theme-arco-message-wrapper-bottom {
      bottom: 76px
    }

    .theme-arco-message {
      background-color: var(--theme-arco-color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      display: inline-block;
      line-height: 1;
      margin-bottom: 16px;
      overflow: hidden;
      padding: 7px 15px 7px 15px;
      pointer-events: auto;
      position: relative;
      text-align: center;
      transition: opacity .1s linear
    }

    .theme-arco-message-closable {
      padding-right: 36px
    }

    .theme-arco-message-icon {
      animation: arco-msg-fade .1s linear, arco-msg-fade .4s cubic-bezier(.3, 1.3, .3, 1);
      color: var(--theme-arco-color-text-1);
      display: inline-block;
      font-size: 16px;
      margin-right: 8px;
      vertical-align: middle
    }

    .theme-arco-message-content {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      vertical-align: middle
    }

    .theme-arco-message-info {
      background-color: var(--theme-arco-color-bg-popup);
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-message-info .theme-arco-message-icon {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-message-info .theme-arco-message-content {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-message-success {
      background-color: var(--theme-arco-color-bg-popup);
      border-color: var(--theme-arco-color-neutral-3)
    }

    .theme-arco-message-success .theme-arco-message-icon {
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-message-success .theme-arco-message-content {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-message-warning {
      background-color: var(--theme-arco-color-bg-popup);
      border-color: var(--theme-arco-color-neutral-3)
    }

    .theme-arco-message-warning .theme-arco-message-icon {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-message-warning .theme-arco-message-content {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-message-error {
      background-color: var(--theme-arco-color-bg-popup);
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-message-error .theme-arco-message-icon {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-message-error .theme-arco-message-content {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-message-loading {
      background-color: var(--theme-arco-color-bg-popup);
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-message-loading .theme-arco-message-icon {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-message-loading .theme-arco-message-content {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-message-close-btn {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      position: absolute;
      right: 10px;
      top: 8px
    }

    .theme-arco-message-close-btn>svg {
      position: relative
    }

    .theme-arco-message .theme-arco-icon-hover.theme-arco-message-icon-hover:before {
      height: 24px;
      width: 24px
    }

    .fadeMessage-appear,
    .fadeMessage-enter {
      opacity: 0
    }

    .fadeMessage-appear-active,
    .fadeMessage-enter-active {
      opacity: 1;
      transition: opacity .1s linear
    }

    .fadeMessage-exit {
      opacity: 0;
      overflow: hidden
    }

    .fadeMessage-exit-active {
      height: 0;
      opacity: 0;
      transition: all .3s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-message-rtl {
      direction: rtl
    }

    .theme-arco-message-rtl .theme-arco-message-icon {
      margin-left: 8px;
      margin-right: 0
    }

    @keyframes arco-msg-fade {
      0% {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    @keyframes arco-msg-scale {
      0% {
        transform: scale(0)
      }

      to {
        transform: scale(1)
      }
    }

    .theme-arco-modal-mask {
      background-color: var(--theme-arco-color-mask-bg);
      display: none
    }

    .theme-arco-modal-mask,
    .theme-arco-modal-wrapper {
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1001
    }

    .theme-arco-modal-wrapper {
      overflow: auto
    }

    .theme-arco-modal-wrapper-no-mask {
      pointer-events: none
    }

    .theme-arco-modal-wrapper-no-mask .theme-arco-modal {
      pointer-events: auto
    }

    .theme-arco-modal-wrapper.theme-arco-modal-wrapper-align-center {
      text-align: center;
      white-space: nowrap
    }

    .theme-arco-modal-wrapper.theme-arco-modal-wrapper-align-center:after {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      width: 0
    }

    .theme-arco-modal-wrapper.theme-arco-modal-wrapper-align-center .theme-arco-modal {
      display: inline-block;
      top: 0;
      vertical-align: middle
    }

    .theme-arco-modal {
      background-color: var(--theme-arco-color-bg-3);
      border: 0 solid transparent;
      border-radius: 8px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      line-height: 1.5715;
      margin: 0 auto;
      position: relative;
      text-align: left;
      top: 100px;
      white-space: normal;
      width: 520px
    }

    .theme-arco-modal-header {
      align-items: center;
      border-bottom: 1px solid transparent;
      box-sizing: border-box;
      display: flex;
      height: 92px;
      padding: 0 24px;
      width: 100%
    }

    .theme-arco-modal-header .theme-arco-modal-title {
      flex: 1 1;
      text-align: left
    }

    .theme-arco-modal-content {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      padding: 0 24px;
      position: relative
    }

    .theme-arco-modal-footer {
      border-top: 1px solid transparent;
      box-sizing: border-box;
      padding: 24px 24px;
      text-align: right;
      width: 100%
    }

    .theme-arco-modal-footer>.theme-arco-btn {
      margin-left: 12px
    }

    .theme-arco-modal-footer>.theme-arco-btn:only-child {
      margin-left: 0
    }

    .theme-arco-modal .theme-arco-modal-close-icon {
      color: var(--theme-arco-color-text-1);
      cursor: pointer;
      font-size: 16px;
      position: absolute;
      right: 26px;
      top: 38px
    }

    .theme-arco-modal-title {
      color: var(--theme-arco-color-text-1);
      font-size: 18px
    }

    .theme-arco-modal-title .theme-arco-icon {
      font-size: 24px;
      margin-right: 8px;
      vertical-align: -3px
    }

    .theme-arco-modal-title .theme-arco-icon-info-circle-fill {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-modal-title .theme-arco-icon-check-circle-fill {
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-modal-title .theme-arco-icon-exclamation-circle-fill {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-modal-title .theme-arco-icon-close-circle-fill {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-modal-simple {
      padding: 32px 24px 24px;
      width: 464px
    }

    .theme-arco-modal-simple .theme-arco-modal-footer,
    .theme-arco-modal-simple .theme-arco-modal-header {
      border: none;
      height: unset;
      padding: 0
    }

    .theme-arco-modal-simple .theme-arco-modal-header {
      margin-bottom: 16px
    }

    .theme-arco-modal-simple .theme-arco-modal-title {
      text-align: left
    }

    .theme-arco-modal-simple .theme-arco-modal-footer {
      margin-top: 24px;
      text-align: right
    }

    .theme-arco-modal-simple .theme-arco-modal-content {
      padding: 0
    }

    .zoomModal-appear,
    .zoomModal-enter {
      opacity: 0;
      transform: scale(.5)
    }

    .zoomModal-appear-active,
    .zoomModal-enter-active {
      opacity: 1;
      transform: scale(1);
      transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1), transform .4s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomModal-exit {
      opacity: 1;
      transform: scale(1)
    }

    .zoomModal-exit-active {
      opacity: 0;
      transform: scale(.5);
      transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1), transform .4s cubic-bezier(.3, 1.3, .3, 1)
    }

    .fadeModal-appear,
    .fadeModal-enter {
      opacity: 0
    }

    .fadeModal-appear-active,
    .fadeModal-enter-active {
      opacity: 1;
      transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1)
    }

    .fadeModal-exit {
      opacity: 1
    }

    .fadeModal-exit-active {
      opacity: 0;
      transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1)
    }

    .theme-arco-modal-rtl {
      direction: rtl
    }

    .theme-arco-modal-rtl .theme-arco-modal-footer {
      text-align: unset
    }

    .theme-arco-modal-rtl .theme-arco-modal-footer>.theme-arco-btn {
      margin-left: 0;
      margin-right: 12px
    }

    .theme-arco-modal-rtl .theme-arco-modal-footer>.theme-arco-btn:only-child {
      margin-right: 0
    }

    .theme-arco-modal-rtl .theme-arco-modal-title .theme-arco-icon {
      margin-left: 8px;
      margin-right: 0
    }

    .theme-arco-modal-rtl .theme-arco-modal-close-icon {
      left: 26px;
      right: auto
    }

    .theme-arco-modal-rtl.theme-arco-modal-simple .theme-arco-modal-footer {
      text-align: right
    }

    .theme-arco-notification-wrapper {
      position: fixed;
      z-index: 1003
    }

    .theme-arco-notification-wrapper-topLeft {
      left: 20px;
      top: 20px
    }

    .theme-arco-notification-wrapper-topRight {
      right: 20px;
      top: 20px
    }

    .theme-arco-notification-wrapper-topRight .theme-arco-notification {
      margin-left: auto
    }

    .theme-arco-notification-wrapper-bottomLeft {
      bottom: 20px;
      left: 20px
    }

    .theme-arco-notification-wrapper-bottomRight {
      bottom: 20px;
      right: 20px
    }

    .theme-arco-notification-wrapper-bottomRight .theme-arco-notification {
      margin-left: auto
    }

    .theme-arco-notification {
      background-color: var(--theme-arco-color-bg-popup);
      border: 1px solid var(--theme-arco-color-neutral-3);
      border-radius: var(--border-radius-medium);
      box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
      box-sizing: border-box;
      display: flex;
      margin-bottom: 20px;
      opacity: 1;
      overflow: hidden;
      padding: 20px 20px 20px 20px;
      position: relative;
      transition: opacity .2s linear;
      width: 340px
    }

    .theme-arco-notification-icon {
      align-items: center;
      color: var(--theme-arco-color-text-1);
      display: inline-flex;
      font-size: 24px
    }

    .theme-arco-notification-info {
      background-color: var(--theme-arco-color-bg-popup);
      border-color: var(--theme-arco-color-neutral-3)
    }

    .theme-arco-notification-info .theme-arco-notification-icon {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-notification-success {
      background-color: var(--theme-arco-color-bg-popup);
      border-color: var(--theme-arco-color-neutral-3)
    }

    .theme-arco-notification-success .theme-arco-notification-icon {
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-notification-warning {
      background-color: var(--theme-arco-color-bg-popup);
      border-color: var(--theme-arco-color-neutral-3)
    }

    .theme-arco-notification-warning .theme-arco-notification-icon {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-notification-error {
      background-color: var(--theme-arco-color-bg-popup);
      border-color: var(--theme-arco-color-neutral-3)
    }

    .theme-arco-notification-error .theme-arco-notification-icon {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-notification-left {
      padding-right: 16px
    }

    .theme-arco-notification-right {
      flex: 1 1;
      word-break: break-word
    }

    .theme-arco-notification-title {
      color: var(--theme-arco-color-text-1);
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 4px
    }

    .theme-arco-notification-content {
      font-size: 16px
    }

    .theme-arco-notification-content,
    .theme-arco-notification-error .theme-arco-notification-content,
    .theme-arco-notification-error .theme-arco-notification-title,
    .theme-arco-notification-info .theme-arco-notification-content,
    .theme-arco-notification-info .theme-arco-notification-title,
    .theme-arco-notification-success .theme-arco-notification-content,
    .theme-arco-notification-success .theme-arco-notification-title,
    .theme-arco-notification-warning .theme-arco-notification-content,
    .theme-arco-notification-warning .theme-arco-notification-title {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-notification-btn-wrapper {
      margin-top: 16px;
      text-align: right
    }

    .theme-arco-notification .theme-arco-notification-close-btn {
      color: var(--theme-arco-color-text-1);
      cursor: pointer;
      font-size: 12px;
      position: absolute;
      right: 12px;
      top: 12px
    }

    .theme-arco-notification .theme-arco-notification-close-btn>svg {
      position: relative
    }

    .theme-arco-notification .theme-arco-icon-hover.theme-arco-notification-icon-hover:before {
      height: 20px;
      width: 20px
    }

    .slideNoticeLeft-appear,
    .slideNoticeLeft-enter {
      transform: translateX(-100%)
    }

    .slideNoticeLeft-appear-active,
    .slideNoticeLeft-enter-active {
      transform: translateX(0);
      transition: transform .4s cubic-bezier(.3, 1.3, .3, 1)
    }

    .slideNoticeLeft-exit {
      opacity: 0
    }

    .slideNoticeLeft-exit-active {
      height: 0;
      margin-bottom: 0;
      opacity: 0;
      padding-bottom: 0;
      padding-top: 0;
      transition: all .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideNoticeRight-appear,
    .slideNoticeRight-enter {
      transform: translateX(100%)
    }

    .slideNoticeRight-appear-active,
    .slideNoticeRight-enter-active {
      transform: translateX(0);
      transition: transform .4s cubic-bezier(.3, 1.3, .3, 1)
    }

    .slideNoticeRight-exit {
      opacity: 0
    }

    .slideNoticeRight-exit-active {
      height: 0;
      opacity: 0;
      transition: all .3s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-notification-rtl,
    .theme-arco-notification-wrapper-rtl {
      direction: rtl
    }

    .theme-arco-notification-rtl .theme-arco-notification-left {
      padding-left: 16px;
      padding-right: 0
    }

    .theme-arco-notification-rtl .theme-arco-notification-btn-wrapper {
      text-align: left
    }

    .theme-arco-notification-rtl .theme-arco-notification-close-btn {
      left: 12px;
      right: auto
    }

    .theme-arco-page-header {
      padding: 0 0
    }

    .theme-arco-breadcrumb+.theme-arco-page-header-head {
      margin-top: 0
    }

    .theme-arco-page-header-head {
      justify-content: space-between;
      line-height: 28px
    }

    .theme-arco-page-header-head,
    .theme-arco-page-header-head-left {
      align-items: center;
      display: flex
    }

    .theme-arco-page-header-head-wrapper {
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-page-header-head-main {
      align-items: center;
      display: flex;
      min-height: 16px;
      overflow: hidden
    }

    .theme-arco-page-header-head-main-with-back {
      margin-left: 0;
      padding-left: 0
    }

    .theme-arco-page-header-head-extra {
      white-space: nowrap
    }

    .theme-arco-page-header .theme-arco-icon-hover.theme-arco-page-header-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .theme-arco-page-header .theme-arco-icon-hover.theme-arco-page-header-icon-hover:hover:before {
      background-color: initial
    }

    .theme-arco-page-header-back {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      margin-right: 12px
    }

    .theme-arco-page-header-back:focus-visible:before {
      box-shadow: inset 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-page-header-back-icon {
      position: relative
    }

    .theme-arco-page-header-title {
      color: rgba(0, 0, 0, .92);
      font-size: 20px;
      font-weight: 700;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-page-header-divider {
      background-color: rgba(0, 0, 0, .55);
      height: 16px;
      margin-left: 12px;
      margin-right: 12px;
      width: 1px
    }

    .theme-arco-page-header-sub-title {
      color: rgba(0, 0, 0, .65);
      font-size: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-page-header-content {
      border-top: 1px solid rgba(0, 0, 0, .14);
      padding: 16px 0
    }

    .theme-arco-page-header-footer {
      padding: 0 0 0 0
    }

    .theme-arco-page-header-with-breadcrumb {
      padding: 0 0
    }

    .theme-arco-page-header-with-breadcrumb .theme-arco-page-header-footer {
      padding-top: 0
    }

    .theme-arco-page-header-with-content .theme-arco-page-header-head-wrapper,
    .theme-arco-page-header-with-footer {
      padding-bottom: 0
    }

    .theme-arco-page-header-wrap .theme-arco-page-header-head {
      flex-wrap: wrap
    }

    .theme-arco-page-header-wrap .theme-arco-page-header-head .theme-arco-page-header-head-extra {
      margin-top: 0
    }

    .theme-arco-page-header-rtl .theme-arco-page-header-head-wrapper {
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-page-header-rtl .theme-arco-page-header-head-main-with-back {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-page-header-rtl .theme-arco-page-header-back {
      margin-left: 12px;
      margin-right: 0
    }

    .theme-arco-page-header-rtl .theme-arco-page-header-divider {
      margin-left: 12px;
      margin-right: 12px
    }

    .theme-arco-pagination {
      align-items: center;
      display: flex;
      font-size: 14px
    }

    .theme-arco-pagination-list {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0
    }

    .theme-arco-pagination-item {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      list-style: none;
      min-width: 24px;
      outline: 0;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle
    }

    .theme-arco-pagination-item-disabled {
      background-color: #fff;
      border-color: rgba(0, 0, 0, .1);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-pagination-item:not(.theme-arco-pagination-item-disabled):not(.theme-arco-pagination-item-active):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-5));
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-pagination-item-active {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      color: rgb(var(--theme-arco-primary-6));
      transition: color .2s linear, background-color .2s linear
    }

    .theme-arco-pagination-item:not(:last-child) {
      margin-right: 8px
    }

    .theme-arco-pagination-item:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-pagination-item-next,
    .theme-arco-pagination-item-prev {
      background-color: #fff;
      color: rgba(0, 0, 0, .55);
      font-size: 16px
    }

    .theme-arco-pagination-item-next:not(.theme-arco-pagination-item-disabled):hover,
    .theme-arco-pagination-item-prev:not(.theme-arco-pagination-item-disabled):hover {
      background-color: #fff;
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-pagination-item-next:after,
    .theme-arco-pagination-item-prev:after {
      content: ".";
      display: inline-block;
      font-size: 0;
      vertical-align: middle
    }

    .theme-arco-pagination .theme-arco-pagination-item-next.theme-arco-pagination-item-disabled,
    .theme-arco-pagination .theme-arco-pagination-item-prev.theme-arco-pagination-item-disabled {
      background-color: #fff;
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-pagination-item-jumper {
      align-items: center;
      display: inline-flex;
      font-size: 16px;
      justify-content: center
    }

    .theme-arco-pagination-jumper {
      margin-left: 8px
    }

    .theme-arco-pagination-jumper>span {
      font-size: 14px
    }

    .theme-arco-pagination-jumper-text-goto {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-pagination .theme-arco-pagination-jumper-input {
      margin-left: 8px;
      padding-left: 2px;
      padding-right: 2px;
      text-align: center;
      width: 40px
    }

    .theme-arco-pagination-option {
      display: inline-block;
      font-size: 14px;
      height: 24px;
      line-height: 0;
      margin-left: 8px;
      min-width: 0;
      position: relative;
      text-align: center;
      vertical-align: middle
    }

    .theme-arco-pagination-option .theme-arco-select {
      width: auto
    }

    .theme-arco-pagination-option .theme-arco-select-view-value {
      overflow: inherit;
      padding-right: 6px
    }

    .theme-arco-pagination-total-text {
      color: rgba(0, 0, 0, .55);
      display: inline-block;
      font-size: 14px;
      height: 100%;
      line-height: 24px;
      margin-right: 8px
    }

    .theme-arco-pagination-item-simple-pager {
      display: inline-block;
      margin: 0 8px 0 8px;
      vertical-align: middle
    }

    .theme-arco-pagination-item-simple-pager .theme-arco-pagination-jumper-separator {
      padding: 0 12px 0 8px
    }

    .theme-arco-pagination-simple .theme-arco-pagination-item {
      margin-right: 0
    }

    .theme-arco-pagination-simple .theme-arco-pagination-jumper {
      color: var(--theme-arco-color-text-1);
      margin-left: 0
    }

    .theme-arco-pagination-simple .theme-arco-pagination-jumper .theme-arco-pagination-jumper-input {
      margin-left: 0;
      width: 40px
    }

    .theme-arco-pagination-simple .theme-arco-pagination-item-next,
    .theme-arco-pagination-simple .theme-arco-pagination-item-prev {
      background-color: initial;
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-pagination-simple .theme-arco-pagination-item-next:not(.theme-arco-pagination-item-disabled):hover,
    .theme-arco-pagination-simple .theme-arco-pagination-item-prev:not(.theme-arco-pagination-item-disabled):hover {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-pagination-simple .theme-arco-pagination-item-next.theme-arco-pagination-item-disabled,
    .theme-arco-pagination-simple .theme-arco-pagination-item-prev.theme-arco-pagination-item-disabled {
      background-color: initial;
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-pagination-disabled {
      cursor: not-allowed
    }

    .theme-arco-pagination-disabled .theme-arco-pagination-item,
    .theme-arco-pagination-disabled .theme-arco-pagination-item:not(.theme-arco-pagination-item-disabled):not(.theme-arco-pagination-item-active):hover {
      background-color: #fff;
      border-color: rgba(0, 0, 0, .1);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-pagination.theme-arco-pagination-disabled .theme-arco-pagination-item-active {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-3));
      color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-pagination-size-mini .theme-arco-pagination-item {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      min-width: 24px
    }

    .theme-arco-pagination-size-mini .theme-arco-pagination-item-next,
    .theme-arco-pagination-size-mini .theme-arco-pagination-item-prev {
      font-size: 16px
    }

    .theme-arco-pagination-size-mini .theme-arco-pagination-total-text {
      font-size: 14px;
      line-height: 24px
    }

    .theme-arco-pagination-size-mini .theme-arco-pagination-option {
      font-size: 14px;
      height: 24px;
      line-height: 0
    }

    .theme-arco-pagination-size-mini .theme-arco-pagination-jumper>span {
      font-size: 14px
    }

    .theme-arco-pagination-size-small .theme-arco-pagination-item {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      min-width: 24px
    }

    .theme-arco-pagination-size-small .theme-arco-pagination-item-next,
    .theme-arco-pagination-size-small .theme-arco-pagination-item-prev {
      font-size: 16px
    }

    .theme-arco-pagination-size-small .theme-arco-pagination-total-text {
      font-size: 14px;
      line-height: 24px
    }

    .theme-arco-pagination-size-small .theme-arco-pagination-option {
      font-size: 14px;
      height: 24px;
      line-height: 0
    }

    .theme-arco-pagination-size-small .theme-arco-pagination-jumper>span {
      font-size: 14px
    }

    .theme-arco-pagination-size-large .theme-arco-pagination-item {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      min-width: 24px
    }

    .theme-arco-pagination-size-large .theme-arco-pagination-item-next,
    .theme-arco-pagination-size-large .theme-arco-pagination-item-prev {
      font-size: 16px
    }

    .theme-arco-pagination-size-large .theme-arco-pagination-total-text {
      font-size: 14px;
      line-height: 24px
    }

    .theme-arco-pagination-size-large .theme-arco-pagination-option {
      font-size: 14px;
      height: 24px;
      line-height: 0
    }

    .theme-arco-pagination-size-large .theme-arco-pagination-jumper>span {
      font-size: 14px
    }

    .theme-arco-pagination-rtl {
      direction: rtl
    }

    .theme-arco-pagination-rtl .theme-arco-pagination-item:not(:last-child) {
      margin-left: 8px;
      margin-right: 0
    }

    .theme-arco-pagination-rtl .theme-arco-pagination-item-simple-pager {
      margin: 0 8px 0 8px
    }

    .theme-arco-pagination-rtl .theme-arco-pagination-item-simple-pager .theme-arco-pagination-jumper-separator {
      padding: 0 8px 0 12px
    }

    .theme-arco-pagination-rtl .theme-arco-pagination-jumper,
    .theme-arco-pagination-rtl .theme-arco-pagination-jumper-input,
    .theme-arco-pagination-rtl .theme-arco-pagination-option {
      margin-left: 0;
      margin-right: 8px
    }

    .theme-arco-pagination-rtl .theme-arco-pagination-option .theme-arco-select-view-value {
      padding-left: 6px;
      padding-right: 0
    }

    .theme-arco-pagination-rtl .theme-arco-pagination-total-text {
      margin-left: 8px;
      margin-right: 0
    }

    .theme-arco-pagination-rtl.theme-arco-pagination-simple .theme-arco-pagination-item,
    .theme-arco-pagination-rtl.theme-arco-pagination-simple .theme-arco-pagination-jumper,
    .theme-arco-pagination-rtl.theme-arco-pagination-simple .theme-arco-pagination-jumper-input {
      margin-right: 0
    }

    .theme-arco-popconfirm-content {
      box-sizing: border-box;
      padding: 24px 24px
    }

    .theme-arco-popconfirm-title {
      align-items: flex-start;
      color: rgba(0, 0, 0, .92);
      display: flex;
      font-size: 18px;
      margin-bottom: 16px;
      position: relative
    }

    .theme-arco-popconfirm-title-icon {
      align-items: center;
      display: inline-flex;
      font-size: 18px;
      height: 28.287px;
      margin-right: 8px
    }

    .theme-arco-popconfirm-title-icon .theme-arco-icon-exclamation-circle-fill {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-popconfirm-has-content .theme-arco-popconfirm-title {
      font-weight: 500;
      margin-bottom: 0
    }

    .theme-arco-popconfirm-inner-content {
      margin-bottom: 16px;
      margin-top: 4px;
      padding-left: 26px
    }

    .theme-arco-popconfirm .theme-arco-popconfirm-btn {
      text-align: right
    }

    .theme-arco-popconfirm .theme-arco-popconfirm-btn>button {
      margin-left: 12px
    }

    .theme-arco-popconfirm-rtl .theme-arco-popconfirm-title-icon {
      margin-left: 8px;
      margin-right: 0
    }

    .theme-arco-popconfirm-rtl .theme-arco-popconfirm-inner-content {
      padding-left: 0;
      padding-right: 26px
    }

    .theme-arco-popconfirm-rtl .theme-arco-popconfirm-btn {
      text-align: left
    }

    .theme-arco-popconfirm-rtl .theme-arco-popconfirm-btn>button {
      margin-left: 0;
      margin-right: 12px
    }

    .theme-arco-popover-content {
      padding: 24px 24px
    }

    .theme-arco-popover-title {
      color: rgba(0, 0, 0, .92);
      font-size: 18px;
      font-weight: 500
    }

    .theme-arco-popover-title+.theme-arco-popover-inner-content {
      margin-top: 8px
    }

    .theme-arco-popconfirm-content,
    .theme-arco-popover-content {
      background-color: #fff;
      border: 1px solid transparent;
      border-radius: 8px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      font-size: 16px;
      line-height: 1.5715;
      max-width: none;
      width: 100%
    }

    .theme-arco-popconfirm-content-inner,
    .theme-arco-popover-content-inner {
      word-wrap: break-word;
      text-align: left
    }

    .theme-arco-popconfirm-arrow.theme-arco-trigger-arrow,
    .theme-arco-popover-arrow.theme-arco-trigger-arrow {
      background-color: #fff;
      border: 1px solid transparent;
      z-index: 1
    }

    .theme-arco-popover-inner-rtl {
      direction: rtl;
      text-align: right
    }

    .theme-arco-progress {
      font-size: 12px;
      line-height: 1;
      position: relative
    }

    .theme-arco-progress-line,
    .theme-arco-progress-steps {
      display: inline-block;
      max-width: 100%;
      width: 100%
    }

    .theme-arco-progress-line-wrapper,
    .theme-arco-progress-steps-wrapper {
      align-items: center;
      display: flex;
      height: 100%;
      max-width: 100%;
      width: 100%
    }

    .theme-arco-progress-line-text,
    .theme-arco-progress-steps-text {
      color: rgba(0, 0, 0, .55);
      flex-grow: 1;
      flex-shrink: 0;
      font-size: 12px;
      margin-left: 16px;
      min-width: 32px;
      text-align: right;
      white-space: nowrap
    }

    .theme-arco-progress-line-text .theme-arco-icon,
    .theme-arco-progress-steps-text .theme-arco-icon {
      font-size: 12px;
      margin-left: 4px
    }

    .theme-arco-progress-line-outer {
      background-color: rgba(0, 0, 0, .1);
      border-radius: 100px;
      display: inline-block;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .theme-arco-progress-line-inner {
      background-color: rgb(var(--theme-arco-primary-6));
      border-radius: 100px;
      height: 100%;
      max-width: 100%;
      position: relative;
      transition: width .6s cubic-bezier(.34, .69, .1, 1), background .3s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-progress-line-inner-buffer {
      background-color: var(--theme-arco-color-primary-light-3);
      border-radius: 0 100px 100px 0;
      height: 100%;
      left: 0;
      max-width: 100%;
      position: absolute;
      top: 0;
      transition: all .6s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-progress-line-inner-animate:after {
      animation: arco-progress-loading 1.5s cubic-bezier(.34, .69, .1, 1) infinite;
      background: linear-gradient(90deg, transparent 25%, hsla(0, 0%, 100%, .5) 50%, transparent 75%);
      background-size: 400% 100%;
      border-radius: inherit;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%
    }

    .theme-arco-progress-line-text .theme-arco-icon {
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-progress-steps-outer {
      display: flex;
      width: 100%
    }

    .theme-arco-progress-steps-text {
      margin-left: 8px;
      min-width: unset
    }

    .theme-arco-progress-steps-text .theme-arco-icon {
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-progress-steps-item {
      background-color: var(--theme-arco-color-fill-3);
      display: inline-block;
      flex: 1 1;
      height: 100%;
      position: relative
    }

    .theme-arco-progress-steps-item:not(:last-of-type) {
      margin-right: 3px
    }

    .theme-arco-progress-steps-item:last-of-type {
      border-bottom-right-radius: 100px;
      border-top-right-radius: 100px
    }

    .theme-arco-progress-steps-item:first-of-type {
      border-bottom-left-radius: 100px;
      border-top-left-radius: 100px
    }

    .theme-arco-progress-steps-item-active {
      background-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-progress-steps.theme-arco-progress-small {
      width: auto
    }

    .theme-arco-progress-steps.theme-arco-progress-small .theme-arco-progress-steps-item {
      border-radius: 2px;
      flex: unset;
      width: 2px
    }

    .theme-arco-progress-steps.theme-arco-progress-small .theme-arco-progress-steps-item:not(:last-of-type) {
      margin-right: 3px
    }

    .theme-arco-progress-is-warning .theme-arco-progress-line-inner,
    .theme-arco-progress-is-warning .theme-arco-progress-steps-item-active {
      background-color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-progress-is-warning .theme-arco-progress-line-text .theme-arco-icon,
    .theme-arco-progress-is-warning .theme-arco-progress-steps-text .theme-arco-icon {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-progress-is-success .theme-arco-progress-line-inner,
    .theme-arco-progress-is-success .theme-arco-progress-steps-item-active {
      background-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-progress-is-success .theme-arco-progress-line-text .theme-arco-icon,
    .theme-arco-progress-is-success .theme-arco-progress-steps-text .theme-arco-icon {
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-progress-is-error .theme-arco-progress-line-inner,
    .theme-arco-progress-is-error .theme-arco-progress-steps-item-active {
      background-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-progress-is-error .theme-arco-progress-line-text .theme-arco-icon,
    .theme-arco-progress-is-error .theme-arco-progress-steps-text .theme-arco-icon {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-progress-small .theme-arco-progress-line-text {
      font-size: 12px;
      margin-left: 16px
    }

    .theme-arco-progress-small .theme-arco-progress-line-text .theme-arco-icon {
      font-size: 12px
    }

    .theme-arco-progress-large .theme-arco-progress-line-text {
      font-size: 16px;
      margin-left: 16px
    }

    .theme-arco-progress-large .theme-arco-progress-line-text .theme-arco-icon {
      font-size: 14px
    }

    .theme-arco-progress-circle {
      display: inline-block
    }

    .theme-arco-progress-circle-wrapper {
      display: inline-block;
      line-height: 1;
      position: relative;
      text-align: center;
      vertical-align: text-bottom
    }

    .theme-arco-progress-circle-svg {
      transform: rotate(-90deg)
    }

    .theme-arco-progress-circle-text {
      font-size: 16px
    }

    .theme-arco-progress-circle-text .theme-arco-icon {
      color: var(--theme-arco-color-text-2);
      font-size: 16px
    }

    .theme-arco-progress-circle .theme-arco-progress-circle-text {
      color: rgba(0, 0, 0, .55);
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%)
    }

    .theme-arco-progress-circle-mask {
      stroke: #f5f5f5
    }

    .theme-arco-progress-circle-path {
      stroke: rgb(var(--theme-arco-primary-6));
      transition: stroke-dashoffset .6s linear 0s, stroke .6s linear
    }

    .theme-arco-progress-mini .theme-arco-progress-circle-mask {
      stroke: var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-progress-mini .theme-arco-progress-circle-path {
      stroke: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-progress-mini.theme-arco-progress-is-warning .theme-arco-progress-circle-mask {
      stroke: var(--theme-arco-color-warning-light-3)
    }

    .theme-arco-progress-mini.theme-arco-progress-is-error .theme-arco-progress-circle-mask {
      stroke: var(--theme-arco-color-danger-light-3)
    }

    .theme-arco-progress-mini.theme-arco-progress-is-success .theme-arco-progress-circle-mask {
      stroke: var(--theme-arco-color-success-light-3)
    }

    .theme-arco-progress-mini.theme-arco-progress-is-success .theme-arco-progress-circle-wrapper .theme-arco-icon-check {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%)
    }

    .theme-arco-progress-mini .theme-arco-progress-circle-text {
      left: unset;
      position: static;
      top: unset;
      transform: unset
    }

    .theme-arco-progress-small .theme-arco-progress-circle-text,
    .theme-arco-progress-small .theme-arco-progress-circle-text .theme-arco-icon {
      font-size: 14px
    }

    .theme-arco-progress-large .theme-arco-progress-circle-text,
    .theme-arco-progress-large .theme-arco-progress-circle-text .theme-arco-icon {
      font-size: 16px
    }

    .theme-arco-progress-is-warning .theme-arco-progress-circle-path {
      stroke: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-progress-is-warning .theme-arco-icon {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-progress-is-success .theme-arco-progress-circle-path {
      stroke: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-progress-is-success .theme-arco-icon {
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-progress-is-error .theme-arco-progress-circle-path {
      stroke: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-progress-is-error .theme-arco-icon {
      color: rgb(var(--theme-arco-danger-6))
    }

    @keyframes arco-progress-loading {
      0% {
        background-position: 100% 50%
      }

      to {
        background-position: 0 50%
      }
    }

    .theme-arco-progress-rtl .theme-arco-progress-line-text,
    .theme-arco-progress-rtl .theme-arco-progress-steps-text {
      margin-left: 0;
      margin-right: 16px
    }

    .theme-arco-progress-rtl .theme-arco-progress-line-text .theme-arco-icon,
    .theme-arco-progress-rtl .theme-arco-progress-steps-text .theme-arco-icon {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-progress-rtl .theme-arco-progress-steps-text {
      margin-left: 0;
      margin-right: 8px
    }

    .theme-arco-progress-rtl .theme-arco-progress-steps-item:not(:last-of-type),
    .theme-arco-progress-rtl.theme-arco-progress-steps.theme-arco-progress-small .theme-arco-progress-steps-item:not(:last-of-type) {
      margin-left: 3px;
      margin-right: 0
    }

    .theme-arco-progress-rtl.theme-arco-progress-large .theme-arco-progress-line-text,
    .theme-arco-progress-rtl.theme-arco-progress-small .theme-arco-progress-line-text {
      margin-left: 0;
      margin-right: 16px
    }

    .theme-arco-progress-rtl.theme-arco-progress-line .theme-arco-progress-line-inner-buffer {
      left: auto;
      right: 0
    }

    .theme-arco-radio-button>input[type=radio],
    .theme-arco-radio>input[type=radio] {
      height: 0;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 0
    }

    .theme-arco-radio-button>input[type=radio]:focus-visible+.theme-arco-radio-icon-hover:before,
    .theme-arco-radio>input[type=radio]:focus-visible+.theme-arco-radio-icon-hover:before {
      background-color: #fff;
      opacity: 1
    }

    .theme-arco-radio-button>input[type=radio]:focus-visible+.theme-arco-radio-button-inner,
    .theme-arco-radio>input[type=radio]:focus-visible+.theme-arco-radio-button-inner {
      border-radius: inherit;
      box-shadow: inset 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-icon-hover.theme-arco-radio-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .theme-arco-radio {
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: unset;
      padding-left: 0;
      position: relative
    }

    .theme-arco-radio-text {
      color: rgba(0, 0, 0, .55);
      margin-left: 8px
    }

    .theme-arco-radio-mask-wrapper {
      line-height: 1;
      position: relative;
      top: -.09em;
      vertical-align: middle
    }

    .theme-arco-radio-mask {
      border: 1px solid rgba(0, 0, 0, .25);
      display: block;
      height: 16px;
      line-height: 16px;
      position: relative;
      width: 16px
    }

    .theme-arco-radio-mask,
    .theme-arco-radio-mask:after {
      border-radius: var(--border-radius-circle);
      box-sizing: border-box
    }

    .theme-arco-radio-mask:after {
      background-color: #fff;
      content: "";
      display: inline-block;
      left: 0;
      position: absolute;
      top: 0;
      transform: scale(1);
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .theme-arco-radio:hover .theme-arco-radio-mask {
      border-color: rgba(0, 0, 0, .55)
    }

    .theme-arco-radio-checked .theme-arco-radio-mask {
      background-color: #fff;
      border-color: #fff
    }

    .theme-arco-radio-checked .theme-arco-radio-mask:after {
      background-color: var(--theme-arco-color-white);
      transform: scale(.4)
    }

    .theme-arco-radio-checked:hover .theme-arco-radio-mask {
      border-color: #fff
    }

    .theme-arco-radio-disabled,
    .theme-arco-radio-disabled .theme-arco-radio-icon-hover {
      cursor: not-allowed
    }

    .theme-arco-radio-disabled .theme-arco-radio-text {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-radio-disabled .theme-arco-radio-mask {
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-radio-disabled .theme-arco-radio-mask:after {
      background-color: #f0f0f0
    }

    .theme-arco-radio-disabled:hover .theme-arco-radio-mask {
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-radio-checked.theme-arco-radio-disabled .theme-arco-radio-mask,
    .theme-arco-radio-checked.theme-arco-radio-disabled:hover .theme-arco-radio-mask {
      background-color: #fff;
      border-color: transparent
    }

    .theme-arco-radio-checked.theme-arco-radio-disabled .theme-arco-radio-mask:after {
      background-color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-radio-checked.theme-arco-radio-disabled .theme-arco-radio-text {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-radio:hover .theme-arco-radio-icon-hover:before {
      background-color: #fff
    }

    .theme-arco-radio-group {
      box-sizing: border-box;
      display: inline-block
    }

    .theme-arco-radio-group .theme-arco-radio {
      margin-right: 20px
    }

    .theme-arco-radio-group-type-button {
      line-height: 30px;
      padding: 1.5px;
      position: relative;
      z-index: 0
    }

    .theme-arco-radio-button {
      background-color: #fff;
      border-radius: 0;
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: 30px;
      margin: 1.5px;
      position: relative;
      transition: all .1s linear
    }

    .theme-arco-radio-button-inner {
      display: block;
      padding: 0 12px;
      position: relative
    }

    .theme-arco-radio-button:not(:first-of-type):before {
      background-color: rgba(0, 0, 0, .14);
      content: "";
      display: block;
      height: 14px;
      left: -2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: all .1s linear;
      width: 1px
    }

    .theme-arco-radio-button.theme-arco-radio-checked+.theme-arco-radio-button:before,
    .theme-arco-radio-button.theme-arco-radio-checked:before,
    .theme-arco-radio-button:hover+.theme-arco-radio-button:before,
    .theme-arco-radio-button:hover:before {
      opacity: 0
    }

    .theme-arco-radio-button:after {
      background-color: initial;
      bottom: -3px;
      content: " ";
      display: block;
      left: -3px;
      pointer-events: none;
      position: absolute;
      right: -3px;
      top: -3px;
      z-index: -1
    }

    .theme-arco-radio-button:first-of-type:after {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .theme-arco-radio-button:last-of-type:after {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .theme-arco-radio-button:hover {
      background-color: #fff;
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-radio-button.theme-arco-radio-checked {
      background-color: #fff;
      color: rgb(var(--theme-arco-primary-6));
      font-weight: 400
    }

    .theme-arco-radio-button.theme-arco-radio-disabled {
      background-color: #fff;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-radio-button.theme-arco-radio-disabled.theme-arco-radio-checked {
      background-color: #fff;
      color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-radio-size-small {
      line-height: 24px
    }

    .theme-arco-radio-size-small .theme-arco-radio-button,
    .theme-arco-radio-size-small.theme-arco-radio-group-type-button {
      font-size: 14px;
      line-height: 18px
    }

    .theme-arco-radio-size-large {
      line-height: 44px
    }

    .theme-arco-radio-size-large .theme-arco-radio-button,
    .theme-arco-radio-size-large.theme-arco-radio-group-type-button {
      font-size: 16px;
      line-height: 38px
    }

    .theme-arco-radio-size-mini {
      line-height: 24px
    }

    .theme-arco-radio-size-mini .theme-arco-radio-button,
    .theme-arco-radio-size-mini.theme-arco-radio-group-type-button {
      font-size: 12px;
      line-height: 18px
    }

    .theme-arco-radio-group-direction-vertical .theme-arco-radio {
      display: block;
      line-height: 32px;
      margin-right: 0
    }

    body[arco-theme=dark] .theme-arco-radio-button.theme-arco-radio-checked,
    body[arco-theme=dark] .theme-arco-radio-button:not(.theme-arco-radio-disabled):hover {
      background-color: var(--theme-arco-color-fill-3)
    }

    body[arco-theme=dark] .theme-arco-radio-button:after {
      background-color: var(--theme-arco-color-bg-3)
    }

    .theme-arco-radio-rtl {
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-radio-rtl .theme-arco-radio-text {
      margin-left: 0;
      margin-right: 8px
    }

    .theme-arco-radio-group-rtl .theme-arco-radio {
      margin-left: 20px;
      margin-right: 0
    }

    .theme-arco-radio-group-rtl.theme-arco-radio-group-direction-vertical .theme-arco-radio {
      margin-left: 0;
      margin-right: unset
    }

    .theme-arco-rate {
      display: inline-block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-rate-disabled {
      cursor: not-allowed
    }

    .theme-arco-rate-inner {
      align-items: center;
      display: flex;
      font-size: 24px;
      line-height: 1;
      min-height: 36px
    }

    .theme-arco-rate-character {
      color: rgba(0, 0, 0, .05);
      position: relative;
      transition: transform .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-rate-character:not(:last-child) {
      margin-right: 2px
    }

    .theme-arco-rate-character-left,
    .theme-arco-rate-character-right {
      transition: inherit
    }

    .theme-arco-rate-character-left>*,
    .theme-arco-rate-character-right>* {
      float: left
    }

    .theme-arco-rate-character-left {
      left: 0;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      white-space: nowrap;
      width: 50%
    }

    .theme-arco-rate-character-scale {
      animation: arco-rate-scale .4s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-rate-character-full .theme-arco-rate-character-right {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-rate-character-half .theme-arco-rate-character-left {
      color: rgb(var(--theme-arco-warning-6));
      opacity: 1
    }

    .theme-arco-rate-character-disabled {
      cursor: not-allowed
    }

    .theme-arco-rate:not(.theme-arco-rate-readonly):not(.theme-arco-rate-disabled) .theme-arco-rate-character {
      cursor: pointer
    }

    .theme-arco-rate:not(.theme-arco-rate-readonly):not(.theme-arco-rate-disabled) .theme-arco-rate-character:focus,
    .theme-arco-rate:not(.theme-arco-rate-readonly):not(.theme-arco-rate-disabled) .theme-arco-rate-character:hover {
      transform: scale(1.2)
    }

    @keyframes arco-rate-scale {
      0% {
        transform: scale(1)
      }

      50% {
        transform: scale(1.2)
      }

      to {
        transform: scale(1)
      }
    }

    .theme-arco-rate-rtl {
      direction: rtl
    }

    .theme-arco-rate-rtl .theme-arco-rate-character:not(:last-child) {
      margin-left: 2px;
      margin-right: 0
    }

    .theme-arco-rate-rtl .theme-arco-rate-character-left {
      left: auto;
      right: 0
    }

    .theme-arco-rate-rtl .theme-arco-rate-character-left>*,
    .theme-arco-rate-rtl .theme-arco-rate-character-right>* {
      float: right
    }

    .theme-arco-resizebox {
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .theme-arco-resizebox-direction-bottom,
    .theme-arco-resizebox-direction-left,
    .theme-arco-resizebox-direction-right,
    .theme-arco-resizebox-direction-top {
      box-sizing: border-box;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-resizebox-direction-right {
      left: unset;
      right: 0
    }

    .theme-arco-resizebox-direction-bottom {
      bottom: 0;
      top: unset
    }

    .theme-arco-resizebox-split,
    .theme-arco-resizebox-split-group {
      display: flex;
      -webkit-user-select: auto;
      -moz-user-select: auto;
      -ms-user-select: auto;
      user-select: auto
    }

    .theme-arco-resizebox-split .theme-arco-resizebox-slit-trigger,
    .theme-arco-resizebox-split-group .theme-arco-resizebox-slit-trigger {
      flex: 0 1
    }

    .theme-arco-resizebox-split-group-pane,
    .theme-arco-resizebox-split-pane {
      overflow: auto
    }

    .theme-arco-resizebox-split .second-pane,
    .theme-arco-resizebox-split-group .second-pane {
      flex: 1 1
    }

    .theme-arco-resizebox-split-group-horizontal,
    .theme-arco-resizebox-split-horizontal {
      flex-direction: row
    }

    .theme-arco-resizebox-split-group-vertical,
    .theme-arco-resizebox-split-vertical {
      flex-direction: column
    }

    .theme-arco-resizebox-split-group-moving,
    .theme-arco-resizebox-split-moving {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-resizebox-trigger-icon-wrapper {
      align-items: center;
      background-color: var(--theme-arco-color-neutral-3);
      display: flex;
      height: 100%;
      justify-content: center
    }

    .theme-arco-resizebox-trigger-icon {
      color: var(--theme-arco-color-text-1);
      display: inline-block;
      font-size: 12px
    }

    .theme-arco-resizebox-trigger-next>svg,
    .theme-arco-resizebox-trigger-prev>svg {
      cursor: pointer
    }

    .theme-arco-resizebox-trigger-vertical {
      cursor: col-resize;
      height: 100%
    }

    .theme-arco-resizebox-trigger-vertical.theme-arco-resizebox-trigger-not-resizable {
      cursor: default
    }

    .theme-arco-resizebox-trigger-vertical .theme-arco-resizebox-trigger-next,
    .theme-arco-resizebox-trigger-vertical .theme-arco-resizebox-trigger-prev {
      height: 18px;
      line-height: 18px
    }

    .theme-arco-resizebox-trigger-vertical .theme-arco-resizebox-trigger-icon-wrapper {
      flex-direction: column;
      width: 6px
    }

    .theme-arco-resizebox-trigger-vertical .theme-arco-resizebox-trigger-icon-empty {
      height: 18px;
      width: 100%
    }

    .theme-arco-resizebox-trigger-horizontal {
      cursor: row-resize;
      width: 100%
    }

    .theme-arco-resizebox-trigger-horizontal.theme-arco-resizebox-trigger-not-resizable {
      cursor: default
    }

    .theme-arco-resizebox-trigger-horizontal .theme-arco-resizebox-trigger-next,
    .theme-arco-resizebox-trigger-horizontal .theme-arco-resizebox-trigger-prev {
      text-align: center;
      width: 18px
    }

    .theme-arco-resizebox-trigger-horizontal .theme-arco-resizebox-trigger-icon-wrapper {
      height: 6px
    }

    .theme-arco-resizebox-trigger-horizontal .theme-arco-resizebox-trigger-icon-wrapper .theme-arco-icon {
      vertical-align: -1px
    }

    .theme-arco-resizebox-trigger-horizontal .theme-arco-resizebox-trigger-icon-empty {
      height: 100%;
      width: 18px
    }

    .theme-arco-resizebox-rtl,
    .theme-arco-resizebox-split-group-rtl,
    .theme-arco-resizebox-split-rtl,
    .theme-arco-resizebox-trigger-rtl {
      direction: rtl
    }

    .theme-arco-result {
      box-sizing: border-box;
      padding: 32px 32px 24px;
      width: 100%
    }

    .theme-arco-result-is-403,
    .theme-arco-result-is-404,
    .theme-arco-result-is-500 {
      padding-top: 24px
    }

    .theme-arco-result-is-403 .theme-arco-result-icon-tip,
    .theme-arco-result-is-404 .theme-arco-result-icon-tip,
    .theme-arco-result-is-500 .theme-arco-result-icon-tip {
      height: 92px;
      line-height: 92px;
      width: 92px
    }

    .theme-arco-result-icon {
      font-size: 20px;
      margin-bottom: 16px;
      text-align: center
    }

    .theme-arco-result-icon-tip {
      border-radius: 50%;
      display: inline-block;
      height: 45px;
      line-height: 45px;
      text-align: center;
      width: 45px
    }

    .theme-arco-result-icon-custom {
      height: unset;
      line-height: inherit;
      width: unset
    }

    .theme-arco-result-icon-custom>.theme-arco-icon {
      color: inherit;
      font-size: 45px
    }

    .theme-arco-result-icon-success {
      background-color: var(--theme-arco-color-success-light-1);
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-result-icon-error {
      background-color: var(--theme-arco-color-danger-light-1);
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-result-icon-info {
      background-color: var(--theme-arco-color-primary-light-1);
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-result-icon-warning {
      background-color: var(--theme-arco-color-warning-light-1);
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-result-title {
      color: var(--theme-arco-color-text-1);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5715;
      text-align: center
    }

    .theme-arco-result-subtitle {
      color: var(--theme-arco-color-text-2);
      font-size: 16px;
      line-height: 1.5715;
      text-align: center
    }

    .theme-arco-result-extra {
      margin-top: 20px;
      text-align: center
    }

    .theme-arco-result-content {
      margin-top: 20px
    }

    .theme-arco-select .theme-arco-select-view {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-select:hover .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-select.theme-arco-select-focused .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-primary-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-select .theme-arco-select-arrow-icon,
    .theme-arco-select .theme-arco-select-clear-icon,
    .theme-arco-select .theme-arco-select-expand-icon,
    .theme-arco-select .theme-arco-select-loading-icon,
    .theme-arco-select .theme-arco-select-search-icon,
    .theme-arco-select .theme-arco-select-suffix-icon {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-select-error .theme-arco-select-view {
      background-color: #fff;
      border: 1px solid rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-select-error:hover .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-select-error.theme-arco-select-focused .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 #fff;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-select-warning .theme-arco-select-view {
      background-color: var(--theme-arco-color-warning-light-1);
      border: 1px solid transparent
    }

    .theme-arco-select-warning:hover .theme-arco-select-view {
      background-color: var(--theme-arco-color-warning-light-2);
      border-color: transparent
    }

    .theme-arco-select-warning.theme-arco-select-focused .theme-arco-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-select-disabled .theme-arco-select-view {
      background-color: #f0f0f0;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-select-disabled:hover .theme-arco-select-view {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-select-disabled .theme-arco-select-arrow-icon,
    .theme-arco-select-disabled .theme-arco-select-clear-icon,
    .theme-arco-select-disabled .theme-arco-select-expand-icon,
    .theme-arco-select-disabled .theme-arco-select-loading-icon,
    .theme-arco-select-disabled .theme-arco-select-search-icon,
    .theme-arco-select-disabled .theme-arco-select-suffix-icon {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-select-no-border .theme-arco-select-view {
      background: none !important;
      border: none !important
    }

    .theme-arco-select-size-mini.theme-arco-select-multiple .theme-arco-select-view {
      font-size: 12px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-select-size-mini.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-select-size-mini.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-select-size-mini.theme-arco-select-multiple .theme-arco-select-suffix {
      padding-right: 8px
    }

    .theme-arco-select-size-mini.theme-arco-select-multiple input {
      font-size: 12px
    }

    .theme-arco-select-size-mini.theme-arco-select-single .theme-arco-select-view {
      font-size: 12px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .theme-arco-select-size-mini.theme-arco-select-single input {
      font-size: 12px
    }

    .theme-arco-select-size-mini.theme-arco-select-multiple .theme-arco-select-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-select-size-small.theme-arco-select-multiple .theme-arco-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-select-size-small.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-select-size-small.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-select-size-small.theme-arco-select-multiple .theme-arco-select-suffix {
      padding-right: 8px
    }

    .theme-arco-select-size-small.theme-arco-select-multiple input {
      font-size: 14px
    }

    .theme-arco-select-size-small.theme-arco-select-single .theme-arco-select-view {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .theme-arco-select-size-small.theme-arco-select-single input {
      font-size: 14px
    }

    .theme-arco-select-size-small.theme-arco-select-multiple .theme-arco-select-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-select-suffix {
      padding-right: 8px
    }

    .theme-arco-select-size-default.theme-arco-select-multiple input {
      font-size: 14px
    }

    .theme-arco-select-size-default.theme-arco-select-single .theme-arco-select-view {
      font-size: 14px;
      height: 36px;
      line-height: 34px;
      padding: 0 11px
    }

    .theme-arco-select-size-default.theme-arco-select-single input {
      font-size: 14px
    }

    .theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-select-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-select-suffix {
      padding-right: 8px
    }

    .theme-arco-select-size-large.theme-arco-select-multiple input {
      font-size: 14px
    }

    .theme-arco-select-size-large.theme-arco-select-single .theme-arco-select-view {
      font-size: 14px;
      height: 44px;
      line-height: 42px;
      padding: 0 11px
    }

    .theme-arco-select-size-large.theme-arco-select-single input {
      font-size: 14px
    }

    .theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-select-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-select {
      cursor: pointer;
      display: inline-block
    }

    .theme-arco-select,
    .theme-arco-select-view {
      box-sizing: border-box;
      position: relative;
      width: 100%
    }

    .theme-arco-select-view {
      border-radius: 4px;
      display: flex;
      outline: none;
      text-align: left;
      transition: all .1s linear, padding 0s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-select-view input {
      color: inherit;
      cursor: inherit
    }

    .theme-arco-select-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-select-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-select-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-select-multiple,
    .theme-arco-select-show-search {
      cursor: text
    }

    .theme-arco-select-disabled {
      cursor: not-allowed
    }

    .theme-arco-select-disabled .theme-arco-select-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-select-disabled .theme-arco-select-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-select-disabled .theme-arco-select-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-select-single .theme-arco-select-view-input {
      background: transparent;
      border: none;
      box-sizing: border-box;
      outline: none;
      overflow: hidden;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-select-single .theme-arco-select-view-selector {
      box-sizing: border-box;
      display: inline-flex;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .theme-arco-select-single .theme-arco-select-view-selector .theme-arco-select-view-input {
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1
    }

    .theme-arco-select-single .theme-arco-select-view-selector .theme-arco-select-view-value-mirror {
      opacity: 0
    }

    .theme-arco-select-single .theme-arco-select-view-value {
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-select-single .theme-arco-select-view-value:after {
      content: ".";
      font-size: 0;
      line-height: 0;
      visibility: hidden
    }

    .theme-arco-select-single .theme-arco-select-view .theme-arco-select-hidden {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .theme-arco-select-multiple {
      vertical-align: top
    }

    .theme-arco-select-multiple .theme-arco-select-view {
      line-height: 0;
      padding: 0 4px
    }

    .theme-arco-select-multiple .theme-arco-select-view-with-prefix {
      padding-left: 12px
    }

    .theme-arco-select-multiple .theme-arco-input-tag {
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      flex: 1 1;
      overflow: hidden;
      padding: 0
    }

    .theme-arco-select-multiple .theme-arco-tag {
      max-width: 100%
    }

    .theme-arco-select-multiple:not(.theme-arco-select-focused) .theme-arco-input-tag input:not(:first-child)[value=""] {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .theme-arco-select-prefix {
      align-items: center;
      color: rgba(0, 0, 0, .55);
      display: flex;
      margin-right: 12px;
      white-space: nowrap
    }

    .theme-arco-select-suffix {
      align-items: center;
      display: flex;
      margin-left: 4px
    }

    .theme-arco-select-clear-icon,
    .theme-arco-select-expand-icon,
    .theme-arco-select-loading-icon,
    .theme-arco-select-search-icon,
    .theme-arco-select-suffix-icon {
      font-size: 16px;
      transition: all .1s linear
    }

    .theme-arco-select-arrow-icon {
      font-size: 16px
    }

    .theme-arco-select-open .theme-arco-select-arrow-icon svg {
      transform: rotate(180deg)
    }

    .theme-arco-select .theme-arco-select-clear-icon {
      cursor: pointer;
      display: none
    }

    .theme-arco-select .theme-arco-select-clear-icon>svg {
      position: relative;
      transition: all .1s linear
    }

    .theme-arco-select:hover .theme-arco-select-clear-icon {
      display: block
    }

    .theme-arco-select:hover .theme-arco-select-clear-icon~* {
      display: none
    }

    .theme-arco-select-wrapper {
      align-items: stretch;
      display: inline-flex;
      width: 100%
    }

    .theme-arco-select-wrapper .theme-arco-select {
      min-width: 0
    }

    .theme-arco-select-wrapper .theme-arco-select:not(.theme-arco-select-focused):not(:first-child) .theme-arco-select-view {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .theme-arco-select-wrapper .theme-arco-select:not(.theme-arco-select-focused):not(:last-child) .theme-arco-select-view {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .theme-arco-select-addbefore {
      align-items: center;
      background-color: #fff;
      border: 1px solid transparent;
      border-bottom-left-radius: 4px;
      border-right: 1px solid var(--theme-arco-color-border-2);
      border-top-left-radius: 4px;
      color: var(--theme-arco-color-text-1);
      display: flex;
      padding: 0 12px;
      white-space: nowrap
    }

    .theme-arco-select-popup {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      overflow: hidden;
      padding: 4px 0;
      top: 4px
    }

    .theme-arco-select-popup-hidden {
      display: none
    }

    .theme-arco-select-popup .theme-arco-select-popup-inner {
      list-style: none;
      max-height: 200px;
      width: 100%
    }

    .theme-arco-select-popup .theme-arco-select-option {
      background-color: #fff;
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .65);
      cursor: pointer;
      font-size: 14px;
      line-height: 36px;
      overflow: hidden;
      padding: 0 8px;
      position: relative;
      text-align: left;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-select-popup .theme-arco-select-option-selected {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-7))
    }

    .theme-arco-select-popup .theme-arco-select-option-hover {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-select-popup .theme-arco-select-option-disabled {
      background-color: initial;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-select-popup .theme-arco-select-option-selected {
      font-weight: 600
    }

    .theme-arco-select-popup .theme-arco-select-option-empty {
      height: 36px
    }

    .theme-arco-select-popup .theme-arco-select-option-rtl {
      text-align: right
    }

    .theme-arco-select-option-wrapper {
      align-items: center;
      display: flex;
      padding: 0 7px
    }

    .theme-arco-select-option-wrapper .theme-arco-select-checkbox {
      padding: 0 5px
    }

    .theme-arco-select-option-wrapper .theme-arco-select-checkbox input {
      display: none
    }

    .theme-arco-select-option-wrapper .theme-arco-select-option {
      border-radius: 4px;
      flex: 1 1;
      margin-left: 1px;
      padding: 0 4px
    }

    .theme-arco-select-group-title {
      box-sizing: border-box;
      color: var(--theme-arco-color-text-3);
      font-size: 12px;
      line-height: 20px;
      overflow: hidden;
      padding: 8px 8px 0 8px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-select-group-title:first-child {
      padding-top: 4px
    }

    .theme-arco-select-highlight {
      color: rgb(var(--theme-arco-primary-7));
      font-weight: 500
    }

    .theme-arco-select-rtl {
      direction: rtl
    }

    .theme-arco-select-rtl.theme-arco-select-size-mini.theme-arco-select-multiple .theme-arco-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-select-rtl.theme-arco-select-size-mini.theme-arco-select-multiple .theme-arco-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-select-rtl.theme-arco-select-size-mini.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-select-rtl.theme-arco-select-size-mini.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-select-rtl.theme-arco-select-size-small.theme-arco-select-multiple .theme-arco-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-select-rtl.theme-arco-select-size-small.theme-arco-select-multiple .theme-arco-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-select-rtl.theme-arco-select-size-small.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-select-rtl.theme-arco-select-size-small.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-select-rtl.theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-select-rtl.theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-select-rtl.theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-select-rtl.theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-select-rtl.theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-select-rtl.theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-select-rtl.theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-select-rtl.theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-select-wrapper-rtl .theme-arco-select-addbefore {
      border-left: 1px solid var(--theme-arco-color-border-2);
      border-right: unset
    }

    .theme-arco-select-rtl .theme-arco-select-view {
      text-align: right
    }

    .theme-arco-select-rtl .theme-arco-select-multiple .theme-arco-select-view-with-prefix {
      padding-left: 0;
      padding-right: 12px
    }

    .theme-arco-select-rtl .theme-arco-select-prefix {
      margin-left: 12px;
      margin-right: 0
    }

    .theme-arco-select-rtl .theme-arco-select-suffix {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-skeleton,
    .theme-arco-skeleton-header {
      display: flex
    }

    .theme-arco-skeleton-header .theme-arco-skeleton-image {
      background-color: var(--theme-arco-color-fill-2);
      border-radius: var(--border-radius-small);
      height: 48px;
      width: 48px
    }

    .theme-arco-skeleton-header .theme-arco-skeleton-image-circle {
      border-radius: 50%
    }

    .theme-arco-skeleton-header .theme-arco-skeleton-image-small {
      height: 36px;
      width: 36px
    }

    .theme-arco-skeleton-header .theme-arco-skeleton-image-large {
      height: 60px;
      width: 60px
    }

    .theme-arco-skeleton-header .theme-arco-skeleton-image-left {
      margin-right: 16px
    }

    .theme-arco-skeleton-header .theme-arco-skeleton-image-right {
      margin-left: 16px
    }

    .theme-arco-skeleton-content {
      flex-grow: 1;
      overflow: hidden
    }

    .theme-arco-skeleton-content .theme-arco-skeleton-text {
      list-style: none;
      margin: 0;
      padding: 0
    }

    .theme-arco-skeleton-content .theme-arco-skeleton-text-row {
      background-color: var(--theme-arco-color-fill-2);
      height: 16px
    }

    .theme-arco-skeleton-content .theme-arco-skeleton-text-row:not(:last-child) {
      margin-bottom: 16px
    }

    .theme-arco-skeleton-animate .theme-arco-skeleton-image,
    .theme-arco-skeleton-animate .theme-arco-skeleton-text>li {
      animation: arco-skeleton-circle 1.5s linear infinite;
      background: linear-gradient(90deg, var(--theme-arco-color-fill-2) 25%, var(--theme-arco-color-fill-3) 37%, var(--theme-arco-color-fill-2) 63%);
      background-size: 400% 100%
    }

    @keyframes arco-skeleton-circle {
      0% {
        background-position: 100% 50%
      }

      to {
        background-position: 0 50%
      }
    }

    .theme-arco-skeleton-rtl .theme-arco-skeleton-image-left {
      margin-left: 16px;
      margin-right: 0
    }

    .theme-arco-skeleton-rtl .theme-arco-skeleton-image-right {
      margin-left: 0;
      margin-right: 16px
    }

    .theme-arco-slider {
      display: inline-block;
      width: 100%
    }

    .theme-arco-slider-wrapper {
      align-items: center;
      display: flex
    }

    .theme-arco-slider-vertical {
      display: inline-block;
      height: auto;
      min-width: 22px;
      width: auto
    }

    .theme-arco-slider-vertical .theme-arco-slider-wrapper {
      flex-direction: column
    }

    .theme-arco-slider-with-marks {
      margin-bottom: 24px;
      padding: 0 20px
    }

    .theme-arco-slider-vertical.theme-arco-slider-with-marks {
      margin-bottom: 0;
      padding: 0
    }

    .theme-arco-slider-road {
      cursor: pointer;
      flex: 1 1;
      height: 12px;
      position: relative;
      width: 100%
    }

    .theme-arco-slider-road:before {
      background-color: var(--theme-arco-color-fill-3);
      border-radius: 2px;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%
    }

    .theme-arco-slider-road.theme-arco-slider-road-vertical {
      height: 100%;
      margin-bottom: 6px;
      margin-right: 0;
      margin-top: 6px;
      max-width: 12px;
      min-height: 200px;
      transform: translateY(0);
      width: 12px
    }

    .theme-arco-slider-road.theme-arco-slider-road-vertical:before {
      height: 100%;
      left: 50%;
      top: unset;
      transform: translateX(-50%);
      width: 2px
    }

    .theme-arco-slider-road.theme-arco-slider-road-disabled:before {
      background-color: var(--theme-arco-color-fill-2)
    }

    .theme-arco-slider-road.theme-arco-slider-road-disabled .theme-arco-slider-bar {
      background-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-slider-road.theme-arco-slider-road-disabled .theme-arco-slider-button {
      cursor: not-allowed
    }

    .theme-arco-slider-road.theme-arco-slider-road-disabled .theme-arco-slider-button:after {
      border-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-slider-road.theme-arco-slider-road-disabled .theme-arco-slider-dots .theme-arco-slider-dot {
      border-color: var(--theme-arco-color-fill-2)
    }

    .theme-arco-slider-road.theme-arco-slider-road-disabled .theme-arco-slider-dots .theme-arco-slider-dot-active {
      border-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-slider-road.theme-arco-slider-road-disabled .theme-arco-slider-ticks .theme-arco-slider-tick {
      background: var(--theme-arco-color-fill-2)
    }

    .theme-arco-slider-road.theme-arco-slider-road-disabled .theme-arco-slider-ticks .theme-arco-slider-tick-active {
      background: var(--theme-arco-color-fill-3)
    }

    .theme-arco-slider-bar {
      background-color: rgb(var(--theme-arco-primary-6));
      border-radius: 2px;
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-slider-road-vertical .theme-arco-slider-bar {
      height: unset;
      left: 50%;
      top: unset;
      transform: translateX(-50%);
      width: 2px
    }

    .theme-arco-slider-button {
      height: 12px;
      left: 0;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      width: 12px
    }

    .theme-arco-slider-button:after {
      background: var(--theme-arco-color-bg-2);
      border: 2px solid rgb(var(--theme-arco-primary-6));
      border-radius: 50%;
      box-sizing: border-box;
      content: "";
      display: inline-block;
      height: 12px;
      left: 0;
      position: absolute;
      top: 0;
      transition: all .3s cubic-bezier(.3, 1.3, .3, 1);
      width: 12px
    }

    .theme-arco-slider-button.theme-arco-slider-button-active:after,
    .theme-arco-slider-button:hover:after {
      box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
      transform: scale(1.16666667)
    }

    .theme-arco-slider-button:focus-visible:after {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-slider-road-vertical .theme-arco-slider-button {
      bottom: 0;
      left: 0;
      top: unset;
      transform: translateY(50%)
    }

    .theme-arco-slider-reverse .theme-arco-slider-button {
      left: unset;
      right: 0;
      transform: translateX(50%)
    }

    .theme-arco-slider-reverse .theme-arco-slider-road-vertical .theme-arco-slider-button {
      transform: translateY(-50%)
    }

    .theme-arco-slider-marks {
      position: absolute;
      top: 12px;
      width: 100%
    }

    .theme-arco-slider-marks-text {
      color: var(--theme-arco-color-text-3);
      cursor: pointer;
      font-size: 16px;
      line-height: 1;
      position: absolute;
      transform: translateX(-50%)
    }

    .theme-arco-slider-road-vertical .theme-arco-slider-marks {
      height: 100%;
      left: 15px;
      top: 0
    }

    .theme-arco-slider-road-vertical .theme-arco-slider-marks-text {
      transform: translateY(50%)
    }

    .theme-arco-slider-reverse .theme-arco-slider-marks-text {
      transform: translateX(50%)
    }

    .theme-arco-slider-reverse .theme-arco-slider-road-vertical .theme-arco-slider-marks-text {
      transform: translateY(-50%)
    }

    .theme-arco-slider-dots {
      height: 100%
    }

    .theme-arco-slider-dots .theme-arco-slider-dot-wrapper {
      font-size: 12px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%)
    }

    .theme-arco-slider-road-vertical .theme-arco-slider-dots .theme-arco-slider-dot-wrapper {
      left: 50%;
      top: unset;
      transform: translate(-50%, 50%)
    }

    .theme-arco-slider-reverse .theme-arco-slider-dots .theme-arco-slider-dot-wrapper {
      transform: translate(50%, -50%)
    }

    .theme-arco-slider-reverse .theme-arco-slider-road-vertical .theme-arco-slider-dots .theme-arco-slider-dot-wrapper {
      transform: translate(-50%, -50%)
    }

    .theme-arco-slider-dots .theme-arco-slider-dot-wrapper .theme-arco-slider-dot {
      background-color: var(--theme-arco-color-bg-2);
      border: 2px solid var(--theme-arco-color-fill-3);
      border-radius: 50%;
      box-sizing: border-box;
      height: 8px;
      width: 8px
    }

    .theme-arco-slider-dots .theme-arco-slider-dot-wrapper .theme-arco-slider-dot-active {
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-slider-ticks .theme-arco-slider-tick {
      background: var(--theme-arco-color-fill-3);
      height: 3px;
      margin-top: -1px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -100%);
      width: 1px
    }

    .theme-arco-slider-ticks .theme-arco-slider-tick-active {
      background: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-slider-vertical .theme-arco-slider-ticks .theme-arco-slider-tick {
      height: 1px;
      left: 50%;
      margin-top: unset;
      top: unset;
      transform: translate(1px, 50%);
      width: 3px
    }

    .theme-arco-slider-reverse .theme-arco-slider-ticks .theme-arco-slider-tick {
      transform: translate(50%, -100%)
    }

    .theme-arco-slider-vertical.theme-arco-slider-reverse .theme-arco-slider-ticks .theme-arco-slider-tick {
      transform: translate(1px, -50%)
    }

    .theme-arco-slider-input {
      display: flex;
      margin-left: 20px
    }

    .theme-arco-slider-vertical .theme-arco-slider-input {
      margin-left: 0
    }

    .theme-arco-slider-input>.theme-arco-input-number {
      height: 32px;
      line-height: normal;
      overflow: visible;
      width: 60px
    }

    .theme-arco-slider-input>.theme-arco-input-number input {
      text-align: center
    }

    .theme-arco-slider-input-range {
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 20px
    }

    .theme-arco-slider-input-range-content {
      background: rgb(var(--theme-arco-gray-6));
      display: inline-block;
      height: 2px;
      transform: translateY(-100%);
      width: 8px
    }

    .theme-arco-slider-rtl {
      direction: rtl
    }

    .theme-arco-slider-rtl.theme-arco-slider:not(.theme-arco-slider-vertical) .theme-arco-slider-input {
      margin-left: 0;
      margin-right: 20px
    }

    .theme-arco-slider-rtl.theme-arco-slider-vertical .theme-arco-slider-road-vertical .theme-arco-slider-marks {
      left: 0;
      right: 15px
    }

    .theme-arco-space {
      display: inline-flex
    }

    .theme-arco-space-vertical {
      flex-direction: column
    }

    .theme-arco-space-align-baseline {
      align-items: baseline
    }

    .theme-arco-space-align-start {
      align-items: flex-start
    }

    .theme-arco-space-align-end {
      align-items: flex-end
    }

    .theme-arco-space-align-center {
      align-items: center
    }

    .theme-arco-space-wrap {
      flex-wrap: wrap
    }

    .theme-arco-space-rtl {
      direction: rtl
    }

    .theme-arco-spin {
      display: inline-block
    }

    .theme-arco-spin-block {
      display: block
    }

    .theme-arco-spin-with-tip {
      text-align: center
    }

    .theme-arco-spin-icon {
      color: rgb(var(--theme-arco-primary-7));
      font-size: 20px
    }

    .theme-arco-spin-tip {
      color: rgb(var(--theme-arco-primary-7));
      font-size: 14px;
      font-weight: 500;
      margin-top: 6px
    }

    .theme-arco-spin-loading-layer {
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-spin-children {
      position: relative
    }

    .theme-arco-spin-children:after {
      background-color: var(--theme-arco-color-spin-layer-bg);
      bottom: 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      transition: opacity .1s linear;
      width: 100%;
      z-index: 1
    }

    .theme-arco-spin-loading {
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-spin-loading .theme-arco-spin-loading-layer-inner {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2
    }

    .theme-arco-spin-loading .theme-arco-spin-children:after {
      opacity: 1;
      pointer-events: auto
    }

    .theme-arco-spin-dot {
      animation: arco-dot-loading 2s linear infinite forwards;
      background-color: rgb(var(--theme-arco-primary-6));
      border-radius: var(--border-radius-circle);
      height: 8px;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%) scale(0);
      width: 8px
    }

    .theme-arco-spin-dot:nth-child(2) {
      animation-delay: .4s;
      background-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-spin-dot:nth-child(3) {
      animation-delay: .8s;
      background-color: rgb(var(--theme-arco-primary-4))
    }

    .theme-arco-spin-dot:nth-child(4) {
      animation-delay: 1.2s;
      background-color: rgb(var(--theme-arco-primary-4))
    }

    .theme-arco-spin-dot:nth-child(5) {
      animation-delay: 1.6s;
      background-color: rgb(var(--theme-arco-primary-4))
    }

    .theme-arco-spin-dot-list {
      display: inline-block;
      height: 8px;
      perspective: 200px;
      position: relative;
      transform-style: preserve-3d;
      width: 56px
    }

    @keyframes arco-dot-loading {
      0% {
        transform: translate3D(-48.621%, 0, -.985px) scale(.511)
      }

      2.778% {
        transform: translate3D(-95.766%, 0, -.94px) scale(.545)
      }

      5.556% {
        transform: translate3D(-140%, 0, -.866px) scale(.6)
      }

      8.333% {
        transform: translate3D(-179.981%, 0, -.766px) scale(.675)
      }

      11.111% {
        transform: translate3D(-214.492%, 0, -.643px) scale(.768)
      }

      13.889% {
        transform: translate3D(-242.487%, 0, -.5px) scale(.875)
      }

      16.667% {
        transform: translate3D(-263.114%, 0, -.342px) scale(.993)
      }

      19.444% {
        transform: translate3D(-275.746%, 0, -.174px) scale(1.12)
      }

      22.222% {
        transform: translate3D(-280%, 0, 0) scale(1.25)
      }

      25% {
        transform: translate3D(-275.746%, 0, .174px) scale(1.38)
      }

      27.778% {
        transform: translate3D(-263.114%, 0, .342px) scale(1.507)
      }

      30.556% {
        transform: translate3D(-242.487%, 0, .5px) scale(1.625)
      }

      33.333% {
        transform: translate3D(-214.492%, 0, .643px) scale(1.732)
      }

      36.111% {
        transform: translate3D(-179.981%, 0, .766px) scale(1.825)
      }

      38.889% {
        transform: translate3D(-140%, 0, .866px) scale(1.9)
      }

      41.667% {
        transform: translate3D(-95.766%, 0, .94px) scale(1.955)
      }

      44.444% {
        transform: translate3D(-48.621%, 0, .985px) scale(1.989)
      }

      47.222% {
        transform: translateZ(1px) scale(2)
      }

      50% {
        transform: translate3D(48.621%, 0, .985px) scale(1.989)
      }

      52.778% {
        transform: translate3D(95.766%, 0, .94px) scale(1.955)
      }

      55.556% {
        transform: translate3D(140%, 0, .866px) scale(1.9)
      }

      58.333% {
        transform: translate3D(179.981%, 0, .766px) scale(1.825)
      }

      61.111% {
        transform: translate3D(214.492%, 0, .643px) scale(1.732)
      }

      63.889% {
        transform: translate3D(242.487%, 0, .5px) scale(1.625)
      }

      66.667% {
        transform: translate3D(263.114%, 0, .342px) scale(1.507)
      }

      69.444% {
        transform: translate3D(275.746%, 0, .174px) scale(1.38)
      }

      72.222% {
        transform: translate3D(280%, 0, 0) scale(1.25)
      }

      75% {
        transform: translate3D(275.746%, 0, -.174px) scale(1.12)
      }

      77.778% {
        transform: translate3D(263.114%, 0, -.342px) scale(.993)
      }

      80.556% {
        transform: translate3D(242.487%, 0, -.5px) scale(.875)
      }

      83.333% {
        transform: translate3D(214.492%, 0, -.643px) scale(.768)
      }

      86.111% {
        transform: translate3D(179.981%, 0, -.766px) scale(.675)
      }

      88.889% {
        transform: translate3D(140%, 0, -.866px) scale(.6)
      }

      91.667% {
        transform: translate3D(95.766%, 0, -.94px) scale(.545)
      }

      94.444% {
        transform: translate3D(48.621%, 0, -.985px) scale(.511)
      }

      97.222% {
        transform: translateZ(-1px) scale(.5)
      }
    }

    .theme-arco-statistic {
      color: var(--theme-arco-color-text-2);
      display: inline-block;
      line-height: 1.5715
    }

    .theme-arco-statistic-title {
      color: var(--theme-arco-color-text-2);
      font-size: 16px;
      margin-bottom: 8px
    }

    .theme-arco-statistic-content .theme-arco-statistic-value {
      color: var(--theme-arco-color-text-1);
      font-size: 26px;
      font-weight: 500;
      white-space: nowrap
    }

    .theme-arco-statistic-content .theme-arco-statistic-value-int {
      white-space: nowrap
    }

    .theme-arco-statistic-content .theme-arco-statistic-value-decimal {
      display: inline-block;
      font-size: 26px
    }

    .theme-arco-statistic-content .theme-arco-statistic-value-suffix {
      font-size: 14px;
      margin-left: 4px
    }

    .theme-arco-statistic-content .theme-arco-statistic-value-prefix {
      font-size: 14px;
      margin-right: 4px
    }

    .theme-arco-statistic-extra {
      color: var(--theme-arco-color-text-2);
      margin-top: 8px
    }

    .theme-arco-statistic-rtl .theme-arco-statistic-content .theme-arco-statistic-value-suffix {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-statistic-rtl .theme-arco-statistic-content .theme-arco-statistic-value-prefix {
      margin-left: 4px;
      margin-right: 0
    }

    .theme-arco-steps-item {
      flex: 1 1;
      margin-right: 6px;
      overflow: hidden;
      position: relative;
      text-align: left;
      white-space: nowrap
    }

    .theme-arco-steps-item:last-child {
      flex: none;
      margin-right: 0
    }

    .theme-arco-steps-item-active .theme-arco-steps-item-title {
      font-weight: 500
    }

    .theme-arco-steps-item:not(.theme-arco-steps-item-active) .theme-arco-steps-item-title {
      font-weight: 400
    }

    .theme-arco-steps-item-icon {
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      margin-right: 6px;
      vertical-align: top
    }

    .theme-arco-steps-icon {
      border-radius: 50%;
      box-sizing: border-box;
      height: 24px;
      line-height: 22px;
      text-align: center;
      width: 24px
    }

    .theme-arco-steps-item-wait .theme-arco-steps-icon {
      background-color: initial;
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-steps-item-process .theme-arco-steps-icon {
      background-color: initial;
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-steps-item-finish .theme-arco-steps-icon {
      background-color: rgb(var(--theme-arco-success-6));
      border: 1px solid transparent;
      color: #fff
    }

    .theme-arco-steps-item-error .theme-arco-steps-icon {
      background-color: rgb(var(--theme-arco-danger-6));
      border: 1px solid transparent;
      color: #fff
    }

    .theme-arco-steps-item-title {
      color: rgba(0, 0, 0, .25);
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      padding-right: 6px;
      position: relative;
      white-space: nowrap
    }

    .theme-arco-steps-item-wait .theme-arco-steps-item-title {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-steps-item-error .theme-arco-steps-item-title {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-steps-item-content {
      display: inline-block
    }

    .theme-arco-steps-item-description {
      color: rgba(0, 0, 0, .25);
      font-size: 14px;
      margin-top: 4px;
      max-width: 192px;
      white-space: normal
    }

    .theme-arco-steps-item-wait .theme-arco-steps-item-description {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-steps-item-process .theme-arco-steps-item-description {
      color: var(--theme-arco-color-text-3)
    }

    .theme-arco-steps-item-error .theme-arco-steps-item-description,
    .theme-arco-steps-item-finish .theme-arco-steps-item-description {
      color: rgba(0, 0, 0, .35)
    }

    .theme-arco-steps-label-horizontal:not(.theme-arco-steps-vertical)>.theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-title:after {
      background-color: rgba(0, 0, 0, .35);
      box-sizing: border-box;
      content: "";
      display: block;
      height: 4px;
      left: 100%;
      position: absolute;
      top: 10px;
      width: 5000px
    }

    .theme-arco-steps-label-horizontal>.theme-arco-steps-item.theme-arco-steps-item-process .theme-arco-steps-item-title:after {
      background-color: rgba(0, 0, 0, .35)
    }

    .theme-arco-steps-label-horizontal>.theme-arco-steps-item.theme-arco-steps-item-finish .theme-arco-steps-item-title:after {
      background-color: rgb(var(--theme-arco-success-7))
    }

    .theme-arco-steps-label-horizontal>.theme-arco-steps-item.theme-arco-steps-item-next-error .theme-arco-steps-item-title:after {
      background-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-steps.theme-arco-steps-vertical>.theme-arco-steps-item:not(:last-child)>.theme-arco-steps-item-tail {
      bottom: 6px;
      box-sizing: border-box;
      height: unset;
      left: 10px;
      padding: 0;
      position: absolute;
      top: 30px;
      width: 4px
    }

    .theme-arco-steps.theme-arco-steps-vertical>.theme-arco-steps-item:not(:last-child)>.theme-arco-steps-item-tail:after {
      background-color: rgba(0, 0, 0, .35);
      content: "";
      display: block;
      height: 100%;
      width: 100%
    }

    .theme-arco-steps>.theme-arco-steps-item:not(:last-child)>.theme-arco-steps-item-tail {
      box-sizing: border-box;
      height: 4px;
      position: absolute;
      top: 10px;
      width: 100%
    }

    .theme-arco-steps>.theme-arco-steps-item:not(:last-child)>.theme-arco-steps-item-tail:after {
      background-color: rgba(0, 0, 0, .35);
      content: "";
      display: block;
      height: 100%;
      width: 100%
    }

    .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-finish .theme-arco-steps-item-tail:after {
      background-color: rgb(var(--theme-arco-success-7))
    }

    .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-next-error .theme-arco-steps-item-tail:after {
      background-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-steps-size-small.theme-arco-steps-vertical .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-tail {
      left: 8px;
      top: 26px
    }

    .theme-arco-steps-size-small:not(.theme-arco-steps-vertical):not(.theme-arco-steps-mode-dot) .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-tail {
      top: 8px
    }

    .theme-arco-steps-size-small .theme-arco-steps-item-icon {
      font-size: 16px
    }

    .theme-arco-steps-size-small .theme-arco-steps-item-title {
      font-size: 14px;
      line-height: 20px
    }

    .theme-arco-steps-size-small .theme-arco-steps-item-description {
      font-size: 12px
    }

    .theme-arco-steps-size-small .theme-arco-steps-icon {
      font-size: 14px;
      height: 20px;
      line-height: 18px;
      width: 20px
    }

    .theme-arco-steps-size-small.theme-arco-steps-label-horizontal .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-title:after {
      top: 8px
    }

    .theme-arco-steps-label-vertical .theme-arco-steps-item {
      overflow: visible
    }

    .theme-arco-steps-label-vertical .theme-arco-steps-item-title {
      margin-top: 4px;
      padding-right: 0
    }

    .theme-arco-steps-label-vertical .theme-arco-steps-item-icon {
      margin-left: 84px
    }

    .theme-arco-steps-label-vertical .theme-arco-steps-item-tail {
      left: 114px;
      padding-right: 30px
    }

    .theme-arco-steps-label-vertical.theme-arco-steps-size-small .theme-arco-steps-item-icon {
      margin-left: 86px
    }

    .theme-arco-steps-label-vertical.theme-arco-steps-size-small .theme-arco-steps-item-tail {
      left: 112px;
      padding-right: 26px
    }

    .theme-arco-steps-rtl .theme-arco-steps-item {
      margin-left: 6px;
      margin-right: 0;
      text-align: right
    }

    .theme-arco-steps-rtl .theme-arco-steps-item:last-child {
      margin-left: 0
    }

    .theme-arco-steps-rtl .theme-arco-steps-item-icon {
      margin-left: 6px;
      margin-right: 0
    }

    .theme-arco-steps-rtl .theme-arco-steps-item-title {
      padding-left: 6px;
      padding-right: 0
    }

    .theme-arco-steps-rtl.theme-arco-steps-label-horizontal .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-title:after {
      left: 0;
      right: 100%
    }

    .theme-arco-steps-rtl.theme-arco-steps-vertical>.theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-tail {
      left: 0;
      right: 10px
    }

    .theme-arco-steps-rtl.theme-arco-steps-vertical.theme-arco-steps-size-small.theme-arco-steps-vertical>.theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-tail {
      left: 0;
      right: 8px;
      top: 26px
    }

    .theme-arco-steps-rtl.theme-arco-steps-label-vertical .theme-arco-steps-item-title {
      padding-left: 0
    }

    .theme-arco-steps-rtl.theme-arco-steps-label-vertical .theme-arco-steps-item-icon {
      margin-left: 0;
      margin-right: 84px
    }

    .theme-arco-steps-rtl.theme-arco-steps-label-vertical .theme-arco-steps-item-tail {
      left: 0;
      padding-left: 30px;
      padding-right: 0;
      right: 114px
    }

    .theme-arco-steps-rtl.theme-arco-steps-label-vertical.theme-arco-steps-size-small .theme-arco-steps-item-icon {
      margin-left: 0;
      margin-right: 86px
    }

    .theme-arco-steps-rtl.theme-arco-steps-label-vertical.theme-arco-steps-size-small .theme-arco-steps-item-tail {
      left: 0;
      padding-left: 26px;
      padding-right: 0;
      right: 112px
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item {
      flex: 1 1;
      margin-right: 16px;
      overflow: visible;
      position: relative;
      text-align: left;
      white-space: nowrap
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item:last-child {
      flex: none;
      margin-right: 0
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-active .theme-arco-steps-item-title {
      font-weight: 500
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item:not(.theme-arco-steps-item-active) .theme-arco-steps-item-title {
      font-weight: 400
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-icon {
      border-radius: var(--border-radius-circle);
      box-sizing: border-box;
      display: inline-block;
      height: 8px;
      vertical-align: top;
      width: 8px
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-active .theme-arco-steps-item-icon {
      height: 10px;
      width: 10px
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-wait .theme-arco-steps-item-icon {
      background-color: rgba(0, 0, 0, .25);
      border-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-process .theme-arco-steps-item-icon {
      background-color: rgb(var(--theme-arco-primary-6));
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-finish .theme-arco-steps-item-icon {
      background-color: rgb(var(--theme-arco-success-6));
      border-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-error .theme-arco-steps-item-icon {
      background-color: rgb(var(--theme-arco-danger-6));
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-horizontal .theme-arco-steps-item-icon {
      margin-left: 92px
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-horizontal .theme-arco-steps-item-active .theme-arco-steps-item-icon {
      margin-left: 91px;
      margin-top: -1px
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-content {
      display: inline-block
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-title {
      display: inline-block;
      font-size: 16px;
      margin-top: 0;
      position: relative
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-wait .theme-arco-steps-item-title {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-process .theme-arco-steps-item-title {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-error .theme-arco-steps-item-title,
    .theme-arco-steps-mode-dot .theme-arco-steps-item-finish .theme-arco-steps-item-title {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-description {
      font-size: 14px;
      margin-top: 4px;
      white-space: normal
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-wait .theme-arco-steps-item-description {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-process .theme-arco-steps-item-description {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item-error .theme-arco-steps-item-description,
    .theme-arco-steps-mode-dot .theme-arco-steps-item-finish .theme-arco-steps-item-description {
      color: rgba(0, 0, 0, .35)
    }

    .theme-arco-steps-mode-dot>.theme-arco-steps-item:not(:last-child)>.theme-arco-steps-item-tail {
      background-color: rgba(0, 0, 0, .35);
      box-sizing: border-box;
      height: 1px;
      left: 104px;
      position: absolute;
      top: 3.5px;
      width: 100%
    }

    .theme-arco-steps-mode-dot>.theme-arco-steps-item:not(:last-child)>.theme-arco-steps-item-tail:after {
      display: none
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-process .theme-arco-steps-item-tail {
      background-color: rgba(0, 0, 0, .35)
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-finish .theme-arco-steps-item-tail {
      background-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-steps-mode-dot .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-next-error .theme-arco-steps-item-tail {
      background-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical>.theme-arco-steps-item>.theme-arco-steps-item-icon {
      margin-right: 16px
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical>.theme-arco-steps-item>.theme-arco-steps-item-content {
      overflow: hidden
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical .theme-arco-steps-item-title {
      margin-top: 0
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical.theme-arco-steps-size-small .theme-arco-steps-item-title {
      margin-top: 2px
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical .theme-arco-steps-item-active .theme-arco-steps-item-title {
      margin-top: -1px
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical.theme-arco-steps-size-small .theme-arco-steps-item-active .theme-arco-steps-item-title {
      margin-top: 1px
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical .theme-arco-steps-item-description {
      margin-top: 4px
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical>.theme-arco-steps-item:not(:last-child)>.theme-arco-steps-item-tail {
      background-color: initial;
      bottom: -4px;
      box-sizing: border-box;
      height: unset;
      left: 4px;
      padding: 0;
      position: absolute;
      top: 20px;
      transform: translateX(-50%);
      width: 1px
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical>.theme-arco-steps-item:not(:last-child)>.theme-arco-steps-item-tail:after {
      background-color: rgba(0, 0, 0, .35);
      content: "";
      display: block;
      height: 100%;
      width: 100%
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical>.theme-arco-steps-item:not(:last-child).theme-arco-steps-item-process>.theme-arco-steps-item-tail:after {
      background-color: rgba(0, 0, 0, .35)
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical>.theme-arco-steps-item:not(:last-child).theme-arco-steps-item-finish>.theme-arco-steps-item-tail:after {
      background-color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical>.theme-arco-steps-item:not(:last-child).theme-arco-steps-item-next-error>.theme-arco-steps-item-tail:after {
      background-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical>.theme-arco-steps-item>.theme-arco-steps-item-icon {
      margin-top: 8px
    }

    .theme-arco-steps-mode-dot.theme-arco-steps-vertical>.theme-arco-steps-item-active>.theme-arco-steps-item-icon {
      margin-left: -1px;
      margin-top: 6px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-dot .theme-arco-steps-item {
      margin-left: 16px;
      margin-right: 0;
      text-align: right
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-dot .theme-arco-steps-item:last-child {
      margin-left: 0
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-dot .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-tail {
      left: auto;
      right: 104px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-dot.theme-arco-steps-horizontal .theme-arco-steps-item-icon {
      margin-left: 0;
      margin-right: 92px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-dot.theme-arco-steps-horizontal .theme-arco-steps-item-active .theme-arco-steps-item-icon {
      margin-left: 0;
      margin-right: 91px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-dot.theme-arco-steps-vertical .theme-arco-steps-item-icon {
      margin-left: 16px;
      margin-right: 0
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-dot.theme-arco-steps-vertical .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-tail {
      left: 0;
      right: 4px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-dot.theme-arco-steps-vertical .theme-arco-steps-item-active .theme-arco-steps-item-icon {
      margin-right: -1px
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item {
      align-items: center;
      display: flex;
      flex: 1 1;
      height: 72px;
      overflow: visible;
      position: relative;
      white-space: nowrap
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child) {
      margin-right: 4px
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-wait {
      background-color: #f5f5f5
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-process {
      background-color: rgb(var(--theme-arco-primary-1))
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-finish {
      background-color: rgb(var(--theme-arco-auxiliary-green-4))
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-error {
      background-color: rgb(var(--theme-arco-auxiliary-red-4))
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-content {
      box-sizing: border-box;
      display: inline-block
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item:first-child .theme-arco-steps-item-content {
      padding-left: 16px
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:first-child) .theme-arco-steps-item-content {
      padding-left: 52px
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-title {
      display: inline-block;
      font-size: 16px;
      position: relative;
      white-space: nowrap
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-title:after {
      display: none !important
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-wait .theme-arco-steps-item-title {
      color: rgba(0, 0, 0, .35)
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-process .theme-arco-steps-item-title {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-finish .theme-arco-steps-item-title {
      color: rgb(var(--theme-arco-success-7))
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-error .theme-arco-steps-item-title {
      color: rgb(var(--theme-arco-danger-7))
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-active .theme-arco-steps-item-title {
      font-weight: 500
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-description {
      font-size: 14px;
      margin-top: 0;
      max-width: none;
      white-space: nowrap
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item-error .theme-arco-steps-item-description,
    .theme-arco-steps-mode-arrow .theme-arco-steps-item-finish .theme-arco-steps-item-description,
    .theme-arco-steps-mode-arrow .theme-arco-steps-item-process .theme-arco-steps-item-description,
    .theme-arco-steps-mode-arrow .theme-arco-steps-item-wait .theme-arco-steps-item-description {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:first-child):before {
      border-bottom: 36px solid transparent;
      border-left: 36px solid var(--theme-arco-color-bg-2);
      border-top: 36px solid transparent;
      content: "";
      display: block;
      height: 0;
      left: 0;
      position: absolute;
      top: 0;
      width: 0;
      z-index: 1
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child):after {
      border-bottom: 36px solid transparent;
      border-top: 36px solid transparent;
      clear: both;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      right: -36px;
      top: 0;
      width: 0;
      z-index: 2
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-wait:after {
      border-left: 36px solid #f5f5f5
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-process:after {
      border-left: 36px solid rgb(var(--theme-arco-primary-1))
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-error:after {
      border-left: 36px solid rgb(var(--theme-arco-auxiliary-red-4))
    }

    .theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-finish:after {
      border-left: 36px solid rgb(var(--theme-arco-auxiliary-green-4))
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item {
      height: 40px
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item-title {
      font-size: 14px
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item-description {
      display: none
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:first-child):before {
      border-bottom: 20px solid transparent;
      border-left: 20px solid var(--theme-arco-color-bg-2);
      border-top: 20px solid transparent
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:last-child):after {
      border-bottom: 20px solid transparent;
      border-left: 20px solid #f5f5f5;
      border-top: 20px solid transparent;
      right: -20px
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:first-child .theme-arco-steps-item-content {
      padding-left: 20px
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:first-child) .theme-arco-steps-item-content {
      padding-left: 40px
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item-error:not(:last-child):after {
      border-left: 20px solid rgb(var(--theme-arco-auxiliary-red-4))
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-wait:after {
      border-left: 20px solid #f5f5f5
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-process:after {
      border-left: 20px solid rgb(var(--theme-arco-primary-1))
    }

    .theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-finish:after {
      border-left: 20px solid rgb(var(--theme-arco-auxiliary-green-4))
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child) {
      margin-left: 4px;
      margin-right: 0
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow .theme-arco-steps-item:first-child .theme-arco-steps-item-content {
      padding-left: 0;
      padding-right: 16px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:first-child) .theme-arco-steps-item-content {
      padding-left: 0;
      padding-right: 52px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:first-child):before {
      border-left: none;
      border-right: 36px solid var(--theme-arco-color-bg-2);
      right: 0
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child):after {
      left: -36px;
      right: auto
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-wait:after {
      border-left: none;
      border-right: 36px solid #f5f5f5
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-process:after {
      border-left: none;
      border-right: 36px solid rgb(var(--theme-arco-primary-1))
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-finish:after {
      border-left: none;
      border-right: 36px solid rgb(var(--theme-arco-auxiliary-green-4))
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-error:after {
      border-left: none;
      border-right: 36px solid rgb(var(--theme-arco-auxiliary-red-4))
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:first-child):before {
      border-right: 20px solid var(--theme-arco-color-bg-2)
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:last-child):after {
      border-right: 20px solid #f5f5f5;
      left: -20px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:first-child .theme-arco-steps-item-content {
      padding-left: 0;
      padding-right: 20px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:first-child) .theme-arco-steps-item-content {
      padding-left: 0;
      padding-right: 40px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-wait:after {
      border-right: 20px solid #f5f5f5
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-process:after {
      border-right: 20px solid rgb(var(--theme-arco-primary-1))
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-finish:after {
      border-right: 20px solid rgb(var(--theme-arco-auxiliary-green-4))
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-arrow.theme-arco-steps-size-small .theme-arco-steps-item:not(:last-child).theme-arco-steps-item-error:after {
      border-right: 20px solid rgb(var(--theme-arco-auxiliary-red-4))
    }

    .theme-arco-steps-mode-navigation.theme-arco-steps-label-horizontal .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-title:after {
      display: none
    }

    .theme-arco-steps-mode-navigation .theme-arco-steps-item {
      margin-right: 32px;
      padding-left: 20px;
      padding-right: 10px
    }

    .theme-arco-steps-mode-navigation .theme-arco-steps-item:last-child {
      flex: 1 1
    }

    .theme-arco-steps-mode-navigation .theme-arco-steps-item-content {
      margin-bottom: 20px
    }

    .theme-arco-steps-mode-navigation .theme-arco-steps-item-description {
      padding-right: 20px
    }

    .theme-arco-steps-mode-navigation .theme-arco-steps-item-active:after {
      background-color: rgb(var(--theme-arco-primary-6));
      bottom: 0;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      right: 30px
    }

    .theme-arco-steps-mode-navigation .theme-arco-steps-item-active:last-child:after {
      width: 100%
    }

    .theme-arco-steps-mode-navigation .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-content:after {
      background-color: var(--theme-arco-color-bg-2);
      border: 2px solid var(--theme-arco-color-text-4);
      border-bottom: none;
      border-left: none;
      content: "";
      display: inline-block;
      height: 6px;
      position: absolute;
      right: 10px;
      top: 10px;
      transform: rotate(45deg);
      width: 6px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-navigation .theme-arco-steps-item {
      margin-left: 32px;
      margin-right: 0;
      padding-left: 10px;
      padding-right: 20px
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-navigation .theme-arco-steps-item-description {
      padding-left: 20px;
      padding-right: 0
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-navigation .theme-arco-steps-item-active:after {
      left: 30px;
      right: 0
    }

    .theme-arco-steps-rtl.theme-arco-steps-mode-navigation .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-content:after {
      border: 2px solid var(--theme-arco-color-text-4);
      border-right: none;
      border-top: none;
      left: 10px;
      right: auto
    }

    .theme-arco-steps {
      display: flex
    }

    .theme-arco-steps-change-onclick .theme-arco-steps-item-description,
    .theme-arco-steps-change-onclick .theme-arco-steps-item-title {
      transition: all .1s linear
    }

    .theme-arco-steps-change-onclick .theme-arco-steps-item:not(.theme-arco-steps-item-active):not(.theme-arco-steps-item-disabled) {
      cursor: pointer
    }

    .theme-arco-steps-change-onclick .theme-arco-steps-item:not(.theme-arco-steps-item-active):not(.theme-arco-steps-item-disabled):hover .theme-arco-steps-item-content .theme-arco-steps-item-description,
    .theme-arco-steps-change-onclick .theme-arco-steps-item:not(.theme-arco-steps-item-active):not(.theme-arco-steps-item-disabled):hover .theme-arco-steps-item-content .theme-arco-steps-item-title {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-steps-lineless .theme-arco-steps-item-title:after {
      display: none !important
    }

    .theme-arco-steps-vertical {
      flex-direction: column
    }

    .theme-arco-steps-vertical>.theme-arco-steps-item:not(:last-child) {
      min-height: 90px
    }

    .theme-arco-steps-vertical>.theme-arco-steps-item>.theme-arco-steps-item-content>.theme-arco-steps-item-title:after {
      display: none !important
    }

    .theme-arco-steps-vertical>.theme-arco-steps-item>.theme-arco-steps-item-content>.theme-arco-steps-item-description {
      max-width: none
    }

    .theme-arco-steps-label-vertical .theme-arco-steps-item-content {
      display: block;
      text-align: center;
      width: 192px
    }

    .theme-arco-steps-label-vertical .theme-arco-steps-item-description {
      max-width: none
    }

    .theme-arco-steps-rtl {
      direction: rtl
    }

    .switchSlideText-appear,
    .switchSlideText-enter {
      left: -100% !important
    }

    .switchSlideText-appear-active,
    .switchSlideText-enter-active {
      left: 8px !important;
      transition: left .2s cubic-bezier(.34, .69, .1, 1)
    }

    .switchSlideText-exit {
      left: 100% !important
    }

    .switchSlideText-exit-active {
      left: 22px !important;
      transition: left .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-switch {
      background-color: rgba(0, 0, 0, .25);
      border: none;
      border-radius: 9px;
      box-sizing: border-box;
      cursor: pointer;
      height: 18px;
      line-height: 18px;
      min-width: 36px;
      outline: none;
      overflow: hidden;
      padding: 0;
      position: relative;
      transition: background-color .2s cubic-bezier(.34, .69, .1, 1);
      vertical-align: middle
    }

    .theme-arco-switch-type-circle:focus-visible,
    .theme-arco-switch-type-round:focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-gray-6))
    }

    .theme-arco-switch-type-circle.theme-arco-switch-checked:focus-visible,
    .theme-arco-switch-type-round.theme-arco-switch-checked:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-switch-type-line:focus-visible .theme-arco-switch-dot {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-gray-6));
      transition: none
    }

    .theme-arco-switch-type-line.theme-arco-switch-checked:focus-visible .theme-arco-switch-dot {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-switch-dot {
      align-items: center;
      background-color: var(--theme-arco-color-bg-white);
      border-radius: 50%;
      color: var(--theme-arco-color-neutral-3);
      display: flex;
      font-size: 12px;
      height: 14px;
      justify-content: center;
      left: 2px;
      position: absolute;
      top: 2px;
      transition: all .2s cubic-bezier(.34, .69, .1, 1);
      width: 14px
    }

    .theme-arco-switch-checked {
      background-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-switch-checked .theme-arco-switch-dot {
      color: rgb(var(--theme-arco-primary-6));
      left: calc(100% - 16px)
    }

    .theme-arco-switch[disabled] .theme-arco-switch-dot {
      color: var(--theme-arco-color-fill-2)
    }

    .theme-arco-switch[disabled].theme-arco-switch-checked .theme-arco-switch-dot {
      color: var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-switch-text-holder {
      font-size: 12px;
      margin: 0 8px 0 22px;
      opacity: 0
    }

    .theme-arco-switch-text {
      color: var(--theme-arco-color-white);
      font-size: 12px;
      left: 22px;
      position: absolute;
      top: 0
    }

    .theme-arco-switch-checked .theme-arco-switch-text-holder {
      margin: 0 22px 0 8px
    }

    .theme-arco-switch-checked .theme-arco-switch-text {
      color: var(--theme-arco-color-white);
      left: 8px
    }

    .theme-arco-switch[disabled] {
      background-color: #f0f0f0;
      cursor: not-allowed
    }

    .theme-arco-switch[disabled] .theme-arco-switch-text {
      color: var(--theme-arco-color-white)
    }

    .theme-arco-switch[disabled].theme-arco-switch-checked {
      background-color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-switch[disabled].theme-arco-switch-checked .theme-arco-switch-text {
      color: var(--theme-arco-color-white)
    }

    .theme-arco-switch-loading {
      background-color: var(--theme-arco-color-fill-2)
    }

    .theme-arco-switch-loading .theme-arco-switch-dot {
      color: var(--theme-arco-color-neutral-3)
    }

    .theme-arco-switch-loading .theme-arco-switch-text {
      color: var(--theme-arco-color-white)
    }

    .theme-arco-switch-loading.theme-arco-switch-checked {
      background-color: var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-switch-loading.theme-arco-switch-checked .theme-arco-switch-dot {
      color: var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-switch-loading.theme-arco-switch-checked .theme-arco-switch-text {
      color: var(--theme-arco-color-primary-light-1)
    }

    .theme-arco-switch-small {
      height: 16px;
      line-height: 16px;
      min-width: 28px
    }

    .theme-arco-switch-small.theme-arco-switch-checked {
      padding-left: -2px
    }

    .theme-arco-switch-small .theme-arco-switch-dot {
      border-radius: 8px;
      height: 12px;
      left: 2px;
      top: 2px;
      width: 12px
    }

    .theme-arco-switch-small .theme-arco-switch-dot-icon {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%) scale(.66667)
    }

    .theme-arco-switch-small.theme-arco-switch-checked .theme-arco-switch-dot {
      left: calc(100% - 14px)
    }

    .theme-arco-switch-type-round {
      border-radius: var(--border-radius-small);
      min-width: 40px
    }

    .theme-arco-switch-type-round .theme-arco-switch-dot {
      border-radius: 2px
    }

    .theme-arco-switch-type-round.theme-arco-switch-small {
      border-radius: 2px;
      height: 16px;
      line-height: 16px;
      min-width: 28px
    }

    .theme-arco-switch-type-round.theme-arco-switch-small .theme-arco-switch-dot {
      border-radius: 1px
    }

    .theme-arco-switch-type-line {
      background-color: initial;
      min-width: 36px;
      overflow: unset
    }

    .theme-arco-switch-type-line:after {
      background-color: rgba(0, 0, 0, .25);
      border-radius: 3px;
      content: "";
      display: block;
      height: 6px;
      transition: background-color .2s cubic-bezier(.34, .69, .1, 1);
      width: 100%
    }

    .theme-arco-switch-type-line .theme-arco-switch-dot {
      background-color: var(--theme-arco-color-bg-white);
      border-radius: 10px;
      box-shadow: 0 1px 3px var(--theme-arco-color-neutral-6);
      height: 20px;
      left: 0;
      top: -1px;
      width: 20px
    }

    .theme-arco-switch-type-line.theme-arco-switch-checked {
      background-color: initial
    }

    .theme-arco-switch-type-line.theme-arco-switch-checked:after {
      background-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-switch-type-line.theme-arco-switch-checked .theme-arco-switch-dot {
      left: calc(100% - 20px)
    }

    .theme-arco-switch-type-line[disabled] {
      background-color: initial;
      cursor: not-allowed
    }

    .theme-arco-switch-type-line[disabled]:after {
      background-color: #f0f0f0
    }

    .theme-arco-switch-type-line[disabled].theme-arco-switch-checked {
      background-color: initial
    }

    .theme-arco-switch-type-line[disabled].theme-arco-switch-checked:after {
      background-color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-switch-type-line.theme-arco-switch-loading {
      background-color: initial
    }

    .theme-arco-switch-type-line.theme-arco-switch-loading:after {
      background-color: var(--theme-arco-color-fill-2)
    }

    .theme-arco-switch-type-line.theme-arco-switch-loading.theme-arco-switch-checked {
      background-color: initial
    }

    .theme-arco-switch-type-line.theme-arco-switch-loading.theme-arco-switch-checked:after {
      background-color: var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-switch-type-line.theme-arco-switch-small {
      height: 16px;
      line-height: 16px;
      min-width: 28px
    }

    .theme-arco-switch-type-line.theme-arco-switch-small.theme-arco-switch-checked {
      padding-left: 0
    }

    .theme-arco-switch-type-line.theme-arco-switch-small .theme-arco-switch-dot {
      border-radius: 8px;
      height: 16px;
      top: 0;
      width: 16px
    }

    .theme-arco-switch-type-line.theme-arco-switch-small .theme-arco-switch-dot-icon {
      transform: translate(-50%, -50%) scale(1)
    }

    .theme-arco-switch-type-line.theme-arco-switch-small.theme-arco-switch-checked .theme-arco-switch-dot {
      left: calc(100% - 16px)
    }

    .theme-arco-switch-rtl {
      direction: rtl
    }

    .theme-arco-switch-rtl .switchSlideText-appear,
    .theme-arco-switch-rtl .switchSlideText-enter {
      left: auto;
      right: -100% !important
    }

    .theme-arco-switch-rtl .switchSlideText-appear-active,
    .theme-arco-switch-rtl .switchSlideText-enter-active {
      left: auto;
      right: 8px !important;
      transition: right .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-switch-rtl .switchSlideText-exit {
      left: auto;
      right: 100% !important
    }

    .theme-arco-switch-rtl .switchSlideText-exit-active {
      left: auto;
      right: 22px !important;
      transition: right .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-switch-rtl .theme-arco-switch-dot {
      left: auto;
      right: 2px
    }

    .theme-arco-switch-rtl .theme-arco-switch-text-holder {
      margin: 0 22px 0 8px
    }

    .theme-arco-switch-rtl .theme-arco-switch-text {
      left: auto;
      right: 22px
    }

    .theme-arco-switch-rtl.theme-arco-switch-small .theme-arco-switch-dot {
      right: 2px
    }

    .theme-arco-switch-rtl.theme-arco-switch-type-line .theme-arco-switch-dot {
      right: 0
    }

    .theme-arco-switch-rtl.theme-arco-switch-checked .theme-arco-switch-dot {
      right: calc(100% - 16px)
    }

    .theme-arco-switch-rtl.theme-arco-switch-checked .theme-arco-switch-text-holder {
      margin: 0 8px 0 22px
    }

    .theme-arco-switch-rtl.theme-arco-switch-checked .theme-arco-switch-text {
      left: auto;
      right: 8px
    }

    .theme-arco-switch-rtl.theme-arco-switch-checked.theme-arco-switch-small {
      padding-left: 0;
      padding-right: -2px
    }

    .theme-arco-switch-rtl.theme-arco-switch-checked.theme-arco-switch-small.theme-arco-switch-type-line {
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-switch-rtl.theme-arco-switch-checked.theme-arco-switch-small .theme-arco-switch-dot {
      left: auto;
      right: calc(100% - 14px)
    }

    .theme-arco-table-filters-popup {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
      box-sizing: border-box;
      min-width: 100px
    }

    .theme-arco-table-filters-list {
      max-height: 200px;
      overflow-y: auto;
      padding: 4px 0
    }

    .theme-arco-table-filters-item {
      font-size: 14px;
      height: 32px;
      line-height: 32px;
      overflow: hidden;
      width: 100%
    }

    .theme-arco-table-filters-item .theme-arco-checkbox,
    .theme-arco-table-filters-item .theme-arco-radio {
      padding: 0 12px;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-table-filters-btn {
      align-items: center;
      border-top: 1px solid rgba(0, 0, 0, .1);
      box-sizing: border-box;
      display: flex;
      height: 38px;
      justify-content: space-between;
      line-height: 38px;
      overflow: hidden;
      padding: 0 12px
    }

    .theme-arco-table-th-item {
      padding: 12px 12px
    }

    .theme-arco-table-th-item.theme-arco-table-col-has-filter {
      padding-right: 28px
    }

    .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter {
      padding-right: 0
    }

    .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter .theme-arco-table-cell-with-sorter {
      padding-right: 28px
    }

    .theme-arco-table-col-has-sorter {
      padding: 0
    }

    .theme-arco-table-col-has-sorter .theme-arco-table-cell-with-sorter {
      cursor: pointer;
      padding: 12px 12px
    }

    .theme-arco-table-rtl .theme-arco-table-th-item.theme-arco-table-col-has-filter {
      padding-left: 28px;
      padding-right: 12px
    }

    .theme-arco-table-rtl .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter {
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-table-rtl .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter .theme-arco-table-cell-with-sorter {
      padding-right: 0;
      padding-right: 12px
    }

    .theme-arco-table-td {
      font-size: 14px;
      padding: 12px 12px
    }

    .theme-arco-table-th {
      font-size: 12px
    }

    .theme-arco-table-footer {
      padding: 12px 12px
    }

    .theme-arco-table-expand-fixed-row {
      margin: -12px -12px;
      padding: 12px 12px
    }

    .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table {
      margin: -12px -12px -13px -12px
    }

    .theme-arco-table-editable-row .theme-arco-table-cell-wrap-value,
    .theme-arco-table-size-middle .theme-arco-table-th-item {
      padding: 12px 12px
    }

    .theme-arco-table-size-middle .theme-arco-table-th-item.theme-arco-table-col-has-filter {
      padding-right: 28px
    }

    .theme-arco-table-size-middle .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter {
      padding-right: 0
    }

    .theme-arco-table-size-middle .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter .theme-arco-table-cell-with-sorter {
      padding-right: 28px
    }

    .theme-arco-table-size-middle .theme-arco-table-col-has-sorter {
      padding: 0
    }

    .theme-arco-table-size-middle .theme-arco-table-col-has-sorter .theme-arco-table-cell-with-sorter {
      cursor: pointer;
      padding: 12px 12px
    }

    .theme-arco-table-size-middle .theme-arco-table-rtl .theme-arco-table-th-item.theme-arco-table-col-has-filter {
      padding-left: 28px;
      padding-right: 12px
    }

    .theme-arco-table-size-middle .theme-arco-table-rtl .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter {
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-table-size-middle .theme-arco-table-rtl .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter .theme-arco-table-cell-with-sorter {
      padding-right: 0;
      padding-right: 12px
    }

    .theme-arco-table-size-middle .theme-arco-table-td {
      font-size: 14px;
      padding: 12px 12px
    }

    .theme-arco-table-size-middle .theme-arco-table-th {
      font-size: 12px
    }

    .theme-arco-table-size-middle .theme-arco-table-footer {
      padding: 12px 12px
    }

    .theme-arco-table-size-middle .theme-arco-table-expand-fixed-row {
      margin: -12px -12px;
      padding: 12px 12px
    }

    .theme-arco-table-size-middle .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table {
      margin: -12px -12px -13px -12px
    }

    .theme-arco-table-size-middle .theme-arco-table-editable-row .theme-arco-table-cell-wrap-value,
    .theme-arco-table-size-small .theme-arco-table-th-item {
      padding: 12px 12px
    }

    .theme-arco-table-size-small .theme-arco-table-th-item.theme-arco-table-col-has-filter {
      padding-right: 28px
    }

    .theme-arco-table-size-small .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter {
      padding-right: 0
    }

    .theme-arco-table-size-small .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter .theme-arco-table-cell-with-sorter {
      padding-right: 28px
    }

    .theme-arco-table-size-small .theme-arco-table-col-has-sorter {
      padding: 0
    }

    .theme-arco-table-size-small .theme-arco-table-col-has-sorter .theme-arco-table-cell-with-sorter {
      cursor: pointer;
      padding: 12px 12px
    }

    .theme-arco-table-size-small .theme-arco-table-rtl .theme-arco-table-th-item.theme-arco-table-col-has-filter {
      padding-left: 28px;
      padding-right: 12px
    }

    .theme-arco-table-size-small .theme-arco-table-rtl .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter {
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-table-size-small .theme-arco-table-rtl .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter .theme-arco-table-cell-with-sorter {
      padding-right: 0;
      padding-right: 12px
    }

    .theme-arco-table-size-small .theme-arco-table-td {
      font-size: 14px;
      padding: 12px 12px
    }

    .theme-arco-table-size-small .theme-arco-table-th {
      font-size: 12px
    }

    .theme-arco-table-size-small .theme-arco-table-footer {
      padding: 12px 12px
    }

    .theme-arco-table-size-small .theme-arco-table-expand-fixed-row {
      margin: -12px -12px;
      padding: 12px 12px
    }

    .theme-arco-table-size-small .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table {
      margin: -12px -12px -13px -12px
    }

    .theme-arco-table-size-mini .theme-arco-table-th-item,
    .theme-arco-table-size-small .theme-arco-table-editable-row .theme-arco-table-cell-wrap-value {
      padding: 12px 12px
    }

    .theme-arco-table-size-mini .theme-arco-table-th-item.theme-arco-table-col-has-filter {
      padding-right: 28px
    }

    .theme-arco-table-size-mini .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter {
      padding-right: 0
    }

    .theme-arco-table-size-mini .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter .theme-arco-table-cell-with-sorter {
      padding-right: 28px
    }

    .theme-arco-table-size-mini .theme-arco-table-col-has-sorter {
      padding: 0
    }

    .theme-arco-table-size-mini .theme-arco-table-col-has-sorter .theme-arco-table-cell-with-sorter {
      cursor: pointer;
      padding: 12px 12px
    }

    .theme-arco-table-size-mini .theme-arco-table-rtl .theme-arco-table-th-item.theme-arco-table-col-has-filter {
      padding-left: 28px;
      padding-right: 12px
    }

    .theme-arco-table-size-mini .theme-arco-table-rtl .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter {
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-table-size-mini .theme-arco-table-rtl .theme-arco-table-col-has-sorter.theme-arco-table-col-has-filter .theme-arco-table-cell-with-sorter {
      padding-right: 0;
      padding-right: 12px
    }

    .theme-arco-table-size-mini .theme-arco-table-td {
      font-size: 14px;
      padding: 12px 12px
    }

    .theme-arco-table-size-mini .theme-arco-table-th {
      font-size: 12px
    }

    .theme-arco-table-size-mini .theme-arco-table-footer {
      padding: 12px 12px
    }

    .theme-arco-table-size-mini .theme-arco-table-expand-fixed-row {
      margin: -12px -12px;
      padding: 12px 12px
    }

    .theme-arco-table-size-mini .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table {
      margin: -12px -12px -13px -12px
    }

    .theme-arco-table-size-mini .theme-arco-table-editable-row .theme-arco-table-cell-wrap-value {
      padding: 12px 12px
    }

    .theme-arco-table {
      position: relative
    }

    .theme-arco-table .theme-arco-spin {
      display: block
    }

    .theme-arco-table>.theme-arco-spin>.theme-arco-spin-children:after {
      z-index: 2
    }

    .theme-arco-table-footer {
      border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium)
    }

    .theme-arco-table-scroll-position-middle .theme-arco-table-col-fixed-left-last:after,
    .theme-arco-table-scroll-position-right .theme-arco-table-col-fixed-left-last:after {
      box-shadow: inset 6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .theme-arco-table-scroll-position-left .theme-arco-table-col-fixed-right-first:after,
    .theme-arco-table-scroll-position-middle .theme-arco-table-col-fixed-right-first:after {
      box-shadow: inset -6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .theme-arco-table:not(.theme-arco-table-has-fixed-col-left).theme-arco-table-scroll-position-middle .theme-arco-table-content-scroll:before,
    .theme-arco-table:not(.theme-arco-table-has-fixed-col-left).theme-arco-table-scroll-position-right .theme-arco-table-content-scroll:before {
      box-shadow: inset 6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .theme-arco-table:not(.theme-arco-table-has-fixed-col-right).theme-arco-table-scroll-position-left .theme-arco-table-content-scroll:after,
    .theme-arco-table:not(.theme-arco-table-has-fixed-col-right).theme-arco-table-scroll-position-middle .theme-arco-table-content-scroll:after {
      box-shadow: inset -6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .theme-arco-table-layout-fixed .theme-arco-table-content-inner {
      overflow-x: auto;
      overflow-y: hidden
    }

    .theme-arco-table-layout-fixed table {
      table-layout: fixed
    }

    thead>.theme-arco-table-tr>.theme-arco-table-th {
      border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    thead>.theme-arco-table-tr:not(:last-child)>.theme-arco-table-th[colspan] {
      border-bottom: 0
    }

    .theme-arco-table table {
      border-collapse: initial;
      border-spacing: 0;
      margin: 0;
      min-width: 100%;
      width: 100%
    }

    .theme-arco-table table thead tr:first-child th:first-child {
      border-radius: var(--border-radius-medium) 0 0 0
    }

    .theme-arco-table table thead tr:first-child th:last-child {
      border-radius: 0 var(--border-radius-medium) 0 0
    }

    .theme-arco-table-th {
      background-color: #f5f5f5;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      font-weight: 500;
      line-height: 1.5715;
      text-align: left
    }

    .theme-arco-table-th[colspan] {
      text-align: center
    }

    .theme-arco-table-td {
      background-color: #fff;
      border-bottom: 1px solid rgba(0, 0, 0, .1);
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      line-height: 1.5715;
      text-align: left
    }

    .theme-arco-table-th.theme-arco-table-col-sorted {
      background-color: #f5f5f5
    }

    .theme-arco-table-td.theme-arco-table-col-sorted {
      background-color: #fff
    }

    .theme-arco-table-col-fixed-left,
    .theme-arco-table-col-fixed-right {
      position: -webkit-sticky;
      position: sticky;
      z-index: 1
    }

    .theme-arco-table-col-fixed-left-last:after,
    .theme-arco-table-col-fixed-right-first:after {
      bottom: -1px;
      box-shadow: none;
      content: "";
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      transform: translateX(-100%);
      transition: box-shadow .1s linear;
      width: 10px
    }

    .theme-arco-table-col-fixed-left-last:after {
      left: unset;
      right: 0;
      transform: translateX(100%)
    }

    .theme-arco-table-cell-text-ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-table-cell-text-ellipsis .theme-arco-table-cell-with-sorter {
      align-items: center;
      display: flex
    }

    .theme-arco-table-cell-text-ellipsis .theme-arco-table-th-item-title {
      flex: 1 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-table-editable-row .theme-arco-table-cell-wrap-value {
      border: 1px solid var(--theme-arco-color-white);
      border-radius: var(--border-radius-medium);
      cursor: pointer;
      transition: all .1s linear
    }

    .theme-arco-table-editable-row:hover .theme-arco-table-cell-wrap-value {
      border: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-cell {
      width: 100%;
      word-break: break-all
    }

    .theme-arco-table-cell:has(>.theme-arco-table-cell-indent):after {
      clear: both;
      content: "";
      display: block
    }

    .theme-arco-table-cell-indent {
      float: left;
      height: 1px
    }

    .theme-arco-table-cell-indent+.theme-arco-table-cell-wrap-value {
      float: left
    }

    .theme-arco-table-expand-icon-cell button {
      align-items: center;
      background-color: var(--theme-arco-color-neutral-3);
      border: 1px solid transparent;
      border-radius: 2px;
      box-sizing: border-box;
      color: var(--theme-arco-color-text-2);
      cursor: pointer;
      display: inline-flex;
      font-size: 12px;
      height: 14px;
      justify-content: center;
      line-height: 14px;
      outline: none;
      padding: 0;
      transition: background-color .1s linear;
      width: 14px
    }

    .theme-arco-table-expand-icon-cell button:hover {
      background-color: var(--theme-arco-color-neutral-4);
      border-color: transparent;
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-table-cell-expand-icon {
      float: left
    }

    .theme-arco-table-cell-expand-icon button {
      align-items: center;
      background-color: var(--theme-arco-color-neutral-3);
      border: 1px solid transparent;
      border-radius: 2px;
      box-sizing: border-box;
      color: var(--theme-arco-color-text-2);
      cursor: pointer;
      display: inline-flex;
      font-size: 12px;
      height: 14px;
      justify-content: center;
      line-height: 14px;
      margin-right: 4px;
      outline: none;
      padding: 0;
      transition: background-color .1s linear;
      width: 14px
    }

    .theme-arco-table-cell-expand-icon button:hover {
      background-color: var(--theme-arco-color-neutral-4);
      border-color: transparent;
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-table-cell-expand-icon-hidden {
      display: inline-block;
      height: 14px;
      margin-right: 4px;
      width: 14px
    }

    .theme-arco-table-expand-content .theme-arco-table-td {
      background-color: var(--theme-arco-color-fill-1)
    }

    .theme-arco-table-expand-fixed-row {
      box-sizing: border-box;
      left: 0;
      position: -webkit-sticky;
      position: sticky
    }

    .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table .theme-arco-table-container {
      border: none
    }

    .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table .theme-arco-table-th {
      border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table .theme-arco-table-td,
    .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table .theme-arco-table-th {
      background-color: var(--theme-arco-color-fill-1)
    }

    .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table .theme-arco-table-pagination {
      margin-bottom: 16px
    }

    .theme-arco-table-td.theme-arco-table-operation,
    .theme-arco-table-th.theme-arco-table-operation .theme-arco-table-th-item {
      padding: 0;
      text-align: center
    }

    .theme-arco-table-checkbox,
    .theme-arco-table-radio {
      justify-content: center
    }

    .theme-arco-table-checkbox .theme-arco-checkbox,
    .theme-arco-table-radio .theme-arco-radio {
      padding-left: 0
    }

    .theme-arco-table-expand-icon-col,
    .theme-arco-table-selection-col {
      width: 40px
    }

    .theme-arco-table-checkbox .theme-arco-table-th-item,
    .theme-arco-table-radio .theme-arco-table-th-item,
    div.theme-arco-table-expand-icon-col .theme-arco-table-th-item,
    div.theme-arco-table-selection-col .theme-arco-table-th-item {
      padding: 0
    }

    .theme-arco-table-th-item {
      position: relative;
      transition: background-color .1s linear
    }

    .theme-arco-table-cell-mouseenter {
      background-color: #f5f5f5
    }

    .theme-arco-table-cell-next-ascend .theme-arco-table-sorter-icon .theme-arco-icon-caret-up,
    .theme-arco-table-cell-next-descend .theme-arco-table-sorter-icon .theme-arco-icon-caret-down {
      color: var(--theme-arco-color-neutral-6)
    }

    .theme-arco-table-sorter {
      display: inline-block;
      margin-left: 6px;
      vertical-align: -3px
    }

    .theme-arco-table-sorter.theme-arco-table-sorter-direction-one {
      vertical-align: 0
    }

    .theme-arco-table-sorter-icon {
      height: 8px;
      line-height: 8px;
      overflow: hidden;
      position: relative;
      width: 12px
    }

    .theme-arco-table-sorter-icon .theme-arco-icon-caret-down,
    .theme-arco-table-sorter-icon .theme-arco-icon-caret-up {
      color: rgba(0, 0, 0, .25);
      font-size: 12px;
      position: absolute;
      top: 50%;
      transition: all .1s linear
    }

    .theme-arco-table-sorter-icon .theme-arco-icon-caret-up {
      left: 0;
      top: -2px
    }

    .theme-arco-table-sorter-icon .theme-arco-icon-caret-down {
      left: 0;
      top: -3px
    }

    .theme-arco-table-sorter-icon.theme-arco-table-sorter-icon-active svg {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-table-filters {
      align-items: center;
      background-color: initial;
      cursor: pointer;
      display: flex;
      height: 100%;
      justify-content: center;
      line-height: 1;
      position: absolute;
      right: 0;
      top: 0;
      transition: all .1s linear;
      vertical-align: 0;
      width: 24px
    }

    .theme-arco-table-filters-open,
    .theme-arco-table-filters:hover {
      background-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-table-filters svg {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      transition: all .1s linear
    }

    .theme-arco-table-filters-active svg {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-table-container {
      position: relative
    }

    .theme-arco-table-container,
    .theme-arco-table-header {
      border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0
    }

    .theme-arco-table-content-scroll {
      overflow: hidden;
      width: 100%
    }

    .theme-arco-table-content-scroll .theme-arco-table-content-inner {
      width: auto
    }

    .theme-arco-table-content-scroll:after,
    .theme-arco-table-content-scroll:before {
      bottom: -1px;
      box-shadow: none;
      content: "";
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: -1px;
      transition: box-shadow .1s linear;
      width: 10px;
      z-index: 1
    }

    .theme-arco-table-content-scroll:before {
      border-top-left-radius: var(--border-radius-medium);
      left: 0
    }

    .theme-arco-table-content-scroll:after {
      border-top-right-radius: var(--border-radius-medium);
      right: 0
    }

    .theme-arco-table-header {
      background-color: #f5f5f5;
      overflow-x: scroll;
      overflow-y: hidden;
      scrollbar-color: transparent transparent
    }

    .theme-arco-table-header::-webkit-scrollbar {
      background-color: initial
    }

    .theme-arco-table-body {
      background-color: var(--theme-arco-color-bg-2);
      overflow: auto;
      position: relative;
      z-index: 1
    }

    .theme-arco-table-no-data {
      box-sizing: border-box;
      font-size: 14px;
      line-height: 40px;
      padding: 20px;
      text-align: center
    }

    .theme-arco-table-border.theme-arco-table-fixed-column .theme-arco-table-empty-row .theme-arco-table-td:first-child {
      border-bottom: 0;
      border-left: 0
    }

    .theme-arco-table-border .theme-arco-table-container {
      border-right: 1px solid rgba(0, 0, 0, .1);
      border-top: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-border .theme-arco-table-container:before {
      background-color: rgba(0, 0, 0, .1);
      bottom: 0;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 2
    }

    .theme-arco-table-border .theme-arco-table-expand-fixed-row,
    .theme-arco-table-border .theme-arco-table-td:first-child,
    .theme-arco-table-border .theme-arco-table-th:first-child {
      border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-border .theme-arco-table-footer {
      border: 1px solid rgba(0, 0, 0, .1);
      border-top: 0
    }

    .theme-arco-table-border-cell .theme-arco-table-td,
    .theme-arco-table-border-cell .theme-arco-table-th {
      border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-border-cell thead>.theme-arco-table-tr:not(:last-child)>.theme-arco-table-th[colspan] {
      border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-border-header-cell .theme-arco-table-th {
      border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-border-header-cell thead>.theme-arco-table-tr:not(:last-child)>.theme-arco-table-th[colspan] {
      border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-border-body-cell .theme-arco-table-td {
      border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-border-cell:not(.theme-arco-table-border) .theme-arco-table-td:first-child,
    .theme-arco-table-border-cell:not(.theme-arco-table-border) .theme-arco-table-th:first-child {
      border-left: 0
    }

    .theme-arco-table-stripe .theme-arco-table-tr:nth-child(2n) .theme-arco-table-td {
      background-color: #fff
    }

    .theme-arco-table-hover .theme-arco-table-tr:not(.theme-arco-table-empty-row):hover .theme-arco-table-td:not(.theme-arco-table-col-fixed-left):not(.theme-arco-table-col-fixed-right) {
      background-color: rgba(0, 0, 0, .08)
    }

    .theme-arco-table-hover .theme-arco-table-tr:not(.theme-arco-table-empty-row):hover .theme-arco-table-td.theme-arco-table-col-fixed-left:before,
    .theme-arco-table-hover .theme-arco-table-tr:not(.theme-arco-table-empty-row):hover .theme-arco-table-td.theme-arco-table-col-fixed-right:before {
      background-color: rgba(0, 0, 0, .08);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1
    }

    .theme-arco-table-hover .theme-arco-table-expand-content:not(.theme-arco-table-empty-row):hover .theme-arco-table-td:not(.theme-arco-table-col-fixed-left):not(.theme-arco-table-col-fixed-right) {
      background-color: var(--theme-arco-color-fill-1)
    }

    .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table-hover .theme-arco-table-tr:not(.theme-arco-table-empty-row) .theme-arco-table-td.theme-arco-table-col-fixed-left:before,
    .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table-hover .theme-arco-table-tr:not(.theme-arco-table-empty-row) .theme-arco-table-td.theme-arco-table-col-fixed-right:before,
    .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table-hover .theme-arco-table-tr:not(.theme-arco-table-empty-row) .theme-arco-table-td:not(.theme-arco-table-col-fixed-left):not(.theme-arco-table-col-fixed-right) {
      background-color: initial
    }

    .theme-arco-table-type-radio .theme-arco-table-row-checked.theme-arco-table-tr .theme-arco-table-td {
      background-color: #fff
    }

    .theme-arco-table-virtualized table {
      table-layout: fixed
    }

    .theme-arco-table-virtualized div.theme-arco-table-body div.theme-arco-table-tr {
      display: flex
    }

    .theme-arco-table-virtualized div.theme-arco-table-body div.theme-arco-table-td {
      align-items: center;
      display: flex;
      flex: 1 1
    }

    .theme-arco-table-virtualized .theme-arco-table-expand-icon-col,
    .theme-arco-table-virtualized .theme-arco-table-selection-col {
      max-width: 40px
    }

    div.theme-arco-table-tfoot {
      background-color: var(--theme-arco-color-neutral-2);
      box-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
      overflow-x: scroll;
      position: relative;
      scrollbar-color: transparent transparent;
      width: 100%;
      z-index: 1
    }

    div.theme-arco-table-tfoot::-webkit-scrollbar {
      background-color: initial
    }

    .theme-arco-table-tfoot .theme-arco-table-td {
      background-color: var(--theme-arco-color-neutral-2)
    }

    .theme-arco-table-pagination {
      display: flex;
      justify-content: flex-end
    }

    .theme-arco-table-pagination-left {
      justify-content: flex-start
    }

    .theme-arco-table-pagination-center {
      justify-content: center
    }

    .theme-arco-table-pagination-top {
      margin-bottom: 16px;
      margin-top: 0
    }

    .theme-arco-table-pagination .theme-arco-pagination {
      margin-top: 16px
    }

    .theme-arco-table-rtl {
      direction: rtl
    }

    .theme-arco-table-rtl.theme-arco-table-border .theme-arco-table-td:first-child,
    .theme-arco-table-rtl.theme-arco-table-border .theme-arco-table-th:first-child {
      border-left: 0;
      border-right: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-rtl.theme-arco-table-border-cell .theme-arco-table-td,
    .theme-arco-table-rtl.theme-arco-table-border-cell .theme-arco-table-th {
      border-left: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-rtl table thead tr:first-child th:first-child {
      border-radius: 0 var(--border-radius-medium) 0 0
    }

    .theme-arco-table-rtl table thead tr:first-child th:last-child {
      border-radius: var(--border-radius-medium) 0 0 0
    }

    .theme-arco-table-rtl .theme-arco-table-td,
    .theme-arco-table-rtl .theme-arco-table-th {
      text-align: right
    }

    .theme-arco-table-rtl .theme-arco-table-td.theme-arco-table-operation,
    .theme-arco-table-rtl .theme-arco-table-th.theme-arco-table-operation .theme-arco-table-th-item {
      text-align: center
    }

    .theme-arco-table-rtl.theme-arco-table-border .theme-arco-table-container {
      border-left: 1px solid rgba(0, 0, 0, .1);
      border-right: 0
    }

    .theme-arco-table-rtl.theme-arco-table-border-body-cell .theme-arco-table-td,
    .theme-arco-table-rtl.theme-arco-table-border-cell .theme-arco-table-td,
    .theme-arco-table-rtl.theme-arco-table-border-cell .theme-arco-table-th,
    .theme-arco-table-rtl.theme-arco-table-border-header-cell .theme-arco-table-th {
      border-left: 0;
      border-right: 1px solid rgba(0, 0, 0, .1)
    }

    .theme-arco-table-rtl.theme-arco-table-border-cell:not(.theme-arco-table-border) .theme-arco-table-td:first-child,
    .theme-arco-table-rtl.theme-arco-table-border-cell:not(.theme-arco-table-border) .theme-arco-table-th:first-child {
      border-right: 0
    }

    .theme-arco-table-rtl .theme-arco-table-cell-expand-icon,
    .theme-arco-table-rtl .theme-arco-table-cell-indent {
      float: right
    }

    .theme-arco-table-rtl .theme-arco-table-cell-expand-icon button,
    .theme-arco-table-rtl .theme-arco-table-cell-expand-icon-hidden {
      margin-left: 4px;
      margin-right: 0
    }

    .theme-arco-table-rtl .theme-arco-table-filters {
      left: 0;
      right: unset
    }

    .theme-arco-table-rtl .theme-arco-table-sorter {
      margin-left: 0;
      margin-right: 6px
    }

    .theme-arco-table-rtl .theme-arco-table-col-fixed-left-last:after,
    .theme-arco-table-rtl .theme-arco-table-col-fixed-right-first:after {
      left: unset;
      right: -20px
    }

    .theme-arco-table-rtl .theme-arco-table-col-fixed-left-last:after {
      left: -20px;
      right: unset
    }

    .theme-arco-table-rtl.theme-arco-table-scroll-position-right .theme-arco-table-col-fixed-left-last:after {
      box-shadow: none
    }

    .theme-arco-table-rtl.theme-arco-table-scroll-position-middle .theme-arco-table-col-fixed-right-first:after,
    .theme-arco-table-rtl.theme-arco-table-scroll-position-right .theme-arco-table-col-fixed-right-first:after {
      box-shadow: inset 6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .theme-arco-table-rtl.theme-arco-table-scroll-position-left .theme-arco-table-col-fixed-right-first:after {
      box-shadow: none
    }

    .theme-arco-table-rtl.theme-arco-table-scroll-position-left .theme-arco-table-col-fixed-left-last:after,
    .theme-arco-table-rtl.theme-arco-table-scroll-position-middle .theme-arco-table-col-fixed-left-last:after {
      box-shadow: inset -6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .theme-arco-table-rtl.theme-arco-table:not(.theme-arco-table-has-fixed-col-left).theme-arco-table-scroll-position-middle .theme-arco-table-content-scroll:before,
    .theme-arco-table-rtl.theme-arco-table:not(.theme-arco-table-has-fixed-col-left).theme-arco-table-scroll-position-right .theme-arco-table-content-scroll:before {
      box-shadow: none
    }

    .theme-arco-table-rtl.theme-arco-table:not(.theme-arco-table-has-fixed-col-left).theme-arco-table-scroll-position-middle .theme-arco-table-content-scroll:after,
    .theme-arco-table-rtl.theme-arco-table:not(.theme-arco-table-has-fixed-col-left).theme-arco-table-scroll-position-right .theme-arco-table-content-scroll:after {
      box-shadow: inset -6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .theme-arco-table-rtl.theme-arco-table:not(.theme-arco-table-has-fixed-col-right).theme-arco-table-scroll-position-left .theme-arco-table-content-scroll:before,
    .theme-arco-table-rtl.theme-arco-table:not(.theme-arco-table-has-fixed-col-right).theme-arco-table-scroll-position-middle .theme-arco-table-content-scroll:before {
      box-shadow: inset 6px 0 8px -3px rgba(0, 0, 0, .15)
    }

    .theme-arco-table-rtl.theme-arco-table:not(.theme-arco-table-has-fixed-col-right).theme-arco-table-scroll-position-left .theme-arco-table-content-scroll:after,
    .theme-arco-table-rtl.theme-arco-table:not(.theme-arco-table-has-fixed-col-right).theme-arco-table-scroll-position-middle .theme-arco-table-content-scroll:after {
      box-shadow: none
    }

    body[arco-theme=dark] .theme-arco-table-stripe .theme-arco-table-tr:nth-child(2n) .theme-arco-table-td {
      background-color: var(--theme-arco-color-bg-3)
    }

    .theme-arco-icon-hover.theme-arco-tabs-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .theme-arco-tabs .theme-arco-tabs-icon-hover {
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-tabs .theme-arco-tabs-icon-hover,
    .theme-arco-tabs-dropdown-icon {
      font-size: 12px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-tabs-dropdown-icon {
      margin-left: 6px
    }

    .theme-arco-tabs-close-icon {
      margin-left: 8px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-tabs-close-icon:focus-visible .theme-arco-icon-hover:before {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-tabs-add-icon {
      align-items: center;
      display: inline-flex;
      font-size: 12px;
      justify-content: center;
      padding: 0 8px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-tabs-add-icon:focus-visible .theme-arco-icon-hover:before {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-tabs-add {
      position: relative
    }

    .theme-arco-tabs-left-icon {
      margin-left: 10px;
      margin-right: 6px
    }

    .theme-arco-tabs-right-icon {
      margin-left: 6px;
      margin-right: 10px
    }

    .theme-arco-tabs-up-icon {
      margin-bottom: 10px
    }

    .theme-arco-tabs-down-icon {
      margin-top: 10px
    }

    .theme-arco-tabs .theme-arco-tabs-nav-icon-disabled {
      color: var(--theme-arco-color-text-4);
      cursor: not-allowed
    }

    .theme-arco-tabs {
      overflow: hidden
    }

    .theme-arco-tabs,
    .theme-arco-tabs-header-nav {
      position: relative
    }

    .theme-arco-tabs-header-nav:before {
      background-color: var(--theme-arco-color-neutral-3);
      bottom: 0;
      clear: both;
      content: "";
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      right: 0
    }

    .theme-arco-tabs-header-nav-bottom .theme-arco-tabs-header-ink,
    .theme-arco-tabs-header-nav-bottom:before {
      top: 0
    }

    .theme-arco-tabs-header-wrapper {
      display: flex;
      flex: 1 1;
      overflow: hidden
    }

    .theme-arco-tabs-header {
      display: inline-block;
      position: relative;
      transition: transform .2s cubic-bezier(.34, .69, .1, 1);
      white-space: nowrap
    }

    .theme-arco-tabs-header-extra {
      align-items: center;
      display: flex;
      flex-shrink: 0;
      line-height: 24px;
      width: auto
    }

    .theme-arco-tabs-header-extra .theme-arco-tabs-add-icon {
      padding-left: 0
    }

    .theme-arco-tabs-header-title {
      align-items: center;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      cursor: pointer;
      display: inline-flex;
      font-size: 14px;
      line-height: 1.5715;
      padding: 0 0;
      transition: color .2s linear
    }

    .theme-arco-tabs-header-title-text {
      display: inline-block
    }

    .theme-arco-tabs-header-title:hover {
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .theme-arco-tabs-header-title-disabled,
    .theme-arco-tabs-header-title-disabled:hover {
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-title-active:hover {
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .theme-arco-tabs-header-title-active.theme-arco-tabs-header-title-disabled,
    .theme-arco-tabs-header-title-active:hover.theme-arco-tabs-header-title-disabled {
      color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-tabs-header-ink {
      background-color: rgb(var(--theme-arco-primary-6));
      bottom: 0;
      height: 2px;
      position: absolute;
      right: auto;
      top: auto;
      transition: left .2s cubic-bezier(.34, .69, .1, 1), width .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-tabs-header-ink.theme-arco-tabs-header-ink-no-animation {
      transition: none
    }

    .theme-arco-tabs-header-ink-disabled {
      background-color: var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-tabs-header-nav-line .theme-arco-tabs-header-extra {
      line-height: 32px
    }

    .theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title {
      line-height: 1.5715;
      margin: 0 16px;
      padding: 4px 0
    }

    .theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title-text {
      display: inline-block;
      padding: 1px 0;
      position: relative
    }

    .theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title-text:before {
      background-color: initial;
      border-radius: 2px;
      bottom: 0;
      content: "";
      left: -8px;
      opacity: 1;
      position: absolute;
      right: -8px;
      top: 0;
      transition: all .2s linear;
      z-index: -1
    }

    .theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title:hover .theme-arco-tabs-header-title-text:before {
      background-color: #f0f0f0
    }

    .theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title:focus-visible .theme-arco-tabs-header-title-text:before {
      box-shadow: inset 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title-active .theme-arco-tabs-header-title-text:before,
    .theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title-active:hover .theme-arco-tabs-header-title-text:before {
      background-color: initial
    }

    .theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title-disabled .theme-arco-tabs-header-title-text:before,
    .theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title-disabled:hover .theme-arco-tabs-header-title-text:before {
      opacity: 0
    }

    .theme-arco-tabs-header-nav-line.theme-arco-tabs-header-nav-horizontal>.theme-arco-tabs-header-scroll .theme-arco-tabs-header-title:first-of-type {
      margin-left: 16px
    }

    .theme-arco-tabs-header-nav-line.theme-arco-tabs-header-nav-horizontal .theme-arco-tabs-header-no-padding>.theme-arco-tabs-header-title:first-of-type,
    .theme-arco-tabs-header-nav-text.theme-arco-tabs-header-nav-horizontal .theme-arco-tabs-header-no-padding>.theme-arco-tabs-header-title:first-of-type {
      margin-left: 0
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title,
    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title {
      border: 1px solid var(--theme-arco-color-neutral-3);
      font-size: 12px;
      padding: 2px 16px;
      transition: padding .2s linear, color .2s linear
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title:focus-visible,
    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title:focus-visible {
      box-shadow: inset 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title-editable,
    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title-editable {
      padding-right: 12px
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title-editable:not(.theme-arco-tabs-header-title-active):hover .theme-arco-icon-hover:hover:before,
    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title-editable:not(.theme-arco-tabs-header-title-active):hover .theme-arco-icon-hover:hover:before {
      background-color: var(--theme-arco-color-fill-4)
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-add-icon,
    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-add-icon {
      color: var(--theme-arco-color-text-2);
      height: 24px
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title {
      background-color: initial;
      border-right: none
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title:last-child {
      border-right: 1px solid var(--theme-arco-color-neutral-3);
      border-top-right-radius: var(--border-radius-small)
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title:first-child {
      border-top-left-radius: var(--border-radius-small)
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title:hover {
      background-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title-disabled,
    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title-disabled:hover {
      background-color: initial
    }

    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title-active:hover {
      background-color: initial;
      border-bottom-color: var(--theme-arco-color-bg-2)
    }

    .theme-arco-tabs-header-nav-card.theme-arco-tabs-header-nav-bottom .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-nav-card.theme-arco-tabs-header-nav-bottom .theme-arco-tabs-header-title-active:hover {
      border-bottom-color: var(--theme-arco-color-neutral-3);
      border-top-color: var(--theme-arco-color-bg-2)
    }

    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title {
      background-color: var(--theme-arco-color-fill-1);
      border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
      border-right: 1px solid var(--theme-arco-color-neutral-3);
      margin-left: 4px
    }

    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title:hover {
      background-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title-disabled,
    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title-disabled:hover {
      background-color: var(--theme-arco-color-fill-1)
    }

    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title-active:hover {
      background-color: initial;
      border-bottom-color: var(--theme-arco-color-bg-2)
    }

    .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title:first-child {
      margin-left: 0
    }

    .theme-arco-tabs-header-nav-card-gutter.theme-arco-tabs-header-nav-bottom .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-nav-card-gutter.theme-arco-tabs-header-nav-bottom .theme-arco-tabs-header-title-active:hover {
      border-bottom-color: var(--theme-arco-color-neutral-3);
      border-top-color: var(--theme-arco-color-bg-2)
    }

    .theme-arco-tabs-header-nav-text:before {
      display: none
    }

    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title {
      font-size: 16px;
      line-height: 1.5715;
      margin: 0 8.5px;
      padding: 5px 0;
      position: relative
    }

    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title:not(:first-of-type):before {
      background-color: rgba(0, 0, 0, .14);
      content: "";
      display: block;
      height: 12px;
      left: -8.5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 1px
    }

    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title-text {
      background-color: initial;
      padding-left: 8px;
      padding-right: 8px
    }

    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title-text:hover {
      background-color: initial
    }

    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title:focus-visible .theme-arco-tabs-header-title-text {
      box-shadow: inset 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title-active .theme-arco-tabs-header-title-text,
    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title-active .theme-arco-tabs-header-title-text:hover,
    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title-disabled .theme-arco-tabs-header-title-text,
    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title-disabled .theme-arco-tabs-header-title-text:hover {
      background-color: initial
    }

    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title-active.theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title-disabled .theme-arco-tabs-header-title-text,
    .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title-active.theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title-disabled .theme-arco-tabs-header-title-text:hover {
      background-color: var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-tabs-header-nav-rounded:before {
      display: none
    }

    .theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-title {
      background-color: initial;
      border-radius: 32px;
      font-size: 16px;
      margin: 0 6px;
      padding: 3px 0;
      padding-left: 16px;
      padding-right: 16px
    }

    .theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-title:hover {
      background-color: var(--theme-arco-color-fill-2)
    }

    .theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-title:focus-visible {
      box-shadow: inset 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-title-disabled:hover {
      background-color: initial
    }

    .theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-title-active:hover {
      background-color: var(--theme-arco-color-fill-2)
    }

    .theme-arco-tabs-header-nav-capsule:before {
      display: none
    }

    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-wrapper {
      justify-content: flex-end
    }

    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header {
      background-color: rgba(0, 0, 0, .14);
      border-radius: 4px;
      line-height: 1;
      padding: 1px 1px
    }

    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title {
      background-color: #fff;
      border-radius: 0;
      font-size: 12px;
      line-height: 22px;
      padding: 0 8px;
      position: relative
    }

    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title:focus-visible {
      box-shadow: inset 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title:hover {
      background-color: #fff
    }

    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title-disabled:hover {
      background-color: unset
    }

    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title-active:hover {
      background-color: #fff
    }

    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title-active+.theme-arco-tabs-header-title:before,
    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title-active:before,
    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title-active:hover+.theme-arco-tabs-header-title:before,
    .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title-active:hover:before {
      opacity: 0
    }

    .theme-arco-tabs-header-nav-capsule.theme-arco-tabs-header-nav-horizontal .theme-arco-tabs-header-title:not(:first-of-type) {
      margin-left: 1px
    }

    .theme-arco-tabs-header-nav-capsule.theme-arco-tabs-header-nav-horizontal .theme-arco-tabs-header-title:not(:first-of-type):before {
      background-color: rgba(0, 0, 0, .14);
      content: "";
      display: block;
      height: 24px;
      left: -1px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: all .2s linear;
      width: 1px
    }

    .theme-arco-tabs-header-scroll {
      align-items: center;
      display: flex;
      overflow: hidden;
      position: relative
    }

    .theme-arco-tabs-content {
      box-sizing: border-box;
      overflow: hidden;
      padding-top: 16px;
      width: 100%
    }

    .theme-arco-tabs-content .theme-arco-tabs-content-inner {
      display: flex;
      width: 100%
    }

    .theme-arco-tabs-content .theme-arco-tabs-content-item {
      flex-shrink: 0;
      height: 0;
      overflow: hidden;
      width: 100%
    }

    .theme-arco-tabs-content .theme-arco-tabs-content-item.theme-arco-tabs-content-item-active {
      height: auto
    }

    .theme-arco-tabs-card-gutter>.theme-arco-tabs-content,
    .theme-arco-tabs-card>.theme-arco-tabs-content {
      border: 1px solid var(--theme-arco-color-neutral-3);
      border-top: none
    }

    .theme-arco-tabs-card-gutter.theme-arco-tabs-bottom>.theme-arco-tabs-content,
    .theme-arco-tabs-card.theme-arco-tabs-bottom>.theme-arco-tabs-content {
      border-bottom: none;
      border-top: 1px solid var(--theme-arco-color-neutral-3)
    }

    .theme-arco-tabs-animation.theme-arco-tabs-content-inner {
      transition: all .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-tabs-horizontal.theme-arco-tabs-justify {
      display: flex;
      flex-direction: column;
      height: 100%
    }

    .theme-arco-tabs-horizontal.theme-arco-tabs-justify .theme-arco-tabs-content,
    .theme-arco-tabs-horizontal.theme-arco-tabs-justify .theme-arco-tabs-content-inner,
    .theme-arco-tabs-horizontal.theme-arco-tabs-justify .theme-arco-tabs-pane {
      height: 100%
    }

    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title {
      padding-bottom: 6px;
      padding-top: 6px
    }

    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-line .theme-arco-tabs-header-extra {
      font-size: 12px;
      line-height: 32px
    }

    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title,
    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title {
      font-size: 12px;
      padding-bottom: 2px;
      padding-top: 2px
    }

    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-extra,
    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-card .theme-arco-tabs-add-icon,
    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-add-icon {
      height: 24px
    }

    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title {
      font-size: 12px;
      line-height: 22px
    }

    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-title {
      font-size: 12px;
      padding-bottom: 3px;
      padding-top: 3px
    }

    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title {
      padding-bottom: 4px;
      padding-top: 4px
    }

    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-line .theme-arco-tabs-header-extra {
      font-size: 14px;
      line-height: 32px
    }

    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title,
    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title {
      font-size: 12px;
      padding-bottom: 2px;
      padding-top: 2px
    }

    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-extra,
    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-card .theme-arco-tabs-add-icon,
    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-add-icon {
      height: 24px
    }

    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title {
      font-size: 12px;
      line-height: 22px
    }

    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-title {
      font-size: 16px;
      padding-bottom: 1px;
      padding-top: 1px
    }

    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-extra {
      font-size: 16px;
      line-height: 28px
    }

    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title {
      font-size: 14px;
      padding-bottom: 4px;
      padding-top: 4px
    }

    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-line .theme-arco-tabs-header-extra {
      font-size: 14px;
      line-height: 32px
    }

    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title,
    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title {
      font-size: 12px;
      padding-bottom: 2px;
      padding-top: 2px
    }

    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-extra,
    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-extra {
      font-size: 12px;
      line-height: 24px
    }

    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-card .theme-arco-tabs-add-icon,
    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-add-icon {
      height: 24px
    }

    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title {
      font-size: 12px;
      line-height: 34px
    }

    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-extra {
      font-size: 12px;
      line-height: 36px
    }

    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-title {
      font-size: 16px;
      padding-bottom: 5px;
      padding-top: 5px
    }

    .theme-arco-tabs-header-size-large.theme-arco-tabs-header-nav-rounded .theme-arco-tabs-header-extra {
      font-size: 16px;
      line-height: 36px
    }

    .theme-arco-tabs-header-nav-vertical {
      float: left;
      height: 100%
    }

    .theme-arco-tabs-header-nav-vertical:before {
      bottom: 0;
      clear: both;
      height: 100%;
      left: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 1px
    }

    .theme-arco-tabs-header-nav-vertical .theme-arco-tabs-add-icon {
      height: auto;
      margin-left: 0;
      margin-top: 8px;
      padding: 0 16px
    }

    .theme-arco-tabs-header-nav-right {
      float: right
    }

    .theme-arco-tabs-header-nav-vertical .theme-arco-tabs-header {
      height: auto
    }

    .theme-arco-tabs-header-nav-vertical .theme-arco-tabs-header-scroll {
      flex-direction: column
    }

    .theme-arco-tabs-header-nav-vertical .theme-arco-tabs-header-overflow-scroll {
      padding: 6px 0
    }

    .theme-arco-tabs-header-nav-vertical .theme-arco-tabs-header-wrapper {
      flex-direction: column;
      height: 100%
    }

    .theme-arco-tabs-header-nav-vertical .theme-arco-tabs-header-ink {
      bottom: auto;
      left: auto;
      position: absolute;
      right: 0;
      transition: top .2s cubic-bezier(.34, .69, .1, 1), height .2s cubic-bezier(.34, .69, .1, 1);
      width: 2px
    }

    .theme-arco-tabs-header-nav-vertical .theme-arco-tabs-header-title {
      display: block;
      margin: 0;
      margin-top: 16px;
      white-space: nowrap
    }

    .theme-arco-tabs-header-nav-vertical .theme-arco-tabs-header-title:first-of-type {
      margin-top: 0
    }

    .theme-arco-tabs-header-nav-right .theme-arco-tabs-header-ink,
    .theme-arco-tabs-header-nav-right:before {
      left: 0;
      right: unset
    }

    .theme-arco-tabs-header-nav-vertical .theme-arco-tabs-header-scroll {
      box-sizing: border-box;
      height: 100%;
      position: relative
    }

    .theme-arco-tabs-header-nav-line.theme-arco-tabs-header-nav-vertical .theme-arco-tabs-header-title {
      padding: 0 20px
    }

    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title {
      border: 1px solid var(--theme-arco-color-neutral-3);
      border-bottom-color: transparent;
      margin: 0;
      position: relative
    }

    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title:first-child {
      border-top-left-radius: var(--border-radius-small)
    }

    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title-active:hover {
      border-bottom-color: transparent;
      border-right-color: var(--theme-arco-color-bg-2)
    }

    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title:last-child {
      border-bottom: 1px solid var(--theme-arco-color-neutral-3);
      border-bottom-left-radius: var(--border-radius-small)
    }

    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card.theme-arco-tabs-header-nav-right .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card.theme-arco-tabs-header-nav-right .theme-arco-tabs-header-title-active:hover {
      border-left-color: var(--theme-arco-color-bg-2);
      border-right-color: var(--theme-arco-color-neutral-3)
    }

    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title {
      border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
      margin-left: 0;
      position: relative
    }

    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title:not(:first-of-type) {
      margin-top: 4px
    }

    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title-active:hover {
      border-bottom-color: var(--theme-arco-color-neutral-3);
      border-right-color: var(--theme-arco-color-bg-2)
    }

    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card-gutter.theme-arco-tabs-header-nav-right .theme-arco-tabs-header-title-active,
    .theme-arco-tabs-header-nav-vertical.theme-arco-tabs-header-nav-card-gutter.theme-arco-tabs-header-nav-right .theme-arco-tabs-header-title-active:hover {
      border-left-color: var(--theme-arco-color-bg-2);
      border-right-color: var(--theme-arco-color-neutral-3)
    }

    .theme-arco-tabs-content-vertical {
      height: 100%;
      padding: 0;
      width: auto
    }

    .theme-arco-tabs-right .theme-arco-tabs-content-vertical {
      padding-right: 16px
    }

    .theme-arco-tabs-left .theme-arco-tabs-content-vertical {
      padding-left: 16px
    }

    .theme-arco-tabs-card-gutter>.theme-arco-tabs-content-vertical,
    .theme-arco-tabs-card>.theme-arco-tabs-content-vertical {
      border: 1px solid var(--theme-arco-color-neutral-3);
      border-left: none
    }

    .theme-arco-tabs-card-gutter.theme-arco-tabs-right>.theme-arco-tabs-content-vertical,
    .theme-arco-tabs-card.theme-arco-tabs-right>.theme-arco-tabs-content-vertical {
      border-left: 1px solid var(--theme-arco-color-neutral-3);
      border-right: none
    }

    .theme-arco-tabs-rtl {
      direction: rtl
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-close-icon {
      margin-left: 0;
      margin-right: 8px
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-left-icon,
    .theme-arco-tabs-rtl .theme-arco-tabs-right-icon {
      margin-left: 6px;
      margin-right: 10px
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-line>.theme-arco-tabs-header-nav-horizontal .theme-arco-tabs-header-no-padding>.theme-arco-tabs-header-title:first-of-type,
    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-line>.theme-arco-tabs-header-nav-horizontal .theme-arco-tabs-header-scroll>.theme-arco-tabs-header-title:first-of-type,
    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-text>.theme-arco-tabs-header-nav-horizontal .theme-arco-tabs-header-no-padding>.theme-arco-tabs-header-title:first-of-type {
      margin-right: 0
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title-editable,
    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title-editable {
      padding-left: 12px;
      padding-right: 0
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title {
      border-left: none;
      border-right: 1px solid var(--theme-arco-color-neutral-3)
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title:last-child {
      border-left: 1px solid var(--theme-arco-color-neutral-3);
      border-top-left-radius: var(--border-radius-small);
      border-top-right-radius: 0
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-card .theme-arco-tabs-header-title:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: var(--border-radius-small)
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title {
      margin-right: 4px
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-card-gutter .theme-arco-tabs-header-title:first-child {
      margin-right: 0
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-text .theme-arco-tabs-header-title:not(:first-of-type):before {
      left: auto;
      right: -8.5px
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-capsule.theme-arco-tabs-header-nav-horizontal .theme-arco-tabs-header-title:not(:first-of-type) {
      margin-left: 0;
      margin-right: 1px
    }

    .theme-arco-tabs-rtl .theme-arco-tabs-header-nav-capsule.theme-arco-tabs-header-nav-horizontal .theme-arco-tabs-header-title:not(:first-of-type):before {
      left: auto;
      right: -1px
    }

    body[arco-theme=dark] .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title-active,
    body[arco-theme=dark] .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title:not(body[arco-theme=dark] .theme-arco-tabs-header-nav-capsule .theme-arco-tabs-header-title-disabled):hover {
      background-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-tag {
      align-items: center;
      border: 1px solid transparent;
      border-radius: 4px;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      display: inline-flex;
      font-size: 12px;
      font-weight: 500;
      height: 24px;
      line-height: 22px;
      padding: 0 8px
    }

    .theme-arco-tag .theme-arco-icon-hover.theme-arco-tag-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .theme-arco-tag .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: #f0f0f0
    }

    .theme-arco-tag-content {
      flex: 1 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-tag-checkable {
      cursor: pointer;
      transition: all .1s linear
    }

    .theme-arco-tag-checkable:hover {
      background-color: #f5f5f5
    }

    .theme-arco-tag-checked {
      background-color: rgba(0, 0, 0, .05);
      border-color: transparent
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked:hover {
      background-color: #f0f0f0;
      border-color: transparent
    }

    .theme-arco-tag-bordered,
    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-bordered:hover {
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-tag-size-small {
      font-size: 12px;
      height: 20px;
      line-height: 18px
    }

    .theme-arco-tag-size-medium {
      font-size: 14px;
      height: 28px;
      line-height: 26px
    }

    .theme-arco-tag-size-large {
      font-size: 14px;
      height: 32px;
      line-height: 30px
    }

    .theme-arco-tag-hide {
      display: none
    }

    .theme-arco-tag-loading {
      cursor: default;
      opacity: .8
    }

    .theme-arco-tag-icon {
      color: rgba(0, 0, 0, .55);
      margin-right: 4px
    }

    .theme-arco-tag-checked.theme-arco-tag-red {
      background-color: rgb(var(--theme-arco-red-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-red-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-red .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-red-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-red:hover {
      background-color: rgb(var(--theme-arco-red-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-red.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-red.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-red-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-red .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-red .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-red .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-red-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-orangered {
      background-color: rgb(var(--theme-arco-orangered-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-orangered-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-orangered .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-orangered-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-orangered:hover {
      background-color: rgb(var(--theme-arco-orangered-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-orangered.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-orangered.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-orangered-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-orangered .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-orangered .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-orangered .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-orangered-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-orange {
      background-color: rgb(var(--theme-arco-orange-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-orange-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-orange .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-orange-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-orange:hover {
      background-color: rgb(var(--theme-arco-orange-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-orange.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-orange.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-orange-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-orange .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-orange .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-orange .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-orange-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-gold {
      background-color: rgb(var(--theme-arco-gold-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-gold-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-gold .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-gold-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-gold:hover {
      background-color: rgb(var(--theme-arco-gold-3));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-gold.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-gold.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-gold-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-gold .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-gold .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-gold .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-gold-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-lime {
      background-color: rgb(var(--theme-arco-lime-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-lime-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-lime .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-lime-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-lime:hover {
      background-color: rgb(var(--theme-arco-lime-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-lime.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-lime.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-lime-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-lime .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-lime .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-lime .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-lime-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-green {
      background-color: rgb(var(--theme-arco-auxiliary-green-4));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-success-7))
    }

    .theme-arco-tag-checked.theme-arco-tag-green .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-green-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-green:hover {
      background-color: rgb(var(--theme-arco-green-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-green.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-green.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-green-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-green .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-green .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-green .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-success-7))
    }

    .theme-arco-tag-checked.theme-arco-tag-cyan {
      background-color: rgb(var(--theme-arco-cyan-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-cyan-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-cyan .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-cyan-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-cyan:hover {
      background-color: rgb(var(--theme-arco-cyan-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-cyan.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-cyan.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-cyan-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-cyan .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-cyan .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-cyan .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-cyan-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-blue {
      background-color: rgb(var(--theme-arco-blue-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-blue-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-blue .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-blue-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-blue:hover {
      background-color: rgb(var(--theme-arco-blue-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-blue.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-blue.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-blue-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-blue .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-blue .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-blue .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-blue-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-arcoblue {
      background-color: rgb(var(--theme-arco-arcoblue-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-arcoblue-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-arcoblue .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-arcoblue-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-arcoblue:hover {
      background-color: rgb(var(--theme-arco-arcoblue-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-arcoblue.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-arcoblue.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-arcoblue-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-arcoblue .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-arcoblue .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-arcoblue .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-arcoblue-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-purple {
      background-color: rgb(var(--theme-arco-purple-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-purple-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-purple .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-purple-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-purple:hover {
      background-color: rgb(var(--theme-arco-purple-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-purple.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-purple.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-purple-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-purple .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-purple .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-purple .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-purple-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-pinkpurple {
      background-color: rgb(var(--theme-arco-pinkpurple-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-pinkpurple-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-pinkpurple .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-pinkpurple-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-pinkpurple:hover {
      background-color: rgb(var(--theme-arco-pinkpurple-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-pinkpurple.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-pinkpurple.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-pinkpurple-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-pinkpurple .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-pinkpurple .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-pinkpurple .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-pinkpurple-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-magenta {
      background-color: rgb(var(--theme-arco-magenta-1));
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-magenta-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-magenta .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-magenta-2))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-magenta:hover {
      background-color: rgb(var(--theme-arco-magenta-2));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-magenta.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-magenta.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-magenta-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-magenta .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-magenta .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-magenta .theme-arco-tag-loading-icon {
      color: rgb(var(--theme-arco-magenta-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-gray {
      background-color: #f0f0f0;
      border: 1px solid transparent;
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-tag-checked.theme-arco-tag-gray .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgb(var(--theme-arco-gray-3))
    }

    .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-gray:hover {
      background-color: rgb(var(--theme-arco-gray-3));
      border-color: transparent
    }

    .theme-arco-tag-checked.theme-arco-tag-gray.theme-arco-tag-bordered,
    .theme-arco-tag-checked.theme-arco-tag-gray.theme-arco-tag-bordered:hover {
      border-color: rgb(var(--theme-arco-gray-6))
    }

    .theme-arco-tag-checked.theme-arco-tag-gray .theme-arco-tag-close-icon,
    .theme-arco-tag-checked.theme-arco-tag-gray .theme-arco-tag-icon,
    .theme-arco-tag-checked.theme-arco-tag-gray .theme-arco-tag-loading-icon {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-tag-custom-color {
      color: var(--theme-arco-color-white)
    }

    .theme-arco-tag-custom-color .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: hsla(0, 0%, 100%, .2)
    }

    .theme-arco-tag .theme-arco-tag-close-btn {
      font-size: 12px;
      margin-left: 4px
    }

    .theme-arco-tag .theme-arco-tag-close-btn:focus-visible:before {
      box-shadow: inset 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-tag .theme-arco-tag-close-btn>svg {
      position: relative
    }

    .theme-arco-tag-loading-icon {
      font-size: 12px;
      margin-left: 4px
    }

    body[arco-theme=dark] .theme-arco-tag-checked {
      color: hsla(0, 0%, 100%, .9)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-red {
      background-color: rgba(var(--theme-arco-red-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-red:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-red .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-red-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-orangered {
      background-color: rgba(var(--theme-arco-orangered-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-orangered:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-orangered .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-orangered-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-orange {
      background-color: rgba(var(--theme-arco-orange-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-orange:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-orange .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-orange-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-gold {
      background-color: rgba(var(--theme-arco-gold-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-gold:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-gold .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-gold-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-lime {
      background-color: rgba(var(--theme-arco-lime-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-lime:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-lime .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-lime-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-green {
      background-color: rgba(var(--theme-arco-green-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-green:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-green .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-green-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-cyan {
      background-color: rgba(var(--theme-arco-cyan-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-cyan:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-cyan .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-cyan-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-blue {
      background-color: rgba(var(--theme-arco-blue-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-blue:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-blue .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-blue-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-arcoblue {
      background-color: rgba(var(--theme-arco-arcoblue-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-arcoblue:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-arcoblue .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-arcoblue-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-purple {
      background-color: rgba(var(--theme-arco-purple-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-purple:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-purple .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-purple-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-pinkpurple {
      background-color: rgba(var(--theme-arco-pinkpurple-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-pinkpurple:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-pinkpurple .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-pinkpurple-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-magenta {
      background-color: rgba(var(--theme-arco-magenta-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-magenta:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-magenta .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-magenta-6), .35)
    }

    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-gray {
      background-color: rgba(var(--theme-arco-gray-6), .2)
    }

    body[arco-theme=dark] .theme-arco-tag-checkable.theme-arco-tag-checked.theme-arco-tag-gray:hover,
    body[arco-theme=dark] .theme-arco-tag-checked.theme-arco-tag-gray .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background-color: rgba(var(--theme-arco-gray-6), .35)
    }

    .theme-arco-tag-rtl {
      direction: rtl
    }

    .theme-arco-tag-rtl .theme-arco-tag-icon {
      margin-left: 4px;
      margin-right: 0
    }

    .theme-arco-tag-rtl .theme-arco-tag-close-btn,
    .theme-arco-tag-rtl .theme-arco-tag-loading-icon {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-timeline-item {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      min-height: 52px;
      padding-left: 12px;
      position: relative
    }

    .theme-arco-timeline-item-label {
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      line-height: 1.667
    }

    .theme-arco-timeline-item-content {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      line-height: 1.5715;
      margin-bottom: 0
    }

    .theme-arco-timeline-item-content-wrapper {
      margin-left: 16px
    }

    .theme-arco-timeline-item.theme-arco-timeline-item-last>.theme-arco-timeline-item-dot-wrapper .theme-arco-timeline-item-dot-line {
      display: none
    }

    .theme-arco-timeline-item-dot-wrapper {
      height: 100%;
      left: 0;
      position: absolute;
      text-align: center
    }

    .theme-arco-timeline-item-dot-wrapper .theme-arco-timeline-item-dot-content {
      height: 22.001px;
      line-height: 22.001px;
      position: relative;
      width: 12px
    }

    .theme-arco-timeline-item-dot {
      border-radius: var(--border-radius-circle);
      box-sizing: border-box;
      color: rgb(var(--theme-arco-primary-6));
      height: 12px;
      margin-top: -50%;
      position: relative;
      top: 50%;
      width: 12px
    }

    .theme-arco-timeline-item-dot-custom {
      display: inline-flex;
      position: absolute;
      transform-origin: center
    }

    .theme-arco-timeline-item-dot-custom svg {
      color: inherit
    }

    .theme-arco-timeline-item-dot-line {
      border-color: var(--theme-arco-color-neutral-3);
      border-left-width: 1px;
      bottom: -3.0005px;
      box-sizing: border-box;
      left: 50%;
      position: absolute;
      top: 19.0005px;
      transform: translateX(-50%);
      width: 1px
    }

    .theme-arco-timeline-alternate {
      overflow: hidden
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-left {
      padding-left: 0
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-left>.theme-arco-timeline-item-dot-wrapper {
      left: 50%
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-left>.theme-arco-timeline-item-content-wrapper {
      left: 50%;
      margin-left: 28px;
      padding-right: 28px;
      width: 50%
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-right {
      padding-right: 0
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-right>.theme-arco-timeline-item-dot-wrapper {
      left: 50%
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-right>.theme-arco-timeline-item-content-wrapper {
      left: 0;
      margin-left: -16px;
      margin-right: 0;
      padding-right: 16px;
      text-align: right;
      width: 50%
    }

    .theme-arco-timeline-right .theme-arco-timeline-item-vertical-right {
      padding-right: 12px
    }

    .theme-arco-timeline-right .theme-arco-timeline-item-vertical-right>.theme-arco-timeline-item-dot-wrapper {
      left: unset;
      right: 0
    }

    .theme-arco-timeline-right .theme-arco-timeline-item-vertical-right>.theme-arco-timeline-item-content-wrapper {
      margin-left: 0;
      margin-right: 16px;
      text-align: right
    }

    .theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-label {
      box-sizing: border-box;
      max-width: 100px;
      position: absolute;
      top: 0
    }

    .theme-arco-timeline-item-vertical-left.theme-arco-timeline-item-label-relative {
      margin-left: 100px
    }

    .theme-arco-timeline-item-vertical-left.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-label {
      left: 0;
      padding-right: 16px;
      text-align: right;
      transform: translateX(-100%)
    }

    .theme-arco-timeline-item-vertical-right.theme-arco-timeline-item-label-relative {
      margin-right: 100px
    }

    .theme-arco-timeline-item-vertical-right.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-label {
      padding-left: 16px;
      right: 0;
      text-align: left;
      transform: translateX(100%)
    }

    .theme-arco-timeline-item-horizontal-top.theme-arco-timeline-item-label-relative {
      margin-top: 50px
    }

    .theme-arco-timeline-item-horizontal-top.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-label {
      padding-bottom: 8px;
      transform: translateY(-100%)
    }

    .theme-arco-timeline-item-horizontal-top.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-content {
      margin-bottom: 0
    }

    .theme-arco-timeline-item-horizontal-bottom.theme-arco-timeline-item-label-relative {
      margin-bottom: 50px
    }

    .theme-arco-timeline-item-horizontal-bottom.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-content {
      margin-bottom: 0
    }

    .theme-arco-timeline-item-horizontal-bottom.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-label {
      bottom: 0;
      padding-top: 8px;
      text-align: left;
      top: unset;
      transform: translateY(100%)
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-left.theme-arco-timeline-item-label-relative {
      margin-left: 0
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-left.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-label {
      left: 0;
      max-width: unset;
      transform: none;
      width: 50%
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-right.theme-arco-timeline-item-label-relative {
      margin-right: 0
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-right.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-label {
      max-width: unset;
      right: 0;
      transform: none;
      width: 50%
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-horizontal-top.theme-arco-timeline-item-label-relative {
      margin-top: 0
    }

    .theme-arco-timeline-alternate .theme-arco-timeline-item-horizontal-bottom.theme-arco-timeline-item-label-relative {
      margin-bottom: 0
    }

    .theme-arco-timeline-direction-horizontal {
      display: flex
    }

    .theme-arco-timeline-item-dot-line-is-horizontal {
      border-left: none;
      border-top-width: 1px;
      height: 1px;
      left: 14px;
      right: 4px;
      top: 50%;
      transform: translateY(-50%);
      width: unset
    }

    .theme-arco-timeline-item-horizontal-bottom,
    .theme-arco-timeline-item-horizontal-top {
      flex: 1 1;
      min-height: unset;
      padding-left: 0;
      padding-right: 0
    }

    .theme-arco-timeline-item-horizontal-bottom>.theme-arco-timeline-item-dot-wrapper,
    .theme-arco-timeline-item-horizontal-top>.theme-arco-timeline-item-dot-wrapper {
      height: auto;
      top: 0;
      width: 100%
    }

    .theme-arco-timeline-item-horizontal-bottom>.theme-arco-timeline-item-dot-wrapper .theme-arco-timeline-item-dot,
    .theme-arco-timeline-item-horizontal-top>.theme-arco-timeline-item-dot-wrapper .theme-arco-timeline-item-dot {
      margin-top: unset;
      top: unset
    }

    .theme-arco-timeline-item-horizontal-top {
      padding-top: 12px
    }

    .theme-arco-timeline-item-horizontal-top>.theme-arco-timeline-item-dot-wrapper {
      bottom: unset;
      top: 0
    }

    .theme-arco-timeline-item-horizontal-top>.theme-arco-timeline-item-content-wrapper {
      margin-left: 0;
      margin-top: 8px
    }

    .theme-arco-timeline-item-horizontal-bottom {
      padding-bottom: 12px
    }

    .theme-arco-timeline-item-horizontal-bottom>.theme-arco-timeline-item-dot-wrapper {
      bottom: 0;
      top: unset
    }

    .theme-arco-timeline-item-horizontal-bottom>.theme-arco-timeline-item-content-wrapper {
      margin-bottom: 8px;
      margin-left: 0
    }

    .theme-arco-timeline-alternate.theme-arco-timeline-direction-horizontal {
      align-items: center;
      min-height: 200px;
      overflow: visible
    }

    .theme-arco-timeline-alternate.theme-arco-timeline-direction-horizontal .theme-arco-timeline-item-horizontal-bottom {
      margin-top: 12px;
      transform: translateY(-50%)
    }

    .theme-arco-timeline-alternate.theme-arco-timeline-direction-horizontal .theme-arco-timeline-item-horizontal-top {
      margin-top: -12px;
      transform: translateY(50%)
    }

    .theme-arco-timeline-rtl .theme-arco-timeline-item-vertical-left>.theme-arco-timeline-item-content-wrapper {
      text-align: left
    }

    .theme-arco-timeline-rtl.theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-left.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-label {
      left: 50%;
      padding-left: 16px;
      padding-right: 0;
      text-align: left
    }

    .theme-arco-timeline-rtl.theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-left.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-content-wrapper {
      left: auto;
      margin-left: 0;
      margin-right: 16px;
      padding-left: 16px;
      padding-right: 0;
      right: 50%;
      text-align: right
    }

    .theme-arco-timeline-rtl.theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-right.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-label {
      padding-left: 0;
      padding-right: 16px;
      right: 50%;
      text-align: right
    }

    .theme-arco-timeline-rtl.theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-right.theme-arco-timeline-item-label-relative>.theme-arco-timeline-item-content-wrapper {
      left: 0;
      margin-left: 0;
      margin-right: -28px;
      padding-left: 28px;
      padding-right: 0;
      right: auto;
      text-align: left
    }

    .theme-arco-timeline-rtl.theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-left>.theme-arco-timeline-item-content-wrapper {
      right: 50%;
      text-align: right
    }

    .theme-arco-timeline-rtl.theme-arco-timeline-alternate .theme-arco-timeline-item-vertical-right>.theme-arco-timeline-item-content-wrapper {
      left: 0;
      margin-left: 0;
      margin-right: -28px;
      padding-left: 28px;
      padding-right: 0;
      text-align: left
    }

    .theme-arco-timepicker {
      box-sizing: border-box;
      display: flex;
      padding: 0;
      position: relative
    }

    .theme-arco-timepicker-container {
      background-color: var(--theme-arco-color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
      overflow: hidden
    }

    .theme-arco-timepicker-list {
      box-sizing: border-box;
      height: 224px;
      overflow: hidden;
      scrollbar-width: none;
      width: 64px
    }

    .theme-arco-timepicker-list::-webkit-scrollbar {
      width: 0
    }

    .theme-arco-timepicker-list:not(:last-child) {
      border-right: 1px solid var(--theme-arco-color-neutral-3)
    }

    .theme-arco-timepicker-list:hover {
      overflow-y: auto
    }

    .theme-arco-timepicker-list ul {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0
    }

    .theme-arco-timepicker-list ul:after {
      content: "";
      display: block;
      height: 192px;
      width: 100%
    }

    .theme-arco-timepicker-cell {
      color: rgba(0, 0, 0, .65);
      cursor: pointer;
      font-weight: 400;
      padding: 4px 0;
      text-align: center
    }

    .theme-arco-timepicker-cell-inner {
      font-size: 14px;
      height: 24px;
      line-height: 24px
    }

    .theme-arco-timepicker-cell:not(.theme-arco-timepicker-cell-selected):not(.theme-arco-timepicker-cell-disabled):hover .theme-arco-timepicker-cell-inner {
      background-color: #f5f5f5
    }

    .theme-arco-timepicker-cell-selected .theme-arco-timepicker-cell-inner {
      background-color: rgb(var(--theme-arco-primary-1));
      font-weight: 600
    }

    .theme-arco-timepicker-cell-disabled {
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-timepicker-footer-extra-wrapper {
      border-top: 1px solid var(--theme-arco-color-neutral-3);
      color: rgba(0, 0, 0, .65);
      font-size: 12px;
      padding: 8px 8px
    }

    .theme-arco-timepicker-footer-btn-wrapper {
      border-top: 1px solid var(--theme-arco-color-neutral-3);
      display: flex;
      justify-content: space-between;
      padding: 8px 8px
    }

    .theme-arco-tooltip-content {
      background-color: #000;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      color: #fff;
      font-size: 12px;
      line-height: 1.5715;
      padding: 8px 12px
    }

    .theme-arco-tooltip-content-inner {
      word-wrap: break-word;
      text-align: left
    }

    .theme-arco-tooltip-mini {
      font-size: 12px;
      padding: 4px 12px
    }

    .theme-arco-trigger-arrow.theme-arco-tooltip-arrow {
      background-color: #000
    }

    body[arco-theme=dark] .theme-arco-tooltip-content {
      border: 1px solid var(--theme-arco-color-neutral-3)
    }

    body[arco-theme=dark] .theme-arco-tooltip .theme-arco-trigger-arrow.theme-arco-tooltip-arrow {
      z-index: 1
    }

    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=tl] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow,
    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=top] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow,
    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=tr] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow {
      border-bottom: 1px solid var(--theme-arco-color-neutral-3);
      border-right: 1px solid var(--theme-arco-color-neutral-3)
    }

    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=bl] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow,
    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=bottom] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow,
    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=br] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow {
      border-left: 1px solid var(--theme-arco-color-neutral-3);
      border-top: 1px solid var(--theme-arco-color-neutral-3)
    }

    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=lb] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow,
    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=left] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow,
    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=lt] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow {
      border-right: 1px solid var(--theme-arco-color-neutral-3);
      border-top: 1px solid var(--theme-arco-color-neutral-3)
    }

    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=rb] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow,
    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=right] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow,
    body[arco-theme=dark] .theme-arco-trigger[trigger-placement=rt] .theme-arco-trigger-arrow.theme-arco-tooltip-arrow {
      border-bottom: 1px solid var(--theme-arco-color-neutral-3);
      border-left: 1px solid var(--theme-arco-color-neutral-3)
    }

    .theme-arco-transfer {
      align-items: center;
      display: flex
    }

    .theme-arco-transfer-view {
      border: 1px solid var(--theme-arco-color-neutral-3);
      border-radius: var(--border-radius-small);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      height: 224px;
      width: 200px
    }

    .theme-arco-transfer-view-search {
      padding: 8px 12px 4px 12px
    }

    .theme-arco-transfer-view-list {
      flex: 1 1
    }

    .theme-arco-transfer-view-custom-list {
      flex: 1 1;
      overflow: auto
    }

    .theme-arco-transfer-view-header,
    .theme-arco-transfer-view-item {
      align-items: center;
      display: flex;
      padding: 0 10px
    }

    .theme-arco-transfer-view-header>:first-child,
    .theme-arco-transfer-view-item .theme-arco-transfer-view-item-content {
      flex: 1 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-transfer-view-header>:first-child:not(:last-child),
    .theme-arco-transfer-view-item .theme-arco-transfer-view-item-content:not(:last-child) {
      margin-right: 8px
    }

    .theme-arco-transfer-view-header {
      background-color: var(--theme-arco-color-fill-1);
      color: var(--theme-arco-color-text-1);
      font-size: 16px;
      font-weight: 500;
      height: 40px;
      line-height: 40px
    }

    .theme-arco-transfer-view-header-title {
      align-items: center;
      display: flex
    }

    .theme-arco-transfer-view-header-title .theme-arco-checkbox {
      font-size: inherit;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-transfer-view-header-title .theme-arco-checkbox-text {
      color: inherit
    }

    .theme-arco-transfer-view-header-unit {
      color: var(--theme-arco-color-text-3);
      font-size: 12px;
      font-weight: 400;
      margin-right: 2px
    }

    .theme-arco-transfer-view-item {
      background-color: initial;
      color: var(--theme-arco-color-text-1);
      cursor: default;
      height: 36px;
      line-height: 36px;
      list-style: none;
      position: relative
    }

    .theme-arco-transfer-view-item-content {
      font-size: 16px
    }

    .theme-arco-transfer-view-item-disabled {
      background-color: initial;
      color: var(--theme-arco-color-text-4);
      cursor: not-allowed
    }

    .theme-arco-transfer-view-item:not(.theme-arco-transfer-view-item-disabled):hover {
      background-color: var(--theme-arco-color-fill-2);
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-transfer-view-item .theme-arco-checkbox {
      width: 100%
    }

    .theme-arco-transfer-view-item .theme-arco-checkbox-text {
      color: inherit
    }

    .theme-arco-transfer-view-item-draggable:first-child {
      margin-top: 2px
    }

    .theme-arco-transfer-view-item-draggable:last-child {
      margin-bottom: 2px
    }

    .theme-arco-transfer-view-item-draggable:before {
      border-radius: 1px;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      right: 0
    }

    .theme-arco-transfer-view-item-gap-bottom:before {
      background-color: rgb(var(--theme-arco-primary-6));
      bottom: -2px
    }

    .theme-arco-transfer-view-item-gap-top:before {
      background-color: rgb(var(--theme-arco-primary-6));
      top: -2px
    }

    .theme-arco-transfer-view-item-dragging {
      background-color: var(--theme-arco-color-fill-1) !important;
      color: var(--theme-arco-color-text-4) !important
    }

    .theme-arco-transfer-view-item-dragged {
      animation: arco-transfer-drag-item-blink .4s;
      animation-timing-function: linear
    }

    .theme-arco-transfer-view .theme-arco-transfer-view-icon-clear {
      margin-left: 8px
    }

    .theme-arco-transfer-view .theme-arco-transfer-view-icon-clear,
    .theme-arco-transfer-view .theme-arco-transfer-view-item-icon-remove {
      color: var(--theme-arco-color-text-2);
      cursor: pointer;
      font-size: 12px
    }

    .theme-arco-transfer-view .theme-arco-transfer-view-icon-clear:hover:before,
    .theme-arco-transfer-view .theme-arco-transfer-view-item-icon-remove:hover:before {
      background-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-transfer-view .theme-arco-transfer-view-icon-clear:focus-visible:before,
    .theme-arco-transfer-view .theme-arco-transfer-view-item-icon-remove:focus-visible:before {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-transfer-view .theme-arco-list {
      border-radius: 0;
      display: flex;
      flex-direction: column;
      height: 100%
    }

    .theme-arco-transfer-view .theme-arco-list-content {
      flex: 1 1;
      overflow-y: auto
    }

    .theme-arco-transfer-view .theme-arco-list-footer {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      height: 40px;
      padding: 0 8px;
      position: relative
    }

    .theme-arco-transfer-view .theme-arco-list .theme-arco-pagination {
      margin: 0;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-transfer-view .theme-arco-list .theme-arco-pagination-jumper-input {
      width: 24px
    }

    .theme-arco-transfer-view .theme-arco-list .theme-arco-pagination-jumper-separator {
      padding: 0 8px
    }

    .theme-arco-transfer-view .theme-arco-checkbox {
      padding-left: 6px
    }

    .theme-arco-transfer-view .theme-arco-checkbox-wrapper {
      display: inline
    }

    .theme-arco-transfer-view .theme-arco-checkbox .theme-arco-icon-hover:hover:before {
      background-color: var(--theme-arco-color-fill-3)
    }

    .theme-arco-transfer-operations {
      padding: 0 20px
    }

    .theme-arco-transfer-operations .theme-arco-btn {
      display: block
    }

    .theme-arco-transfer-operations .theme-arco-btn:last-child {
      margin-top: 12px
    }

    .theme-arco-transfer-operations-words .theme-arco-btn {
      padding: 0 12px;
      text-align: left;
      width: 100%
    }

    .theme-arco-transfer-simple .theme-arco-transfer-view-source {
      border-bottom-right-radius: 0;
      border-right: none;
      border-top-right-radius: 0
    }

    .theme-arco-transfer-simple .theme-arco-transfer-view-target {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .theme-arco-transfer-disabled .theme-arco-transfer-view-header {
      color: var(--theme-arco-color-text-4)
    }

    @keyframes arco-transfer-drag-item-blink {
      0% {
        background-color: var(--theme-arco-color-primary-light-1)
      }

      to {
        background-color: initial
      }
    }

    .theme-arco-transfer-rtl {
      direction: rtl
    }

    .theme-arco-transfer-rtl .theme-arco-transfer-view-search {
      padding: 8px 12px 4px 12px
    }

    .theme-arco-transfer-rtl .theme-arco-transfer-view-header>:first-child:not(:last-child),
    .theme-arco-transfer-rtl .theme-arco-transfer-view-item .theme-arco-transfer-rtl .theme-arco-transfer-view-item-content:not(:last-child) {
      margin-left: 8px;
      margin-right: 0
    }

    .theme-arco-transfer-rtl .theme-arco-transfer-view-header-unit {
      margin-left: 2px;
      margin-right: 0
    }

    .theme-arco-transfer-rtl .theme-arco-transfer-view-icon-clear {
      margin-left: 0;
      margin-right: 8px
    }

    .theme-arco-transfer-rtl .theme-arco-transfer-view .theme-arco-list .theme-arco-pagination {
      left: 8px;
      right: auto
    }

    .theme-arco-transfer-rtl .theme-arco-transfer-view .theme-arco-checkbox {
      padding-left: 0;
      padding-right: 6px
    }

    .theme-arco-transfer-rtl .theme-arco-transfer-operations-words .theme-arco-btn {
      text-align: right
    }

    .theme-arco-transfer-rtl.theme-arco-transfer-simple .theme-arco-transfer-view-source {
      border-left: none;
      border-right: 1px solid var(--theme-arco-color-neutral-3)
    }

    .theme-arco-icon-hover.theme-arco-tree-node-icon-hover:before {
      height: 16px;
      width: 16px
    }

    .theme-arco-tree-node-switcher {
      align-items: center;
      color: var(--theme-arco-color-text-2);
      cursor: pointer;
      display: flex;
      flex-shrink: 0;
      font-size: 12px;
      height: 32px;
      margin-right: 10px;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 12px
    }

    .theme-arco-tree-node-switcher-icon {
      margin: 0 auto;
      position: relative
    }

    .theme-arco-tree-node-switcher-icon svg {
      position: relative;
      transform: rotate(-90deg);
      transition: transform .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-tree-node-expanded .theme-arco-tree-node-switcher-icon svg,
    .theme-arco-tree-node-is-leaf .theme-arco-tree-node-switcher-icon svg {
      transform: rotate(0)
    }

    .theme-arco-tree-node-drag-icon {
      color: rgb(var(--theme-arco-primary-6));
      margin-left: 120px;
      opacity: 0
    }

    .theme-arco-tree-node-custom-icon {
      cursor: pointer;
      font-size: inherit;
      margin-right: 10px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .theme-arco-tree-node .theme-arco-icon-loading {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-tree-node-minus-icon,
    .theme-arco-tree-node-plus-icon {
      background: var(--theme-arco-color-fill-2);
      border: 1px solid transparent;
      border-radius: var(--border-radius-small);
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      height: 14px;
      position: relative;
      width: 14px
    }

    .theme-arco-tree-node-minus-icon:after,
    .theme-arco-tree-node-plus-icon:after {
      height: 2px;
      margin-left: -3px;
      margin-top: -1px;
      width: 6px
    }

    .theme-arco-tree-node-minus-icon:after,
    .theme-arco-tree-node-plus-icon:after,
    .theme-arco-tree-node-plus-icon:before {
      background-color: var(--theme-arco-color-text-2);
      border-radius: .5px;
      color: var(--theme-arco-color-text-2);
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%
    }

    .theme-arco-tree-node-plus-icon:before {
      height: 6px;
      margin-left: -1px;
      margin-top: -3px;
      width: 2px
    }

    .theme-arco-tree {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-tree .theme-arco-checkbox {
      line-height: 32px;
      margin-right: 10px;
      padding-left: 0
    }

    .theme-arco-tree-node {
      align-items: flex-start;
      color: rgba(0, 0, 0, .92);
      cursor: pointer;
      display: flex;
      flex-wrap: nowrap;
      line-height: 1.5715;
      padding-left: 2px;
      position: relative
    }

    .theme-arco-tree-node-selected .theme-arco-tree-node-title,
    .theme-arco-tree-node-selected .theme-arco-tree-node-title:hover {
      color: rgb(var(--theme-arco-primary-6));
      transition: color .2s linear
    }

    .theme-arco-tree-node-disabled .theme-arco-tree-node-title,
    .theme-arco-tree-node-disabled .theme-arco-tree-node-title:hover,
    .theme-arco-tree-node-disabled-selectable .theme-arco-tree-node-title,
    .theme-arco-tree-node-disabled-selectable .theme-arco-tree-node-title:hover {
      background: none;
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-tree-node-disabled.theme-arco-tree-node-selected .theme-arco-tree-node-title {
      color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-tree-node-title-block {
      box-sizing: initial;
      flex: 1 1
    }

    .theme-arco-tree-node-title-block .theme-arco-tree-node-drag-icon {
      margin-left: unset;
      position: absolute;
      right: 12px
    }

    .theme-arco-tree-node-indent {
      align-self: stretch;
      flex-shrink: 0;
      position: relative
    }

    .theme-arco-tree-node-indent-block {
      display: inline-block;
      height: 100%;
      margin-right: 10px;
      position: relative;
      vertical-align: top;
      width: 12px
    }

    .theme-arco-tree-node-title {
      border-radius: var(--border-radius-small);
      font-size: 14px;
      margin-left: -4px;
      padding: 5px 0;
      padding-left: 4px;
      padding-right: 4px;
      position: relative
    }

    .theme-arco-tree-node-title:hover {
      background-color: initial;
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-tree-node-title:hover .theme-arco-tree-node-drag-icon {
      opacity: 1
    }

    .theme-arco-tree-node-title-draggable:before {
      border-radius: 1px;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0
    }

    .theme-arco-tree-node-title-gap-bottom:before {
      bottom: 0;
      top: unset
    }

    .theme-arco-tree-node-title-gap-bottom:before,
    .theme-arco-tree-node-title-gap-top:before {
      background-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-tree-node-title-highlight {
      background-color: var(--theme-arco-color-primary-light-1);
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-tree-node-title-dragging,
    .theme-arco-tree-node-title-dragging:hover {
      background-color: var(--theme-arco-color-fill-1);
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-tree-show-line {
      padding-left: 1px
    }

    .theme-arco-tree-show-line .theme-arco-tree-node-switcher {
      text-align: center;
      width: 14px
    }

    .theme-arco-tree-show-line .theme-arco-tree-node-switcher .theme-arco-tree-node-icon-hover {
      width: 100%
    }

    .theme-arco-tree-show-line .theme-arco-tree-node-indent-block {
      width: 14px
    }

    .theme-arco-tree-show-line .theme-arco-tree-node-indent-block:before {
      border-left: 1px solid var(--theme-arco-color-neutral-3);
      bottom: -5px;
      box-sizing: border-box;
      content: "";
      left: 50%;
      position: absolute;
      top: -5px;
      transform: translateX(-50%);
      width: 1px
    }

    .theme-arco-tree-show-line .theme-arco-tree-node-is-leaf:not(.theme-arco-tree-node-is-tail) .theme-arco-tree-node-indent:after {
      border-left: 1px solid var(--theme-arco-color-neutral-3);
      bottom: -5px;
      box-sizing: border-box;
      content: "";
      position: absolute;
      right: -7px;
      top: 27px;
      transform: translateX(50%);
      width: 1px
    }

    .theme-arco-tree-show-line .theme-arco-tree-node-indent-block-lineless:before {
      display: none
    }

    .theme-arco-tree-size-mini .theme-arco-tree-node-switcher {
      height: 24px
    }

    .theme-arco-tree-size-mini .theme-arco-checkbox {
      line-height: 24px
    }

    .theme-arco-tree-size-mini .theme-arco-tree-node-title {
      font-size: 12px;
      line-height: 1.667;
      padding-bottom: 2px;
      padding-top: 2px
    }

    .theme-arco-tree-size-mini .theme-arco-tree-node-indent-block:before {
      bottom: -1px;
      top: 23px
    }

    .theme-arco-tree-size-mini .theme-arco-tree-node-is-leaf:not(.theme-arco-tree-node-is-tail) .theme-arco-tree-node-indent:after {
      bottom: -1px;
      top: -1px
    }

    .theme-arco-tree-size-small .theme-arco-tree-node-switcher {
      height: 28px
    }

    .theme-arco-tree-size-small .theme-arco-checkbox {
      line-height: 28px
    }

    .theme-arco-tree-size-small .theme-arco-tree-node-title {
      font-size: 14px;
      padding-bottom: 3px;
      padding-top: 3px
    }

    .theme-arco-tree-size-small .theme-arco-tree-node-indent-block:before {
      bottom: -3px;
      top: 25px
    }

    .theme-arco-tree-size-small .theme-arco-tree-node-is-leaf:not(.theme-arco-tree-node-is-tail) .theme-arco-tree-node-indent:after {
      bottom: -3px;
      top: -3px
    }

    .theme-arco-tree-size-large .theme-arco-tree-node-switcher {
      height: 36px
    }

    .theme-arco-tree-size-large .theme-arco-checkbox {
      line-height: 36px
    }

    .theme-arco-tree-size-large .theme-arco-tree-node-title {
      font-size: 16px;
      padding-bottom: 5.5px;
      padding-top: 5.5px
    }

    .theme-arco-tree-size-large .theme-arco-tree-node-indent-block:before {
      bottom: -7px;
      top: 29px
    }

    .theme-arco-tree-size-large .theme-arco-tree-node-is-leaf:not(.theme-arco-tree-node-is-tail) .theme-arco-tree-node-indent:after {
      bottom: -7px;
      top: -7px
    }

    .theme-arco-tree-node-list {
      overflow: hidden;
      transition: height .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-tree-rtl {
      direction: rtl
    }

    .theme-arco-tree-rtl .theme-arco-tree-node-switcher {
      margin-left: 10px;
      margin-right: 0
    }

    .theme-arco-tree-rtl .theme-arco-tree-node-switcher-icon svg {
      transform: rotate(90deg)
    }

    .theme-arco-tree-rtl .theme-arco-tree-node-expanded .theme-arco-tree-node-switcher-icon svg,
    .theme-arco-tree-rtl .theme-arco-tree-node-is-leaf .theme-arco-tree-node-switcher-icon svg {
      transform: rotate(0)
    }

    .theme-arco-tree-rtl .theme-arco-tree-node-custom-icon {
      margin-left: 10px;
      margin-right: 0
    }

    .theme-arco-tree-rtl .theme-arco-tree-node-minus-icon:after,
    .theme-arco-tree-rtl .theme-arco-tree-node-plus-icon:after {
      margin-left: 0;
      margin-right: -3px
    }

    .theme-arco-tree-rtl .theme-arco-tree-node-plus-icon:before {
      margin-left: 0;
      margin-right: -1px
    }

    .theme-arco-tree-rtl .theme-arco-checkbox {
      margin-left: 10px;
      margin-right: 0;
      padding-right: 0
    }

    .theme-arco-tree-rtl .theme-arco-tree-node {
      align-items: flex-end;
      padding-left: 0;
      padding-right: 2px
    }

    .theme-arco-tree-rtl .theme-arco-tree-node-title-block .theme-arco-tree-node-drag-icon {
      left: 12px;
      margin-right: unset;
      right: auto
    }

    .theme-arco-tree-rtl-node-indent-block {
      margin-left: 10px;
      margin-right: 0
    }

    .theme-arco-tree-rtl-node-title {
      margin-left: unset;
      margin-right: -4px;
      padding-left: 4px;
      padding-right: 4px
    }

    .theme-arco-tree-rtl-show-line {
      padding-left: 0;
      padding-right: 1px
    }

    .theme-arco-tree-rtl-show-line .theme-arco-tree-node-indent-block:before {
      border-left: none;
      border-right: 1px solid var(--theme-arco-color-neutral-3)
    }

    .theme-arco-tree-rtl-show-line .theme-arco-tree-node-is-leaf:not(.theme-arco-tree-node-is-tail) .theme-arco-tree-node-indent:after {
      left: -7px
    }

    .theme-arco-tree-select .theme-arco-tree-select-view {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-tree-select:hover .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-tree-select.theme-arco-tree-select-focused .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-primary-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-tree-select .theme-arco-tree-select-arrow-icon,
    .theme-arco-tree-select .theme-arco-tree-select-clear-icon,
    .theme-arco-tree-select .theme-arco-tree-select-expand-icon,
    .theme-arco-tree-select .theme-arco-tree-select-loading-icon,
    .theme-arco-tree-select .theme-arco-tree-select-search-icon,
    .theme-arco-tree-select .theme-arco-tree-select-suffix-icon {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-tree-select-error .theme-arco-tree-select-view {
      background-color: #fff;
      border: 1px solid rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-tree-select-error:hover .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-tree-select-error.theme-arco-tree-select-focused .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6));
      box-shadow: 0 0 0 0 #fff;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-tree-select-warning .theme-arco-tree-select-view {
      background-color: var(--theme-arco-color-warning-light-1);
      border: 1px solid transparent
    }

    .theme-arco-tree-select-warning:hover .theme-arco-tree-select-view {
      background-color: var(--theme-arco-color-warning-light-2);
      border-color: transparent
    }

    .theme-arco-tree-select-warning.theme-arco-tree-select-focused .theme-arco-tree-select-view {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-warning-6));
      box-shadow: 0 0 0 0 var(--theme-arco-color-warning-light-2);
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-tree-select-disabled .theme-arco-tree-select-view {
      background-color: #f0f0f0;
      border: 1px solid rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-tree-select-disabled:hover .theme-arco-tree-select-view {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14)
    }

    .theme-arco-tree-select-disabled .theme-arco-tree-select-arrow-icon,
    .theme-arco-tree-select-disabled .theme-arco-tree-select-clear-icon,
    .theme-arco-tree-select-disabled .theme-arco-tree-select-expand-icon,
    .theme-arco-tree-select-disabled .theme-arco-tree-select-loading-icon,
    .theme-arco-tree-select-disabled .theme-arco-tree-select-search-icon,
    .theme-arco-tree-select-disabled .theme-arco-tree-select-suffix-icon {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-tree-select-no-border .theme-arco-tree-select-view {
      background: none !important;
      border: none !important
    }

    .theme-arco-tree-select-size-mini.theme-arco-tree-select-multiple .theme-arco-tree-select-view {
      font-size: 12px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-tree-select-size-mini.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-tree-select-size-mini.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-tree-select-size-mini.theme-arco-tree-select-multiple .theme-arco-tree-select-suffix {
      padding-right: 8px
    }

    .theme-arco-tree-select-size-mini.theme-arco-tree-select-multiple input {
      font-size: 12px
    }

    .theme-arco-tree-select-size-mini.theme-arco-tree-select-single .theme-arco-tree-select-view {
      font-size: 12px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .theme-arco-tree-select-size-mini.theme-arco-tree-select-single input {
      font-size: 12px
    }

    .theme-arco-tree-select-size-mini.theme-arco-tree-select-multiple .theme-arco-tree-select-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-tree-select-size-small.theme-arco-tree-select-multiple .theme-arco-tree-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-tree-select-size-small.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-tree-select-size-small.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-tree-select-size-small.theme-arco-tree-select-multiple .theme-arco-tree-select-suffix {
      padding-right: 8px
    }

    .theme-arco-tree-select-size-small.theme-arco-tree-select-multiple input {
      font-size: 14px
    }

    .theme-arco-tree-select-size-small.theme-arco-tree-select-single .theme-arco-tree-select-view {
      font-size: 14px;
      height: 24px;
      line-height: 22px;
      padding: 0 11px
    }

    .theme-arco-tree-select-size-small.theme-arco-tree-select-single input {
      font-size: 14px
    }

    .theme-arco-tree-select-size-small.theme-arco-tree-select-multiple .theme-arco-tree-select-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-tree-select-size-default.theme-arco-tree-select-multiple .theme-arco-tree-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-tree-select-size-default.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-tree-select-size-default.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-tree-select-size-default.theme-arco-tree-select-multiple .theme-arco-tree-select-suffix {
      padding-right: 8px
    }

    .theme-arco-tree-select-size-default.theme-arco-tree-select-multiple input {
      font-size: 14px
    }

    .theme-arco-tree-select-size-default.theme-arco-tree-select-single .theme-arco-tree-select-view {
      font-size: 14px;
      height: 36px;
      line-height: 34px;
      padding: 0 11px
    }

    .theme-arco-tree-select-size-default.theme-arco-tree-select-single input {
      font-size: 14px
    }

    .theme-arco-tree-select-size-default.theme-arco-tree-select-multiple .theme-arco-tree-select-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-tree-select-size-large.theme-arco-tree-select-multiple .theme-arco-tree-select-view {
      font-size: 14px;
      height: auto;
      line-height: 0;
      padding: 0 3px
    }

    .theme-arco-tree-select-size-large.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-tree-select-size-large.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder input {
      box-sizing: border-box;
      padding-left: 8px
    }

    .theme-arco-tree-select-size-large.theme-arco-tree-select-multiple .theme-arco-tree-select-suffix {
      padding-right: 8px
    }

    .theme-arco-tree-select-size-large.theme-arco-tree-select-multiple input {
      font-size: 14px
    }

    .theme-arco-tree-select-size-large.theme-arco-tree-select-single .theme-arco-tree-select-view {
      font-size: 14px;
      height: 44px;
      line-height: 42px;
      padding: 0 11px
    }

    .theme-arco-tree-select-size-large.theme-arco-tree-select-single input {
      font-size: 14px
    }

    .theme-arco-tree-select-size-large.theme-arco-tree-select-multiple .theme-arco-tree-select-view-with-prefix {
      padding-left: 11px
    }

    .theme-arco-tree-select {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      position: relative;
      width: 100%
    }

    .theme-arco-tree-select-view {
      border-radius: 4px;
      box-sizing: border-box;
      display: flex;
      outline: none;
      position: relative;
      text-align: left;
      transition: all .1s linear, padding 0s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%
    }

    .theme-arco-tree-select-view input {
      color: inherit;
      cursor: inherit
    }

    .theme-arco-tree-select-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-tree-select-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-tree-select-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-tree-select-multiple,
    .theme-arco-tree-select-show-search {
      cursor: text
    }

    .theme-arco-tree-select-disabled {
      cursor: not-allowed
    }

    .theme-arco-tree-select-disabled .theme-arco-tree-select-view input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-tree-select-disabled .theme-arco-tree-select-view input::-ms-input-placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-tree-select-disabled .theme-arco-tree-select-view input::placeholder {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-tree-select-single .theme-arco-tree-select-view-input {
      background: transparent;
      border: none;
      box-sizing: border-box;
      outline: none;
      overflow: hidden;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-tree-select-single .theme-arco-tree-select-view-selector {
      box-sizing: border-box;
      display: inline-flex;
      overflow: hidden;
      position: relative;
      width: 100%
    }

    .theme-arco-tree-select-single .theme-arco-tree-select-view-selector .theme-arco-tree-select-view-input {
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1
    }

    .theme-arco-tree-select-single .theme-arco-tree-select-view-selector .theme-arco-tree-select-view-value-mirror {
      opacity: 0
    }

    .theme-arco-tree-select-single .theme-arco-tree-select-view-value {
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-arco-tree-select-single .theme-arco-tree-select-view-value:after {
      content: ".";
      font-size: 0;
      line-height: 0;
      visibility: hidden
    }

    .theme-arco-tree-select-single .theme-arco-tree-select-view .theme-arco-tree-select-hidden {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .theme-arco-tree-select-multiple {
      vertical-align: top
    }

    .theme-arco-tree-select-multiple .theme-arco-tree-select-view {
      line-height: 0;
      padding: 0 4px
    }

    .theme-arco-tree-select-multiple .theme-arco-tree-select-view-with-prefix {
      padding-left: 12px
    }

    .theme-arco-tree-select-multiple .theme-arco-input-tag {
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      flex: 1 1;
      overflow: hidden;
      padding: 0
    }

    .theme-arco-tree-select-multiple .theme-arco-tag {
      max-width: 100%
    }

    .theme-arco-tree-select-multiple:not(.theme-arco-tree-select-focused) .theme-arco-input-tag input:not(:first-child)[value=""] {
      opacity: 0;
      pointer-events: none;
      position: absolute
    }

    .theme-arco-tree-select-prefix {
      align-items: center;
      color: rgba(0, 0, 0, .55);
      display: flex;
      margin-right: 12px;
      white-space: nowrap
    }

    .theme-arco-tree-select-suffix {
      align-items: center;
      display: flex;
      margin-left: 4px
    }

    .theme-arco-tree-select-clear-icon,
    .theme-arco-tree-select-expand-icon,
    .theme-arco-tree-select-loading-icon,
    .theme-arco-tree-select-search-icon,
    .theme-arco-tree-select-suffix-icon {
      font-size: 16px;
      transition: all .1s linear
    }

    .theme-arco-tree-select-arrow-icon {
      font-size: 16px
    }

    .theme-arco-tree-select-open .theme-arco-tree-select-arrow-icon svg {
      transform: rotate(180deg)
    }

    .theme-arco-tree-select .theme-arco-tree-select-clear-icon {
      cursor: pointer;
      display: none
    }

    .theme-arco-tree-select .theme-arco-tree-select-clear-icon>svg {
      position: relative;
      transition: all .1s linear
    }

    .theme-arco-tree-select:hover .theme-arco-tree-select-clear-icon {
      display: block
    }

    .theme-arco-tree-select:hover .theme-arco-tree-select-clear-icon~* {
      display: none
    }

    .theme-arco-tree-select-wrapper {
      align-items: stretch;
      display: inline-flex;
      width: 100%
    }

    .theme-arco-tree-select-wrapper .theme-arco-tree-select {
      min-width: 0
    }

    .theme-arco-tree-select-wrapper .theme-arco-tree-select:not(.theme-arco-tree-select-focused):not(:first-child) .theme-arco-tree-select-view {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .theme-arco-tree-select-wrapper .theme-arco-tree-select:not(.theme-arco-tree-select-focused):not(:last-child) .theme-arco-tree-select-view {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .theme-arco-tree-select-addbefore {
      align-items: center;
      background-color: #fff;
      border: 1px solid transparent;
      border-bottom-left-radius: 4px;
      border-right: 1px solid var(--theme-arco-color-border-2);
      border-top-left-radius: 4px;
      color: var(--theme-arco-color-text-1);
      display: flex;
      padding: 0 12px;
      white-space: nowrap
    }

    .theme-arco-tree-select-popup {
      background-color: var(--theme-arco-color-bg-popup);
      border: 1px solid rgba(0, 0, 0, .14);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      box-sizing: border-box;
      max-height: 200px;
      overflow: auto;
      padding: 4px 0;
      padding-left: 10px;
      padding-right: 4px
    }

    .theme-arco-tree-select-popup .theme-arco-tree-node {
      padding-left: 0
    }

    .theme-arco-tree-select-highlight {
      font-weight: 500
    }

    .theme-arco-tree-select-rtl {
      direction: rtl
    }

    .theme-arco-tree-select-rtl-popup {
      padding-left: 4px;
      padding-right: 10px
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-mini.theme-arco-tree-select-multiple .theme-arco-tree-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-mini.theme-arco-tree-select-multiple .theme-arco-tree-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-mini.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-mini.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-small.theme-arco-tree-select-multiple .theme-arco-tree-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-small.theme-arco-tree-select-multiple .theme-arco-tree-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-small.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-small.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-default.theme-arco-tree-select-multiple .theme-arco-tree-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-default.theme-arco-tree-select-multiple .theme-arco-tree-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-default.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-default.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-large.theme-arco-tree-select-multiple .theme-arco-tree-select-view-with-prefix {
      padding-left: 0;
      padding-right: 11px
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-large.theme-arco-tree-select-multiple .theme-arco-tree-select-suffix {
      padding-left: 8px;
      padding-right: 0
    }

    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-large.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder .theme-arco-input-tag-input-mirror,
    .theme-arco-tree-select-rtl.theme-arco-tree-select-size-large.theme-arco-tree-select-multiple .theme-arco-input-tag-has-placeholder input {
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-tree-select-wrapper-rtl .theme-arco-tree-select-addbefore {
      border-left: 1px solid var(--theme-arco-color-border-2);
      border-right: unset
    }

    .theme-arco-tree-select-rtl .theme-arco-tree-select-view {
      text-align: right
    }

    .theme-arco-tree-select-rtl .theme-arco-tree-select-multiple .theme-arco-tree-select-view-with-prefix {
      padding-left: 0;
      padding-right: 12px
    }

    .theme-arco-tree-select-rtl .theme-arco-tree-select-prefix {
      margin-left: 12px;
      margin-right: 0
    }

    .theme-arco-tree-select-rtl .theme-arco-tree-select-suffix {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-trigger {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      z-index: 1000
    }

    .theme-arco-trigger-arrow {
      background-color: var(--theme-arco-color-bg-5);
      box-sizing: border-box;
      content: "";
      display: block;
      height: 8px;
      position: absolute;
      transform: rotate(45deg);
      transform-origin: initial;
      width: 8px;
      z-index: -1
    }

    .theme-arco-trigger[trigger-placement=tl] .theme-arco-trigger-arrow,
    .theme-arco-trigger[trigger-placement=top] .theme-arco-trigger-arrow,
    .theme-arco-trigger[trigger-placement=tr] .theme-arco-trigger-arrow {
      border-bottom-right-radius: 2px;
      border-left: none;
      border-top: none;
      bottom: -4px;
      margin-left: -4px
    }

    .theme-arco-trigger[trigger-placement=bl] .theme-arco-trigger-arrow,
    .theme-arco-trigger[trigger-placement=bottom] .theme-arco-trigger-arrow,
    .theme-arco-trigger[trigger-placement=br] .theme-arco-trigger-arrow {
      border-bottom: none;
      border-right: none;
      border-top-left-radius: 2px;
      margin-left: -4px;
      top: -4px
    }

    .theme-arco-trigger[trigger-placement=lb] .theme-arco-trigger-arrow,
    .theme-arco-trigger[trigger-placement=left] .theme-arco-trigger-arrow,
    .theme-arco-trigger[trigger-placement=lt] .theme-arco-trigger-arrow {
      border-bottom: none;
      border-left: none;
      border-top-right-radius: 2px;
      margin-top: -4px;
      right: -4px
    }

    .theme-arco-trigger[trigger-placement=rb] .theme-arco-trigger-arrow,
    .theme-arco-trigger[trigger-placement=right] .theme-arco-trigger-arrow,
    .theme-arco-trigger[trigger-placement=rt] .theme-arco-trigger-arrow {
      border-bottom-left-radius: 2px;
      border-right: none;
      border-top: none;
      left: -4px;
      margin-top: -4px
    }

    .theme-arco-typography {
      color: var(--theme-arco-color-text-1);
      line-height: 1.5715;
      white-space: normal;
      word-break: break-all
    }

    h1.theme-arco-typography,
    h2.theme-arco-typography,
    h3.theme-arco-typography,
    h4.theme-arco-typography,
    h5.theme-arco-typography,
    h6.theme-arco-typography {
      font-weight: 500;
      margin-bottom: .5em;
      margin-top: 1em
    }

    h1.theme-arco-typography {
      font-size: 36px;
      line-height: 1.23
    }

    h2.theme-arco-typography {
      font-size: 32px;
      line-height: 1.25
    }

    h3.theme-arco-typography {
      font-size: 28px;
      line-height: 1.29
    }

    h4.theme-arco-typography {
      font-size: 24px;
      line-height: 1.33
    }

    h5.theme-arco-typography {
      font-size: 20px;
      line-height: 1.4
    }

    h6.theme-arco-typography {
      font-size: 16px;
      line-height: 1.5
    }

    div.theme-arco-typography,
    p.theme-arco-typography {
      margin-bottom: 1em;
      margin-top: 0
    }

    .theme-arco-typography-simple-ellipsis {
      align-items: flex-end;
      display: flex;
      white-space: nowrap
    }

    .theme-arco-typography-primary {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-typography-secondary {
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-typography-success {
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-typography-warning {
      color: rgb(var(--theme-arco-warning-6))
    }

    .theme-arco-typography-error {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-typography-disabled {
      color: var(--theme-arco-color-text-4);
      cursor: not-allowed
    }

    .theme-arco-typography mark {
      background-color: rgb(var(--theme-arco-yellow-4))
    }

    .theme-arco-typography u {
      text-decoration: underline
    }

    .theme-arco-typography del {
      text-decoration: line-through
    }

    .theme-arco-typography b {
      font-weight: 500
    }

    .theme-arco-typography code {
      background-color: var(--theme-arco-color-neutral-2);
      border: 1px solid var(--theme-arco-color-neutral-3);
      border-radius: 2px;
      color: var(--theme-arco-color-text-2);
      font-size: 85%;
      margin: 0 2px;
      padding: 2px 8px
    }

    .theme-arco-typography blockquote {
      background-color: var(--theme-arco-color-bg-2);
      border-left: 2px solid var(--theme-arco-color-neutral-6);
      margin: 0;
      margin-bottom: 1em;
      padding-left: 8px
    }

    .theme-arco-typography ol,
    .theme-arco-typography ul {
      margin: 0;
      padding: 0
    }

    .theme-arco-typography ol li,
    .theme-arco-typography ul li {
      margin-left: 20px
    }

    .theme-arco-typography ul {
      list-style: circle
    }

    .theme-arco-typography-spacing-close {
      line-height: 1.3
    }

    .theme-arco-typography-operation-copied,
    .theme-arco-typography-operation-copy {
      margin-left: 2px;
      padding: 2px
    }

    .theme-arco-typography-operation-copy {
      background-color: initial;
      border-radius: 2px;
      color: var(--theme-arco-color-text-2);
      cursor: pointer;
      transition: background-color .1s linear
    }

    .theme-arco-typography-operation-copy:hover {
      background-color: var(--theme-arco-color-fill-2);
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-typography-operation-copy:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-typography-operation-copied {
      color: rgb(var(--theme-arco-success-6))
    }

    .theme-arco-typography-operation-edit {
      background-color: initial;
      border-radius: 2px;
      color: var(--theme-arco-color-text-2);
      cursor: pointer;
      margin-left: 2px;
      padding: 2px;
      transition: background-color .1s linear
    }

    .theme-arco-typography-operation-edit:hover {
      background-color: var(--theme-arco-color-fill-2);
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-typography-operation-edit:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-typography-operation-expand {
      color: rgb(var(--theme-arco-primary-6));
      cursor: pointer;
      margin: 0 4px
    }

    .theme-arco-typography-operation-expand:hover {
      color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-typography-operation-expand:focus-visible {
      border-radius: var(--border-radius-small);
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-typography-edit-content {
      left: -13px;
      margin-bottom: calc(1em - 13px);
      margin-right: -13px;
      margin-top: -13px;
      position: relative
    }

    .theme-arco-typography-rtl {
      direction: rtl
    }

    .theme-arco-typography-rtl blockquote {
      border-right: 2px solid var(--theme-arco-color-neutral-6);
      padding-left: 0;
      padding-right: 8px
    }

    .theme-arco-typography-rtl ol li,
    .theme-arco-typography-rtl ul li {
      margin-left: 0;
      margin-right: 20px
    }

    .theme-arco-typography-rtl .theme-arco-typography-operation-copied,
    .theme-arco-typography-rtl .theme-arco-typography-operation-copy,
    .theme-arco-typography-rtl .theme-arco-typography-operation-edit {
      margin-left: 0;
      margin-right: 2px
    }

    .theme-arco-typography-rtl .theme-arco-typography-edit-content {
      left: auto;
      margin-left: -13px;
      margin-right: 0;
      right: -13px
    }

    .theme-arco-upload {
      display: inline-block;
      max-width: 100%
    }

    .theme-arco-upload-type-picture-card {
      vertical-align: top
    }

    .theme-arco-upload-drag {
      width: 100%
    }

    .theme-arco-upload-hide {
      display: none
    }

    .theme-arco-upload-disabled .theme-arco-upload-trigger-picture,
    .theme-arco-upload-disabled .theme-arco-upload-trigger-picture:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .theme-arco-upload-disabled .theme-arco-upload-trigger-drag,
    .theme-arco-upload-disabled .theme-arco-upload-trigger-drag:hover {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .14);
      cursor: not-allowed
    }

    .theme-arco-upload-disabled .theme-arco-upload-trigger-drag .theme-arco-icon-plus,
    .theme-arco-upload-disabled .theme-arco-upload-trigger-drag .theme-arco-upload-trigger-drag-text,
    .theme-arco-upload-disabled .theme-arco-upload-trigger-drag:hover .theme-arco-icon-plus,
    .theme-arco-upload-disabled .theme-arco-upload-trigger-drag:hover .theme-arco-upload-trigger-drag-text,
    .theme-arco-upload-disabled .theme-arco-upload-trigger-tip {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-upload-trigger {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      width: 100%
    }

    .theme-arco-upload-trigger-tip {
      color: var(--theme-arco-color-text-3);
      font-size: 12px;
      line-height: 1.5;
      margin-top: 4px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-upload-trigger-picture {
      background: #fff;
      border: 1px dashed rgba(0, 0, 0, .14);
      border-radius: 8px;
      color: rgb(var(--theme-arco-primary-6));
      height: 80px;
      margin-bottom: 0;
      min-width: 80px;
      text-align: center;
      transition: all .1s linear
    }

    .theme-arco-upload-trigger-picture:hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-primary-5));
      color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-upload-trigger-picture:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-upload-trigger-picture-text {
      position: relative;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-upload-trigger-drag {
      background-color: #f5f5f5;
      border: 1px dashed rgba(0, 0, 0, .14);
      border-radius: 8px;
      color: rgba(0, 0, 0, .92);
      padding: 50px 0;
      text-align: center;
      transition: all .2s ease;
      width: 100%
    }

    .theme-arco-upload-trigger-drag .theme-arco-icon-plus {
      color: rgba(0, 0, 0, .55);
      font-size: 14px;
      margin-bottom: 24px
    }

    .theme-arco-upload-trigger-drag:hover {
      background-color: #f5f5f5;
      border-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-upload-trigger-drag:hover .theme-arco-upload-trigger-drag-text {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-upload-trigger-drag:hover .theme-arco-icon-plus {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-upload-trigger-drag:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-upload-trigger-drag-active {
      background-color: #f5f5f5;
      border-color: rgb(var(--theme-arco-primary-6));
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-upload-trigger-drag-active .theme-arco-upload-trigger-drag-text {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-upload-trigger-drag-active .theme-arco-icon-plus {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-upload-trigger-drag .theme-arco-upload-trigger-tip {
      margin-top: 0
    }

    .theme-arco-upload-trigger-drag-text {
      color: rgba(0, 0, 0, .92);
      font-size: 14px;
      line-height: 1.5
    }

    .theme-arco-upload-hide+.theme-arco-upload-list .theme-arco-upload-list-item:first-of-type {
      margin-top: 0
    }

    .theme-arco-upload-list {
      width: 100%
    }

    .theme-arco-upload-list-type-picture-list .theme-arco-upload-list-item:first-of-type,
    .theme-arco-upload-list-type-text .theme-arco-upload-list-item:first-of-type {
      margin-top: 16px
    }

    .theme-arco-upload-list-file-icon {
      color: rgb(var(--theme-arco-primary-6));
      font-size: 16px;
      line-height: 16px;
      margin-right: 12px
    }

    .theme-arco-upload-list-preview-icon {
      cursor: pointer
    }

    .theme-arco-upload-list-error-icon {
      color: rgb(var(--theme-arco-danger-6));
      cursor: pointer;
      font-size: 14px;
      margin-left: 4px
    }

    .theme-arco-upload-list-success-icon {
      color: rgb(var(--theme-arco-success-6));
      cursor: pointer;
      font-size: 14px;
      line-height: 14px
    }

    .theme-arco-upload-list-remove-icon {
      cursor: pointer;
      font-size: 14px;
      position: relative
    }

    .theme-arco-upload-list-cancel-icon,
    .theme-arco-upload-list-start-icon {
      color: var(--theme-arco-color-white);
      font-size: 12px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%)
    }

    .theme-arco-upload-list-cancel-icon:focus-visible,
    .theme-arco-upload-list-start-icon:focus-visible {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-upload-list-reupload-icon {
      color: rgb(var(--theme-arco-primary-6));
      cursor: pointer;
      font-size: 14px;
      transition: all .2s ease
    }

    .theme-arco-upload-list-reupload-icon:active,
    .theme-arco-upload-list-reupload-icon:hover {
      color: rgb(var(--theme-arco-primary-7))
    }

    .theme-arco-upload-list-reupload-icon:focus-visible {
      box-shadow: inset 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-upload-list-status {
      cursor: pointer;
      line-height: 12px;
      position: relative
    }

    .theme-arco-upload-list-status:hover .theme-arco-progress-circle-mask {
      stroke: rgba(var(--theme-arco-gray-10), .2)
    }

    .theme-arco-upload-list-status:hover .theme-arco-progress-circle-path {
      stroke: rgb(var(--theme-arco-primary-7))
    }

    .theme-arco-upload-list-item-done .theme-arco-upload-list-file-icon {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-upload-list-item {
      box-sizing: border-box;
      margin-top: 8px;
      padding-right: 28px;
      position: relative
    }

    .theme-arco-upload-list-item-operation {
      color: rgba(0, 0, 0, .55);
      font-size: 16px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-upload-list-item-operation .theme-arco-upload-list-remove-icon-hover:focus-visible:before {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-upload-list-item-operation .theme-arco-upload-list-remove-icon {
      font-size: inherit
    }

    .theme-arco-upload-list-item-text {
      align-items: center;
      background-color: #fff;
      border-radius: 4px;
      box-sizing: border-box;
      display: flex;
      flex-wrap: nowrap;
      font-size: 14px;
      padding: 7px 0;
      padding-left: 12px;
      padding-right: 12px;
      width: 100%
    }

    .theme-arco-upload-list-item-text-content {
      align-items: center;
      display: flex;
      flex: 1 1;
      flex-wrap: nowrap;
      justify-content: space-between;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: background-color .1s linear;
      white-space: nowrap
    }

    .theme-arco-upload-list-item-text-thumbnail {
      flex-shrink: 0;
      height: 40px;
      margin-right: 12px;
      width: 40px
    }

    .theme-arco-upload-list-item-text-thumbnail img {
      height: 100%;
      width: 100%
    }

    .theme-arco-upload-list-item-text-name {
      align-items: center;
      color: rgba(0, 0, 0, .92);
      display: flex;
      flex-grow: 1;
      flex-shrink: 1;
      font-size: 14px;
      line-height: 1.4286;
      margin-right: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .theme-arco-upload-list-item-text-name-link {
      color: rgb(var(--theme-arco-link-6));
      cursor: pointer;
      overflow: hidden;
      text-decoration: none;
      text-overflow: ellipsis
    }

    .theme-arco-upload-list-item-text-name-text {
      overflow: hidden;
      text-overflow: ellipsis
    }

    .theme-arco-upload-list-item-done .theme-arco-upload-list-status,
    .theme-arco-upload-list-item-error .theme-arco-upload-list-status {
      display: none
    }

    .theme-arco-upload-list-type-text .theme-arco-upload-list-item-error .theme-arco-upload-list-item-text-name,
    .theme-arco-upload-list-type-text .theme-arco-upload-list-item-error .theme-arco-upload-list-item-text-name-link {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-upload-list.theme-arco-upload-list-type-picture-card {
      display: inline;
      vertical-align: top
    }

    .theme-arco-upload-list.theme-arco-upload-list-type-picture-card .theme-arco-upload-list-status {
      margin-left: 0;
      top: 50%;
      transform: translateY(-50%)
    }

    .theme-arco-upload-list-type-picture-card .theme-arco-upload-list-item {
      display: inline-block;
      margin-bottom: 8px;
      margin-right: 8px;
      margin-top: 0;
      overflow: hidden;
      padding-right: 0;
      transition: all .2s cubic-bezier(.34, .69, .1, 1);
      vertical-align: top
    }

    .theme-arco-upload-list-type-picture-card .theme-arco-upload-list-item-error .theme-arco-upload-list-item-picture-mask {
      opacity: 1
    }

    .theme-arco-upload-list-item-picture {
      background-color: var(--theme-arco-color-fill-2);
      border-radius: 8px;
      box-sizing: border-box;
      height: 80px;
      overflow: hidden;
      position: relative;
      text-align: center;
      vertical-align: top;
      width: 80px
    }

    .theme-arco-upload-list-item-picture img {
      height: 100%;
      width: 100%
    }

    .theme-arco-upload-list-item-picture-mask {
      background: rgba(0, 0, 0, .5);
      bottom: 0;
      color: var(--theme-arco-color-white);
      cursor: pointer;
      font-size: 16px;
      left: 0;
      line-height: 80px;
      opacity: 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      transition: opacity .1s linear
    }

    .theme-arco-upload-list-item-picture-operation {
      font-size: 14px
    }

    .theme-arco-upload-list-item-picture-operation .theme-arco-upload-list-reupload-icon {
      color: var(--theme-arco-color-white)
    }

    .theme-arco-upload-list-item-picture-operation .theme-arco-upload-list-preview-icon+.theme-arco-upload-list-remove-icon,
    .theme-arco-upload-list-item-picture-operation .theme-arco-upload-list-reupload-icon+.theme-arco-upload-list-remove-icon {
      margin-left: 20px
    }

    .theme-arco-upload-list-item-picture-operation .theme-arco-upload-list-preview-icon:focus-visible,
    .theme-arco-upload-list-item-picture-operation .theme-arco-upload-list-remove-icon:focus-visible,
    .theme-arco-upload-list-item-picture-operation .theme-arco-upload-list-reupload-icon:focus-visible {
      border-radius: 2px;
      box-shadow: 0 0 0 2px var(--theme-arco-color-primary-light-3)
    }

    .theme-arco-upload-list-item-picture-error-tip .theme-arco-upload-list-item-picture-operation {
      height: 0;
      opacity: 0;
      width: 0
    }

    .theme-arco-upload-list-item-picture-error-tip .theme-arco-upload-list-error-icon {
      color: var(--theme-arco-color-white);
      font-size: 26px
    }

    .theme-arco-upload-list-item-picture-mask:focus-within,
    .theme-arco-upload-list-item-picture-mask:focus-within .theme-arco-upload-list-item-picture-operation,
    .theme-arco-upload-list-item-picture-mask:hover,
    .theme-arco-upload-list-item-picture-mask:hover .theme-arco-upload-list-item-picture-operation {
      display: block;
      opacity: 1
    }

    .theme-arco-upload-list-item-picture-mask:focus-within .theme-arco-upload-list-item-picture-error-tip,
    .theme-arco-upload-list-item-picture-mask:hover .theme-arco-upload-list-item-picture-error-tip {
      display: none
    }

    .theme-arco-upload-list-type-picture-list .theme-arco-upload-list-item-text {
      padding-bottom: 8px;
      padding-top: 8px
    }

    .theme-arco-upload-list-type-picture-list .theme-arco-upload-list-item-error .theme-arco-upload-list-item-text {
      background-color: var(--theme-arco-color-danger-light-1)
    }

    .theme-arco-upload-list-type-picture-list .theme-arco-upload-list-item-error .theme-arco-upload-list-item-text-name,
    .theme-arco-upload-list-type-picture-list .theme-arco-upload-list-item-error .theme-arco-upload-list-item-text-name-link {
      color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-upload-slide-up-enter {
      opacity: 0
    }

    .theme-arco-upload-slide-up-enter-active {
      opacity: 1;
      transition: opacity .2s cubic-bezier(.34, .69, .1, 1)
    }

    .theme-arco-upload-slide-up-exit {
      opacity: 1
    }

    .theme-arco-upload-slide-up-exit-active {
      margin: 0;
      opacity: 0;
      overflow: hidden;
      transition: opacity .1s linear, height .3s cubic-bezier(.34, .69, .1, 1) .1s, margin .3s cubic-bezier(.34, .69, .1, 1) .1s
    }

    .theme-arco-upload-list-item.theme-arco-upload-slide-inline-enter {
      opacity: 0
    }

    .theme-arco-upload-list-item.theme-arco-upload-slide-inline-enter-active {
      opacity: 1;
      transition: opacity .2s linear
    }

    .theme-arco-upload-list-item.theme-arco-upload-slide-inline-exit {
      opacity: 1
    }

    .theme-arco-upload-list-item.theme-arco-upload-slide-inline-exit-active {
      margin: 0;
      opacity: 0;
      overflow: hidden;
      transition: opacity .1s linear, width .3s cubic-bezier(.34, .69, .1, 1) .1s, margin .3s cubic-bezier(.34, .69, .1, 1) .1s
    }

    .theme-arco-upload-list-rtl,
    .theme-arco-upload-rtl {
      direction: rtl
    }

    .theme-arco-upload-list-rtl .theme-arco-upload-list-file-icon {
      margin-left: 12px;
      margin-right: 0
    }

    .theme-arco-upload-list-rtl .theme-arco-upload-list-error-icon {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-arco-upload-list-rtl .theme-arco-upload-list-item {
      padding-left: 28px;
      padding-right: 0
    }

    .theme-arco-upload-list-rtl .theme-arco-upload-list-item-operation {
      left: 0;
      right: auto
    }

    .theme-arco-upload-list-rtl .theme-arco-upload-list-item-text {
      padding-left: 12px;
      padding-right: 12px
    }

    .theme-arco-upload-list-rtl .theme-arco-upload-list-item-text-thumbnail {
      margin-left: 12px;
      margin-right: 0
    }

    .theme-arco-upload-list-rtl .theme-arco-upload-list-item-text-name {
      margin-left: 10px;
      margin-right: 0
    }

    .theme-arco-upload-list-rtl .theme-arco-upload-list-item-picture-operation .theme-arco-upload-list-preview-icon+.theme-arco-upload-list-remove-icon,
    .theme-arco-upload-list-rtl .theme-arco-upload-list-item-picture-operation .theme-arco-upload-list-reupload-icon+.theme-arco-upload-list-remove-icon {
      margin-left: 0;
      margin-right: 20px
    }

    .theme-arco-upload-list-rtl.theme-arco-upload-list-type-picture-card .theme-arco-upload-list-status {
      margin-left: 0;
      margin-right: 0
    }

    .theme-arco-upload-list-rtl.theme-arco-upload-list-type-picture-card .theme-arco-upload-list-item {
      margin-left: 8px;
      margin-right: 0;
      padding-left: 0
    }

    body {
      font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, noto sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
      --theme-arco-color-white: #fff;
      --theme-arco-color-black: #000;
      --theme-arco-color-border: rgb(var(--theme-arco-gray-3));
      --theme-arco-color-bg-popup: var(--theme-arco-color-bg-5);
      --theme-arco-color-bg-1: #fff;
      --theme-arco-color-bg-2: #fff;
      --theme-arco-color-bg-3: #fff;
      --theme-arco-color-bg-4: #fff;
      --theme-arco-color-bg-5: #fff;
      --theme-arco-color-bg-white: #fff;
      --theme-arco-color-neutral-1: rgb(var(--theme-arco-gray-1));
      --theme-arco-color-neutral-2: rgb(var(--theme-arco-gray-2));
      --theme-arco-color-neutral-3: rgb(var(--theme-arco-gray-3));
      --theme-arco-color-neutral-4: rgb(var(--theme-arco-gray-4));
      --theme-arco-color-neutral-5: rgb(var(--theme-arco-gray-5));
      --theme-arco-color-neutral-6: rgb(var(--theme-arco-gray-6));
      --theme-arco-color-neutral-7: rgb(var(--theme-arco-gray-7));
      --theme-arco-color-neutral-8: rgb(var(--theme-arco-gray-8));
      --theme-arco-color-neutral-9: rgb(var(--theme-arco-gray-9));
      --theme-arco-color-neutral-10: rgb(var(--theme-arco-gray-10));
      --theme-arco-color-text-1: rgba(0, 0, 0, .92);
      --theme-arco-color-text-2: rgba(0, 0, 0, .65);
      --theme-arco-color-text-3: rgba(0, 0, 0, .55);
      --theme-arco-color-text-4: rgba(0, 0, 0, .35);
      --theme-arco-color-fill-1: #fff;
      --theme-arco-color-fill-2: #fff;
      --theme-arco-color-fill-3: #fff;
      --theme-arco-color-fill-4: #fff;
      --theme-arco-color-border-1: rgba(0, 0, 0, .14);
      --theme-arco-color-border-2: rgba(0, 0, 0, .1);
      --theme-arco-color-border-3: #fff;
      --theme-arco-color-border-4: #fff;
      --theme-arco-color-primary-light-1: rgb(var(--theme-arco-primary-1));
      --theme-arco-color-primary-light-2: rgb(var(--theme-arco-primary-2));
      --theme-arco-color-primary-light-3: rgb(var(--theme-arco-primary-3));
      --theme-arco-color-primary-light-4: rgb(var(--theme-arco-primary-4));
      --theme-arco-color-secondary: var(--theme-arco-color-neutral-2);
      --theme-arco-color-secondary-hover: var(--theme-arco-color-neutral-3);
      --theme-arco-color-secondary-active: var(--theme-arco-color-neutral-4);
      --theme-arco-color-secondary-disabled: var(--theme-arco-color-neutral-1);
      --theme-arco-color-danger-light-1: rgb(var(--theme-arco-danger-1));
      --theme-arco-color-danger-light-2: rgb(var(--theme-arco-danger-2));
      --theme-arco-color-danger-light-3: rgb(var(--theme-arco-danger-3));
      --theme-arco-color-danger-light-4: rgb(var(--theme-arco-danger-4));
      --theme-arco-color-success-light-1: rgb(var(--theme-arco-success-1));
      --theme-arco-color-success-light-2: rgb(var(--theme-arco-success-2));
      --theme-arco-color-success-light-3: rgb(var(--theme-arco-success-3));
      --theme-arco-color-success-light-4: rgb(var(--theme-arco-success-4));
      --theme-arco-color-warning-light-1: rgb(var(--theme-arco-warning-1));
      --theme-arco-color-warning-light-2: rgb(var(--theme-arco-warning-2));
      --theme-arco-color-warning-light-3: rgb(var(--theme-arco-warning-3));
      --theme-arco-color-warning-light-4: rgb(var(--theme-arco-warning-4));
      --theme-arco-color-link-light-1: rgb(var(--theme-arco-link-1));
      --theme-arco-color-link-light-2: rgb(var(--theme-arco-link-2));
      --theme-arco-color-link-light-3: rgb(var(--theme-arco-link-3));
      --theme-arco-color-link-light-4: rgb(var(--theme-arco-link-4));
      --border-radius-none: 0;
      --border-radius-small: 2px;
      --border-radius-medium: 4px;
      --border-radius-large: 8px;
      --border-radius-circle: 50%;
      --theme-arco-color-tooltip-bg: rgb(var(--theme-arco-gray-10));
      --theme-arco-color-spin-layer-bg: hsla(0, 0%, 100%, .6);
      --theme-arco-color-menu-dark-bg: #232324;
      --theme-arco-color-menu-light-bg: #fff;
      --theme-arco-color-menu-dark-hover: hsla(0, 0%, 100%, .04);
      --theme-arco-color-mask-bg: rgba(29, 33, 41, .6)
    }

    body[arco-theme=dark] {
      --theme-arco-color-black: #000;
      --theme-arco-color-border: #333335;
      --theme-arco-color-bg-1: #17171a;
      --theme-arco-color-bg-2: #232324;
      --theme-arco-color-bg-3: #2a2a2b;
      --theme-arco-color-bg-4: #313132;
      --theme-arco-color-bg-5: #373739;
      --theme-arco-color-bg-white: #f6f6f6;
      --theme-arco-color-text-1: hsla(0, 0%, 100%, .9);
      --theme-arco-color-text-2: hsla(0, 0%, 100%, .7);
      --theme-arco-color-text-3: hsla(0, 0%, 100%, .5);
      --theme-arco-color-text-4: hsla(0, 0%, 100%, .3);
      --theme-arco-color-fill-1: hsla(0, 0%, 100%, .04);
      --theme-arco-color-fill-2: hsla(0, 0%, 100%, .08);
      --theme-arco-color-fill-3: hsla(0, 0%, 100%, .12);
      --theme-arco-color-fill-4: hsla(0, 0%, 100%, .16);
      --theme-arco-color-border-1: #2e2e30;
      --theme-arco-color-border-2: #484849;
      --theme-arco-color-border-3: #5f5f60;
      --theme-arco-color-border-4: #929293;
      --theme-arco-color-primary-light-1: rgba(var(--theme-arco-primary-6), .2);
      --theme-arco-color-primary-light-2: rgba(var(--theme-arco-primary-6), .35);
      --theme-arco-color-primary-light-3: rgba(var(--theme-arco-primary-6), .5);
      --theme-arco-color-primary-light-4: rgba(var(--theme-arco-primary-6), .65);
      --theme-arco-color-secondary: rgba(var(--theme-arco-gray-9), .08);
      --theme-arco-color-secondary-hover: rgba(var(--theme-arco-gray-8), .16);
      --theme-arco-color-secondary-active: rgba(var(--theme-arco-gray-7), .24);
      --theme-arco-color-secondary-disabled: rgba(var(--theme-arco-gray-9), .08);
      --theme-arco-color-danger-light-1: rgba(var(--theme-arco-danger-6), .2);
      --theme-arco-color-danger-light-2: rgba(var(--theme-arco-danger-6), .35);
      --theme-arco-color-danger-light-3: rgba(var(--theme-arco-danger-6), .5);
      --theme-arco-color-danger-light-4: rgba(var(--theme-arco-danger-6), .65);
      --theme-arco-color-success-light-1: rgb(var(--theme-arco-success-6), .2);
      --theme-arco-color-success-light-2: rgb(var(--theme-arco-success-6), .35);
      --theme-arco-color-success-light-3: rgb(var(--theme-arco-success-6), .5);
      --theme-arco-color-success-light-4: rgb(var(--theme-arco-success-6), .65);
      --theme-arco-color-warning-light-1: rgb(var(--theme-arco-warning-6), .2);
      --theme-arco-color-warning-light-2: rgb(var(--theme-arco-warning-6), .35);
      --theme-arco-color-warning-light-3: rgb(var(--theme-arco-warning-6), .5);
      --theme-arco-color-warning-light-4: rgb(var(--theme-arco-warning-6), .65);
      --theme-arco-color-link-light-1: rgba(var(--theme-arco-link-6), .2);
      --theme-arco-color-link-light-2: rgba(var(--theme-arco-link-6), .35);
      --theme-arco-color-link-light-3: rgba(var(--theme-arco-link-6), .5);
      --theme-arco-color-link-light-4: rgba(var(--theme-arco-link-6), .65);
      --theme-arco-color-tooltip-bg: #373739;
      --theme-arco-color-spin-layer-bg: rgba(51, 51, 51, .6);
      --theme-arco-color-menu-dark-bg: #232324;
      --theme-arco-color-menu-light-bg: #232324;
      --theme-arco-color-menu-dark-hover: var(--theme-arco-color-fill-2);
      --theme-arco-color-mask-bg: rgba(23, 23, 26, .6)
    }

    body {
      --theme-arco-red-1: 255, 236, 232;
      --theme-arco-red-2: 253, 205, 197;
      --theme-arco-red-3: 251, 172, 163;
      --theme-arco-red-4: 249, 137, 129;
      --theme-arco-red-5: 247, 101, 96;
      --theme-arco-red-6: 245, 63, 63;
      --theme-arco-red-7: 203, 39, 45;
      --theme-arco-red-8: 161, 21, 30;
      --theme-arco-red-9: 119, 8, 19;
      --theme-arco-red-10: 77, 0, 10;
      --theme-arco-orangered-1: 255, 243, 232;
      --theme-arco-orangered-2: 253, 221, 195;
      --theme-arco-orangered-3: 252, 197, 159;
      --theme-arco-orangered-4: 250, 172, 123;
      --theme-arco-orangered-5: 249, 144, 87;
      --theme-arco-orangered-6: 247, 114, 52;
      --theme-arco-orangered-7: 204, 81, 32;
      --theme-arco-orangered-8: 162, 53, 17;
      --theme-arco-orangered-9: 119, 31, 6;
      --theme-arco-orangered-10: 77, 14, 0;
      --theme-arco-orange-1: 255, 247, 232;
      --theme-arco-orange-2: 255, 228, 186;
      --theme-arco-orange-3: 255, 207, 139;
      --theme-arco-orange-4: 255, 182, 93;
      --theme-arco-orange-5: 255, 154, 46;
      --theme-arco-orange-6: 255, 125, 0;
      --theme-arco-orange-7: 210, 95, 0;
      --theme-arco-orange-8: 166, 69, 0;
      --theme-arco-orange-9: 121, 46, 0;
      --theme-arco-orange-10: 77, 27, 0;
      --theme-arco-gold-1: 255, 252, 232;
      --theme-arco-gold-2: 253, 244, 191;
      --theme-arco-gold-3: 252, 233, 150;
      --theme-arco-gold-4: 250, 220, 109;
      --theme-arco-gold-5: 249, 204, 69;
      --theme-arco-gold-6: 247, 186, 30;
      --theme-arco-gold-7: 204, 146, 19;
      --theme-arco-gold-8: 162, 109, 10;
      --theme-arco-gold-9: 119, 75, 4;
      --theme-arco-gold-10: 77, 45, 0;
      --theme-arco-yellow-1: 254, 255, 232;
      --theme-arco-yellow-2: 254, 254, 190;
      --theme-arco-yellow-3: 253, 250, 148;
      --theme-arco-yellow-4: 252, 242, 107;
      --theme-arco-yellow-5: 251, 232, 66;
      --theme-arco-yellow-6: 250, 220, 25;
      --theme-arco-yellow-7: 207, 175, 15;
      --theme-arco-yellow-8: 163, 132, 8;
      --theme-arco-yellow-9: 120, 93, 3;
      --theme-arco-yellow-10: 77, 56, 0;
      --theme-arco-lime-1: 252, 255, 232;
      --theme-arco-lime-2: 237, 248, 187;
      --theme-arco-lime-3: 220, 241, 144;
      --theme-arco-lime-4: 201, 233, 104;
      --theme-arco-lime-5: 181, 226, 65;
      --theme-arco-lime-6: 159, 219, 29;
      --theme-arco-lime-7: 126, 183, 18;
      --theme-arco-lime-8: 95, 148, 10;
      --theme-arco-lime-9: 67, 112, 4;
      --theme-arco-lime-10: 42, 77, 0;
      --theme-arco-green-1: 232, 255, 234;
      --theme-arco-green-2: 175, 240, 181;
      --theme-arco-green-3: 123, 225, 136;
      --theme-arco-green-4: 76, 210, 99;
      --theme-arco-green-5: 35, 195, 67;
      --theme-arco-green-6: 0, 180, 42;
      --theme-arco-green-7: 0, 154, 41;
      --theme-arco-green-8: 0, 128, 38;
      --theme-arco-green-9: 0, 102, 34;
      --theme-arco-green-10: 0, 77, 28;
      --theme-arco-cyan-1: 232, 255, 251;
      --theme-arco-cyan-2: 183, 244, 236;
      --theme-arco-cyan-3: 137, 233, 224;
      --theme-arco-cyan-4: 94, 223, 214;
      --theme-arco-cyan-5: 55, 212, 207;
      --theme-arco-cyan-6: 20, 201, 201;
      --theme-arco-cyan-7: 13, 165, 170;
      --theme-arco-cyan-8: 7, 130, 139;
      --theme-arco-cyan-9: 3, 97, 108;
      --theme-arco-cyan-10: 0, 66, 77;
      --theme-arco-blue-1: 232, 247, 255;
      --theme-arco-blue-2: 195, 231, 254;
      --theme-arco-blue-3: 159, 212, 253;
      --theme-arco-blue-4: 123, 192, 252;
      --theme-arco-blue-5: 87, 169, 251;
      --theme-arco-blue-6: 52, 145, 250;
      --theme-arco-blue-7: 32, 108, 207;
      --theme-arco-blue-8: 17, 75, 163;
      --theme-arco-blue-9: 6, 48, 120;
      --theme-arco-blue-10: 0, 26, 77;
      --theme-arco-arcoblue-1: 232, 243, 255;
      --theme-arco-arcoblue-2: 190, 218, 255;
      --theme-arco-arcoblue-3: 148, 191, 255;
      --theme-arco-arcoblue-4: 106, 161, 255;
      --theme-arco-arcoblue-5: 64, 128, 255;
      --theme-arco-arcoblue-6: 22, 93, 255;
      --theme-arco-arcoblue-7: 14, 66, 210;
      --theme-arco-arcoblue-8: 7, 44, 166;
      --theme-arco-arcoblue-9: 3, 26, 121;
      --theme-arco-arcoblue-10: 0, 13, 77;
      --theme-arco-purple-1: 245, 232, 255;
      --theme-arco-purple-2: 221, 190, 246;
      --theme-arco-purple-3: 195, 150, 237;
      --theme-arco-purple-4: 168, 113, 227;
      --theme-arco-purple-5: 141, 78, 218;
      --theme-arco-purple-6: 114, 46, 209;
      --theme-arco-purple-7: 85, 29, 176;
      --theme-arco-purple-8: 60, 16, 143;
      --theme-arco-purple-9: 39, 6, 110;
      --theme-arco-purple-10: 22, 0, 77;
      --theme-arco-pinkpurple-1: 255, 232, 251;
      --theme-arco-pinkpurple-2: 247, 186, 239;
      --theme-arco-pinkpurple-3: 240, 142, 230;
      --theme-arco-pinkpurple-4: 232, 101, 223;
      --theme-arco-pinkpurple-5: 225, 62, 219;
      --theme-arco-pinkpurple-6: 217, 26, 217;
      --theme-arco-pinkpurple-7: 176, 16, 182;
      --theme-arco-pinkpurple-8: 138, 9, 147;
      --theme-arco-pinkpurple-9: 101, 3, 112;
      --theme-arco-pinkpurple-10: 66, 0, 77;
      --theme-arco-magenta-1: 255, 232, 241;
      --theme-arco-magenta-2: 253, 194, 219;
      --theme-arco-magenta-3: 251, 157, 199;
      --theme-arco-magenta-4: 249, 121, 183;
      --theme-arco-magenta-5: 247, 84, 168;
      --theme-arco-magenta-6: 245, 49, 157;
      --theme-arco-magenta-7: 203, 30, 131;
      --theme-arco-magenta-8: 161, 16, 105;
      --theme-arco-magenta-9: 119, 6, 79;
      --theme-arco-magenta-10: 77, 0, 52;
      --theme-arco-gray-1: 247, 248, 250;
      --theme-arco-gray-2: 242, 243, 245;
      --theme-arco-gray-3: 229, 230, 235;
      --theme-arco-gray-4: 201, 205, 212;
      --theme-arco-gray-5: 169, 174, 184;
      --theme-arco-gray-6: 134, 144, 156;
      --theme-arco-gray-7: 107, 119, 133;
      --theme-arco-gray-8: 78, 89, 105;
      --theme-arco-gray-9: 39, 46, 59;
      --theme-arco-gray-10: 29, 33, 41;
      --theme-arco-primary-1: 219, 241, 246;
      --theme-arco-primary-2: 2, 110, 107;
      --theme-arco-primary-3: 177, 224, 221;
      --theme-arco-primary-4: 136, 207, 205;
      --theme-arco-primary-5: 2, 131, 128;
      --theme-arco-primary-6: 0, 153, 149;
      --theme-arco-primary-7: 2, 110, 107;
      --theme-arco-primary-8: 16, 162, 153;
      --theme-arco-primary-9: 9, 10, 115;
      --theme-arco-primary-10: 0, 4, 77;
      --theme-arco-link-1: 232, 243, 255;
      --theme-arco-link-2: 189, 220, 222;
      --theme-arco-link-3: 187, 227, 226;
      --theme-arco-link-4: 2, 110, 107;
      --theme-arco-link-5: 2, 131, 128;
      --theme-arco-link-6: 0, 153, 149;
      --theme-arco-link-7: 2, 110, 107;
      --theme-arco-link-8: 7, 44, 166;
      --theme-arco-link-9: 3, 26, 121;
      --theme-arco-link-10: 0, 13, 77;
      --theme-arco-success-1: 175, 227, 186;
      --theme-arco-success-2: 134, 211, 157;
      --theme-arco-success-3: 226, 242, 219;
      --theme-arco-success-4: 6, 106, 41;
      --theme-arco-success-5: 4, 131, 50;
      --theme-arco-success-6: 0, 158, 61;
      --theme-arco-success-7: 6, 106, 41;
      --theme-arco-success-8: 55, 143, 20;
      --theme-arco-success-9: 33, 110, 8;
      --theme-arco-success-10: 17, 77, 0;
      --theme-arco-danger-1: 251, 200, 203;
      --theme-arco-danger-2: 247, 170, 175;
      --theme-arco-danger-3: 255, 243, 237;
      --theme-arco-danger-4: 157, 42, 50;
      --theme-arco-danger-5: 193, 52, 63;
      --theme-arco-danger-6: 225, 70, 83;
      --theme-arco-danger-7: 157, 42, 50;
      --theme-arco-danger-8: 166, 24, 31;
      --theme-arco-danger-9: 121, 9, 18;
      --theme-arco-danger-10: 77, 0, 9;
      --theme-arco-warning-1: 244, 220, 164;
      --theme-arco-warning-2: 239, 205, 128;
      --theme-arco-warning-3: 255, 243, 227;
      --theme-arco-warning-4: 147, 104, 8;
      --theme-arco-warning-5: 182, 129, 10;
      --theme-arco-warning-6: 225, 159, 11;
      --theme-arco-warning-7: 147, 104, 8;
      --theme-arco-warning-8: var(--theme-arco-orange-8);
      --theme-arco-warning-9: var(--theme-arco-orange-9);
      --theme-arco-warning-10: var(--theme-arco-orange-10);
      --theme-arco-color-text-5: rgba(0, 0, 0, .25);
      --theme-arco-color-fill-black: #000;
      --theme-arco-color-fill-mask: rgba(0, 0, 0, .4);
      --theme-arco-color-fill-secondary-normal: rgba(0, 0, 0, .05);
      --theme-arco-color-fill-secondary-disabled: rgba(0, 0, 0, .03);
      --theme-arco-color-fill-secondary-hover: rgba(0, 0, 0, .08);
      --theme-arco-color-fill-secondary-pressed: rgba(0, 0, 0, .12);
      --theme-arco-color-fill-secondary-active: rgba(0, 0, 0, .1);
      --theme-arco-color-border-state-hover: rgba(0, 0, 0, .08);
      --theme-arco-color-border-state-normal: rgba(0, 0, 0, .05);
      --theme-arco-color-border-state-pressed: rgba(0, 0, 0, .121);
      --theme-arco-color-border-state-active: rgba(0, 0, 0, .101);
      --theme-arco-color-border-state-disabled: rgba(0, 0, 0, .031);
      --theme-arco-color-border-state-selected-hover: rgba(0, 0, 0, .08);
      --theme-arco-color-border-state-selected-pressed: rgba(0, 0, 0, .18);
      --theme-arco-color-bg-bg1: #f0f0f0;
      --theme-arco-color-bg-bg2: #f5f5f5;
      --theme-arco-color-bg-bg3: #f8f8f8;
      --theme-arco-color-bg-bg4: #fff;
      --theme-arco-color-bg-brand-selected: rgba(0, 153, 149, .15);
      --theme-arco-color-bg-function-error: rgba(234, 61, 76, .1);
      --theme-arco-color-bg-function-warning: rgba(225, 159, 11, .15);
      --theme-arco-color-bg-function-success: rgba(0, 158, 61, .15);
      --theme-arco-color-bg-auxiliary-cobalt: rgba(51, 127, 248, .15);
      --theme-arco-color-bg-auxiliary-yellow: rgba(225, 159, 11, .15);
      --theme-arco-color-bg-auxiliary-neutral: rgba(89, 89, 89, .15);
      --theme-arco-auxiliary-red-1: var(--theme-arco-arcoblue-1);
      --theme-arco-auxiliary-red-2: var(--theme-arco-arcoblue-2);
      --theme-arco-auxiliary-red-3: 255, 241, 240;
      --theme-arco-auxiliary-red-4: 255, 241, 240;
      --theme-arco-auxiliary-red-5: 245, 34, 34;
      --theme-arco-auxiliary-red-6: 245, 34, 34;
      --theme-arco-auxiliary-red-7: 255, 117, 112;
      --theme-arco-auxiliary-red-8: 246, 117, 130;
      --theme-arco-auxiliary-red-9: 253, 221, 224;
      --theme-arco-auxiliary-red-10: var(--theme-arco-arcoblue-10);
      --theme-arco-auxiliary-orange-1: var(--theme-arco-arcoblue-1);
      --theme-arco-auxiliary-orange-2: var(--theme-arco-arcoblue-2);
      --theme-arco-auxiliary-orange-3: var(--theme-arco-arcoblue-3);
      --theme-arco-auxiliary-orange-4: 255, 244, 229;
      --theme-arco-auxiliary-orange-5: 250, 132, 22;
      --theme-arco-auxiliary-orange-6: 250, 132, 22;
      --theme-arco-auxiliary-orange-7: 255, 180, 99;
      --theme-arco-auxiliary-orange-8: 252, 181, 115;
      --theme-arco-auxiliary-orange-9: 254, 237, 220;
      --theme-arco-auxiliary-orange-10: var(--theme-arco-arcoblue-10);
      --theme-arco-auxiliary-green-1: var(--theme-arco-arcoblue-1);
      --theme-arco-auxiliary-green-2: var(--theme-arco-arcoblue-2);
      --theme-arco-auxiliary-green-3: var(--theme-arco-arcoblue-3);
      --theme-arco-auxiliary-green-4: 237, 255, 224;
      --theme-arco-auxiliary-green-5: 82, 196, 26;
      --theme-arco-auxiliary-green-6: 82, 196, 26;
      --theme-arco-auxiliary-green-7: 142, 222, 95;
      --theme-arco-auxiliary-green-8: 140, 202, 112;
      --theme-arco-auxiliary-green-9: 226, 242, 219;
      --theme-arco-auxiliary-green-10: var(--theme-arco-arcoblue-10);
      --theme-arco-auxiliary-cobalt-1: var(--theme-arco-arcoblue-1);
      --theme-arco-auxiliary-cobalt-2: var(--theme-arco-arcoblue-2);
      --theme-arco-auxiliary-cobalt-3: var(--theme-arco-arcoblue-3);
      --theme-arco-auxiliary-cobalt-4: 235, 246, 255;
      --theme-arco-auxiliary-cobalt-5: 54, 154, 254;
      --theme-arco-auxiliary-cobalt-6: 51, 127, 248;
      --theme-arco-auxiliary-cobalt-7: 157, 198, 252;
      --theme-arco-auxiliary-cobalt-8: var(--theme-arco-arcoblue-8);
      --theme-arco-auxiliary-cobalt-9: var(--theme-arco-arcoblue-9);
      --theme-arco-auxiliary-cobalt-10: var(--theme-arco-arcoblue-10);
      --theme-arco-auxiliary-yellow-1: var(--theme-arco-arcoblue-1);
      --theme-arco-auxiliary-yellow-2: var(--theme-arco-arcoblue-2);
      --theme-arco-auxiliary-yellow-3: var(--theme-arco-arcoblue-3);
      --theme-arco-auxiliary-yellow-4: 255, 243, 218;
      --theme-arco-auxiliary-yellow-5: 225, 159, 11;
      --theme-arco-auxiliary-yellow-6: 225, 159, 11;
      --theme-arco-auxiliary-yellow-7: 239, 205, 128;
      --theme-arco-auxiliary-yellow-8: var(--theme-arco-arcoblue-8);
      --theme-arco-auxiliary-yellow-9: var(--theme-arco-arcoblue-9);
      --theme-arco-auxiliary-yellow-10: var(--theme-arco-arcoblue-10);
      --theme-arco-color-mask-neutral: rgba(0, 0, 0, .4);
      --theme-arco-color-auxiliary-neutral-normal: #595959;
      --theme-arco-color-auxiliary-neutral-line: #9b9b9b;
      --theme-arco-color-auxiliary-neutral-bg: rgba(89, 89, 89, .15);
      --theme-arco-color-brand-green: #25f4ee;
      --theme-arco-color-brand-red: #fe2c55;
      --theme-arco-color-brand-white: #fff;
      --theme-arco-color-brand-black: #000
    }

    body[arco-theme=dark] {
      --theme-arco-red-1: 77, 0, 10;
      --theme-arco-red-2: 119, 6, 17;
      --theme-arco-red-3: 161, 22, 31;
      --theme-arco-red-4: 203, 46, 52;
      --theme-arco-red-5: 245, 78, 78;
      --theme-arco-red-6: 247, 105, 101;
      --theme-arco-red-7: 249, 141, 134;
      --theme-arco-red-8: 251, 176, 167;
      --theme-arco-red-9: 253, 209, 202;
      --theme-arco-red-10: 255, 240, 236;
      --theme-arco-orangered-1: 77, 14, 0;
      --theme-arco-orangered-2: 119, 30, 5;
      --theme-arco-orangered-3: 162, 55, 20;
      --theme-arco-orangered-4: 204, 87, 41;
      --theme-arco-orangered-5: 247, 126, 69;
      --theme-arco-orangered-6: 249, 146, 90;
      --theme-arco-orangered-7: 250, 173, 125;
      --theme-arco-orangered-8: 252, 198, 161;
      --theme-arco-orangered-9: 253, 222, 197;
      --theme-arco-orangered-10: 255, 244, 235;
      --theme-arco-orange-1: 77, 27, 0;
      --theme-arco-orange-2: 121, 48, 4;
      --theme-arco-orange-3: 166, 75, 10;
      --theme-arco-orange-4: 210, 105, 19;
      --theme-arco-orange-5: 255, 141, 31;
      --theme-arco-orange-6: 255, 150, 38;
      --theme-arco-orange-7: 255, 179, 87;
      --theme-arco-orange-8: 255, 205, 135;
      --theme-arco-orange-9: 255, 227, 184;
      --theme-arco-orange-10: 255, 247, 232;
      --theme-arco-gold-1: 77, 45, 0;
      --theme-arco-gold-2: 119, 75, 4;
      --theme-arco-gold-3: 162, 111, 15;
      --theme-arco-gold-4: 204, 150, 31;
      --theme-arco-gold-5: 247, 192, 52;
      --theme-arco-gold-6: 249, 204, 68;
      --theme-arco-gold-7: 250, 220, 108;
      --theme-arco-gold-8: 252, 233, 149;
      --theme-arco-gold-9: 253, 244, 190;
      --theme-arco-gold-10: 255, 252, 232;
      --theme-arco-yellow-1: 77, 56, 0;
      --theme-arco-yellow-2: 120, 94, 7;
      --theme-arco-yellow-3: 163, 134, 20;
      --theme-arco-yellow-4: 207, 179, 37;
      --theme-arco-yellow-5: 250, 225, 60;
      --theme-arco-yellow-6: 251, 233, 75;
      --theme-arco-yellow-7: 252, 243, 116;
      --theme-arco-yellow-8: 253, 250, 157;
      --theme-arco-yellow-9: 254, 254, 198;
      --theme-arco-yellow-10: 254, 255, 240;
      --theme-arco-lime-1: 42, 77, 0;
      --theme-arco-lime-2: 68, 112, 6;
      --theme-arco-lime-3: 98, 148, 18;
      --theme-arco-lime-4: 132, 183, 35;
      --theme-arco-lime-5: 168, 219, 57;
      --theme-arco-lime-6: 184, 226, 75;
      --theme-arco-lime-7: 203, 233, 112;
      --theme-arco-lime-8: 222, 241, 152;
      --theme-arco-lime-9: 238, 248, 194;
      --theme-arco-lime-10: 253, 255, 238;
      --theme-arco-green-1: 0, 77, 28;
      --theme-arco-green-2: 4, 102, 37;
      --theme-arco-green-3: 10, 128, 45;
      --theme-arco-green-4: 18, 154, 55;
      --theme-arco-green-5: 29, 180, 64;
      --theme-arco-green-6: 39, 195, 70;
      --theme-arco-green-7: 80, 210, 102;
      --theme-arco-green-8: 126, 225, 139;
      --theme-arco-green-9: 178, 240, 183;
      --theme-arco-green-10: 235, 255, 236;
      --theme-arco-cyan-1: 0, 66, 77;
      --theme-arco-cyan-2: 6, 97, 108;
      --theme-arco-cyan-3: 17, 131, 139;
      --theme-arco-cyan-4: 31, 166, 170;
      --theme-arco-cyan-5: 48, 201, 201;
      --theme-arco-cyan-6: 63, 212, 207;
      --theme-arco-cyan-7: 102, 223, 215;
      --theme-arco-cyan-8: 144, 233, 225;
      --theme-arco-cyan-9: 190, 244, 237;
      --theme-arco-cyan-10: 240, 255, 252;
      --theme-arco-blue-1: 0, 26, 77;
      --theme-arco-blue-2: 5, 47, 120;
      --theme-arco-blue-3: 19, 76, 163;
      --theme-arco-blue-4: 41, 113, 207;
      --theme-arco-blue-5: 70, 154, 250;
      --theme-arco-blue-6: 90, 170, 251;
      --theme-arco-blue-7: 125, 193, 252;
      --theme-arco-blue-8: 161, 213, 253;
      --theme-arco-blue-9: 198, 232, 254;
      --theme-arco-blue-10: 234, 248, 255;
      --theme-arco-arcoblue-1: 0, 13, 77;
      --theme-arco-arcoblue-2: 4, 27, 121;
      --theme-arco-arcoblue-3: 14, 50, 166;
      --theme-arco-arcoblue-4: 29, 77, 210;
      --theme-arco-arcoblue-5: 48, 111, 255;
      --theme-arco-arcoblue-6: 60, 126, 255;
      --theme-arco-arcoblue-7: 104, 159, 255;
      --theme-arco-arcoblue-8: 147, 190, 255;
      --theme-arco-arcoblue-9: 190, 218, 255;
      --theme-arco-arcoblue-10: 234, 244, 255;
      --theme-arco-purple-1: 22, 0, 77;
      --theme-arco-purple-2: 39, 6, 110;
      --theme-arco-purple-3: 62, 19, 143;
      --theme-arco-purple-4: 90, 37, 176;
      --theme-arco-purple-5: 123, 61, 209;
      --theme-arco-purple-6: 142, 81, 218;
      --theme-arco-purple-7: 169, 116, 227;
      --theme-arco-purple-8: 197, 154, 237;
      --theme-arco-purple-9: 223, 194, 246;
      --theme-arco-purple-10: 247, 237, 255;
      --theme-arco-pinkpurple-1: 66, 0, 77;
      --theme-arco-pinkpurple-2: 101, 3, 112;
      --theme-arco-pinkpurple-3: 138, 13, 147;
      --theme-arco-pinkpurple-4: 176, 27, 182;
      --theme-arco-pinkpurple-5: 217, 46, 217;
      --theme-arco-pinkpurple-6: 225, 61, 219;
      --theme-arco-pinkpurple-7: 232, 102, 223;
      --theme-arco-pinkpurple-8: 240, 146, 230;
      --theme-arco-pinkpurple-9: 247, 193, 240;
      --theme-arco-pinkpurple-10: 255, 242, 253;
      --theme-arco-magenta-1: 77, 0, 52;
      --theme-arco-magenta-2: 119, 8, 80;
      --theme-arco-magenta-3: 161, 23, 108;
      --theme-arco-magenta-4: 203, 43, 136;
      --theme-arco-magenta-5: 245, 69, 166;
      --theme-arco-magenta-6: 247, 86, 169;
      --theme-arco-magenta-7: 249, 122, 184;
      --theme-arco-magenta-8: 251, 158, 200;
      --theme-arco-magenta-9: 253, 195, 219;
      --theme-arco-magenta-10: 255, 232, 241;
      --theme-arco-gray-1: 23, 23, 26;
      --theme-arco-gray-2: 46, 46, 48;
      --theme-arco-gray-3: 72, 72, 73;
      --theme-arco-gray-4: 95, 95, 96;
      --theme-arco-gray-5: 120, 120, 122;
      --theme-arco-gray-6: 146, 146, 147;
      --theme-arco-gray-7: 171, 171, 172;
      --theme-arco-gray-8: 197, 197, 197;
      --theme-arco-gray-9: 223, 223, 223;
      --theme-arco-gray-10: 246, 246, 246;
      --theme-arco-primary-1: 0, 4, 77;
      --theme-arco-primary-2: 6, 7, 115;
      --theme-arco-primary-3: 25, 23, 153;
      --theme-arco-primary-4: 56, 48, 191;
      --theme-arco-primary-5: 93, 80, 229;
      --theme-arco-primary-6: 121, 106, 234;
      --theme-arco-primary-7: 153, 137, 239;
      --theme-arco-primary-8: 183, 169, 245;
      --theme-arco-primary-9: 213, 203, 250;
      --theme-arco-primary-10: 242, 237, 255;
      --theme-arco-link-1: 0, 13, 77;
      --theme-arco-link-2: 189, 220, 222;
      --theme-arco-link-3: 189, 220, 223;
      --theme-arco-link-4: 55, 212, 207;
      --theme-arco-link-5: 94, 223, 214;
      --theme-arco-link-6: 55, 212, 207;
      --theme-arco-link-7: 7, 130, 139;
      --theme-arco-link-8: 147, 190, 255;
      --theme-arco-link-9: 190, 218, 255;
      --theme-arco-link-10: 234, 244, 255;
      --theme-arco-success-1: 17, 77, 0;
      --theme-arco-success-2: 34, 110, 9;
      --theme-arco-success-3: 59, 143, 26;
      --theme-arco-success-4: 90, 176, 50;
      --theme-arco-success-5: 125, 209, 80;
      --theme-arco-success-6: 149, 218, 105;
      --theme-arco-success-7: 174, 227, 134;
      --theme-arco-success-8: 198, 237, 166;
      --theme-arco-success-9: 222, 246, 200;
      --theme-arco-success-10: 246, 255, 235;
      --theme-arco-danger-1: 77, 0, 9;
      --theme-arco-danger-2: 121, 10, 19;
      --theme-arco-danger-3: 166, 28, 35;
      --theme-arco-danger-4: 210, 55, 57;
      --theme-arco-danger-5: 255, 92, 89;
      --theme-arco-danger-6: 255, 119, 112;
      --theme-arco-danger-7: 255, 152, 143;
      --theme-arco-danger-8: 255, 183, 173;
      --theme-arco-danger-9: 255, 212, 204;
      --theme-arco-danger-10: 255, 238, 235;
      --theme-arco-warning-1: var(--theme-arco-orange-1);
      --theme-arco-warning-2: var(--theme-arco-orange-2);
      --theme-arco-warning-3: var(--theme-arco-orange-3);
      --theme-arco-warning-4: var(--theme-arco-orange-4);
      --theme-arco-warning-5: var(--theme-arco-orange-5);
      --theme-arco-warning-6: var(--theme-arco-orange-6);
      --theme-arco-warning-7: var(--theme-arco-orange-7);
      --theme-arco-warning-8: var(--theme-arco-orange-8);
      --theme-arco-warning-9: var(--theme-arco-orange-9);
      --theme-arco-warning-10: var(--theme-arco-orange-10);
      --theme-arco-color-text-5: #b3bacc;
      --theme-arco-color-fill-black: #000;
      --theme-arco-color-fill-mask: rgba(0, 0, 0, .4);
      --theme-arco-color-fill-secondary-normal: rgba(16, 162, 197, .149);
      --theme-arco-color-fill-secondary-disabled: #e5e5e5;
      --theme-arco-color-fill-secondary-hover: rgba(23, 127, 151, .2);
      --theme-arco-color-fill-secondary-pressed: rgba(26, 92, 108, .301);
      --theme-arco-color-fill-secondary-active: rgba(18, 104, 124, .25);
      --theme-arco-color-border-state-hover: rgba(0, 0, 0, .031);
      --theme-arco-color-border-state-normal: rgba(0, 0, 0, .031);
      --theme-arco-color-border-state-pressed: rgba(0, 0, 0, .121);
      --theme-arco-color-border-state-active: rgba(0, 0, 0, .101);
      --theme-arco-color-border-state-disabled: rgba(0, 0, 0, .031);
      --theme-arco-color-border-state-selected-hover: rgba(0, 0, 0, .149);
      --theme-arco-color-border-state-selected-pressed: rgba(0, 0, 0, .18);
      --theme-arco-color-bg-bg1: #f2f4fa;
      --theme-arco-color-bg-bg2: #f6f6fb;
      --theme-arco-color-bg-bg3: hsla(180, 8%, 95%, .501);
      --theme-arco-color-bg-bg4: #fff;
      --theme-arco-color-bg-brand-selected: rgba(0, 153, 149, .1);
      --theme-arco-color-bg-function-error: rgba(234, 61, 76, .1);
      --theme-arco-color-bg-function-warning: rgba(255, 177, 2, .1);
      --theme-arco-color-bg-function-success: rgba(87, 172, 2, .1);
      --theme-arco-color-bg-auxiliary-cobalt: rgba(59, 135, 246, .1);
      --theme-arco-color-bg-auxiliary-yellow: rgba(255, 177, 2, .1);
      --theme-arco-color-bg-auxiliary-neutral: rgba(89, 89, 89, .1);
      --theme-arco-auxiliary-red-1: var(--theme-arco-arcoblue-1);
      --theme-arco-auxiliary-red-2: var(--theme-arco-arcoblue-2);
      --theme-arco-auxiliary-red-3: var(--theme-arco-arcoblue-3);
      --theme-arco-auxiliary-red-4: var(--theme-arco-arcoblue-4);
      --theme-arco-auxiliary-red-5: var(--theme-arco-arcoblue-5);
      --theme-arco-auxiliary-red-6: var(--theme-arco-arcoblue-6);
      --theme-arco-auxiliary-red-7: var(--theme-arco-arcoblue-7);
      --theme-arco-auxiliary-red-8: var(--theme-arco-arcoblue-8);
      --theme-arco-auxiliary-red-9: var(--theme-arco-arcoblue-9);
      --theme-arco-auxiliary-red-10: var(--theme-arco-arcoblue-10);
      --theme-arco-auxiliary-orange-1: var(--theme-arco-arcoblue-1);
      --theme-arco-auxiliary-orange-2: var(--theme-arco-arcoblue-2);
      --theme-arco-auxiliary-orange-3: var(--theme-arco-arcoblue-3);
      --theme-arco-auxiliary-orange-4: var(--theme-arco-arcoblue-4);
      --theme-arco-auxiliary-orange-5: var(--theme-arco-arcoblue-5);
      --theme-arco-auxiliary-orange-6: var(--theme-arco-arcoblue-6);
      --theme-arco-auxiliary-orange-7: var(--theme-arco-arcoblue-7);
      --theme-arco-auxiliary-orange-8: var(--theme-arco-arcoblue-8);
      --theme-arco-auxiliary-orange-9: var(--theme-arco-arcoblue-9);
      --theme-arco-auxiliary-orange-10: var(--theme-arco-arcoblue-10);
      --theme-arco-auxiliary-green-1: var(--theme-arco-arcoblue-1);
      --theme-arco-auxiliary-green-2: var(--theme-arco-arcoblue-2);
      --theme-arco-auxiliary-green-3: var(--theme-arco-arcoblue-3);
      --theme-arco-auxiliary-green-4: var(--theme-arco-arcoblue-4);
      --theme-arco-auxiliary-green-5: var(--theme-arco-arcoblue-5);
      --theme-arco-auxiliary-green-6: var(--theme-arco-arcoblue-6);
      --theme-arco-auxiliary-green-7: var(--theme-arco-arcoblue-7);
      --theme-arco-auxiliary-green-8: var(--theme-arco-arcoblue-8);
      --theme-arco-auxiliary-green-9: var(--theme-arco-arcoblue-9);
      --theme-arco-auxiliary-green-10: var(--theme-arco-arcoblue-10);
      --theme-arco-auxiliary-cobalt-1: var(--theme-arco-arcoblue-1);
      --theme-arco-auxiliary-cobalt-2: var(--theme-arco-arcoblue-2);
      --theme-arco-auxiliary-cobalt-3: var(--theme-arco-arcoblue-3);
      --theme-arco-auxiliary-cobalt-4: var(--theme-arco-arcoblue-4);
      --theme-arco-auxiliary-cobalt-5: var(--theme-arco-arcoblue-5);
      --theme-arco-auxiliary-cobalt-6: var(--theme-arco-arcoblue-6);
      --theme-arco-auxiliary-cobalt-7: var(--theme-arco-arcoblue-7);
      --theme-arco-auxiliary-cobalt-8: var(--theme-arco-arcoblue-8);
      --theme-arco-auxiliary-cobalt-9: var(--theme-arco-arcoblue-9);
      --theme-arco-auxiliary-cobalt-10: var(--theme-arco-arcoblue-10);
      --theme-arco-auxiliary-yellow-1: var(--theme-arco-arcoblue-1);
      --theme-arco-auxiliary-yellow-2: var(--theme-arco-arcoblue-2);
      --theme-arco-auxiliary-yellow-3: var(--theme-arco-arcoblue-3);
      --theme-arco-auxiliary-yellow-4: var(--theme-arco-arcoblue-4);
      --theme-arco-auxiliary-yellow-5: var(--theme-arco-arcoblue-5);
      --theme-arco-auxiliary-yellow-6: var(--theme-arco-arcoblue-6);
      --theme-arco-auxiliary-yellow-7: var(--theme-arco-arcoblue-7);
      --theme-arco-auxiliary-yellow-8: var(--theme-arco-arcoblue-8);
      --theme-arco-auxiliary-yellow-9: var(--theme-arco-arcoblue-9);
      --theme-arco-auxiliary-yellow-10: var(--theme-arco-arcoblue-10);
      --theme-arco-color-mask-neutral: rgba(0, 0, 0, .004);
      --theme-arco-color-auxiliary-neutral-normal: #595959;
      --theme-arco-color-auxiliary-neutral-line: #9b9b9b;
      --theme-arco-color-auxiliary-neutral-bg: rgba(89, 89, 89, .1);
      --theme-arco-color-brand-green: #25f4ee;
      --theme-arco-color-brand-red: #fe2c55;
      --theme-arco-color-brand-white: #fff;
      --theme-arco-color-brand-black: #000
    }

    body {
      --font-weight-medium: 500
    }

    svg.theme-arco-icon:not([stroke]) {
      stroke: none
    }

    .theme-arco-alert-with-title .theme-arco-alert-close-btn {
      line-height: 0;
      margin-top: 4px
    }

    .theme-arco-autocomplete-popup .theme-arco-select-popup {
      padding: 4px
    }

    .theme-arco-autocomplete-popup .theme-arco-select-option-hover {
      border-radius: 4px
    }

    .theme-arco-breadcrumb {
      line-height: 0
    }

    .theme-arco-breadcrumb-item:last-child {
      color: rgba(0, 0, 0, .65);
      font-weight: 500
    }

    .theme-arco-btn {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      outline-color: rgba(0, 0, 0, .65);
      vertical-align: middle
    }

    .theme-arco-btn-size-small {
      padding: 3px 8px
    }

    .theme-arco-btn-size-small.theme-arco-btn-icon-only {
      padding: 4px
    }

    .theme-arco-btn-size-default {
      padding: 8px 16px
    }

    .theme-arco-btn-size-default.theme-arco-btn-icon-only {
      padding: 10px
    }

    .theme-arco-btn-size-large {
      padding: 12px 24px
    }

    .theme-arco-btn-size-large.theme-arco-btn-icon-only {
      padding: 14px
    }

    .theme-arco-btn:focus {
      outline: none
    }

    .theme-arco-btn:-moz-focusring {
      outline: none
    }

    .theme-arco-btn:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):focus-visible {
      border-color: transparent;
      box-shadow: none;
      outline-offset: 3px;
      outline-style: solid;
      outline-width: 3px
    }

    .theme-arco-btn-primary:focus-visible {
      outline-color: #009995
    }

    .theme-arco-btn-primary-text:focus-visible {
      outline-color: #009995
    }

    .theme-arco-btn-status-warning:focus-visible {
      outline-color: #e19f0b
    }

    .theme-arco-btn-status-danger:focus-visible {
      outline-color: #e14653
    }

    .theme-arco-btn-status-success:focus-visible {
      outline-color: #009e3d
    }

    .theme-arco-btn>svg {
      font-size: 16px
    }

    .theme-arco-btn.theme-arco-btn-loading:before {
      content: none
    }

    .theme-arco-btn-loading>.theme-arco-icon-loading {
      position: absolute
    }

    .theme-arco-btn-loading>.theme-arco-icon-loading+span {
      margin-left: 0
    }

    .theme-arco-btn-loading>:not(.theme-arco-icon-loading) {
      opacity: 0
    }

    .theme-arco-btn-primary-text:not(.theme-arco-btn-disabled),
    .theme-arco-btn-primary-text:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-arco-btn-primary-text:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-btn.theme-arco-btn-primary-text.theme-arco-btn-disabled {
      color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-cascader-size-default.theme-arco-cascader-single .theme-arco-cascader-view {
      padding: 0 12px
    }

    .theme-arco-cascader-popup {
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
    }

    .theme-arco-cascader-list {
      padding-left: 4px;
      padding-right: 4px
    }

    .theme-arco-cascader-list-item-active,
    .theme-arco-cascader-list-item-active:hover {
      font-weight: 400
    }

    .theme-arco-cascader-list-item:not(.theme-arco-cascader-list-item-disabled):not(.theme-arco-cascader-list-item-active):hover,
    .theme-arco-cascader-list-search-item:not(.theme-arco-cascader-list-search-item-disabled):not(.theme-arco-cascader-list-search-item-active):hover {
      background-color: rgba(0, 0, 0, .08);
      border-radius: 4px
    }

    .theme-arco-cascader-list-item:not(.theme-arco-cascader-list-item-disabled):not(.theme-arco-cascader-list-item-active):active,
    .theme-arco-cascader-list-search-item:not(.theme-arco-cascader-list-search-item-disabled):not(.theme-arco-cascader-list-search-item-active):active {
      background-color: rgba(0, 0, 0, .121);
      border-radius: 4px;
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-cascader-list-item,
    .theme-arco-cascader-list-search-item {
      align-items: center;
      border-radius: 4px;
      height: auto;
      line-height: 20px;
      min-height: 36px
    }

    .theme-arco-cascader-list-item-label {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      overflow-wrap: break-word;
      text-overflow: ellipsis;
      white-space: normal
    }

    .theme-arco-cascader-popup .theme-arco-cascader-list:not(.theme-arco-cascader-list-search) {
      width: 185px
    }

    .theme-arco-checkbox .theme-arco-checkbox-mask {
      border-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-checkbox:hover .theme-arco-checkbox-mask {
      border-color: rgba(0, 0, 0, .55)
    }

    .theme-arco-checkbox:active .theme-arco-checkbox-mask {
      border-color: rgba(0, 0, 0, .92)
    }

    .theme-arco-checkbox-disabled .theme-arco-checkbox-mask {
      background-color: #f0f0f0;
      border-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-checkbox-checked .theme-arco-checkbox-mask {
      border-color: transparent
    }

    .theme-arco-checkbox-checked:hover .theme-arco-checkbox-mask {
      background-color: rgb(var(--theme-arco-primary-5));
      border-color: transparent
    }

    .theme-arco-checkbox-checked:active .theme-arco-checkbox-mask {
      background-color: rgb(var(--theme-arco-primary-2));
      border-color: transparent
    }

    .theme-arco-checkbox-indeterminate:hover .theme-arco-checkbox-mask {
      border-color: transparent
    }

    .theme-arco-checkbox-indeterminate:active .theme-arco-checkbox-mask {
      border-color: rgb(var(--theme-arco-primary-2))
    }

    .theme-arco-picker.theme-arco-picker-error.theme-arco-picker-focused:not(.theme-arco-picker-disabled),
    .theme-arco-picker.theme-arco-picker-error.theme-arco-picker-focused:not(.theme-arco-picker-disabled):hover,
    .theme-arco-picker.theme-arco-picker-error:not(.theme-arco-picker-disabled),
    .theme-arco-picker.theme-arco-picker-error:not(.theme-arco-picker-disabled):hover {
      background-color: #fff;
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-picker-size-default {
      padding: 8px 12px
    }

    .theme-arco-picker-size-large {
      padding: 12px
    }

    .theme-arco-picker input {
      height: 20px;
      padding-left: 0
    }

    .theme-arco-picker .theme-arco-picker-cell-hover-in-range .theme-arco-picker-date,
    .theme-arco-picker .theme-arco-picker-cell-hover-range-end:not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end) .theme-arco-picker-date-value,
    .theme-arco-picker .theme-arco-picker-cell-hover-range-start:not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end) .theme-arco-arco-date-value {
      background: transparent;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-picker-container,
    .theme-arco-picker-range-container {
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
    }

    .theme-arco-picker-container .theme-arco-picker-header,
    .theme-arco-picker-range-container .theme-arco-picker-header {
      padding: 12px 16px
    }

    .theme-arco-picker-container .theme-arco-picker-week-list,
    .theme-arco-picker-range-container .theme-arco-picker-week-list {
      padding: 8px
    }

    .theme-arco-picker-container .theme-arco-picker-week-list-item,
    .theme-arco-picker-range-container .theme-arco-picker-week-list-item {
      color: rgba(0, 0, 0, .35);
      font-size: 14px;
      font-weight: 500;
      height: 20px;
      line-height: 20px;
      width: 36px
    }

    .theme-arco-picker-container .theme-arco-picker-body,
    .theme-arco-picker-range-container .theme-arco-picker-body {
      box-sizing: border-box;
      padding: 0 8px 16px
    }

    .theme-arco-picker-cell .theme-arco-picker-date-value {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker-cell-in-view .theme-arco-picker-date-value {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-picker-cell-disabled .theme-arco-picker-date-value {
      color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker-cell-selected .theme-arco-picker-date-value {
      color: #fff
    }

    .theme-arco-picker-cell .theme-arco-picker-date,
    .theme-arco-picker-cell .theme-arco-picker-date-value,
    .theme-arco-picker-cell-in-range .theme-arco-picker-date,
    .theme-arco-picker-cell-in-range .theme-arco-picker-date-value,
    .theme-arco-picker-cell-in-view .theme-arco-picker-date,
    .theme-arco-picker-cell-in-view .theme-arco-picker-date-value,
    .theme-arco-picker-cell-range-end .theme-arco-picker-date,
    .theme-arco-picker-cell-range-end .theme-arco-picker-date-value,
    .theme-arco-picker-cell-range-start .theme-arco-picker-date,
    .theme-arco-picker-cell-range-start .theme-arco-picker-date-value {
      width: 36px
    }

    .theme-arco-picker-cell-selected .theme-arco-picker-date {
      width: 34px
    }

    .theme-arco-picker-cell-selected .theme-arco-picker-date-value {
      font-weight: 500;
      min-width: 34px;
      width: 34px
    }

    .theme-arco-picker-cell-today:after {
      bottom: 4px
    }

    .theme-arco-picker-cell-selected.theme-arco-picker-cell-today:after {
      background-color: #fff
    }

    .theme-arco-picker-cell-selected.theme-arco-picker-cell-in-view.theme-arco-picker-cell-today .theme-arco-picker-date-value {
      color: #fff
    }

    .theme-arco-picker-cell-today.theme-arco-picker-cell-in-view .theme-arco-picker-date-value {
      color: rgb(var(--theme-arco-primary-6));
      font-weight: 500
    }

    .theme-arco-picker-cell-in-view.theme-arco-picker-cell-disabled.theme-arco-picker-cell-today .theme-arco-picker-date-value {
      color: rgba(0, 0, 0, .25);
      font-weight: 500
    }

    .theme-arco-picker-cell-in-view.theme-arco-picker-cell-disabled.theme-arco-picker-cell-today:after {
      background-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-picker-suffix {
      font-size: 16px;
      height: 16px;
      line-height: 0;
      margin-left: 7px;
      position: relative;
      width: 16px
    }

    .theme-arco-picker-suffix-icon {
      position: absolute;
      right: 0;
      top: 0
    }

    .theme-arco-picker-clear-icon {
      margin: 8px 6px 0 7px
    }

    .theme-arco-picker-clear-icon svg {
      display: none
    }

    .theme-arco-picker-clear-icon:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMzUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTggMTRBNiA2IDAgMSAwIDggMmE2IDYgMCAwIDAgMCAxMm0tMi45OTgtMy44NUw3LjE1MiA4bC0yLjE1LTIuMTUuODQ4LS44NDhMOCA3LjE1MmwyLjE1LTIuMTUuODQ4Ljg0OEw4Ljg0OCA4bDIuMTUgMi4xNS0uODQ4Ljg0OEw4IDguODQ4bC0yLjE1IDIuMTV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
      height: 16px;
      width: 16px
    }

    .theme-arco-picker .theme-arco-icon-hover:hover:before {
      background-color: initial
    }

    .theme-arco-picker-header-icon {
      font-size: 16px
    }

    .theme-arco-picker-body {
      padding: 10px 8px
    }

    .theme-arco-picker-week-list {
      padding: 10px 8px 0 8px
    }

    .theme-arco-picker-cell .theme-arco-picker-date {
      padding: 0
    }

    .theme-arco-picker-footer-btn-wrapper {
      padding: 3px 12px
    }

    .theme-arco-panel-date-inner {
      width: 268px
    }

    .theme-arco-panel-date .theme-arco-picker-cell-hover-in-range .theme-arco-picker-date,
    .theme-arco-panel-date .theme-arco-picker-cell-hover-range-end:not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end) .theme-arco-picker-date-value,
    .theme-arco-panel-date .theme-arco-picker-cell-hover-range-start:not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end) .theme-arco-picker-date-value {
      background: transparent;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-panel-date .theme-arco-picker-row {
      width: 238px
    }

    .theme-arco-panel-date .theme-arco-picker-row .theme-arco-picker-cell-in-range .theme-arco-picker-date {
      background: rgba(0, 153, 149, .15)
    }

    .theme-arco-panel-date .theme-arco-picker-row .theme-arco-picker-cell-selected.theme-arco-picker-cell-range-start .theme-arco-picker-date-value {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .theme-arco-panel-date .theme-arco-picker-row .theme-arco-picker-cell-selected.theme-arco-picker-cell-range-end .theme-arco-picker-date-value {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .theme-arco-panel-date .theme-arco-picker-row .theme-arco-picker-cell-selected.theme-arco-picker-cell-range-start.theme-arco-picker-cell-range-end .theme-arco-picker-date-value {
      border-radius: 4px
    }

    .theme-arco-panel-quarter .theme-arco-picker-cell-hover-in-range .theme-arco-picker-date,
    .theme-arco-panel-quarter .theme-arco-picker-cell-hover-range-end:not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end) .theme-arco-picker-date-value,
    .theme-arco-panel-quarter .theme-arco-picker-cell-hover-range-start:not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end) .theme-arco-picker-date-value {
      background-color: rgba(0, 153, 149, .15)
    }

    .theme-arco-panel-quarter .theme-arco-picker-cell .theme-arco-picker-date,
    .theme-arco-panel-quarter .theme-arco-picker-cell .theme-arco-picker-date .theme-arco-picker-date-value {
      width: 100%
    }

    .theme-arco-panel-quarter .theme-arco-picker-cell-selected.theme-arco-picker-cell-range-start .theme-arco-picker-date-value {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .theme-arco-panel-quarter .theme-arco-picker-cell-selected.theme-arco-picker-cell-range-end .theme-arco-picker-date-value {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .theme-arco-panel-quarter .theme-arco-picker-cell-selected.theme-arco-picker-cell-range-start.theme-arco-picker-cell-range-end .theme-arco-picker-date-value {
      border-radius: 4px
    }

    .theme-arco-panel-week .theme-arco-picker-cell:nth-child(2) .theme-arco-picker-date {
      margin-left: 4px;
      padding-left: 0
    }

    .theme-arco-panel-week .theme-arco-picker-cell:nth-child(8) .theme-arco-picker-date {
      margin-right: 4px;
      padding-right: 0
    }

    .theme-arco-panel-week .theme-arco-picker-row {
      width: 238px
    }

    .theme-arco-panel-week .theme-arco-picker-row .theme-arco-picker-cell-hover-in-range .theme-arco-picker-date,
    .theme-arco-panel-week .theme-arco-picker-row .theme-arco-picker-cell-hover-range-end:not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end) .theme-arco-picker-date-value,
    .theme-arco-panel-week .theme-arco-picker-row .theme-arco-picker-cell-hover-range-start:not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end) .theme-arco-picker-date-value {
      background: transparent;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-panel-week .theme-arco-picker-row .theme-arco-picker-cell-in-range .theme-arco-picker-date {
      background: rgba(0, 153, 149, .15)
    }

    .theme-arco-panel-week .theme-arco-picker-row .theme-arco-picker-date {
      width: 34px
    }

    .theme-arco-panel-week .theme-arco-picker-row .theme-arco-picker-cell-selected .theme-arco-picker-date {
      background: transparent
    }

    .theme-arco-panel-week .theme-arco-picker-row-week:hover:has(.theme-arco-picker-cell-disabled) .theme-arco-picker-cell:not(.theme-arco-picker-cell-week):not(.theme-arco-picker-cell-selected):not(.theme-arco-picker-cell-range-start):not(.theme-arco-picker-cell-range-end):not(.theme-arco-picker-cell-in-range):not(.theme-arco-picker-cell-hover-in-range) .theme-arco-picker-date-value {
      background-color: initial
    }

    .theme-arco-panel-month .theme-arco-picker-cell-in-range .theme-arco-picker-date {
      background: rgba(0, 153, 149, .15)
    }

    .theme-arco-panel-month .theme-arco-picker-cell .theme-arco-picker-date,
    .theme-arco-panel-month .theme-arco-picker-cell .theme-arco-picker-date .theme-arco-picker-date-value {
      width: 100%
    }

    .theme-arco-panel-month .theme-arco-picker-cell-selected.theme-arco-picker-cell-range-start .theme-arco-picker-date-value {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .theme-arco-panel-month .theme-arco-picker-cell-selected.theme-arco-picker-cell-range-end .theme-arco-picker-date-value {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .theme-arco-panel-month .theme-arco-picker-cell-selected.theme-arco-picker-cell-range-start.theme-arco-picker-cell-range-end .theme-arco-picker-date-value {
      border-radius: 4px
    }

    .theme-arco-descriptions.theme-arco-descriptions-layout-inline-vertical .theme-arco-descriptions-item-label-inline {
      margin-bottom: 4px
    }

    .theme-arco-descriptions.theme-arco-descriptions-layout-inline-vertical .theme-arco-descriptions-item-value-inline {
      padding-bottom: 16px
    }

    .theme-arco-dropdown-menu {
      padding: 4px
    }

    .theme-arco-dropdown-menu-icon-suffix {
      color: rgba(0, 0, 0, .55);
      font-weight: 400
    }

    .theme-arco-dropdown-menu-item {
      border-radius: 4px;
      padding: 0 8px
    }

    .theme-arco-dropdown-menu-item:not(.theme-arco-dropdown-menu-selected):not(.theme-arco-dropdown-menu-disabled) {
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .theme-arco-dropdown-menu-item:not(.theme-arco-dropdown-menu-selected):not(.theme-arco-dropdown-menu-disabled):hover {
      background-color: rgba(0, 0, 0, .08);
      border-radius: 4px
    }

    .theme-arco-dropdown-menu-item:not(.theme-arco-dropdown-menu-selected):not(.theme-arco-dropdown-menu-disabled):active {
      background-color: rgba(0, 0, 0, .121);
      border-radius: 4px
    }

    .theme-arco-dropdown-menu-disabled {
      color: rgba(0, 0, 0, .25);
      font-weight: 500
    }

    .theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-selected {
      background-color: rgba(0, 0, 0, .121);
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-selected:hover {
      background-color: rgba(0, 0, 0, .08);
      border-radius: 4px;
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-selected:active {
      background-color: rgba(0, 0, 0, .18)
    }

    .theme-arco-dropdown-menu-group-title {
      padding: 0 8px
    }

    .theme-arco-dropdown-menu-pop-header {
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .theme-arco-dropdown-menu-pop-header:hover {
      background-color: rgba(0, 0, 0, .08);
      border-radius: 4px;
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .theme-arco-dropdown-menu-pop-header:active {
      background-color: rgba(0, 0, 0, .121);
      border-radius: 4px;
      color: rgba(0, 0, 0, .92);
      font-weight: 500
    }

    .theme-arco-dropdown-popup-visible.theme-arco-btn.theme-arco-btn-secondary:not(.theme-arco-btn-disabled) {
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-form-message {
      margin-bottom: 4px;
      margin-top: 4px
    }

    .theme-arco-form-extra,
    .theme-arco-form-message {
      line-height: 18px;
      margin-left: 0
    }

    .theme-arco-form-label-item {
      font-weight: 500
    }

    .theme-arco-input-group-addbefore {
      border-right: none
    }

    .theme-arco-input-group-addafter {
      border-left: none
    }

    .theme-arco-input-group:not(.theme-arco-input-group-compact)>.theme-arco-input,
    :not(.theme-arco-input-search-button):not(.theme-arco-input-number)>.theme-arco-input-group:not(.theme-arco-input-group-compact)>.theme-arco-input-inner-wrapper {
      border-radius: 4px
    }

    .theme-arco-input-clear-icon {
      margin: 0 8px 0 12px
    }

    .theme-arco-input-clear-icon svg {
      display: none
    }

    .theme-arco-input-clear-icon:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMzUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTggMTRBNiA2IDAgMSAwIDggMmE2IDYgMCAwIDAgMCAxMm0tMi45OTgtMy44NUw3LjE1MiA4bC0yLjE1LTIuMTUuODQ4LS44NDhMOCA3LjE1MmwyLjE1LTIuMTUuODQ4Ljg0OEw4Ljg0OCA4bDIuMTUgMi4xNS0uODQ4Ljg0OEw4IDguODQ4bC0yLjE1IDIuMTV6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
      height: 16px;
      width: 16px
    }

    .theme-arco-input-group.theme-arco-input-group-compact>.theme-arco-input:hover:not(:last-child) {
      border-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-input-group-addafter>svg,
    .theme-arco-input-group-addbefore>svg,
    .theme-arco-input-inner-wrapper .theme-arco-input-group-prefix>svg,
    .theme-arco-input-inner-wrapper .theme-arco-input-group-suffix>svg {
      font-size: 16px
    }

    .theme-arco-input-search:not(.theme-arco-input-search-button) .theme-arco-input-group-suffix {
      border-left: 1px solid rgba(0, 0, 0, .14);
      height: 6px;
      margin-left: 4px;
      padding-left: 8px
    }

    .theme-arco-input-search:not(.theme-arco-input-search-button) .theme-arco-input-clear-icon+.theme-arco-input-group-suffix {
      margin-left: 8px
    }

    .theme-arco-textarea {
      height: 54px
    }

    .theme-arco-textarea-wrapper .theme-arco-textarea {
      padding-bottom: 20px
    }

    .theme-arco-input-number-illegal-value .theme-arco-input-inner-wrapper {
      border-color: #e14653
    }

    .theme-arco-input-number-mode-button {
      border: 1px solid var(--theme-arco-color-border-1);
      border-radius: 4px
    }

    .theme-arco-input-number-mode-button .theme-arco-input-number-step-button,
    .theme-arco-input-number-mode-button .theme-arco-input-number-step-button:active {
      background-color: initial
    }

    .theme-arco-input-number-mode-button .theme-arco-input-group-addafter,
    .theme-arco-input-number-mode-button .theme-arco-input-group-addbefore {
      border: none
    }

    .theme-arco-input-number-mode-button .theme-arco-input-inner-wrapper {
      border: none;
      border-left: 1px solid rgba(0, 0, 0, .14);
      border-radius: 0;
      border-right: 1px solid rgba(0, 0, 0, .14)
    }

    .theme-arco-input-number-mode-button:not(.theme-arco-input-group-wrapper-disabled):hover {
      border-color: #028380
    }

    .theme-arco-input-number-mode-button:not(.theme-arco-input-group-wrapper-disabled):focus-within {
      border-color: #009995
    }

    .theme-arco-input-number-mode-button:not(.theme-arco-input-group-wrapper-disabled) .theme-arco-input-number-step-button:not(.theme-arco-input-number-step-button-disabled) {
      color: var(--theme-arco-color-text-3)
    }

    .theme-arco-input-number-mode-button:not(.theme-arco-input-group-wrapper-disabled) .theme-arco-input-number-step-button:not(.theme-arco-input-number-step-button-disabled):hover {
      background-color: initial;
      color: #028380
    }

    .theme-arco-input-number-mode-button:not(.theme-arco-input-group-wrapper-disabled) .theme-arco-input-number-step-button:not(.theme-arco-input-number-step-button-disabled):active {
      background-color: rgba(0, 0, 0, .121);
      color: #009995
    }

    .theme-arco-input-number-mode-button.theme-arco-input-group-wrapper-disabled,
    .theme-arco-input-number-mode-button:not(.theme-arco-input-group-wrapper-disabled) .theme-arco-input-number-step-button-disabled {
      background-color: #f0f0f0
    }

    .theme-arco-input-tag.theme-arco-input-tag-disabled .theme-arco-input-tag-tag {
      background-color: rgba(0, 0, 0, .14);
      border-color: transparent
    }

    .theme-arco-link {
      align-items: center;
      display: inline-flex;
      font-weight: 400
    }

    .theme-arco-link:not(.theme-arco-link-disabled)>span {
      position: relative
    }

    .theme-arco-link:not(.theme-arco-link-disabled)>span:hover:after {
      background-color: rgb(var(--theme-arco-primary-6));
      bottom: 4px;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      width: 100%
    }

    .theme-arco-link:focus-visible {
      border-radius: 3px;
      outline: 3px solid #009995;
      outline-offset: 3px
    }

    .theme-arco-link:not(.theme-arco-link-disabled):active {
      color: #026e6b
    }

    .theme-arco-menu {
      font-weight: 500
    }

    .theme-arco-menu .theme-arco-icon {
      font-size: 16px
    }

    .theme-arco-menu-inline-content {
      font-size: 12px
    }

    .theme-arco-menu-inline-content .theme-arco-menu-item:not(.theme-arco-menu-selected) {
      color: rgba(0, 0, 0, .65);
      font-weight: 400
    }

    .theme-arco-menu-item-tooltip svg {
      display: none
    }

    .theme-arco-message-content {
      line-height: 20px
    }

    .theme-arco-modal-header {
      height: unset;
      padding: 32px 44px 16px 24px
    }

    .theme-arco-modal .theme-arco-modal-close-icon {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-modal-title {
      font-weight: 500;
      min-height: 28px
    }

    .theme-arco-modal-title>span:first-child {
      align-items: center;
      display: flex
    }

    .theme-arco-modal-title .theme-arco-icon {
      flex-shrink: 0
    }

    .theme-arco-modal-content {
      padding-top: 32px
    }

    .theme-arco-modal-header+.theme-arco-modal-content {
      padding-top: 0
    }

    .theme-arco-popconfirm .theme-arco-popconfirm-btn .theme-arco-btn {
      font-size: 14px;
      height: 36px;
      padding: 0 15px
    }

    .theme-arco-popover-content {
      padding-top: 32px
    }

    .theme-arco-popover[trigger-placement=tl] .theme-arco-popover-arrow,
    .theme-arco-popover[trigger-placement=top] .theme-arco-popover-arrow,
    .theme-arco-popover[trigger-placement=tr] .theme-arco-popover-arrow {
      border: none;
      border-bottom-right-radius: 0
    }

    .theme-arco-popover[trigger-placement=bl] .theme-arco-popover-arrow,
    .theme-arco-popover[trigger-placement=bottom] .theme-arco-popover-arrow,
    .theme-arco-popover[trigger-placement=br] .theme-arco-popover-arrow {
      border: none;
      border-top-left-radius: 0
    }

    .theme-arco-popover[trigger-placement=lb] .theme-arco-popover-arrow,
    .theme-arco-popover[trigger-placement=left] .theme-arco-popover-arrow,
    .theme-arco-popover[trigger-placement=lt] .theme-arco-popover-arrow {
      border: none;
      border-top-right-radius: 0;
      margin-top: 0
    }

    .theme-arco-popover[trigger-placement=rb] .theme-arco-popover-arrow,
    .theme-arco-popover[trigger-placement=right] .theme-arco-popover-arrow,
    .theme-arco-popover[trigger-placement=rt] .theme-arco-popover-arrow {
      border: none;
      border-bottom-left-radius: 0;
      margin-top: 0
    }

    .theme-arco-progress-line-inner,
    .theme-arco-progress-line-outer {
      border-radius: 0
    }

    .theme-arco-progress-line-text {
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      font-weight: 600
    }

    .theme-arco-radio-text {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-radio .theme-arco-radio-mask {
      border-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-radio:focus .theme-arco-radio-mask,
    .theme-arco-radio:hover .theme-arco-radio-mask {
      border-color: rgba(0, 0, 0, .55)
    }

    .theme-arco-radio:active .theme-arco-radio-mask {
      border-color: rgba(0, 0, 0, .92)
    }

    .theme-arco-radio-disabled .theme-arco-radio-mask,
    .theme-arco-radio-disabled:hover .theme-arco-radio-mask {
      border-color: rgba(0, 0, 0, .25)
    }

    .theme-arco-radio-mask:after {
      height: 14px;
      width: 14px
    }

    .theme-arco-radio-checked .theme-arco-radio-mask:after {
      transform: scale(.5)
    }

    .theme-arco-radio-checked .theme-arco-radio-mask {
      border-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-radio-checked .theme-arco-radio-mask:after {
      background-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-radio-checked:hover .theme-arco-radio-mask {
      border-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-radio-checked:hover .theme-arco-radio-mask:after {
      background-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-radio-checked:active .theme-arco-radio-mask {
      border-color: rgb(var(--theme-arco-primary-2))
    }

    .theme-arco-radio-checked:active .theme-arco-radio-mask:after {
      background-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-radio-checked.theme-arco-radio-disabled .theme-arco-radio-mask,
    .theme-arco-radio-checked.theme-arco-radio-disabled:hover .theme-arco-radio-mask {
      border-color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-radio-checked.theme-arco-radio-disabled .theme-arco-radio-mask:after,
    .theme-arco-radio-checked.theme-arco-radio-disabled:hover .theme-arco-radio-mask:after {
      background-color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-radio-button.theme-arco-radio-checked+.theme-arco-radio-button:before,
    .theme-arco-radio-button.theme-arco-radio-checked:before,
    .theme-arco-radio-button:hover+.theme-arco-radio-button:before,
    .theme-arco-radio-button:hover:before {
      opacity: 1
    }

    .theme-arco-radio-button.theme-arco-radio-checked {
      font-weight: 600
    }

    .theme-arco-select .theme-arco-input-tag-size-large .theme-arco-input-tag-inner .theme-arco-tag {
      height: 36px
    }

    .theme-arco-select .theme-arco-input-tag-inner .theme-arco-tag {
      background-color: var(--theme-arco-color-border-state-normal);
      color: var(--theme-arco-color-text-1);
      font-size: 14px;
      font-weight: 500;
      height: 24px
    }

    .theme-arco-select .theme-arco-input-tag-inner .theme-arco-tag .theme-arco-tag-close-btn {
      font-size: 14px
    }

    .theme-arco-select .theme-arco-input-tag-inner .theme-arco-tag .theme-arco-icon-hover.theme-arco-tag-icon-hover:hover:before {
      background: none
    }

    .theme-arco-select.theme-arco-select-disabled .theme-arco-input-tag-inner .theme-arco-tag {
      background-color: var(--theme-arco-color-border-state-disabled);
      color: var(--theme-arco-color-text-5)
    }

    .theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-select-view,
    .theme-arco-select-size-default.theme-arco-select-single .theme-arco-select-view,
    .theme-arco-select-size-large.theme-arco-select-single .theme-arco-select-view,
    .theme-arco-select-size-mini.theme-arco-select-single .theme-arco-select-view,
    .theme-arco-select-size-small.theme-arco-select-single .theme-arco-select-view {
      padding: 0 12px
    }

    .theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-select-view .theme-arco-input-tag-has-placeholder input,
    .theme-arco-select-size-default.theme-arco-select-multiple .theme-arco-select-view .theme-arco-input-tag-input-mirror {
      padding-left: 0
    }

    .theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-select-view {
      padding: 0 12px
    }

    .theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-select-view .theme-arco-input-tag-has-placeholder input,
    .theme-arco-select-size-large.theme-arco-select-multiple .theme-arco-select-view .theme-arco-input-tag-input-mirror {
      padding-left: 0
    }

    .theme-arco-select-size-mini.theme-arco-select-multiple .theme-arco-select-view,
    .theme-arco-select-size-small.theme-arco-select-multiple .theme-arco-select-view {
      padding: 0 12px
    }

    .theme-arco-select-popup {
      background: #fff;
      border: 1px solid var(--theme-arco-color-border-1);
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
      padding: 4px
    }

    .theme-arco-select-popup .theme-arco-select-popup-inner .theme-arco-select-option-custom-selected:not(.theme-arco-select-option-wrapper-selected) .theme-arco-select-option-content-wrapper {
      background: var(--theme-arco-color-border-state-normal)
    }

    .theme-arco-select-popup .theme-arco-select-popup-inner .theme-arco-select-option-hover:not(.theme-arco-select-option-disabled) {
      background-color: initial
    }

    .theme-arco-select-popup .theme-arco-select-popup-inner .theme-arco-select-option-hover:not(.theme-arco-select-option-disabled) .theme-arco-select-option-content-wrapper {
      background: var(--theme-arco-color-border-state-hover)
    }

    .theme-arco-select-popup .theme-arco-select-popup-inner .theme-arco-select-option-custom-wrapper .theme-arco-select-option-selected:not(.theme-arco-select-option-disabled) {
      background: var(--theme-arco-color-border-state-normal);
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-select-popup .theme-arco-select-popup-inner .theme-arco-select-option-custom-wrapper .theme-arco-select-option-hover:not(.theme-arco-select-option-disabled) {
      background: var(--theme-arco-color-border-state-hover)
    }

    .theme-arco-select-popup .theme-arco-select-popup-inner .theme-arco-select-option-custom-wrapper .theme-arco-select-option-hover:not(.theme-arco-select-option-disabled) .theme-arco-select-option-content-wrapper {
      background-color: initial
    }

    .theme-arco-select-popup .theme-arco-select-option-hover.theme-arco-select-option-selected {
      color: rgb(var(--theme-arco-primary-7))
    }

    .theme-arco-select-popup .theme-arco-select-option-wrapper {
      padding: 0;
      position: relative
    }

    .theme-arco-select-popup .theme-arco-select-option-wrapper .theme-arco-select-checkbox {
      padding: 0 8px;
      pointer-events: none
    }

    .theme-arco-select-popup .theme-arco-select-option-wrapper .theme-arco-select-option {
      margin-left: 0
    }

    .theme-arco-select-popup .theme-arco-select-checkbox {
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1
    }

    .theme-arco-select-popup .theme-arco-select-checkbox+.theme-arco-select-option {
      padding-left: 31px
    }

    .theme-arco-select-option-custom-hover:not(.theme-arco-select-option-custom-disabled) .theme-arco-select-option {
      background: var(--theme-arco-color-border-state-normal);
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-select-option-custom-hover:not(.theme-arco-select-option-custom-disabled):not(.theme-arco-select-option-custom-selected):not(.theme-arco-select-option-wrapper-selected) {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-select-option-custom-hover:not(.theme-arco-select-option-custom-disabled):not(.theme-arco-select-option-custom-selected):not(.theme-arco-select-option-wrapper-selected) .theme-arco-checkbox-icon-hover .theme-arco-checkbox-mask,
    .theme-arco-select-option-custom-hover:not(.theme-arco-select-option-custom-disabled):not(.theme-arco-select-option-custom-selected):not(.theme-arco-select-option-wrapper-selected) .theme-arco-radio-icon-hover .theme-arco-radio-mask {
      border: 1px solid var(--theme-arco-color-text-1)
    }

    .theme-arco-spin-children:after {
      background-color: hsla(0, 0%, 100%, .6)
    }

    .theme-arco-steps-horizontal .theme-arco-steps-item-finish:not(:last-child) .theme-arco-steps-item-tail:after,
    .theme-arco-steps-horizontal .theme-arco-steps-item-next-error:not(:last-child) .theme-arco-steps-item-tail:after,
    .theme-arco-steps-horizontal .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-tail:after,
    .theme-arco-steps-label-horizontal .theme-arco-steps-item-finish:not(:last-child) .theme-arco-steps-item-title:after,
    .theme-arco-steps-label-horizontal .theme-arco-steps-item-next-error:not(:last-child) .theme-arco-steps-item-title:after,
    .theme-arco-steps-label-horizontal .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-title:after {
      background: radial-gradient(ellipse 25% 75% at center, rgba(0, 0, 0, .14) 70%, transparent 80%) 0 0/6px 100%
    }

    .theme-arco-steps-vertical:not(.theme-arco-steps-mode-dot) .theme-arco-steps-item-finish:not(:last-child) .theme-arco-steps-item-tail:after,
    .theme-arco-steps-vertical:not(.theme-arco-steps-mode-dot) .theme-arco-steps-item:not(:last-child) .theme-arco-steps-item-tail:after {
      background: radial-gradient(ellipse 75% 25% at center, rgba(0, 0, 0, .14) 70%, transparent 80%) 0 0/100% 6px
    }

    .theme-arco-steps-item-finish .theme-arco-steps-item-title {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-steps-item-finish .theme-arco-steps-item-title:hover {
      color: rgba(0, 0, 0, .65)
    }

    .theme-arco-steps-item-finish .theme-arco-steps-item-title:active,
    .theme-arco-steps-item-process .theme-arco-steps-item-title {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-steps-item-wait .theme-arco-steps-item-title {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-steps-label-vertical .theme-arco-steps-item-icon {
      margin-left: 56px
    }

    .theme-arco-steps-label-vertical .theme-arco-steps-item-content {
      margin-left: 56px;
      text-align: left
    }

    .theme-arco-steps-label-vertical .theme-arco-steps-item-tail {
      left: 96px
    }

    .theme-arco-steps-item-title {
      font-weight: 500
    }

    .theme-arco-steps-vertical.theme-arco-steps-label-horizontal.theme-arco-steps-mode-dot .theme-arco-steps-item:not(:last-of-type) .theme-arco-steps-item-tail:after {
      background: linear-gradient(to bottom, transparent 50%, var(--theme-arco-color-border-1) 0);
      background-repeat: repeat-y;
      background-size: 1px 6px
    }

    .theme-arco-steps-item-title {
      white-space: normal
    }

    .theme-arco-steps-vertical.theme-arco-steps-label-horizontal.theme-arco-steps-mode-dot .theme-arco-steps-item-finish .theme-arco-steps-item-icon,
    .theme-arco-steps-vertical.theme-arco-steps-label-horizontal.theme-arco-steps-mode-dot .theme-arco-steps-item-process .theme-arco-steps-item-icon {
      background-color: initial;
      border: 2px solid rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-steps-vertical.theme-arco-steps-label-horizontal.theme-arco-steps-mode-dot .theme-arco-steps-item-title {
      font-size: 14px;
      line-height: 20px
    }

    .theme-arco-steps-vertical.theme-arco-steps-label-horizontal.theme-arco-steps-mode-dot .theme-arco-steps-item-description {
      font-size: 12px;
      line-height: 18px
    }

    .theme-arco-switch:not(.theme-arco-switch-loading):not(.theme-arco-switch-checked):not(:disabled).theme-arco-switch-type-line:hover:after,
    .theme-arco-switch:not(.theme-arco-switch-loading):not(.theme-arco-switch-checked):not(:disabled):not(.theme-arco-switch-type-line):hover {
      background-color: rgba(0, 0, 0, .55)
    }

    .theme-arco-switch:not(.theme-arco-switch-loading):not(.theme-arco-switch-checked):not(:disabled).theme-arco-switch-type-line:active:after,
    .theme-arco-switch:not(.theme-arco-switch-loading):not(.theme-arco-switch-checked):not(:disabled):not(.theme-arco-switch-type-line):active {
      background-color: rgba(0, 0, 0, .65)
    }

    .theme-arco-switch-checked:not(.theme-arco-switch-loading):not(:disabled).theme-arco-switch-type-line:hover:after,
    .theme-arco-switch-checked:not(.theme-arco-switch-loading):not(:disabled):not(.theme-arco-switch-type-line):hover {
      background-color: rgb(var(--theme-arco-primary-5))
    }

    .theme-arco-switch-checked:not(.theme-arco-switch-loading):not(:disabled).theme-arco-switch-type-line:active:after,
    .theme-arco-switch-checked:not(.theme-arco-switch-loading):not(:disabled):not(.theme-arco-switch-type-line):active {
      background-color: rgb(var(--theme-arco-primary-2))
    }

    .theme-arco-switch:not(.theme-arco-switch-checked):not(.theme-arco-switch-type-line):disabled {
      background-color: rgba(0, 0, 0, .35);
      opacity: .5
    }

    .theme-arco-switch:not(.theme-arco-switch-checked):disabled.theme-arco-switch-type-line:after {
      background-color: #d2d2d2
    }

    .theme-arco-switch-checked:disabled.theme-arco-switch-type-line:after,
    .theme-arco-switch-checked:not(.theme-arco-switch-type-line):disabled {
      background-color: rgb(var(--theme-arco-primary-3))
    }

    .theme-arco-switch-loading:not(.theme-arco-switch-type-line):not(.theme-arco-switch-checked) {
      background-color: rgba(0, 0, 0, .35);
      opacity: .5
    }

    .theme-arco-switch-loading.theme-arco-switch-type-line:not(.theme-arco-switch-checked):after {
      background-color: #d2d2d2
    }

    .theme-arco-table .theme-arco-table-sorter {
      vertical-align: middle
    }

    .theme-arco-table .theme-arco-table-th-item {
      line-height: 14px;
      min-height: 16px
    }

    .theme-arco-table-filters-btn {
      height: 40px;
      margin: 0 12px;
      padding: 0
    }

    .theme-arco-table-filters-popup .theme-arco-table-filters-btn .theme-arco-btn {
      background-color: initial;
      border: 0;
      color: #009995;
      font-size: 14px;
      font-weight: 400;
      padding: 0
    }

    .theme-arco-table-border .theme-arco-table-expand-content .theme-arco-table-td .theme-arco-table,
    .theme-arco-table-border .theme-arco-table-expand-fixed-row {
      margin: -12px -12px -12px -13px
    }

    .theme-arco-table-td.theme-arco-table-operation,
    .theme-arco-table-th.theme-arco-table-operation .theme-arco-table-th-item {
      padding-bottom: 12px;
      padding-top: 12px
    }

    .theme-arco-table .theme-arco-table-th:first-child {
      border-radius: 0 0 0 0
    }

    .theme-arco-table .theme-arco-table-tr:first-child .theme-arco-table-th:first-child {
      border-radius: calc(var(--border-radius-medium) - 1px) 0 0 0
    }

    .theme-arco-table .theme-arco-table-th:last-child {
      border-radius: 0 0 0 0
    }

    .theme-arco-table .theme-arco-table-tr:first-child .theme-arco-table-th:last-child {
      border-radius: 0 calc(var(--border-radius-medium) - 1px) 0 0
    }

    .theme-arco-tabs-header-title-text {
      font-weight: 500
    }

    .theme-arco-tabs-header-size-mini.theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title {
      font-size: 12px;
      line-height: 18px
    }

    .theme-arco-tabs-header-size-small.theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title {
      font-size: 14px;
      line-height: 20px
    }

    .theme-arco-tabs-header-size-default.theme-arco-tabs-header-nav-line .theme-arco-tabs-header-title {
      font-size: 16px;
      line-height: 24px
    }

    .theme-arco-tabs-capsule .theme-arco-tabs-header-title:first-child {
      border-radius: 3px 0 0 3px
    }

    .theme-arco-tabs-capsule .theme-arco-tabs-header-title:last-child {
      border-radius: 0 3px 3px 0
    }

    .theme-arco-tag .theme-arco-tag-close-btn {
      font-size: 10px
    }

    .theme-arco-tag-checked {
      color: rgba(0, 0, 0, .55)
    }

    .theme-arco-timepicker {
      padding: 4px 0
    }

    .theme-arco-timepicker-container {
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12)
    }

    .theme-arco-timepicker-list {
      position: relative
    }

    .theme-arco-timepicker-cell {
      padding: 2px
    }

    .theme-arco-timepicker-cell:not(.theme-arco-timepicker-cell-disabled) {
      color: rgba(0, 0, 0, .92)
    }

    .theme-arco-timepicker-cell:not(.theme-arco-timepicker-cell-selected):not(.theme-arco-timepicker-cell-disabled):hover {
      background-color: rgba(0, 0, 0, .08)
    }

    .theme-arco-timepicker-cell:not(.theme-arco-timepicker-cell-selected):not(.theme-arco-timepicker-cell-disabled):hover .theme-arco-timepicker-cell-inner {
      background-color: initial
    }

    .theme-arco-timepicker-cell.theme-arco-timepicker-cell-selected {
      background-color: rgb(var(--theme-arco-primary-1));
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-timepicker-cell-inner {
      border-radius: 4px;
      height: 32px;
      line-height: 32px
    }

    .theme-arco-timepicker-list:first-child .theme-arco-timepicker-cell {
      border-radius: 4px 0 0 4px;
      margin-left: 2px;
      padding-left: 0
    }

    .theme-arco-timepicker-list:last-child .theme-arco-timepicker-cell {
      border-radius: 0 4px 4px 0;
      margin-right: 2px;
      padding-right: 0
    }

    .theme-arco-timepicker-footer-btn-wrapper .theme-arco-btn.theme-arco-btn-secondary {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-timepicker-footer-btn-wrapper .theme-arco-btn.theme-arco-btn-secondary:hover {
      background-color: rgba(0, 0, 0, .08);
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-timepicker-footer-btn-wrapper .theme-arco-btn.theme-arco-btn-secondary:active {
      background-color: rgba(0, 0, 0, .121);
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-timeline-item-content {
      font-weight: 500
    }

    .theme-arco-timeline-item-horizontal-bottom>.theme-arco-timeline-item-dot-wrapper .theme-arco-timeline-item-dot-content,
    .theme-arco-timeline-item-horizontal-top>.theme-arco-timeline-item-dot-wrapper .theme-arco-timeline-item-dot-content {
      height: 12px;
      line-height: 12px
    }

    .theme-arco-timeline-item {
      min-height: 24px;
      padding-bottom: 16px
    }

    .theme-arco-timeline-item-dot-custom {
      background-color: var(--theme-arco-color-bg-2);
      box-sizing: border-box;
      color: rgb(var(--theme-arco-primary-6));
      display: inline-block;
      height: 100%;
      left: 50%;
      position: relative;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%
    }

    .theme-arco-timeline-item-content-wrapper {
      margin-left: 10px;
      position: relative
    }

    .theme-arco-timeline-item-dot-wrapper>.theme-arco-timeline-item-dot-content {
      height: 8px;
      line-height: 22.001px;
      position: relative;
      width: 12px
    }

    .theme-arco-timeline-item-dot-solid {
      background-color: rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-timeline-item-dot-hollow {
      background-color: initial;
      border: 2px solid rgb(var(--theme-arco-primary-6))
    }

    .theme-arco-timeline .theme-arco-timeline-item-child-dot {
      height: 8px;
      width: 8px
    }

    .theme-arco-timeline .theme-arco-timeline-item-child-dot,
    .theme-arco-timeline .theme-arco-timeline-item-parent-dot {
      border: 2px solid rgb(var(--theme-arco-primary-6));
      border-radius: var(--border-radius-circle);
      box-sizing: border-box;
      color: rgb(var(--theme-arco-primary-6));
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%)
    }

    .theme-arco-timeline .theme-arco-timeline-item-parent-dot {
      height: 12px;
      width: 12px
    }

    .theme-arco-timeline .theme-arco-timeline-item-status-normal {
      border-color: var(--theme-arco-color-fill-black)
    }

    .theme-arco-timeline .theme-arco-timeline-item-status-warning {
      border-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-timeline .theme-arco-timeline-item-status-finished {
      background-color: var(--theme-arco-color-text-5);
      border-color: transparent
    }

    .theme-arco-timeline .theme-arco-timeline-item-status-unhappen {
      border-color: var(--theme-arco-color-text-5)
    }

    .theme-arco-timeline .theme-arco-timeline-item-dotType-solid-normal {
      background-color: var(--theme-arco-color-fill-black)
    }

    .theme-arco-timeline .theme-arco-timeline-item-dotType-solid-warning {
      background-color: rgb(var(--theme-arco-danger-6))
    }

    .theme-arco-timeline .theme-arco-timeline-item-dotType-solid-finished,
    .theme-arco-timeline .theme-arco-timeline-item-dotType-solid-unhappen {
      background-color: var(--theme-arco-color-text-5)
    }

    .theme-arco-timeline .theme-arco-timeline-item-title {
      color: var(--theme-arco-color-text-1);
      font-size: 14px;
      font-weight: 500;
      width: 100%
    }

    .theme-arco-timeline .theme-arco-timeline-item-extra-title {
      width: 100%
    }

    .theme-arco-timeline .theme-arco-timeline-item-extra-description,
    .theme-arco-timeline .theme-arco-timeline-item-extra-title {
      color: var(--theme-arco-color-text-5);
      font-size: 14px;
      font-weight: 400
    }

    .theme-arco-timeline .theme-arco-timeline-item-time {
      color: var(--theme-arco-color-text-5);
      font-size: 12px;
      font-weight: 400
    }

    .theme-arco-timeline .theme-arco-timeline-item-description {
      color: var(--theme-arco-color-text-3);
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 4px
    }

    .theme-arco-timeline .theme-arco-timeline-item-desc-width {
      width: 190px
    }

    .theme-arco-timeline .theme-arco-timeline-item-status-normal-title,
    .theme-arco-timeline .theme-arco-timeline-item-status-warning-title {
      color: var(--theme-arco-color-text-1)
    }

    .theme-arco-timeline .theme-arco-timeline-item-status-normal-desc {
      color: var(--theme-arco-color-text-2)
    }

    .theme-arco-timeline .theme-arco-timeline-item-status-warning-desc {
      color: var(--theme-arco-color-text-3)
    }

    .theme-arco-timeline .theme-arco-timeline-item-status-normal-time,
    .theme-arco-timeline .theme-arco-timeline-item-status-warning-time {
      color: var(--theme-arco-color-text-4)
    }

    .theme-arco-timeline .theme-arco-timeline-item-status-finished-title {
      color: var(--theme-arco-color-text-3)
    }

    .theme-arco-timeline .theme-arco-timeline-item-status-finished-desc,
    .theme-arco-timeline .theme-arco-timeline-item-status-finished-time,
    .theme-arco-timeline .theme-arco-timeline-item-status-unhappen-desc,
    .theme-arco-timeline .theme-arco-timeline-item-status-unhappen-time,
    .theme-arco-timeline .theme-arco-timeline-item-status-unhappen-title {
      color: var(--theme-arco-color-text-5)
    }

    .theme-arco-tooltip-arrow {
      content: "";
      z-index: 1
    }

    .theme-arco-tooltip[trigger-placement=tl] .theme-arco-tooltip-arrow,
    .theme-arco-tooltip[trigger-placement=top] .theme-arco-tooltip-arrow,
    .theme-arco-tooltip[trigger-placement=tr] .theme-arco-tooltip-arrow {
      border-bottom-right-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .theme-arco-tooltip[trigger-placement=bl] .theme-arco-tooltip-arrow,
    .theme-arco-tooltip[trigger-placement=bottom] .theme-arco-tooltip-arrow,
    .theme-arco-tooltip[trigger-placement=br] .theme-arco-tooltip-arrow {
      border-top-left-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .theme-arco-tooltip[trigger-placement=lb] .theme-arco-tooltip-arrow,
    .theme-arco-tooltip[trigger-placement=left] .theme-arco-tooltip-arrow,
    .theme-arco-tooltip[trigger-placement=lt] .theme-arco-tooltip-arrow {
      border-top-right-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .theme-arco-tooltip[trigger-placement=rb] .theme-arco-tooltip-arrow,
    .theme-arco-tooltip[trigger-placement=right] .theme-arco-tooltip-arrow,
    .theme-arco-tooltip[trigger-placement=rt] .theme-arco-tooltip-arrow {
      border-bottom-left-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .theme-arco-tooltip-content-bl,
    .theme-arco-tooltip-content-bottom,
    .theme-arco-tooltip-content-br {
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12), 0 -4px 12px rgba(0, 0, 0, .12)
    }

    .theme-arco-tooltip .theme-arco-tooltip-content,
    .theme-arco-tooltip.theme-arco-tooltip[trigger-placement] .theme-arco-tooltip-arrow {
      background: #4d4d4d;
      box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
    }

    .theme-arco-upload-list-item {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, .1);
      border-radius: 4px
    }

    .theme-arco-upload-list-item-operation {
      right: 12px
    }

    /* main.a8328175.css */
    ï»¿.container-QU6DAV {
      align-items: center;
      display: flex;
      height: 100vh;
      justify-content: center;
      width: 100vw
    }

    /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
    audio,
    canvas,
    video {
      display: inline-block;
      *display: inline;
      *zoom: 1
    }

    audio:not([controls]) {
      display: none;
      height: 0
    }

    html {
      font-size: 100%;
      -ms-text-size-adjust: 100%
    }

    body h1,
    body h2,
    body h3,
    body h4,
    body h5 {
      margin: 0;
      padding: 0
    }

    button,
    html,
    input,
    select,
    textarea {
      font-family: TikTok Text, PingFang SC, Hiragino Sans GB, Microsoft YaHei, å¾®è½¯éé», HelveticaNeue, Helvetica, Arial, sans-serif
    }

    abbr[title] {
      border-bottom: 1px dotted
    }

    b,
    strong {
      font-weight: 500
    }

    blockquote {
      margin: 1em 40px
    }

    dfn {
      font-style: italic
    }

    hr {
      box-sizing: initial
    }

    mark {
      background: #ff0;
      color: #000
    }

    p,
    pre {
      margin: 1em 0
    }

    code,
    kbd,
    pre,
    samp {
      font-family: monospace, serif;
      _font-family: courier new, monospace
    }

    pre {
      white-space: pre;
      white-space: pre-wrap;
      word-wrap: break-word
    }

    q {
      quotes: none
    }

    q:after,
    q:before {
      content: "";
      content: none
    }

    dl,
    menu,
    ol,
    ul {
      list-style: none;
      margin: 1em 0
    }

    dd {
      margin: 0 0 0 40px
    }

    menu,
    ol,
    ul {
      padding: 0 0 0 40px
    }

    nav ol,
    nav ul {
      list-style: none;
      list-style-image: none
    }

    img {
      border: 0;
      -ms-interpolation-mode: bicubic
    }

    svg:not(:root) {
      overflow: hidden
    }

    figure,
    form {
      margin: 0
    }

    fieldset {
      border: 1px solid silver;
      margin: 0 2px;
      padding: .35em .625em .75em
    }

    legend {
      border: 0;
      *margin-left: -7px;
      white-space: normal
    }

    button,
    input,
    select,
    textarea {
      font-size: 100%;
      margin: 0;
      vertical-align: initial;
      *vertical-align: middle
    }

    button,
    input {
      line-height: normal
    }

    button,
    html input[type=button],
    input[type=reset],
    input[type=submit] {
      -webkit-appearance: button;
      cursor: pointer;
      *overflow: visible
    }

    button[disabled],
    html input[disabled] {
      cursor: default
    }

    input[type=checkbox],
    input[type=radio] {
      box-sizing: border-box;
      *height: 13px;
      padding: 0;
      *width: 13px
    }

    input[type=search] {
      -webkit-appearance: textfield;
      box-sizing: initial
    }

    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
      -webkit-appearance: none
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
      border: 0;
      padding: 0
    }

    textarea {
      overflow: auto;
      vertical-align: top
    }

    table {
      border-spacing: 0
    }

    a,
    article,
    aside,
    audio,
    blockquote,
    body,
    canvas,
    caption,
    code,
    dd,
    details,
    div,
    dl,
    dt,
    em,
    embed,
    fieldset,
    figcaption,
    figure,
    footer,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    header,
    hgroup,
    html,
    iframe,
    img,
    input,
    label,
    legend,
    li,
    mark,
    menu,
    nav,
    object,
    ol,
    output,
    p,
    pre,
    q,
    ruby,
    section,
    small,
    span,
    strong,
    summary,
    table,
    tbody,
    td,
    tfoot,
    th,
    thead,
    time,
    tr,
    ul,
    video {
      margin: 0;
      padding: 0
    }

    * {
      box-sizing: border-box
    }

    ::-webkit-scrollbar {
      display: block;
      height: 4px;
      width: 4px
    }

    ::-webkit-scrollbar-thumb {
      background: transparent;
      border-radius: 2px
    }

    :hover::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, .101)
    }

    html {
      height: 100%
    }

    html,
    html body {
      font-family: TikTok Text, PingFang SC, Hiragino Sans GB, Microsoft YaHei, å¾®è½¯éé», HelveticaNeue, Helvetica, Arial, sans-serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      height: auto;
      overflow: auto;
      width: 100%
    }

    a {
      outline: 0;
      text-decoration: none
    }

    .btn {
      border: none;
      border-radius: 4px;
      color: #000;
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      height: 38px;
      line-height: 38px;
      outline: none;
      padding: 0 25px;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .btn-primary {
      background: #fe2c55;
      color: #fff
    }

    .btn-primary:hover {
      background: #ff4a6e
    }

    .btn-primary:active {
      background: #e22348
    }

    .btn-outline {
      background: transparent;
      border: 1px solid #fe2c55;
      color: #fe2c55
    }

    .btn-outline:active,
    .btn-outline:hover {
      background: #ff4a6e;
      color: #fff
    }

    .btn-light {
      background: #fff;
      color: #000
    }

    .btn-light:hover {
      color: #69718c
    }

    .btn-light:active {
      color: #474e66
    }

    .btn-lg {
      height: 44px;
      line-height: 44px
    }

    /*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
    *,
    :after,
    :before {
      border-color: currentColor;
      border-style: solid;
      border-width: 0;
      box-sizing: border-box
    }

    :after,
    :before {
      --tw-content: ""
    }

    html {
      line-height: 1.5;
      -webkit-text-size-adjust: 100%;
      font-family: ui-sans-serif, system-ui, -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-feature-settings: normal;
      font-variation-settings: normal;
      -moz-tab-size: 4;
      tab-size: 4
    }

    body {
      line-height: inherit;
      margin: 0
    }

    hr {
      border-top-width: 1px;
      color: inherit;
      height: 0
    }

    abbr:where([title]) {
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: inherit;
      font-weight: inherit
    }

    a {
      color: inherit;
      text-decoration: inherit
    }

    b,
    strong {
      font-weight: bolder
    }

    code,
    kbd,
    pre,
    samp {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
      font-size: 1em
    }

    small {
      font-size: 80%
    }

    sub,
    sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: initial
    }

    sub {
      bottom: -.25em
    }

    sup {
      top: -.5em
    }

    table {
      border-collapse: collapse;
      border-color: inherit;
      text-indent: 0
    }

    button,
    input,
    optgroup,
    select,
    textarea {
      color: inherit;
      font-family: inherit;
      font-feature-settings: inherit;
      font-size: 100%;
      font-variation-settings: inherit;
      font-weight: inherit;
      line-height: inherit;
      margin: 0;
      padding: 0
    }

    button,
    select {
      text-transform: none
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
      -webkit-appearance: button;
      background-color: initial;
      background-image: none
    }

    :-moz-focusring {
      outline: auto
    }

    :-moz-ui-invalid {
      box-shadow: none
    }

    progress {
      vertical-align: initial
    }

    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
      height: auto
    }

    [type=search] {
      -webkit-appearance: textfield;
      outline-offset: -2px
    }

    ::-webkit-search-decoration {
      -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
      -webkit-appearance: button;
      font: inherit
    }

    summary {
      display: list-item
    }

    blockquote,
    dd,
    dl,
    figure,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    p,
    pre {
      margin: 0
    }

    fieldset {
      margin: 0
    }

    fieldset,
    legend {
      padding: 0
    }

    menu,
    ol,
    ul {
      list-style: none;
      margin: 0;
      padding: 0
    }

    dialog {
      padding: 0
    }

    textarea {
      resize: vertical
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
      color: #9ca3af;
      opacity: 1
    }

    input::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
      color: #9ca3af;
      opacity: 1
    }

    input::placeholder,
    textarea::placeholder {
      color: #9ca3af;
      opacity: 1
    }

    [role=button],
    button {
      cursor: pointer
    }

    :disabled {
      cursor: default
    }

    audio,
    canvas,
    embed,
    iframe,
    img,
    object,
    svg,
    video {
      display: block;
      vertical-align: middle
    }

    img,
    video {
      height: auto;
      max-width: 100%
    }

    [hidden] {
      display: none
    }

    *,
    :after,
    :before {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x: ;
      --tw-pan-y: ;
      --tw-pinch-zoom: ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position: ;
      --tw-gradient-via-position: ;
      --tw-gradient-to-position: ;
      --tw-ordinal: ;
      --tw-slashed-zero: ;
      --tw-numeric-figure: ;
      --tw-numeric-spacing: ;
      --tw-numeric-fraction: ;
      --tw-ring-inset: ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgba(59, 130, 246, .5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur: ;
      --tw-brightness: ;
      --tw-contrast: ;
      --tw-grayscale: ;
      --tw-hue-rotate: ;
      --tw-invert: ;
      --tw-saturate: ;
      --tw-sepia: ;
      --tw-drop-shadow: ;
      --tw-backdrop-blur: ;
      --tw-backdrop-brightness: ;
      --tw-backdrop-contrast: ;
      --tw-backdrop-grayscale: ;
      --tw-backdrop-hue-rotate: ;
      --tw-backdrop-invert: ;
      --tw-backdrop-opacity: ;
      --tw-backdrop-saturate: ;
      --tw-backdrop-sepia:
    }

    ::-ms-backdrop {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x: ;
      --tw-pan-y: ;
      --tw-pinch-zoom: ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position: ;
      --tw-gradient-via-position: ;
      --tw-gradient-to-position: ;
      --tw-ordinal: ;
      --tw-slashed-zero: ;
      --tw-numeric-figure: ;
      --tw-numeric-spacing: ;
      --tw-numeric-fraction: ;
      --tw-ring-inset: ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgba(59, 130, 246, .5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur: ;
      --tw-brightness: ;
      --tw-contrast: ;
      --tw-grayscale: ;
      --tw-hue-rotate: ;
      --tw-invert: ;
      --tw-saturate: ;
      --tw-sepia: ;
      --tw-drop-shadow: ;
      --tw-backdrop-blur: ;
      --tw-backdrop-brightness: ;
      --tw-backdrop-contrast: ;
      --tw-backdrop-grayscale: ;
      --tw-backdrop-hue-rotate: ;
      --tw-backdrop-invert: ;
      --tw-backdrop-opacity: ;
      --tw-backdrop-saturate: ;
      --tw-backdrop-sepia:
    }

    ::backdrop {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x: ;
      --tw-pan-y: ;
      --tw-pinch-zoom: ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position: ;
      --tw-gradient-via-position: ;
      --tw-gradient-to-position: ;
      --tw-ordinal: ;
      --tw-slashed-zero: ;
      --tw-numeric-figure: ;
      --tw-numeric-spacing: ;
      --tw-numeric-fraction: ;
      --tw-ring-inset: ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgba(59, 130, 246, .5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur: ;
      --tw-brightness: ;
      --tw-contrast: ;
      --tw-grayscale: ;
      --tw-hue-rotate: ;
      --tw-invert: ;
      --tw-saturate: ;
      --tw-sepia: ;
      --tw-drop-shadow: ;
      --tw-backdrop-blur: ;
      --tw-backdrop-brightness: ;
      --tw-backdrop-contrast: ;
      --tw-backdrop-grayscale: ;
      --tw-backdrop-hue-rotate: ;
      --tw-backdrop-invert: ;
      --tw-backdrop-opacity: ;
      --tw-backdrop-saturate: ;
      --tw-backdrop-sepia:
    }

    .container {
      width: 100%
    }

    @media (min-width:1280px) {
      .container {
        max-width: 1280px
      }
    }

    .visible {
      visibility: visible
    }

    .static {
      position: static
    }

    .fixed {
      position: fixed
    }

    .absolute {
      position: absolute
    }

    .relative {
      position: relative
    }

    .isolate {
      isolation: isolate
    }

    .mx-auto {
      margin-left: auto;
      margin-right: auto
    }

    .my-16 {
      margin-bottom: 16px;
      margin-top: 16px
    }

    .my-24 {
      margin-bottom: 24px;
      margin-top: 24px
    }

    .my-auto {
      margin-bottom: auto;
      margin-top: auto
    }

    .mb-16 {
      margin-bottom: 16px
    }

    .mb-24 {
      margin-bottom: 24px
    }

    .mb-4 {
      margin-bottom: 4px
    }

    .mb-40 {
      margin-bottom: 40px
    }

    .mb-8 {
      margin-bottom: 8px
    }

    .ml-4 {
      margin-left: 4px
    }

    .mr-12 {
      margin-right: 12px
    }

    .mr-4 {
      margin-right: 4px
    }

    .mt-16 {
      margin-top: 16px
    }

    .mt-24 {
      margin-top: 24px
    }

    .mt-36 {
      margin-top: 36px
    }

    .mt-4 {
      margin-top: 4px
    }

    .mt-64 {
      margin-top: 64px
    }

    .mt-8 {
      margin-top: 8px
    }

    .block {
      display: block
    }

    .inline-block {
      display: inline-block
    }

    .flex {
      display: flex
    }

    .inline-flex {
      display: inline-flex
    }

    .table {
      display: table
    }

    .table-caption {
      display: table-caption
    }

    .contents {
      display: contents
    }

    .hidden {
      display: none
    }

    .aspect-square {
      aspect-ratio: 1/1
    }

    .h-0 {
      height: 0
    }

    .h-1 {
      height: 1px
    }

    .h-20 {
      height: 20px
    }

    .h-36 {
      height: 36px
    }

    .h-48 {
      height: 48px
    }

    .h-\[100px\] {
      height: 100px
    }

    .h-\[44px\] {
      height: 44px
    }

    .h-\[64px\] {
      height: 64px
    }

    .h-\[96px\] {
      height: 96px
    }

    .h-fit {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content
    }

    .h-full {
      height: 100%
    }

    .w-20 {
      width: 20px
    }

    .w-\[100px\] {
      width: 100px
    }

    .w-\[420px\] {
      width: 420px
    }

    .w-\[64px\] {
      width: 64px
    }

    .w-\[96px\] {
      width: 96px
    }

    .w-fit {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content
    }

    .w-full {
      width: 100%
    }

    .max-w-\[300px\] {
      max-width: 300px
    }

    .max-w-\[400px\] {
      max-width: 400px
    }

    .max-w-\[490px\] {
      max-width: 490px
    }

    .max-w-\[612px\] {
      max-width: 612px
    }

    .flex-1 {
      flex: 1 1 0%
    }

    .flex-shrink-0,
    .shrink-0 {
      flex-shrink: 0
    }

    .caption-bottom {
      caption-side: bottom
    }

    .transform {
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .cursor-not-allowed {
      cursor: not-allowed
    }

    .cursor-pointer {
      cursor: pointer
    }

    .select-none {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none
    }

    .resize {
      resize: both
    }

    .list-disc {
      list-style-type: disc
    }

    .flex-row {
      flex-direction: row
    }

    .flex-col {
      flex-direction: column
    }

    .items-start {
      align-items: flex-start
    }

    .items-center {
      align-items: center
    }

    .justify-center {
      justify-content: center
    }

    .justify-between {
      justify-content: space-between
    }

    .gap-1 {
      gap: 1px
    }

    .gap-16 {
      gap: 16px
    }

    .gap-2 {
      gap: 2px
    }

    .gap-3 {
      gap: 3px
    }

    .gap-32 {
      gap: 32px
    }

    .gap-4 {
      gap: 4px
    }

    .space-x-16>:not([hidden])~:not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-left: calc(16px*(1 - var(--tw-space-x-reverse)));
      margin-right: calc(16px*var(--tw-space-x-reverse))
    }

    .space-x-40>:not([hidden])~:not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-left: calc(40px*(1 - var(--tw-space-x-reverse)));
      margin-right: calc(40px*var(--tw-space-x-reverse))
    }

    .space-y-12>:not([hidden])~:not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-bottom: calc(12px*var(--tw-space-y-reverse));
      margin-top: calc(12px*(1 - var(--tw-space-y-reverse)))
    }

    .space-y-16>:not([hidden])~:not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-bottom: calc(16px*var(--tw-space-y-reverse));
      margin-top: calc(16px*(1 - var(--tw-space-y-reverse)))
    }

    .space-y-24>:not([hidden])~:not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-bottom: calc(24px*var(--tw-space-y-reverse));
      margin-top: calc(24px*(1 - var(--tw-space-y-reverse)))
    }

    .space-y-48>:not([hidden])~:not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-bottom: calc(48px*var(--tw-space-y-reverse));
      margin-top: calc(48px*(1 - var(--tw-space-y-reverse)))
    }

    .space-y-8>:not([hidden])~:not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-bottom: calc(8px*var(--tw-space-y-reverse));
      margin-top: calc(8px*(1 - var(--tw-space-y-reverse)))
    }

    .overflow-hidden {
      overflow: hidden
    }

    .rounded-12 {
      border-radius: 12px
    }

    .rounded-16 {
      border-radius: 16px
    }

    .rounded-4 {
      border-radius: 4px
    }

    .rounded-8 {
      border-radius: 8px
    }

    .rounded-\[12px\] {
      border-radius: 12px
    }

    .border {
      border-width: 1px
    }

    .border-\[1\.5px\] {
      border-width: 1.5px
    }

    .border-b {
      border-bottom-width: 1px
    }

    .border-brand-black {
      border-color: var(--theme-arco-color-brand-black)
    }

    .border-brand-red {
      border-color: var(--theme-arco-color-brand-red)
    }

    .border-neutral-line1 {
      border-color: var(--theme-arco-color-border-1)
    }

    .border-neutral-line2 {
      border-color: var(--theme-arco-color-border-2)
    }

    .bg-\[\#0F0F0F\] {
      --tw-bg-opacity: 1;
      background-color: rgb(15 15 15/var(--tw-bg-opacity))
    }

    .bg-\[\#FAEDF0\] {
      --tw-bg-opacity: 1;
      background-color: rgb(250 237 240/var(--tw-bg-opacity))
    }

    .bg-\[\#fff4f6\] {
      --tw-bg-opacity: 1;
      background-color: rgb(255 244 246/var(--tw-bg-opacity))
    }

    .bg-brand-black {
      background-color: var(--theme-arco-color-brand-black)
    }

    .bg-brand-red {
      background-color: var(--theme-arco-color-brand-red)
    }

    .bg-brand-white {
      background-color: var(--theme-arco-color-brand-white)
    }

    .bg-neutral-bg2 {
      background-color: var(--theme-arco-color-bg-bg2)
    }

    .bg-white {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255/var(--tw-bg-opacity))
    }

    .bg-\[radial-gradient\(83\.16\%_184\.04\%_at_17\.64\%_70\.57\%\2c _rgba\(255\2c _180\2c _180\2c _0\.8\)_0\%\2c _rgba\(200\2c _240\2c _242\2c _0\.8\)_35\%\2c _rgba\(200\2c _255\2c _220\2c _0\.8\)_65\%\2c _rgba\(180\2c _255\2c _180\2c _0\.8\)_100\%\)\] {
      background-image: radial-gradient(83.16% 184.04% at 17.64% 70.57%, hsla(0, 100%, 85%, .8) 0, rgba(200, 240, 242, .8) 35%, rgba(200, 255, 220, .8) 65%, rgba(180, 255, 180, .8) 100%)
    }

    .object-contain {
      object-fit: contain
    }

    .object-cover {
      object-fit: cover
    }

    .p-12 {
      padding: 12px
    }

    .p-24 {
      padding: 24px
    }

    .px-16 {
      padding-left: 16px;
      padding-right: 16px
    }

    .px-24 {
      padding-left: 24px;
      padding-right: 24px
    }

    .py-12 {
      padding-bottom: 12px;
      padding-top: 12px
    }

    .py-16 {
      padding-bottom: 16px;
      padding-top: 16px
    }

    .py-8 {
      padding-bottom: 8px;
      padding-top: 8px
    }

    .pb-24 {
      padding-bottom: 24px
    }

    .pb-48 {
      padding-bottom: 48px
    }

    .pl-20 {
      padding-left: 20px
    }

    .pl-24 {
      padding-left: 24px
    }

    .pr-24 {
      padding-right: 24px
    }

    .pt-20 {
      padding-top: 20px
    }

    .text-left {
      text-align: left
    }

    .text-center {
      text-align: center
    }

    .text-right {
      text-align: right
    }

    .text-start {
      text-align: start
    }

    .text-20 {
      font-size: 20px;
      line-height: 1
    }

    .text-2xl {
      font-size: 20px;
      line-height: 30px
    }

    .text-3xl {
      font-size: 24px;
      line-height: 30px
    }

    .text-base {
      font-size: 14px;
      line-height: 20px
    }

    .text-lg {
      font-size: 16px;
      line-height: 24px
    }

    .text-sm {
      font-size: 12px;
      line-height: 18px
    }

    .font-bold {
      font-weight: 700
    }

    .font-semibold {
      font-weight: 500
    }

    .italic {
      font-style: italic
    }

    .leading-\[140\%\] {
      line-height: 140%
    }

    .leading-\[28px\] {
      line-height: 28px
    }

    .text-\[\#00000040\] {
      color: #00000040
    }

    .text-auxiliary-cobalt {
      color: rgb(var(--theme-arco-auxiliary-cobalt-5))
    }

    .text-brand-black {
      color: var(--theme-arco-color-brand-black)
    }

    .text-brand-green {
      color: var(--theme-arco-color-brand-green)
    }

    .text-brand-red {
      color: var(--theme-arco-color-brand-red)
    }

    .text-brand-white {
      color: var(--theme-arco-color-brand-white)
    }

    .text-function-error {
      color: rgb(var(--theme-arco-danger-6))
    }

    .text-neutral-black {
      color: var(--theme-arco-color-fill-black)
    }

    .text-neutral-text1 {
      color: var(--theme-arco-color-text-1)
    }

    .text-neutral-text3 {
      color: var(--theme-arco-color-text-3)
    }

    .text-neutral-text5 {
      color: var(--theme-arco-color-text-5)
    }

    .opacity-0 {
      opacity: 0
    }

    .opacity-100 {
      opacity: 1
    }

    .opacity-60 {
      opacity: .6
    }

    .outline {
      outline-style: solid
    }

    .filter {
      -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
    }

    .transition-all {
      transition-duration: .15s;
      transition-property: all;
      transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }

    .duration-200 {
      transition-duration: .2s
    }

    .duration-\[250ms\] {
      transition-duration: .25s
    }

    .ease-in-out {
      transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }

    .text-body-m-regular {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .hover\:border-\[\#ff4a6e\]:hover {
      --tw-border-opacity: 1;
      border-color: rgb(255 74 110/var(--tw-border-opacity))
    }

    .hover\:border-brand-black:hover {
      border-color: var(--theme-arco-color-brand-black)
    }

    .hover\:bg-\[\#ff4a6e\]:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(255 74 110/var(--tw-bg-opacity))
    }

    .hover\:bg-brand-black:hover {
      background-color: var(--theme-arco-color-brand-black)
    }

    .hover\:bg-brand-red:hover {
      background-color: var(--theme-arco-color-brand-red)
    }

    .hover\:text-brand-white:hover {
      color: var(--theme-arco-color-brand-white)
    }

    .hover\:text-neutral-text3:hover {
      color: var(--theme-arco-color-text-3)
    }

    /* 379.e2cec3f0.css */
    ï»¿.theme-m4b-button-rtl .theme-arco-btn-loading>.theme-arco-icon-loading+span {
      -webkit-margin-end: 0;
      margin-inline-end: 0;
      -webkit-margin-start: unset;
      margin-inline-start: unset
    }

    .theme-m4b-button-icon-prefix {
      -webkit-margin-end: 4px;
      margin-inline-end: 4px;
      -webkit-margin-start: 0;
      margin-inline-start: 0
    }

    .theme-m4b-button-icon-suffix {
      -webkit-margin-start: 4px;
      margin-inline-start: 4px;
      -webkit-margin-end: 0;
      margin-inline-end: 0
    }

    .theme-m4b-button.theme-m4b-button-size-abnormal {
      font-size: 20px;
      font-weight: 500;
      padding: 12px 16px
    }

    .theme-m4b-button.theme-m4b-button-size-abnormal.theme-arco-btn-primary-text:not(.theme-arco-btn-disabled) {
      font-size: 16px;
      height: 28px;
      line-height: 24px;
      padding: 2px
    }

    .theme-m4b-button.theme-m4b-button-size-abnormal.theme-arco-btn-primary-text:not(.theme-arco-btn-disabled)>svg {
      font-size: 20px
    }

    .theme-arco-btn-group.theme-m4b-button-group .theme-m4b-button.theme-arco-btn:not(:first-child) {
      -webkit-margin-start: -1px;
      margin-inline-start: -1px
    }

    .theme-arco-btn-group.theme-m4b-button-group .theme-arco-btn-rtl.theme-arco-btn-size-default:first-child:last-child,
    .theme-arco-btn-group.theme-m4b-button-group .theme-arco-btn-rtl.theme-arco-btn-size-large:first-child:last-child,
    .theme-arco-btn-group.theme-m4b-button-group .theme-arco-btn-rtl.theme-arco-btn-size-mini:first-child:last-child,
    .theme-arco-btn-group.theme-m4b-button-group .theme-arco-btn-rtl.theme-arco-btn-size-small:first-child:last-child,
    .theme-arco-btn-group.theme-m4b-button-group .theme-arco-btn-size-default:first-child:last-child,
    .theme-arco-btn-group.theme-m4b-button-group .theme-arco-btn-size-large:first-child:last-child,
    .theme-arco-btn-group.theme-m4b-button-group .theme-arco-btn-size-mini:first-child:last-child,
    .theme-arco-btn-group.theme-m4b-button-group .theme-arco-btn-size-small:first-child:last-child {
      border-radius: 4px
    }

    .theme-arco-btn-group.theme-m4b-button-group-rtl .theme-m4b-button.theme-arco-btn:not(:first-child) {
      -webkit-margin-end: -1px;
      margin-inline-end: -1px;
      -webkit-margin-start: unset;
      margin-inline-start: unset
    }

    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-m4b-button-toggle-checked {
      z-index: 3
    }

    .theme-m4b-link {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .theme-m4b-link>svg:first-child:not(:last-child) {
      margin-right: 4px
    }

    .theme-m4b-link>svg:last-child:not(:first-child) {
      margin-left: 4px
    }

    .theme-m4b-link-grey:not(.theme-arco-link-disabled):not(:hover):not(:active):not(:focus-visible) {
      color: var(--theme-arco-color-text-3)
    }

    .theme-m4b-link.theme-m4b-link-grey.theme-arco-link-disabled {
      color: var(--theme-arco-color-text-5)
    }

    .theme-m4b-link>span:hover:after {
      display: none
    }

    .theme-m4b-link.theme-arco-link:not(.theme-arco-link-disabled)>span:hover {
      text-decoration: underline
    }

    .theme-m4b-link.theme-arco-link:not(.theme-arco-link-disabled)>span:hover:after {
      display: none
    }

    .theme-m4b-link.theme-arco-link.theme-m4b-link-disabled-underline>span:hover {
      text-decoration: none
    }

    .Logo_0ce24 {
      color: #000;
      cursor: pointer;
      flex-shrink: 0;
      height: 30px
    }

    .Logo_0ce24 path {
      fill: #000
    }

    .Logo_0ce24.white_0ce24 {
      color: #fff
    }

    .Logo_0ce24.white_0ce24 path {
      fill: #fff
    }

    .ColorfulLogo_0ce24 {
      cursor: pointer;
      flex-shrink: 0;
      height: 30px
    }

    .ColorfulLogo_0ce24.black_0ce24 path[fill=white] {
      fill: #000
    }

    @media (max-width:600px) and (min-width:401px) {
      .Logo_0ce24 {
        transform: scale(.73);
        transform-origin: left
      }

      .ColorfulLogo_0ce24 {
        height: auto;
        width: 120px
      }
    }

    @media (max-width:400px) {
      .Logo_0ce24 {
        transform: scale(.73);
        transform-origin: left
      }

      .ColorfulLogo_0ce24 {
        height: auto;
        width: 80px
      }
    }

    .Text_24460 {
      align-items: center;
      color: #fff;
      cursor: pointer;
      display: flex;
      justify-content: space-between
    }

    .Text_24460.active_24460,
    .Text_24460:hover {
      color: #fe2c55
    }

    html[data-m4b-theme=theme-m4b] .theme-m4b-dropdown .theme-arco-dropdown-popup-visible.theme-arco-btn.theme-arco-btn-secondary:not(.theme-arco-btn-disabled) {
      border-color: var(--theme-arco-color-border-1)
    }

    html[data-m4b-theme=theme-m4b-next] .theme-m4b-dropdown .theme-arco-dropdown-popup-visible.theme-arco-btn.theme-arco-btn-secondary:not(.theme-arco-btn-disabled) {
      border-color: transparent
    }

    .theme-m4b-dropdown .theme-arco-spin-loading-layer-inner {
      width: 20px
    }

    .theme-m4b-dropdown .theme-arco-spin-loading-layer-inner:hover {
      cursor: pointer
    }

    .theme-m4b-dropdown .theme-arco-spin-loading-layer-inner .theme-arco-spin-icon {
      color: var(--theme-arco-color-bg-white);
      font-size: 16px
    }

    .theme-m4b-dropdown .theme-arco-spin .theme-arco-spin-children:after {
      opacity: 0
    }

    .theme-m4b-dropdown .theme-arco-spin.theme-arco-spin-loading .theme-arco-spin-children:after {
      opacity: 1;
      pointer-events: auto
    }

    .theme-m4b-dropdown .theme-arco-spin-children {
      cursor: pointer
    }

    .theme-m4b-dropdown .theme-arco-spin-children:after {
      background-color: rgb(var(--theme-arco-primary-6));
      border-radius: 4px
    }

    .theme-m4b-dropdown-button.theme-m4b-dropdown-button-rotate-arrow .theme-arco-icon-down {
      transition: all .2s
    }

    .theme-arco-dropdown-popup-visible.theme-m4b-dropdown-button.theme-m4b-dropdown-button-rotate-arrow .theme-arco-icon-down {
      transform: rotate(-180deg)
    }

    .theme-m4b-tooltip .theme-m4b-tooltip-content-title {
      font-weight: 500
    }

    .theme-m4b-dropdown-menu {
      color: var(--theme-arco-color-text-1);
      cursor: pointer;
      max-height: 200px;
      overflow: auto
    }

    .theme-m4b-dropdown-menu .theme-arco-menu-inner {
      padding: 0
    }

    .theme-m4b-dropdown-menu .danger.theme-arco-dropdown-menu-item:not(.theme-arco-dropdown-menu-selected):not(.theme-arco-dropdown-menu-disabled) {
      color: #c71023
    }

    .theme-m4b-dropdown-menu .danger:hover {
      background: #fef4f4
    }

    .theme-m4b-dropdown-menu-item .theme-arco-menu-indent {
      width: 0
    }

    .theme-m4b-dropdown-menu-item,
    .theme-m4b-dropdown-menu-sub-menu,
    .theme-m4b-dropdown-menu-sub-menu .theme-arco-menu-inline-content .theme-arco-menu-item {
      transition: all .1s linear
    }

    .theme-m4b-dropdown-menu-item-group .theme-arco-dropdown-menu-group-title {
      box-sizing: border-box;
      color: var(--theme-arco-color-text-3);
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      margin: 8px 0;
      overflow: hidden;
      padding: 0 8px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%
    }

    .theme-m4b-divider.theme-arco-divider-horizontal,
    .theme-m4b-divider.theme-arco-divider-vertical {
      margin: 0
    }

    .theme-m4b-divider.theme-arco-divider-horizontal.theme-arco-divider-with-text-left:before {
      flex-basis: 0
    }

    .theme-m4b-divider.theme-arco-divider-horizontal.theme-arco-divider-with-text-left .theme-arco-divider-text {
      padding-left: 0
    }

    .theme-m4b-divider.theme-arco-divider-horizontal.theme-arco-divider-with-text-right:after {
      flex-basis: 0
    }

    .theme-m4b-divider.theme-arco-divider-horizontal.theme-arco-divider-with-text-right .theme-arco-divider-text {
      padding-right: 0
    }

    .theme-m4b-divider .theme-arco-divider-text {
      color: var(--theme-arco-color-text-1);
      font-size: 16px;
      font-weight: 500;
      padding: 0 12px
    }

    .theme-m4b-divider-block {
      background-color: var(--theme-arco-color-bg-bg2);
      border-radius: 8px;
      padding: 24px 12px
    }

    .DropdownMenuItem_bf599 {
      align-items: center;
      color: rgba(0, 0, 0, .92);
      display: flex;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px
    }

    .DropdownMenuItem_bf599+:not([hidden]) {
      margin-top: 2px
    }

    .DropdownMenuItem_bf599.selected_bf599 {
      color: #fe2c55 !important
    }

    .DropdownMenuItem_bf599:hover {
      background-color: #fff !important;
      background: linear-gradient(0deg, rgba(234, 61, 76, .1), rgba(234, 61, 76, .1)), #fff;
      border-radius: 4px;
      color: #fe2c55 !important;
      transition: none
    }

    .Language_2db49 {
      gap: 4px
    }

    .Language_2db49,
    .Login_d9917 {
      font-size: 14px;
      font-weight: 500;
      height: 45px;
      line-height: 20px;
      padding: 0 4px
    }

    .Login-small_d9917 {
      font-size: 12px;
      font-weight: 500;
      line-height: 18px
    }

    .Login-Highlight_d9917:hover {
      color: #fff
    }

    .theme-m4b-button-icon,
    .theme-m4b-button-icon-prefix {
      align-items: center;
      display: flex
    }

    .theme-m4b-button-icon-prefix {
      margin-left: 0;
      margin-right: 4px
    }

    .theme-m4b-button-icon-suffix {
      align-items: center;
      display: flex;
      margin-left: 4px;
      margin-right: 0
    }

    .theme-m4b-button-icon-suffix svg {
      font-size: 16px
    }

    .theme-m4b-button-dark-outline.theme-arco-btn-outline:not(.theme-arco-btn-disabled) {
      background-color: initial;
      border-color: var(--theme-arco-color-bg-white);
      color: var(--theme-arco-color-bg-white)
    }

    .theme-m4b-button-dark-outline.theme-arco-btn-outline:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: hsla(0, 0%, 100%, .2);
      border-color: var(--theme-arco-color-bg-white);
      color: var(--theme-arco-color-bg-white)
    }

    .theme-m4b-button-dark-outline.theme-arco-btn-outline:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: hsla(0, 0%, 100%, .4);
      border-color: var(--theme-arco-color-bg-white);
      color: var(--theme-arco-color-bg-white)
    }

    .theme-m4b-button-dark-outline.theme-arco-btn-outline:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):focus-visible {
      outline-color: var(--theme-arco-color-bg-white)
    }

    .theme-m4b-button-dark-outline.theme-arco-btn-outline.theme-arco-btn-disabled {
      border-color: hsla(0, 0%, 100%, .3);
      color: hsla(0, 0%, 100%, .3)
    }

    .theme-m4b-button-dark-primary.theme-arco-btn-primary:not(.theme-arco-btn-disabled) {
      background-color: var(--theme-arco-color-bg-white);
      border-color: transparent;
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-m4b-button-dark-primary.theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: hsla(0, 0%, 100%, .8);
      border-color: transparent;
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-m4b-button-dark-primary.theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: hsla(0, 0%, 100%, .6);
      border-color: transparent;
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-m4b-button-dark-primary.theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):focus-visible {
      outline-color: var(--theme-arco-color-bg-white)
    }

    .theme-m4b-button-dark-primary.theme-arco-btn-primary.theme-arco-btn-disabled {
      background-color: hsla(0, 0%, 100%, .3);
      border-color: transparent;
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-m4b-button-link.theme-arco-btn-size-default,
    .theme-m4b-button-link.theme-arco-btn-size-large,
    .theme-m4b-button-link.theme-arco-btn-size-small {
      font-size: 14px;
      font-weight: 500;
      height: auto;
      line-height: 20px;
      padding: 0
    }

    .theme-m4b-button-link.theme-arco-btn-primary:not(.theme-arco-btn-disabled) {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-m4b-button-link.theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-5))
    }

    .theme-m4b-button-link.theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-2))
    }

    .theme-m4b-button-link.theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):focus-visible {
      border-radius: 3px;
      outline: 3px solid rgb(var(--theme-arco-primary-6));
      outline-offset: 3px
    }

    .theme-m4b-button-link.theme-arco-btn-primary.theme-arco-btn-disabled {
      background-color: initial;
      color: rgb(var(--theme-arco-primary-3))
    }

    .theme-m4b-button-grey-link.theme-arco-btn-size-default,
    .theme-m4b-button-grey-link.theme-arco-btn-size-large,
    .theme-m4b-button-grey-link.theme-arco-btn-size-small {
      font-size: 14px;
      font-weight: 500;
      height: auto;
      line-height: 20px;
      padding: 0
    }

    .theme-m4b-button-grey-link.theme-arco-btn-primary:not(.theme-arco-btn-disabled) {
      background-color: initial;
      color: var(--theme-arco-color-text-3)
    }

    .theme-m4b-button-grey-link.theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      background-color: initial;
      color: var(--theme-arco-color-text-2)
    }

    .theme-m4b-button-grey-link.theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: initial;
      color: var(--theme-arco-color-text-1)
    }

    .theme-m4b-button-grey-link.theme-arco-btn-primary:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):focus-visible {
      border-radius: 3px;
      outline: 3px solid var(--theme-arco-color-text-1);
      outline-offset: 3px
    }

    .theme-m4b-button-grey-link.theme-arco-btn-primary.theme-arco-btn-disabled {
      background-color: initial;
      color: var(--theme-arco-color-text-5)
    }

    .theme-arco-btn-group.theme-m4b-button-group .theme-m4b-button.theme-arco-btn:not(:first-child) {
      margin-left: -1px
    }

    .theme-arco-btn-group.theme-m4b-button-group .theme-arco-btn.theme-m4b-button:not(:last-child) {
      border-right-color: transparent
    }

    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-arco-btn-loading {
      border-color: var(--theme-arco-color-border-1);
      color: var(--theme-arco-color-text-3)
    }

    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-m4b-button-toggle-checked.theme-arco-btn-loading {
      border-color: rgb(var(--theme-arco-primary-6));
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-m4b-button-toggle.theme-arco-btn-outline:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading),
    .theme-m4b-button-toggle.theme-arco-btn-outline:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      border-color: var(--theme-arco-color-border-1);
      color: var(--theme-arco-color-text-3)
    }

    .theme-m4b-button-toggle.theme-arco-btn-outline:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active {
      background-color: var(--theme-arco-color-border-state-pressed)
    }

    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-arco-btn-disabled,
    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-arco-btn-disabled:active,
    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-arco-btn-disabled:hover {
      background-color: var(--theme-arco-color-bg-bg1);
      border-color: var(--theme-arco-color-text-5);
      color: var(--theme-arco-color-text-5)
    }

    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-m4b-button-toggle-checked:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading),
    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-m4b-button-toggle-checked:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-m4b-button-toggle-checked:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      border-color: rgb(var(--theme-arco-primary-6));
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-m4b-button-toggle-checked.theme-arco-btn-disabled,
    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-m4b-button-toggle-checked.theme-arco-btn-disabled:active,
    .theme-m4b-button-toggle.theme-arco-btn-outline.theme-m4b-button-toggle-checked.theme-arco-btn-disabled:hover {
      border-color: var(--theme-arco-color-text-5);
      color: var(--theme-arco-color-text-5)
    }

    .theme-m4b-button-toggle.theme-arco-btn-text:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading),
    .theme-m4b-button-toggle.theme-arco-btn-text:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-m4b-button-toggle.theme-arco-btn-text:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      color: var(--theme-arco-color-text-3)
    }

    .theme-m4b-button-toggle.theme-arco-btn-text.theme-arco-btn-disabled,
    .theme-m4b-button-toggle.theme-arco-btn-text.theme-arco-btn-disabled:active,
    .theme-m4b-button-toggle.theme-arco-btn-text.theme-arco-btn-disabled:hover {
      color: var(--theme-arco-color-text-5)
    }

    .theme-m4b-button-toggle.theme-arco-btn-text.theme-m4b-button-toggle-checked:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading),
    .theme-m4b-button-toggle.theme-arco-btn-text.theme-m4b-button-toggle-checked:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):active,
    .theme-m4b-button-toggle.theme-arco-btn-text.theme-m4b-button-toggle-checked:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
      color: rgb(var(--theme-arco-primary-6))
    }

    .theme-m4b-button-toggle.theme-arco-btn-text.theme-m4b-button-toggle-checked.theme-arco-btn-disabled,
    .theme-m4b-button-toggle.theme-arco-btn-text.theme-m4b-button-toggle-checked.theme-arco-btn-disabled:active,
    .theme-m4b-button-toggle.theme-arco-btn-text.theme-m4b-button-toggle-checked.theme-arco-btn-disabled:hover {
      color: var(--theme-arco-color-text-5)
    }

    .theme-m4b-button-group .theme-m4b-button-toggle.theme-m4b-button-toggle:not(:last-child) {
      margin-left: 0
    }

    .RedButton_583e8 {
      background-color: #fe2c55 !important;
      color: #fff !important
    }

    .RedButton_583e8:hover {
      background-color: #ff4a6e !important
    }

    .RedButton_583e8:active {
      background-color: #e22348 !important
    }

    @media (min-width:1280px) {
      .OperationLayout_3bfd8 {
        align-items: center;
        display: flex;
        gap: 20px
      }

      .H5Layout_3bfd8 {
        display: none
      }
    }

    @media (max-width:1280px) {
      .OperationLayout_3bfd8 {
        display: none
      }

      .H5Layout_3bfd8 {
        display: flex;
        gap: 16px
      }
    }

    @media (max-width:600px) {
      .OperationLayout_3bfd8 {
        display: none
      }

      .H5Layout_3bfd8 {
        display: flex;
        gap: 8px
      }
    }

    .MenuBtn_24780 {
      box-sizing: initial !important;
      color: #fff !important;
      height: 20px !important;
      padding: 8px 4px;
      width: 20px !important
    }

    .theme-m4b-modal {
      min-width: unset
    }

    .theme-m4b-modal.theme-m4b-modal-size-mini {
      width: 432px
    }

    .theme-m4b-modal.theme-m4b-modal-size-small {
      width: 592px
    }

    .theme-m4b-modal.theme-m4b-modal-size-default {
      width: 752px
    }

    .theme-m4b-modal.theme-m4b-modal-size-large {
      width: 992px
    }

    .theme-m4b-modal-with-subtitle {
      flex: 1 1
    }

    .theme-m4b-modal-title {
      align-items: center;
      display: flex
    }

    .theme-m4b-modal-title-icon {
      flex-shrink: 0;
      margin-top: 2px
    }

    .theme-m4b-modal-sub-title {
      color: var(--theme-arco-color-text-2);
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      min-height: 18px
    }

    .theme-m4b-modal-with-icon .theme-m4b-modal-sub-title {
      margin-left: 32px
    }

    .theme-m4b-modal-footer {
      align-items: center;
      display: flex;
      justify-content: flex-end;
      text-align: left
    }

    .theme-m4b-modal-footer-text {
      color: var(--theme-arco-color-text-2);
      flex: 1 1;
      font-family: inherit;
      font-size: 12px
    }

    .theme-m4b-modal-footer>button {
      margin-left: 12px
    }

    .theme-m4b-modal .theme-arco-modal-header .theme-arco-modal-title {
      font-size: 20px;
      font-weight: 500;
      line-height: 36px
    }

    html[data-m4b-theme=theme-m4b] .theme-m4b-modal .theme-arco-icon-Info-blue>circle {
      fill: rgb(var(--theme-arco-primary-6))
    }

    .theme-m4b-modal-with-icon .theme-arco-modal-content {
      padding-left: 56px
    }

    .menuModal_eb86e {
      overflow: hidden
    }

    .menuPanel_eb86e {
      display: inline-flex;
      flex-direction: column;
      height: auto;
      height: 100%;
      transition: none 0s ease 0s;
      vertical-align: middle;
      width: 100%
    }

    .menuPanel_eb86e.show_eb86e {
      animation-duration: .25s;
      animation-name: slidein_eb86e
    }

    .menuPanel_eb86e.hide_eb86e {
      animation: slideout_eb86e .15s linear forwards, fadeout_eb86e .15s linear .15s forwards;
      opacity: 1;
      transform: none
    }

    .MenuLayout_eb86e {
      background: #fff;
      box-sizing: border-box;
      min-height: 100%;
      padding: 0 20px;
      padding-bottom: 20px;
      top: 0;
      width: 100%
    }

    .Divider_eb86e {
      background: rgba(0, 0, 0, .1);
      display: flex;
      height: 1px;
      margin: 20px 0
    }

    .BottomButton_eb86e {
      display: flex;
      flex-direction: column;
      margin-top: 40px
    }

    .BottomButton_eb86e>:not([hidden])~:not([hidden]) {
      margin-top: 10px
    }

    @keyframes slidein_eb86e {
      0% {
        transform: translateX(100%)
      }

      to {
        transform: translateX(0)
      }
    }

    @keyframes slideout_eb86e {
      0% {
        transform: translateX(0)
      }

      to {
        transform: translateX(100%)
      }
    }

    @keyframes fadeout_eb86e {
      0% {
        opacity: 1
      }

      to {
        opacity: 0
      }
    }

    .Header_02772 {
      align-items: center;
      display: flex;
      height: 60px;
      justify-content: space-between
    }

    .Header_02772 .Close_02772 {
      box-sizing: initial;
      flex-shrink: 0;
      height: 20px;
      padding: 8px 4px;
      width: 20px
    }

    .MenuItem_edc31 {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      height: 46px;
      justify-content: space-between;
      padding-right: 6px;
      text-decoration: none
    }

    .MenuItem_edc31 .text_edc31 {
      color: rgba(0, 0, 0, .92);
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: 22px
    }

    .MenuItem_edc31 .subLayout_edc31 {
      align-items: center;
      display: flex;
      gap: 8px
    }

    .MenuItem_edc31 .subLayout_edc31 .subText_edc31 {
      color: rgba(0, 0, 0, .55);
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px
    }

    .IconReverse_4ad68 {
      transform: rotate(180deg)
    }

    .SubMenuItemList_4ad68 {
      display: none
    }

    .SubMenuItemList_4ad68.show_4ad68 {
      display: block
    }

    .SubMenuItemList_4ad68>:not([hidden])~:not([hidden]) {
      margin-top: 5px
    }

    .SubMenuItem_4ad68 .subTitle_4ad68 {
      align-items: center;
      color: rgba(0, 0, 0, .55);
      display: flex;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 17px;
      padding: 10px 0
    }

    .SubMenuItem_4ad68 .menuItem_4ad68 {
      align-items: center;
      color: rgba(0, 0, 0, .92);
      display: flex;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      padding: 10px 0 10px 20px
    }

    .icon_f2e6c {
      transform: rotate(270deg)
    }

    .LanguageItem_f2e6c {
      align-items: center;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      display: flex;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      min-height: 53px;
      padding: 12px 16px
    }

    .LanguageItem_f2e6c.selected_f2e6c {
      color: #fe2c55
    }

    .pullPanelModal_306c8 {
      overflow: hidden
    }

    .pullPanel_306c8 {
      display: inline-flex;
      flex-direction: column;
      height: auto;
      transition: none 0s ease 0s;
      vertical-align: bottom;
      width: 100%
    }

    .pullPanel_306c8.show_306c8 {
      animation-duration: .25s;
      animation-name: slidein_306c8
    }

    .pullPanel_306c8.hide_306c8 {
      animation: slideout_306c8 .25s linear forwards, fadeout_306c8 .25s linear .25s forwards;
      opacity: 1;
      transform: none
    }

    @keyframes slidein_306c8 {
      0% {
        transform: translateY(100%)
      }

      to {
        transform: translateY(0)
      }
    }

    @keyframes slideout_306c8 {
      0% {
        transform: translateY(0)
      }

      to {
        transform: translateY(100%)
      }
    }

    @keyframes fadeout_306c8 {
      0% {
        opacity: 1
      }

      to {
        opacity: 0
      }
    }

    .H5ModalContent_8be13 {
      background: #fff;
      border-radius: 8px 8px 0 0;
      display: flex;
      flex-direction: column;
      max-height: 100vh
    }

    .Header_8be13 {
      align-items: center;
      border-bottom: 1px solid rgba(22, 24, 35, .2);
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      display: flex;
      flex-shrink: 0;
      height: 52px;
      justify-content: center;
      padding: 0 40px;
      position: relative;
      width: 100%
    }

    .Header_8be13 .title_8be13 {
      font-size: 17px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%
    }

    .Header_8be13 .close_8be13 {
      height: 24px;
      position: absolute;
      right: 16px;
      top: 14px;
      width: 24px
    }

    .Footer_10a58 {
      background: #000;
      width: 100%
    }

    .Footer_10a58,
    .Footer_10a58 * {
      box-sizing: border-box
    }

    .Footer_10a58 a {
      text-decoration: none
    }

    .Content_10a58 {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      width: 100%
    }

    .Divider_10a58 {
      background-color: hsla(0, 0%, 100%, .15);
      display: none;
      height: 1px;
      width: 100%
    }

    @media (min-width:1280px) {
      .Content_10a58 {
        max-width: 1200px;
        padding: 0 40px
      }

      .TopContent_10a58 {
        display: flex;
        padding: 64px 0;
        width: 100%
      }

      .BottomContent_10a58 {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 24px 0;
        width: 100%
      }

      .Divider_LG_10a58 {
        display: block
      }
    }

    @media (min-width:600px) and (max-width:1280px) {
      .Content_10a58 {
        gap: 40px;
        padding: 48px 40px 40px 40px
      }

      .BottomContent_10a58,
      .TopContent_10a58 {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%
      }

      .Divider_MD_10a58 {
        display: block
      }
    }

    @media (max-width:600px) {
      .Content_10a58 {
        gap: 40px;
        padding: 48px 20px 40px 20px
      }

      .BottomContent_10a58,
      .TopContent_10a58 {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%
      }

      .Divider_MD_10a58 {
        display: block
      }
    }

    .SiteButton_649bc {
      background-color: initial !important;
      border: 0 !important;
      color: #fff !important;
      display: flex !important;
      font-weight: 500 !important;
      gap: 4px !important;
      height: 36px !important;
      line-height: 20px !important;
      padding-left: 4px !important;
      padding-right: 4px !important
    }

    @media (max-width:400px) {
      .SiteButton_649bc {
        font-size: 12px !important
      }
    }

    @media (min-width:401px) {
      .SiteButton_649bc {
        font-size: 14px !important
      }
    }

    .icon_649bc {
      transform: rotate(270deg)
    }

    .Site_649bc {
      flex: 1 1;
      overflow-y: scroll
    }

    .List_649bc {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 24px;
      padding: 0 20px
    }

    .SectionTitle_649bc {
      border-bottom: 1px solid rgba(0, 0, 0, .1);
      color: #171718;
      display: flex;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 8px;
      padding-bottom: 8px
    }

    .SectionItemContainer_649bc {
      display: flex;
      flex-direction: column;
      gap: 8px
    }

    .SectionItem_649bc {
      color: rgba(0, 0, 0, .92);
      display: flex;
      font-size: 14px;
      line-height: 20px;
      padding: 8px
    }

    .SectionItem_649bc.selected_649bc {
      align-items: center;
      background: #fff2f0;
      border-radius: 8px;
      color: #fe2c55;
      justify-content: space-between
    }

    .SiteItem_649bc {
      align-items: center;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      display: flex;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      min-height: 53px;
      padding: 12px 16px;
      -webkit-text-decoration-line: none;
      text-decoration-line: none
    }

    .SiteItem_649bc.selected_649bc {
      color: #fe2c55
    }

    .InviteOnly_649bc {
      color: #848688 !important;
      flex-shrink: 0 !important;
      font-size: 12px !important;
      margin-left: auto !important;
      white-space: nowrap !important
    }

    .ColumnsLayout_370ed {
      display: flex;
      flex-shrink: 0;
      flex-wrap: wrap
    }

    .ColumnsList_370ed {
      display: flex;
      flex-direction: column;
      max-width: 190px;
      min-width: 140px
    }

    .ColumnsList_370ed>:not([hidden])~:not([hidden]) {
      margin-top: 12px
    }

    .ColumnsTitle_370ed {
      color: #fff
    }

    .ColumnsItem_370ed {
      color: hsla(0, 0%, 100%, .6);
      cursor: pointer;
      text-decoration: none
    }

    .ColumnsItem_370ed:hover {
      color: #eb254c
    }

    @media (min-width:1280px) {
      .ColumnsLayout_370ed {
        gap: 80px
      }

      .ColumnsTitle_370ed {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
      }

      .ColumnsItem_370ed {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px
      }
    }

    @media (min-width:600px) and (max-width:1280px) {
      .ColumnsLayout_370ed {
        gap: 40px
      }

      .ColumnsTitle_370ed {
        font-size: 17px;
        font-weight: 500;
        line-height: 22px
      }

      .ColumnsItem_370ed {
        font-size: 14px;
        line-height: 20px
      }
    }

    @media (max-width:600px) {
      .ColumnsLayout_370ed {
        gap: 40px
      }

      .ColumnsTitle_370ed {
        font-size: 17px;
        font-weight: 500;
        line-height: 22px
      }

      .ColumnsItem_370ed {
        font-size: 13px;
        font-weight: 400;
        line-height: 17px
      }
    }

    .Item_0bc78 {
      align-items: center;
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      display: flex;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
      min-height: 53px;
      padding: 12px 16px;
      -webkit-text-decoration-line: none;
      text-decoration-line: none
    }

    .Item_0bc78.selected_0bc78 {
      color: #fe2c55
    }

    .FollowUs_71e0e {
      display: flex;
      gap: 16px;
      justify-content: end;
      width: 100%
    }

    .IconBtn_71e0e {
      cursor: pointer;
      height: 24px;
      width: 24px
    }

    .DropItem_71e0e {
      align-items: center;
      display: flex;
      gap: 4px
    }

    @media (min-width:1280px) {
      .FollowUs_71e0e {
        justify-content: end
      }

      .PCFollowUsItem_71e0e {
        display: block
      }

      .H5FollowUsItem_71e0e {
        display: none
      }
    }

    @media (max-width:1280px) {
      .FollowUs_71e0e {
        justify-content: center
      }

      .PCFollowUsItem_71e0e {
        display: none
      }

      .H5FollowUsItem_71e0e {
        display: block
      }

      .H5FollowUsModalContent_71e0e {
        align-items: center;
        background: #fff;
        border-radius: 8px 8px 0 0;
        display: flex;
        flex-direction: column
      }

      .H5FollowUsModalContent_71e0e .PrivacyItem_71e0e {
        align-items: center;
        color: #000;
        display: flex;
        font-size: 15px;
        font-weight: 500;
        height: 52px;
        justify-content: center;
        line-height: 130%;
        text-decoration: none
      }

      .H5FollowUsModalContent_71e0e .PrivacyItem_71e0e+.H5FollowUsModalContent_71e0e .PrivacyItem_71e0e {
        border-top: .5px solid rgba(22, 24, 35, .12)
      }

      .H5FollowUsModalContent_71e0e .Divider_71e0e {
        background: rgba(22, 24, 35, .03);
        height: 8px;
        width: 100%
      }

      .H5FollowUsModalContent_71e0e .Cancel_71e0e {
        align-items: center;
        color: rgba(0, 0, 0, .72);
        display: flex;
        font-size: 15px;
        height: 52px;
        justify-content: center;
        line-height: 130%
      }
    }

    .scrollButton_09042 {
      width: 100%
    }

    .SiteBtn_15c1c {
      color: #fff;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      gap: 4px;
      line-height: 20px
    }

    .SiteBtn_15c1c,
    .SiteItem_15c1c {
      align-items: center;
      display: flex;
      font-style: normal
    }

    .SiteItem_15c1c {
      box-sizing: border-box;
      color: rgba(0, 0, 0, .92);
      font-size: 15px;
      font-weight: 400;
      line-height: 19px;
      min-height: 53px;
      padding: 12px 16px;
      -webkit-text-decoration-line: none;
      text-decoration-line: none
    }

    .SiteItem_15c1c.selected_15c1c {
      color: #fe2c55
    }

    @media (min-width:1280px) {
      .PCSite_15c1c {
        display: block
      }

      .H5Site_15c1c {
        display: none
      }
    }

    @media (max-width:1280px) {
      .PCSite_15c1c {
        display: none
      }

      .H5Site_15c1c {
        display: block
      }

      .SiteBtn_15c1c {
        background: hsla(0, 0%, 100%, .08);
        border-radius: 8px;
        padding: 8px 12px
      }
    }

    .button_bf2a0 {
      width: 100%
    }

    .PrivacyList_fa368 a {
      text-decoration: none
    }

    @media (min-width:1280px) {
      .Privacy_fa368 {
        color: #fff;
        display: flex;
        font-size: 12px;
        font-weight: 400;
        gap: 16px;
        line-height: 18px
      }

      .Privacy_fa368 a {
        color: #fff
      }

      .PrivacyList_fa368 {
        display: flex;
        gap: 16px
      }
    }

    @media (max-width:1280px) {
      .Privacy_fa368 {
        display: flex;
        flex-direction: column-reverse;
        font-size: 13px;
        font-weight: 400;
        gap: 40px;
        line-height: 17px
      }

      .Privacy_fa368,
      .Privacy_fa368 a {
        color: hsla(0, 0%, 100%, .6)
      }

      .PrivacyList_fa368 {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 10px
      }
    }

    .Panel_1993a {
      background: #fff !important;
      border-radius: 8px !important;
      box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .12) !important;
      cursor: default !important;
      max-height: 616px !important;
      padding: 40px !important;
      width: 928px !important
    }

    .Panel_1993a .arco-dropdown-menu-group-title,
    .Panel_1993a .arco-menu-group-title,
    .Panel_1993a .arco-menu-inner,
    .Panel_1993a .theme-arco-dropdown-menu-group-title,
    .Panel_1993a .theme-arco-menu-group-title,
    .Panel_1993a .theme-arco-menu-inner {
      padding: 0 !important
    }

    .Menu_1993a {
      align-items: start !important;
      display: flex !important;
      flex-direction: column !important;
      gap: 32px !important;
      height: 100% !important
    }

    .GroupTitle_1993a {
      border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
      color: #171718 !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      line-height: 28px !important;
      margin-bottom: 8px !important;
      padding: 0 0 12px 0 !important;
      width: 100% !important
    }

    .Items_1993a {
      display: grid !important;
      gap: 8px 16px !important;
      grid-template-columns: repeat(4, 1fr) !important
    }

    .Item_1993a {
      align-items: center !important;
      border-radius: 8px !important;
      cursor: pointer !important;
      display: flex !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      height: 36px !important;
      line-height: 20px !important;
      padding: 8px !important;
      width: 200px !important
    }

    .Item_1993a:hover {
      background: #fff2f0 !important
    }

    .Item_1993a.Selected_1993a,
    .Item_1993a.Selected_1993a:hover {
      color: #f1204a !important
    }

    .ItemContent_1993a {
      flex: 1 1 auto !important;
      margin-right: 8px !important;
      min-width: 0 !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      white-space: nowrap !important
    }

    .InviteOnly_1993a {
      color: #848688 !important;
      flex-shrink: 0 !important;
      font-size: 12px !important;
      margin-left: auto !important;
      white-space: nowrap !important
    }

    @media (max-width:1280px) {
      .PCContactUs_e82be {
        display: none
      }
    }

    .ContactUsText_e82be {
      color: hsla(0, 0%, 100%, .6);
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px
    }

    .contactUs_e82be {
      padding-bottom: 20px
    }

    .Narbar_0313c {
      align-items: center;
      background: #000;
      box-sizing: border-box;
      display: flex;
      height: 64px;
      transition: background-color .3s ease;
      width: 100%
    }

    .Narbar_0313c .RightArea_0313c {
      flex-shrink: 0;
      margin-left: auto
    }

    .Narbar_0313c * {
      box-sizing: border-box
    }

    .Narbar_0313c a {
      text-decoration: none
    }

    .TransparentNarbar_0313c {
      background-color: initial
    }

    .ScrolledNarbar_0313c {
      background-color: #000
    }

    @media (min-width:1280px) {
      .Narbar_0313c {
        gap: 48px;
        padding: 0 64px
      }
    }

    @media (min-width:600px) and (max-width:1280px) {
      .Narbar_0313c {
        gap: 20px;
        padding: 0 20px
      }
    }

    @media (max-width:600px) {
      .Narbar_0313c {
        gap: 20px;
        padding: 0 20px
      }
    }

    .infoItem_1f207 {
      text-align: start
    }

    .infoItem_1f207+:not([hidden]) {
      margin-top: 16px
    }

    .infoItem_1f207 .title_1f207 {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 4px
    }

    .infoItem_1f207 .emailItem_1f207 {
      align-items: center;
      color: rgba(0, 0, 0, .55);
      cursor: pointer;
      display: flex;
      font-size: 16px;
      justify-content: space-between;
      line-height: 32px
    }

    .infoItem_1f207 .emailItem_1f207 .label_1f207 {
      color: rgba(0, 0, 0, .92)
    }

    .infoItem_1f207 .emailItem_1f207:hover {
      background-color: #f5f5f5;
      border-radius: 4px
    }

    .infoItem_1f207 .emailItem_1f207:hover:after {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFwSURBVHgB7ZY/TsMwFMafHSp1zBHCDdobwA24AWVrN2dgYCIbA0jxRjfEDcoNuEG5ATlCBxZo04cftMGpiLGNHFVqflL+Onn+8vw+OwCHDrN9cCzyhLHyQZ0O1BaDKwxmuI7SqUyL+m37zudeHddZIEZDXcSRzVuMlzkgxAjw2Mc3IWW2AAfG4iYB1svU155vsni6beNWERDOvo/LzLVzYiqvij5GYnM50NvsBAAWtFEg8ETKdCu8NoxWQ3CfXx5DICwzEI5aBkJZzQTf6ZysdgK+dlPFSjEolu0rVQZCWs3ETw0EtJqdAC0QeNJkNScBbdMJOBwBTXNDKwKEyGPO19d0johPepvVYvQfJunt6zuUiZpnCGXTldDb2xoC9ScEz4jL4e48EzwDfy3lnQ11AV/zOFUseOKyDP8m4IV2H3yV+wQyWc1EVYSqQi8Y680R2Uit56NJegcuKKtBk9VMVBkge5BNVJAZ+NFotY695hPIw60F5FmECQAAAABJRU5ErkJggg==) no-repeat;
      background-size: contain;
      content: " ";
      display: block;
      height: 16px;
      width: 16px
    }

    .infoItem_1f207 .anchorItem_1f207 {
      align-items: center;
      color: #337ff8;
      display: flex;
      font-size: 16px;
      line-height: 32px
    }

    .infoItem_1f207 .anchorItem_1f207 .anchorIcon_1f207 {
      margin-right: 4px
    }

    .infoItem_1f207 .anchorItem_1f207 .anchorIcon_1f207 path {
      fill: #337ff8
    }

    .infoItem_1f207 .anchorItem_1f207 .anchorLink_1f207 {
      color: #337ff8;
      text-decoration: none
    }

    @media (min-width:1280px) {
      .Tabs_e58af {
        display: flex;
        flex: 1 1
      }

      .space_e58af {
        flex: 1 1;
        max-width: 48px
      }
    }

    @media (max-width:1280px) {
      .Tabs_e58af {
        display: none
      }
    }

    .container_2784f input {
      position: fixed;
      top: 300vh
    }

    .TabBtn_c2ca3 {
      font-size: 20px;
      font-weight: 500;
      gap: 4px;
      line-height: 36px
    }

    .DropdownMenu_c2ca3.DropdownMenu_c2ca3.DropdownMenu_c2ca3 {
      max-height: none;
      min-width: 200px;
      padding: 16px
    }

    .MenuGroup_c2ca3+:not([hidden]) {
      margin-top: 8px
    }

    .MenuGroup_c2ca3 .subTitle_c2ca3 {
      color: rgba(0, 0, 0, .55);
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      margin-bottom: 4px
    }

    .MenuGroup_c2ca3 .menuItem_c2ca3 {
      align-items: center;
      color: rgba(0, 0, 0, .92);
      display: flex;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      padding: 0 12px
    }

    .MenuGroup_c2ca3 .menuItem_c2ca3+:not([hidden]) {
      margin-top: 2px
    }

    .MenuGroup_c2ca3 .menuItem_c2ca3:hover {
      background-color: #fff !important;
      background: linear-gradient(0deg, rgba(234, 61, 76, .1), rgba(234, 61, 76, .1)), #fff;
      border-radius: 4px;
      color: #fe2c55;
      transition: none
    }

    .ContactUsText_9efb1 {
      color: hsla(0, 0%, 100%, .6);
      cursor: pointer
    }

    .contactUs_9efb1 {
      padding: 16px
    }

    @media (min-width:1280px) {
      .H5ContactUs_9efb1 {
        display: none
      }
    }

    @media (min-width:600px) and (max-width:1280px) {
      .ContactUsText_9efb1 {
        font-size: 14px;
        line-height: 20px
      }
    }

    @media (max-width:600px) {
      .ContactUsText_9efb1 {
        font-size: 13px;
        font-weight: 400;
        line-height: 17px
      }
    }

    /* 833.df244417.css */
    ï»¿.theme-m4b-image-preview .theme-arco-image-preview-close-btn {
      align-items: center;
      display: flex;
      font-size: 32px;
      height: 48px;
      justify-content: center;
      width: 48px
    }

    .theme-m4b-image-preview-suitable .theme-arco-image-preview-wrapper .theme-arco-image-preview-img-container .theme-arco-image-preview-img,
    .theme-m4b-image-preview-suitable .theme-arco-image-preview-wrapper .theme-arco-image-preview-img-container .theme-m4b-image-preview-loading-placeholder {
      max-height: 80%;
      max-width: 80%;
      min-height: 20%;
      min-width: 20%
    }

    .theme-m4b-image-preview .theme-arco-image-preview-toolbar {
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
      transition: opacity .4s ease
    }

    .theme-m4b-image-preview .theme-m4b-image-preview-loading-placeholder {
      -webkit-filter: blur(2px);
      filter: blur(2px);
      left: 50%;
      max-height: 100%;
      max-width: 100%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: opacity .5s ease
    }

    .theme-m4b-image-preview-loading .theme-arco-image-preview-img {
      opacity: 0
    }

    .theme-m4b-image-preview-loading .theme-m4b-image-preview-loading-placeholder {
      opacity: 1
    }

    .theme-m4b-image-preview-none-tool-bar .theme-arco-image-preview-toolbar {
      opacity: 0
    }

    .theme-m4b-image-preview .theme-arco-image-preview-toolbar-action-content {
      padding: 0
    }

    .theme-m4b-image-preview .theme-arco-image-preview-toolbar-action:hover {
      background-color: initial;
      color: var(--theme-arco-color-text-1)
    }

    .theme-m4b-image-preview-preview-image-info {
      color: var(--theme-arco-color-bg-white);
      font-size: 18px;
      font-weight: 500;
      left: 50%;
      line-height: 28px;
      margin: 0;
      position: fixed;
      text-align: center;
      text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
      top: 46px;
      transform: translateX(-50%);
      width: 70%;
      word-break: break-all;
      z-index: 1002
    }

    .theme-m4b-image-preview .theme-m4b-image-preview-action {
      align-items: center;
      border-radius: 4px;
      color: var(--theme-arco-color-text-1);
      cursor: pointer;
      display: flex;
      height: 40px;
      justify-content: center;
      width: 40px
    }

    .theme-m4b-image-preview .theme-m4b-image-preview-action:hover {
      background-color: var(--theme-arco-color-border-state-hover)
    }

    .theme-m4b-image-preview .theme-m4b-image-preview-action:active {
      background-color: var(--theme-arco-color-border-state-active)
    }

    .theme-m4b-image-preview .theme-m4b-image-preview-action-readonly {
      cursor: default;
      font-size: 12px;
      font-weight: 500;
      line-height: 18px
    }

    .theme-m4b-image-preview .theme-m4b-image-preview-action-disabled,
    .theme-m4b-image-preview .theme-m4b-image-preview-action-readonly {
      align-items: center;
      border-radius: 4px;
      color: var(--theme-arco-color-text-1);
      display: flex;
      height: 40px;
      justify-content: center;
      width: 40px
    }

    .theme-m4b-image-preview .theme-m4b-image-preview-action-disabled {
      color: var(--theme-arco-color-neutral-3);
      cursor: not-allowed
    }

    .theme-m4b-image-preview .theme-m4b-image-preview-action-group {
      align-items: center;
      display: flex
    }

    .theme-m4b-image-preview .theme-arco-image-preview-wrapper .theme-arco-image-preview-arrow {
      display: none
    }

    .theme-m4b-image-preview .theme-m4b-image-preview-action-fullscreen {
      font-weight: 500
    }

    .theme-m4b-image {
      display: inline-block
    }

    .theme-m4b-image .theme-arco-image-img {
      object-fit: contain
    }

    .theme-m4b-image-error {
      align-items: center;
      background-color: var(--theme-arco-color-bg-bg3);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      width: 100%
    }

    .theme-m4b-image-error-text {
      color: var(--theme-arco-color-text-4);
      font-size: 12px;
      line-height: 18px;
      margin-top: 7px
    }

    .theme-m4b-image-error .theme-m4b-image-error-picture {
      color: var(--theme-arco-color-text-5)
    }

    .theme-m4b-image-with-inner-footer {
      position: relative
    }

    .theme-m4b-image-with-inner-footer .theme-m4b-image-footer {
      background-color: rgba(33, 37, 51, .6);
      border-radius: 0 0 8px 8px;
      bottom: 0;
      box-sizing: border-box;
      color: #fff;
      font-size: 12px;
      line-height: 18px;
      padding: 4px 8px;
      position: absolute;
      text-align: center;
      width: 100%
    }

    .theme-m4b-image-with-inner-footer .theme-m4b-image-footer-text {
      color: #fff;
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 0;
      text-align: center
    }

    .theme-m4b-image-with-outer-footer .theme-m4b-image-footer {
      font-size: 12px;
      line-height: 18px;
      margin-top: 4px;
      text-align: center;
      word-wrap: break-word
    }

    .theme-m4b-image-img-wrapper {
      height: 100%;
      position: relative;
      width: 100%
    }

    .theme-m4b-image-img-wrapper:hover .theme-m4b-image-img-mask {
      border-radius: 8px;
      visibility: visible
    }

    .theme-m4b-image-img-wrapper.zoom-in {
      cursor: zoom-in
    }

    .theme-m4b-image .theme-m4b-image-image-content,
    .theme-m4b-image-img-mask {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: center;
      width: 100%
    }

    .theme-m4b-image-img-mask {
      background-color: rgba(33, 37, 51, .6);
      flex-wrap: nowrap;
      position: absolute;
      top: 0;
      visibility: hidden;
      z-index: 2
    }

    .theme-m4b-image-img-mask-popover {
      visibility: visible
    }

    .theme-m4b-image-img-action {
      align-items: center;
      color: #fff;
      cursor: pointer;
      display: flex;
      margin-left: 16px
    }

    .theme-m4b-image-img-action:first-of-type {
      margin-left: 0
    }

    .theme-m4b-image-img-single-action {
      color: #fff;
      cursor: pointer
    }

    .theme-m4b-image-img-popover-action-item {
      color: var(--theme-arco-color-text-1);
      cursor: pointer;
      font-weight: 500;
      margin-top: 2px;
      padding: 8px
    }

    .theme-m4b-image-img-popover-action-item:first-of-type {
      margin-top: 0
    }

    .theme-m4b-image-error-overlay {
      height: 100%;
      width: 100%
    }

    .theme-m4b-image-preview-image-info {
      color: var(--theme-arco-color-bg-white);
      font-size: 18px;
      font-weight: 500;
      left: 50%;
      line-height: 28px;
      margin: 0;
      position: fixed;
      text-align: center;
      text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
      top: 46px;
      transform: translateX(-50%);
      width: 70%;
      word-break: break-all;
      z-index: 1002
    }

    body {
      font-size: 14px
    }

    body svg.theme-arco-icon:not([stroke]) {
      stroke: none
    }

    .theme-arco-icon {
      display: inline-block;
      font-style: normal;
      height: 1em;
      vertical-align: -2px;
      width: 1em
    }

    .core-overflow {
      align-items: center;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      max-width: 100%;
      overflow: hidden;
      width: 100%
    }

    .core-overflow-item {
      display: inline-flex;
      max-width: 100%
    }

    .core-overflow-item-hidden {
      opacity: 0;
      position: absolute;
      z-index: -1
    }

    .core-affix {
      position: fixed;
      z-index: 999
    }

    .core-anchor {
      overflow: auto;
      position: relative;
      width: 150px
    }

    .core-anchor-line-slider {
      background-color: rgb(var(--theme-arco-primary-6));
      height: 12px;
      left: 0;
      margin-top: 9.0005px;
      position: absolute;
      top: 0;
      transition: all .2s cubic-bezier(.34, .69, .1, 1);
      width: 2px;
      z-index: 1
    }

    .core-anchor-list {
      margin-left: 6px;
      position: relative
    }

    .core-anchor-list:before {
      content: "";
      height: 100%;
      left: -6px;
      position: absolute;
      width: 2px
    }

    .core-anchor-link {
      margin-bottom: 2px
    }

    .core-anchor-link-title {
      border-radius: var(--border-radius-small);
      cursor: pointer;
      display: block;
      font-size: 14px;
      line-height: 1.5715;
      margin-bottom: 2px;
      overflow: hidden;
      padding: 4px 8px;
      text-decoration: none;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .core-anchor-link-title:hover {
      background-color: #fff;
      color: #171718;
      font-weight: 500
    }

    .core-anchor-link-title:focus-visible {
      box-shadow: inset 0 0 0 2px rgb(var(--theme-arco-primary-6))
    }

    .core-anchor-link-active>.core-anchor-link-title {
      color: #171718;
      font-weight: 500;
      transition: all .1s linear
    }

    .core-anchor-link .core-anchor-link {
      margin-left: 16px
    }

    .core-anchor-lineless .core-anchor-list {
      margin-left: 0
    }

    .core-anchor-lineless .core-anchor-list:after,
    .core-anchor-lineless .core-anchor-list:before {
      display: none
    }

    .core-anchor-lineless .core-anchor-link-active>.core-anchor-link-title {
      background-color: #fff;
      color: rgb(var(--theme-arco-primary-6));
      font-weight: 500
    }

    .core-anchor-rtl {
      direction: rtl
    }

    .core-anchor-rtl .core-anchor-list {
      margin-left: 0;
      margin-right: 6px
    }

    .core-anchor-rtl .core-anchor-list:before {
      left: auto;
      right: -6px
    }

    .core-anchor-rtl .core-anchor-link .core-anchor-link {
      margin-left: 0;
      margin-right: 16px
    }

    .core-anchor-rtl.core-anchor-lineless .core-anchor-list {
      margin-right: 0
    }

    .core-anchor-rtl .core-anchor-line-slider {
      left: auto;
      right: 0
    }

    .core-anchor.core-anchor-horizontal {
      width: 100%
    }

    .core-anchor-horizontal .core-anchor-list {
      display: flex;
      margin: 0;
      width: 100%
    }

    .core-anchor-horizontal .core-anchor-list:before {
      bottom: 0;
      height: 2px;
      left: 0;
      right: 0;
      width: 100%
    }

    .core-anchor-horizontal .core-anchor-link-title:hover {
      font-weight: 400
    }

    .core-anchor-horizontal .core-anchor-link-active .core-anchor-link-title:hover {
      font-weight: 500
    }

    .core-anchor-horizontal .core-anchor-link:not(:first-of-type) {
      margin-left: 16px
    }

    .core-anchor-rtl.core-anchor-horizontal .core-anchor-link:not(:first-of-type) {
      margin-left: unset;
      margin-right: 16px
    }

    .core-anchor-horizontal .core-anchor-line-slider {
      background-color: initial;
      bottom: 0;
      height: 2px;
      margin: 0;
      right: unset;
      top: unset;
      width: 0
    }

    .core-anchor-horizontal .core-anchor-line-slider:before {
      background-color: rgb(var(--theme-arco-primary-6));
      content: "";
      display: block;
      height: 100%;
      left: 8px;
      position: absolute;
      right: 8px
    }

    .core-anchor.core-anchor-lineless .core-anchor-link,
    .core-anchor.core-anchor-lineless .core-anchor-link-title {
      margin-bottom: 0
    }

    .core-btn:where([data-v="1rbitka"]) {
      align-items: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      display: inline-flex;
      font-weight: 500;
      justify-content: center;
      line-height: 1.5715;
      outline: none;
      outline-color: var(--theme-arco-color-neutral-8);
      position: relative;
      transition: all .1s linear;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle;
      white-space: nowrap
    }

    .core-btn:where([data-v="1rbitka"])>a:only-child {
      color: currentColor
    }

    .core-btn:where([data-v="1rbitka"]):active {
      transition: none
    }

    .core-btn:where([data-v="1rbitka"]):empty {
      display: inline-block;
      vertical-align: bottom
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-long {
      display: block;
      width: 100%
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-link {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      text-decoration: none
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-link:not([href]) {
      color: var(--theme-arco-color-text-4)
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-link:hover {
      text-decoration: none
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-loading {
      cursor: default;
      position: relative
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-loading:before {
      background: #fff;
      border-radius: inherit;
      bottom: -1px;
      content: "";
      display: block;
      left: -1px;
      opacity: .4;
      pointer-events: none;
      position: absolute;
      right: -1px;
      top: -1px;
      transition: opacity .1s linear;
      z-index: 1
    }

    .core-btn:where([data-v="1rbitka"]) .core-btn-loading-fixed-width {
      transition: none
    }

    .core-btn:where([data-v="1rbitka"]) .core-btn-two-chinese-chars>:not(svg) {
      letter-spacing: .3em;
      margin-right: -.3em
    }

    .core-btn:where([data-v="1rbitka"]) a.core-btn-icon-only {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      vertical-align: top
    }

    .core-btn:where([data-v="1rbitka"]):focus {
      outline: none
    }

    .core-btn:where([data-v="1rbitka"]):-moz-focusring {
      outline: none
    }

    .core-btn:where([data-v="1rbitka"]):not(.core-btn-disabled):not(.core-btn-loading):focus-visible {
      border-color: transparent;
      box-shadow: none;
      outline-offset: 3px;
      outline-style: solid;
      outline-width: 3px
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-primary:focus-visible {
      outline-color: #009995
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-primary-text:focus-visible {
      outline-color: #009995
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-status-warning:focus-visible {
      outline-color: #d3a323
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-status-danger:focus-visible {
      outline-color: #e14140
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-status-success:focus-visible {
      outline-color: #2d9f4b
    }

    .core-btn:where([data-v="1rbitka"])>svg {
      font-size: 16px
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-loading:before {
      content: none
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-loading>.pulse-icon-loading {
      position: absolute
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-loading>.pulse-icon-loading+span {
      margin-left: 0
    }

    .core-btn:where([data-v="1rbitka"]).core-btn-loading>:not(.pulse-icon-loading) {
      opacity: 0
    }

    .core-btn:where([data-v="1rbitka"]) .pulse-icon-loading {
      animation: pulse-loading-circle 1s linear infinite
    }

    .core-btn-outline:not(.core-btn-disabled) {
      background-color: initial;
      border: 1px solid rgb(var(--theme-arco-primary-6));
      color: rgb(var(--theme-arco-primary-6))
    }

    .core-btn-outline:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: initial;
      border-color: rgb(var(--theme-arco-primary-5));
      color: rgb(var(--theme-arco-primary-5))
    }

    .core-btn-outline:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: initial;
      border-color: rgb(var(--theme-arco-primary-7));
      color: rgb(var(--theme-arco-primary-7))
    }

    .core-btn-outline:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-3))
    }

    .core-btn-outline.core-btn-disabled {
      background-color: initial;
      border: 1px solid var(--theme-arco-color-primary-light-3);
      color: var(--theme-arco-color-primary-light-3);
      cursor: not-allowed
    }

    .core-btn-outline.core-btn-status-warning:not(.core-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--theme-arco-warning-6));
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-btn-outline.core-btn-status-warning:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: initial;
      border-color: rgb(var(--theme-arco-warning-5));
      color: rgb(var(--theme-arco-warning-5))
    }

    .core-btn-outline.core-btn-status-warning:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: initial;
      border-color: rgb(var(--theme-arco-warning-7));
      color: rgb(var(--theme-arco-warning-7))
    }

    .core-btn-outline.core-btn-status-warning:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-warning-3))
    }

    .core-btn-outline.core-btn-status-warning.core-btn-disabled {
      background-color: initial;
      border: 1px solid var(--theme-arco-color-warning-light-3);
      color: var(--theme-arco-color-warning-light-3)
    }

    .core-btn-outline.core-btn-status-danger:not(.core-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--theme-arco-danger-6));
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-btn-outline.core-btn-status-danger:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: initial;
      border-color: rgb(var(--theme-arco-danger-5));
      color: rgb(var(--theme-arco-danger-5))
    }

    .core-btn-outline.core-btn-status-danger:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: initial;
      border-color: rgb(var(--theme-arco-danger-7));
      color: rgb(var(--theme-arco-danger-7))
    }

    .core-btn-outline.core-btn-status-danger:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-danger-3))
    }

    .core-btn-outline.core-btn-status-danger.core-btn-disabled {
      background-color: initial;
      border: 1px solid var(--theme-arco-color-danger-light-3);
      color: var(--theme-arco-color-danger-light-3)
    }

    .core-btn-outline.core-btn-status-success:not(.core-btn-disabled) {
      background-color: initial;
      border-color: rgb(var(--theme-arco-success-6));
      color: rgb(var(--theme-arco-success-6))
    }

    .core-btn-outline.core-btn-status-success:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: initial;
      border-color: rgb(var(--theme-arco-success-5));
      color: rgb(var(--theme-arco-success-5))
    }

    .core-btn-outline.core-btn-status-success:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: initial;
      border-color: rgb(var(--theme-arco-success-7));
      color: rgb(var(--theme-arco-success-7))
    }

    .core-btn-outline.core-btn-status-success:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-success-3))
    }

    .core-btn-outline.core-btn-status-success.core-btn-disabled {
      background-color: initial;
      border: 1px solid var(--theme-arco-color-success-light-3);
      color: var(--theme-arco-color-success-light-3)
    }

    .core-btn-primary:not(.core-btn-disabled) {
      background-color: #009995;
      border: 1px solid transparent;
      color: #fff
    }

    .core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: #018784;
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: #017976;
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-primary-3))
    }

    .core-btn-primary.core-btn-disabled {
      background-color: #b7e5e2;
      border: 1px solid transparent;
      color: #fff;
      cursor: not-allowed
    }

    .core-btn-primary.core-btn-status-warning:not(.core-btn-disabled) {
      background-color: rgb(var(--theme-arco-warning-6));
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-warning:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: rgb(var(--theme-arco-warning-5));
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-warning:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: rgb(var(--theme-arco-warning-7));
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-warning:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-warning-3))
    }

    .core-btn-primary.core-btn-status-warning.core-btn-disabled {
      background-color: var(--theme-arco-color-warning-light-3);
      border: 1px solid transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-danger:not(.core-btn-disabled) {
      background-color: #e14140;
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-danger:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: #c8272e;
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-danger:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: #c11f2a;
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-danger:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-danger-3))
    }

    .core-btn-primary.core-btn-status-danger.core-btn-disabled {
      background-color: #fed8d3;
      border: 1px solid transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-success:not(.core-btn-disabled) {
      background-color: rgb(var(--theme-arco-success-6));
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-success:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: rgb(var(--theme-arco-success-5));
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-success:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: rgb(var(--theme-arco-success-7));
      border-color: transparent;
      color: #fff
    }

    .core-btn-primary.core-btn-status-success:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-success-3))
    }

    .core-btn-primary.core-btn-status-success.core-btn-disabled {
      background-color: var(--theme-arco-color-success-light-3);
      border: 1px solid transparent;
      color: #fff
    }

    .core-btn-secondary:not(.core-btn-disabled) {
      background-color: #ececed;
      border: 1px solid transparent;
      color: #171718
    }

    .core-btn-secondary:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: #e1e1e1;
      border-color: transparent;
      color: #171718
    }

    .core-btn-secondary:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: #dbdbdc;
      border-color: transparent;
      color: #171718
    }

    .core-btn-secondary:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-neutral-4)
    }

    .core-btn-secondary.core-btn-disabled {
      background-color: #ececed;
      border: 1px solid transparent;
      color: #a9abad;
      cursor: not-allowed
    }

    .core-btn-secondary.core-btn-status-warning:not(.core-btn-disabled) {
      background-color: var(--theme-arco-color-warning-light-1);
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-btn-secondary.core-btn-status-warning:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-warning-light-2);
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-btn-secondary.core-btn-status-warning:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-warning-light-3);
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-btn-secondary.core-btn-status-warning:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-warning-3))
    }

    .core-btn-secondary.core-btn-status-warning.core-btn-disabled {
      background-color: var(--theme-arco-color-warning-light-1);
      border: 1px solid transparent;
      color: var(--theme-arco-color-warning-light-3)
    }

    .core-btn-secondary.core-btn-status-danger:not(.core-btn-disabled) {
      background-color: var(--theme-arco-color-danger-light-1);
      border-color: transparent;
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-btn-secondary.core-btn-status-danger:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-danger-light-2);
      border-color: transparent;
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-btn-secondary.core-btn-status-danger:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-danger-light-3);
      border-color: transparent;
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-btn-secondary.core-btn-status-danger:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-danger-3))
    }

    .core-btn-secondary.core-btn-status-danger.core-btn-disabled {
      background-color: var(--theme-arco-color-danger-light-1);
      border: 1px solid transparent;
      color: var(--theme-arco-color-danger-light-3)
    }

    .core-btn-secondary.core-btn-status-success:not(.core-btn-disabled) {
      background-color: var(--theme-arco-color-success-light-1);
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .core-btn-secondary.core-btn-status-success:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-success-light-2);
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .core-btn-secondary.core-btn-status-success:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-success-light-3);
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .core-btn-secondary.core-btn-status-success:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-success-3))
    }

    .core-btn-secondary.core-btn-status-success.core-btn-disabled {
      background-color: var(--theme-arco-color-success-light-1);
      border: 1px solid transparent;
      color: var(--theme-arco-color-success-light-3)
    }

    .core-btn-dashed:not(.core-btn-disabled) {
      background-color: var(--theme-arco-color-fill-2);
      border: 1px dashed var(--theme-arco-color-neutral-3);
      color: var(--theme-arco-color-text-2)
    }

    .core-btn-dashed:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-fill-3);
      border-color: var(--theme-arco-color-neutral-4);
      color: var(--theme-arco-color-text-2)
    }

    .core-btn-dashed:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-fill-4);
      border-color: var(--theme-arco-color-neutral-5);
      color: var(--theme-arco-color-text-2)
    }

    .core-btn-dashed:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-neutral-4)
    }

    .core-btn-dashed.core-btn-disabled {
      background-color: var(--theme-arco-color-fill-2);
      border: 1px dashed var(--theme-arco-color-neutral-3);
      color: var(--theme-arco-color-text-4);
      cursor: not-allowed
    }

    .core-btn-dashed.core-btn-status-warning:not(.core-btn-disabled) {
      background-color: var(--theme-arco-color-warning-light-1);
      border-color: var(--theme-arco-color-warning-light-2);
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-btn-dashed.core-btn-status-warning:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-warning-light-2);
      border-color: var(--theme-arco-color-warning-light-3);
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-btn-dashed.core-btn-status-warning:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-warning-light-3);
      border-color: var(--theme-arco-color-warning-light-4);
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-btn-dashed.core-btn-status-warning:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-warning-3))
    }

    .core-btn-dashed.core-btn-status-warning.core-btn-disabled {
      background-color: var(--theme-arco-color-warning-light-1);
      border: 1px dashed var(--theme-arco-color-warning-light-2);
      color: var(--theme-arco-color-warning-light-3)
    }

    .core-btn-dashed.core-btn-status-danger:not(.core-btn-disabled) {
      background-color: var(--theme-arco-color-danger-light-1);
      border-color: var(--theme-arco-color-danger-light-2);
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-btn-dashed.core-btn-status-danger:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-danger-light-2);
      border-color: var(--theme-arco-color-danger-light-3);
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-btn-dashed.core-btn-status-danger:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-danger-light-3);
      border-color: var(--theme-arco-color-danger-light-4);
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-btn-dashed.core-btn-status-danger:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-danger-3))
    }

    .core-btn-dashed.core-btn-status-danger.core-btn-disabled {
      background-color: var(--theme-arco-color-danger-light-1);
      border: 1px dashed var(--theme-arco-color-danger-light-2);
      color: var(--theme-arco-color-danger-light-3)
    }

    .core-btn-dashed.core-btn-status-success:not(.core-btn-disabled) {
      background-color: var(--theme-arco-color-success-light-1);
      border-color: var(--theme-arco-color-success-light-2);
      color: rgb(var(--theme-arco-success-6))
    }

    .core-btn-dashed.core-btn-status-success:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-success-light-2);
      border-color: var(--theme-arco-color-success-light-3);
      color: rgb(var(--theme-arco-success-6))
    }

    .core-btn-dashed.core-btn-status-success:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-success-light-3);
      border-color: var(--theme-arco-color-success-light-4);
      color: rgb(var(--theme-arco-success-6))
    }

    .core-btn-dashed.core-btn-status-success:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-success-3))
    }

    .core-btn-dashed.core-btn-status-success.core-btn-disabled {
      background-color: var(--theme-arco-color-success-light-1);
      border: 1px dashed var(--theme-arco-color-success-light-2);
      color: var(--theme-arco-color-success-light-3)
    }

    .core-btn-text:not(.core-btn-disabled) {
      background-color: initial;
      border: 1px solid transparent;
      color: rgb(var(--theme-arco-primary-6))
    }

    .core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-fill-2);
      border-color: transparent;
      color: rgb(var(--theme-arco-primary-6))
    }

    .core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-fill-3);
      border-color: transparent;
      color: rgb(var(--theme-arco-primary-6))
    }

    .core-btn-text:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-neutral-4)
    }

    .core-btn-text.core-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: var(--theme-arco-color-primary-light-3);
      cursor: not-allowed
    }

    .core-btn-text.core-btn-status-warning:not(.core-btn-disabled) {
      background-color: initial;
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-btn-text.core-btn-status-warning:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-fill-2);
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-btn-text.core-btn-status-warning:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-fill-3);
      border-color: transparent;
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-btn-text.core-btn-status-warning:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-warning-3))
    }

    .core-btn-text.core-btn-status-warning.core-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: var(--theme-arco-color-warning-light-3)
    }

    .core-btn-text.core-btn-status-danger:not(.core-btn-disabled) {
      background-color: initial;
      border-color: transparent;
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-btn-text.core-btn-status-danger:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-fill-2);
      border-color: transparent;
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-btn-text.core-btn-status-danger:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-fill-3);
      border-color: transparent;
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-btn-text.core-btn-status-danger:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-danger-3))
    }

    .core-btn-text.core-btn-status-danger.core-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: var(--theme-arco-color-danger-light-3)
    }

    .core-btn-text.core-btn-status-success:not(.core-btn-disabled) {
      background-color: initial;
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .core-btn-text.core-btn-status-success:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: var(--theme-arco-color-fill-2);
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .core-btn-text.core-btn-status-success:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: var(--theme-arco-color-fill-3);
      border-color: transparent;
      color: rgb(var(--theme-arco-success-6))
    }

    .core-btn-text.core-btn-status-success:not(.core-btn-disabled):focus-visible {
      box-shadow: 0 0 0 2px rgb(var(--theme-arco-success-3))
    }

    .core-btn-text.core-btn-status-success.core-btn-disabled {
      background-color: initial;
      border: 1px solid transparent;
      color: var(--theme-arco-color-success-light-3)
    }

    .core-btn-size-mini {
      border-radius: 4px;
      font-size: 12px;
      height: 24px;
      padding: 0 11px
    }

    .core-btn-size-mini>span+svg,
    .core-btn-size-mini>svg+span {
      margin-left: 4px
    }

    .core-btn-size-mini svg {
      vertical-align: -2px
    }

    .core-btn-size-mini.core-btn-rtl>span+svg,
    .core-btn-size-mini.core-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .core-btn-size-mini.core-btn-loading-fixed-width.core-btn-loading {
      padding-left: 3px;
      padding-right: 3px
    }

    .core-btn-size-mini.core-btn-icon-only {
      height: 24px;
      padding: 0;
      width: 24px
    }

    .core-btn-size-mini.core-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 24px;
      padding: 0;
      text-align: center;
      width: 24px
    }

    .core-btn-size-mini.core-btn-shape-round {
      border-radius: 12px
    }

    .core-btn-group .core-btn-size-mini:first-child {
      border-radius: 4px 0 0 4px
    }

    .core-btn-group .core-btn-size-mini:last-child {
      border-radius: 0 4px 4px 0
    }

    .core-btn-group .core-btn-size-mini:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group .core-btn-size-mini.core-btn-shape-round:first-child {
      border-radius: 12px 0 0 12px
    }

    .core-btn-group .core-btn-size-mini.core-btn-shape-round:last-child {
      border-radius: 0 12px 12px 0
    }

    .core-btn-group .core-btn-size-mini.core-btn-shape-round:first-child:last-child {
      border-radius: 12px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-mini:first-child {
      border-radius: 0 4px 4px 0
    }

    .core-btn-group .core-btn-rtl.core-btn-size-mini:last-child {
      border-radius: 4px 0 0 4px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-mini:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-mini.core-btn-shape-round:first-child {
      border-radius: 0 12px 12px 0
    }

    .core-btn-group .core-btn-rtl.core-btn-size-mini.core-btn-shape-round:last-child {
      border-radius: 12px 0 0 12px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-mini.core-btn-shape-round:first-child:last-child {
      border-radius: 12px
    }

    .core-btn-size-small {
      border-radius: 4px;
      font-size: 14px;
      height: 28px;
      padding: 0 15px
    }

    .core-btn-size-small>span+svg,
    .core-btn-size-small>svg+span {
      margin-left: 4px
    }

    .core-btn-size-small svg {
      vertical-align: -2px
    }

    .core-btn-size-small.core-btn-rtl>span+svg,
    .core-btn-size-small.core-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .core-btn-size-small.core-btn-loading-fixed-width.core-btn-loading {
      padding-left: 6px;
      padding-right: 6px
    }

    .core-btn-size-small.core-btn-icon-only {
      height: 28px;
      padding: 0;
      width: 28px
    }

    .core-btn-size-small.core-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 28px;
      padding: 0;
      text-align: center;
      width: 28px
    }

    .core-btn-size-small.core-btn-shape-round {
      border-radius: 14px
    }

    .core-btn-group .core-btn-size-small:first-child {
      border-radius: 4px 0 0 4px
    }

    .core-btn-group .core-btn-size-small:last-child {
      border-radius: 0 4px 4px 0
    }

    .core-btn-group .core-btn-size-small:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group .core-btn-size-small.core-btn-shape-round:first-child {
      border-radius: 14px 0 0 14px
    }

    .core-btn-group .core-btn-size-small.core-btn-shape-round:last-child {
      border-radius: 0 14px 14px 0
    }

    .core-btn-group .core-btn-size-small.core-btn-shape-round:first-child:last-child {
      border-radius: 14px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-small:first-child {
      border-radius: 0 4px 4px 0
    }

    .core-btn-group .core-btn-rtl.core-btn-size-small:last-child {
      border-radius: 4px 0 0 4px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-small:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-small.core-btn-shape-round:first-child {
      border-radius: 0 14px 14px 0
    }

    .core-btn-group .core-btn-rtl.core-btn-size-small.core-btn-shape-round:last-child {
      border-radius: 14px 0 0 14px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-small.core-btn-shape-round:first-child:last-child {
      border-radius: 14px
    }

    .core-btn-size-default {
      border-radius: 4px;
      font-size: 14px;
      height: 32px;
      padding: 0 15px
    }

    .core-btn-size-default>span+svg,
    .core-btn-size-default>svg+span {
      margin-left: 4px
    }

    .core-btn-size-default svg {
      vertical-align: -2px
    }

    .core-btn-size-default.core-btn-rtl>span+svg,
    .core-btn-size-default.core-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .core-btn-size-default.core-btn-loading-fixed-width.core-btn-loading {
      padding-left: 6px;
      padding-right: 6px
    }

    .core-btn-size-default.core-btn-icon-only {
      height: 32px;
      padding: 0;
      width: 32px
    }

    .core-btn-size-default.core-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 32px;
      padding: 0;
      text-align: center;
      width: 32px
    }

    .core-btn-size-default.core-btn-shape-round {
      border-radius: 16px
    }

    .core-btn-group .core-btn-size-default:first-child {
      border-radius: 4px 0 0 4px
    }

    .core-btn-group .core-btn-size-default:last-child {
      border-radius: 0 4px 4px 0
    }

    .core-btn-group .core-btn-size-default:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group .core-btn-size-default.core-btn-shape-round:first-child {
      border-radius: 16px 0 0 16px
    }

    .core-btn-group .core-btn-size-default.core-btn-shape-round:last-child {
      border-radius: 0 16px 16px 0
    }

    .core-btn-group .core-btn-size-default.core-btn-shape-round:first-child:last-child {
      border-radius: 16px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-default:first-child {
      border-radius: 0 4px 4px 0
    }

    .core-btn-group .core-btn-rtl.core-btn-size-default:last-child {
      border-radius: 4px 0 0 4px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-default:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-default.core-btn-shape-round:first-child {
      border-radius: 0 16px 16px 0
    }

    .core-btn-group .core-btn-rtl.core-btn-size-default.core-btn-shape-round:last-child {
      border-radius: 16px 0 0 16px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-default.core-btn-shape-round:first-child:last-child {
      border-radius: 16px
    }

    .core-btn-size-large {
      border-radius: 4px;
      font-size: 14px;
      height: 36px;
      padding: 0 19px
    }

    .core-btn-size-large>span+svg,
    .core-btn-size-large>svg+span {
      margin-left: 4px
    }

    .core-btn-size-large svg {
      vertical-align: -2px
    }

    .core-btn-size-large.core-btn-rtl>span+svg,
    .core-btn-size-large.core-btn-rtl>svg+span {
      margin-left: 0;
      margin-right: 4px
    }

    .core-btn-size-large.core-btn-loading-fixed-width.core-btn-loading {
      padding-left: 10px;
      padding-right: 10px
    }

    .core-btn-size-large.core-btn-icon-only {
      height: 36px;
      padding: 0;
      width: 36px
    }

    .core-btn-size-large.core-btn-shape-circle {
      border-radius: var(--border-radius-circle);
      height: 36px;
      padding: 0;
      text-align: center;
      width: 36px
    }

    .core-btn-size-large.core-btn-shape-round {
      border-radius: 18px
    }

    .core-btn-group .core-btn-size-large:first-child {
      border-radius: 4px 0 0 4px
    }

    .core-btn-group .core-btn-size-large:last-child {
      border-radius: 0 4px 4px 0
    }

    .core-btn-group .core-btn-size-large:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group .core-btn-size-large.core-btn-shape-round:first-child {
      border-radius: 18px 0 0 18px
    }

    .core-btn-group .core-btn-size-large.core-btn-shape-round:last-child {
      border-radius: 0 18px 18px 0
    }

    .core-btn-group .core-btn-size-large.core-btn-shape-round:first-child:last-child {
      border-radius: 18px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-large:first-child {
      border-radius: 0 4px 4px 0
    }

    .core-btn-group .core-btn-rtl.core-btn-size-large:last-child {
      border-radius: 4px 0 0 4px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-large:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-large.core-btn-shape-round:first-child {
      border-radius: 0 18px 18px 0
    }

    .core-btn-group .core-btn-rtl.core-btn-size-large.core-btn-shape-round:last-child {
      border-radius: 18px 0 0 18px
    }

    .core-btn-group .core-btn-rtl.core-btn-size-large.core-btn-shape-round:first-child:last-child {
      border-radius: 18px
    }

    .core-btn-group {
      display: inline-block
    }

    .core-btn-group .core-btn-dashed:not(:first-child),
    .core-btn-group .core-btn-outline:not(:first-child) {
      margin-left: -1px
    }

    .core-btn-group .core-btn-primary:not(:last-child) {
      border-right: 1px solid #018784
    }

    .core-btn-group .core-btn-secondary:not(:last-child) {
      border-right: 1px solid #e1e1e1
    }

    .core-btn-group .core-btn-text:not(:last-child) {
      border-right: 1px solid transparent
    }

    .core-btn-group .core-btn-status-warning:not(:last-child) {
      border-right: 1px solid rgb(var(--theme-arco-warning-5))
    }

    .core-btn-group .core-btn-status-warning:not(:last-child).core-btn-text {
      border-right: 1px solid var(--theme-arco-color-fill-2)
    }

    .core-btn-group .core-btn-status-danger:not(:last-child) {
      border-right: 1px solid #c8272e
    }

    .core-btn-group .core-btn-status-danger:not(:last-child).core-btn-text {
      border-right: 1px solid var(--theme-arco-color-fill-2)
    }

    .core-btn-group .core-btn-status-success:not(:last-child) {
      border-right: 1px solid rgb(var(--theme-arco-success-5))
    }

    .core-btn-group .core-btn-status-success:not(:last-child).core-btn-text {
      border-right: 1px solid var(--theme-arco-color-fill-2)
    }

    .core-btn-group .core-btn-rtl.core-btn-dashed:not(:first-child),
    .core-btn-group .core-btn-rtl.core-btn-outline:not(:first-child) {
      margin-left: 0;
      margin-right: -1px
    }

    .core-btn-group .core-btn-rtl.core-btn-primary:not(:last-child) {
      border-left: 1px solid #018784;
      border-right: 0
    }

    .core-btn-group .core-btn-rtl.core-btn-secondary:not(:last-child) {
      border-left: 1px solid #e1e1e1;
      border-right: 0
    }

    .core-btn-group .core-btn-rtl.core-btn-text:not(:last-child) {
      border-left: 1px solid transparent;
      border-right: 0
    }

    .core-btn-group .core-btn-rtl.core-btn-status-warning:not(:last-child) {
      border-left: 1px solid rgb(var(--theme-arco-warning-5));
      border-right: 0
    }

    .core-btn-group .core-btn-rtl.core-btn-status-warning:not(:last-child).core-btn-text {
      border-left: 1px solid var(--theme-arco-color-fill-2)
    }

    .core-btn-group .core-btn-rtl.core-btn-status-danger:not(:last-child) {
      border-left: 1px solid #c8272e;
      border-right: 0
    }

    .core-btn-group .core-btn-rtl.core-btn-status-danger:not(:last-child).core-btn-text {
      border-left: 1px solid var(--theme-arco-color-fill-2)
    }

    .core-btn-group .core-btn-rtl.core-btn-status-success:not(:last-child) {
      border-left: 1px solid rgb(var(--theme-arco-success-5));
      border-right: 0
    }

    .core-btn-group .core-btn-rtl.core-btn-status-success:not(:last-child).core-btn-text {
      border-left: 1px solid var(--theme-arco-color-fill-2)
    }

    .core-btn-group .core-btn-dashed:active,
    .core-btn-group .core-btn-dashed:hover,
    .core-btn-group .core-btn-outline:active,
    .core-btn-group .core-btn-outline:hover {
      z-index: 2
    }

    .core-btn-group .core-btn:not(:first-child):not(:last-child) {
      border-radius: 0
    }

    .core-btn-rtl {
      direction: rtl
    }

    body[arco-theme=dark] .core-btn-primary.core-btn-disabled {
      color: hsla(0, 0%, 100%, .3)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]) {
      border-radius: 4px;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]) .theme-arco-icon {
      color: inherit;
      display: inline-block;
      font-style: normal;
      height: 1em;
      vertical-align: -2px;
      width: 1em
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: rgba(23, 23, 24, .06)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text:not(.core-btn-disabled):not(.core-btn-loading).core-dropdown-open,
    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: rgba(23, 23, 24, .12)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-text.core-btn-text:not(.core-btn-disabled):not(.core-btn-loading).core-dropdown-open {
      background-color: hsla(0, 0%, 100%, .3)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-outline:where([data-v="1rbitka"]).core-btn-outline:not(.core-btn-disabled):not(.core-btn-loading) {
      background-color: initial;
      border: 1px solid #fff;
      color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-outline:where([data-v="1rbitka"]).core-btn-outline:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: hsla(0, 0%, 100%, .2);
      border-color: #fff;
      color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-outline:where([data-v="1rbitka"]).core-btn-outline:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: hsla(0, 0%, 100%, .4);
      border-color: #fff;
      color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-outline:where([data-v="1rbitka"]).core-btn-outline:not(.core-btn-disabled):not(.core-btn-loading):focus-visible {
      outline-color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-outline:where([data-v="1rbitka"]).core-btn-outline.core-btn-disabled {
      border-color: hsla(0, 0%, 100%, .3);
      color: hsla(0, 0%, 100%, .3)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary.pulse-button.core-btn-primary:not(.core-btn-disabled) {
      background-color: #fff;
      border-color: transparent;
      color: #009995
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary.core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: hsla(0, 0%, 100%, .9)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary.core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: hsla(0, 0%, 100%, .7)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary.core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):focus-visible {
      outline-color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary.core-btn-primary.core-btn-disabled {
      background-color: hsla(0, 0%, 100%, .3);
      border-color: transparent;
      color: #009995
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-main.pulse-button.core-btn-primary:not(.core-btn-disabled) {
      background-color: #fff;
      border-color: transparent;
      color: #171718
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-main.core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: hsla(0, 0%, 100%, .9)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-main.core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: hsla(0, 0%, 100%, .7)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-main.core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):focus-visible {
      outline-color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-main.core-btn-primary.core-btn-disabled {
      background-color: hsla(0, 0%, 100%, .6);
      color: rgba(23, 23, 24, .45)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text.core-btn-primary-text:where([data-v="1rbitka"]):not(.core-btn-disabled):not(.core-btn-loading) {
      color: #017b77
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text.core-btn-primary-text:where([data-v="1rbitka"]):not(.core-btn-disabled):not(.core-btn-loading):active,
    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text.core-btn-primary-text:where([data-v="1rbitka"]):not(.core-btn-disabled):not(.core-btn-loading):hover {
      color: #017b77
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text.core-btn-primary-text:where([data-v="1rbitka"]).core-btn-disabled {
      color: #b7e5e2
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text.core-btn-primary-text:where([data-v="1rbitka"]).core-btn-loading {
      color: #009995
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text:where([data-v="1rbitka"]):not(.core-btn-disabled):not(.core-btn-loading) {
      color: #6c6d6f
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text:where([data-v="1rbitka"]):not(.core-btn-disabled):not(.core-btn-loading):active,
    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text:where([data-v="1rbitka"]):not(.core-btn-disabled):not(.core-btn-loading):hover {
      color: #6c6d6f
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text:where([data-v="1rbitka"]).core-btn-disabled {
      color: #a9abad
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text:where([data-v="1rbitka"]).core-btn-loading {
      color: #6c6d6f
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text.core-btn-status-danger:where([data-v="1rbitka"]) {
      color: #e14140
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text.core-btn-status-danger:where([data-v="1rbitka"]):active,
    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text.core-btn-status-danger:where([data-v="1rbitka"]):hover {
      color: #e14140
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-text.core-btn-status-danger:where([data-v="1rbitka"]).core-btn-disabled {
      color: #fed8d3
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-link:where([data-v="1rbitka"]).core-btn-size-default,
    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-link:where([data-v="1rbitka"]).core-btn-size-large,
    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-link:where([data-v="1rbitka"]).core-btn-size-small {
      font-size: 14px;
      font-weight: 500;
      height: auto;
      line-height: 20px;
      padding: 0
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-link:where([data-v="1rbitka"]).core-btn-primary:not(.core-btn-disabled) {
      background-color: initial;
      color: #009995
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-link:where([data-v="1rbitka"]).core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: initial;
      color: #018784
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-link:where([data-v="1rbitka"]).core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: initial;
      color: #017976
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-link:where([data-v="1rbitka"]).core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):focus-visible {
      border-radius: 3px;
      outline: 3px solid #009995;
      outline-offset: 3px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-link:where([data-v="1rbitka"]).core-btn-primary.core-btn-disabled {
      background-color: initial;
      color: #b7e5e2
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-grey-link:where([data-v="1rbitka"]).core-btn-size-default,
    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-grey-link:where([data-v="1rbitka"]).core-btn-size-large,
    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-grey-link:where([data-v="1rbitka"]).core-btn-size-small {
      font-size: 14px;
      font-weight: 500;
      height: auto;
      line-height: 20px;
      padding: 0
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-grey-link:where([data-v="1rbitka"]).core-btn-primary:not(.core-btn-disabled) {
      background-color: initial;
      color: #6c6d6f
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-grey-link:where([data-v="1rbitka"]).core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: initial;
      color: #6c6d6f
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-grey-link:where([data-v="1rbitka"]).core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: initial;
      color: #171718
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-grey-link:where([data-v="1rbitka"]).core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading):focus-visible {
      border-radius: 3px;
      outline: 3px solid #171718;
      outline-offset: 3px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-grey-link:where([data-v="1rbitka"]).core-btn-primary.core-btn-disabled {
      background-color: initial;
      color: #a9abad
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]) .pulse-button-icon {
      align-items: center;
      display: flex
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]) .pulse-button-icon-prefix {
      align-items: center;
      display: flex;
      -webkit-margin-end: 4px;
      margin-inline-end: 4px;
      -webkit-margin-start: 0;
      margin-inline-start: 0
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]) .pulse-button-icon-suffix {
      align-items: center;
      display: flex;
      -webkit-margin-start: 4px;
      margin-inline-start: 4px;
      -webkit-margin-end: 0;
      margin-inline-end: 0
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]) .pulse-button-icon-suffix svg {
      font-size: 16px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-secondary.pulse-button.core-btn-secondary:not(.core-btn-disabled) {
      background-color: hsla(0, 0%, 100%, .3);
      border-color: transparent;
      color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-secondary.core-btn-secondary:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: hsla(0, 0%, 100%, .2)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-secondary.core-btn-secondary:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: hsla(0, 0%, 100%, .1)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-secondary.core-btn-secondary:not(.core-btn-disabled):not(.core-btn-loading):focus-visible {
      outline-color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-secondary.core-btn-secondary.core-btn-disabled {
      background-color: hsla(0, 0%, 100%, .1);
      color: hsla(0, 0%, 100%, .4)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary-text.core-btn-text:not(.core-btn-disabled):not(.core-btn-loading) {
      color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary-text.core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: hsla(0, 0%, 100%, .2)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary-text.core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: hsla(0, 0%, 100%, .3)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary-text.core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):focus-visible {
      outline-color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary-text.core-btn-text.core-btn-disabled {
      color: hsla(0, 0%, 100%, .4)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-primary-text.core-btn-text.core-btn-loading {
      color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-text.core-btn-text:not(.core-btn-disabled):not(.core-btn-disabled):not(.core-btn-loading) {
      color: hsla(0, 0%, 100%, .6)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-text.core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: hsla(0, 0%, 100%, .2)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-text.core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: hsla(0, 0%, 100%, .3)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-text.core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):focus-visible {
      outline-color: #fff
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-text.core-btn-text.core-btn-disabled {
      color: hsla(0, 0%, 100%, .4)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-dark-text.core-btn-text.core-btn-loading {
      color: hsla(0, 0%, 100%, .6)
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-abnormal {
      font-size: 20px;
      font-weight: 500;
      padding: 12px 16px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-abnormal.core-btn-primary-text:not(.core-btn-disabled) {
      font-size: 16px;
      height: 28px;
      line-height: 24px;
      padding: 2px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-abnormal.core-btn-primary-text:not(.core-btn-disabled)>svg {
      font-size: 20px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-large {
      font-size: 14px;
      font-weight: 500;
      height: 40px;
      line-height: 20px;
      padding: 10px 20px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-large.core-btn-icon-only {
      width: 40px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-default {
      font-size: 14px;
      font-weight: 500;
      height: 32px;
      line-height: 20px;
      padding: 6px 12px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-default.core-btn-primary-text.core-btn-icon-only,
    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-default.core-btn-text.core-btn-icon-only {
      width: 32px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-default.core-btn-icon-only {
      width: 32px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-small {
      font-size: 12px;
      font-weight: 500;
      height: 24px;
      line-height: 18px;
      padding: 3px 8px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-size-small.core-btn-icon-only {
      width: 24px
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-icon-only[data-v] {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      padding: 0
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).pulse-button-rtl .core-btn-loading>.theme-arco-icon-loading+span {
      -webkit-margin-end: 0;
      margin-inline-end: 0;
      -webkit-margin-start: unset;
      margin-inline-start: unset
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-primary:not(.core-btn-disabled):not(.core-btn-loading).core-dropdown-open {
      background-color: #017976
    }

    .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-secondary:not(.core-btn-disabled):not(.core-btn-loading).core-dropdown-open {
      background-color: #dbdbdc
    }

    html[data-pulse-device=H5] .core-btn.pulse-button:where([data-v="1rbitka"]).core-btn-shape-square {
      border-radius: 8px
    }

    .core-btn-group:where([data-v="1rbitka"]).pulse-button-group {
      display: flex;
      gap: 2px
    }

    .core-btn-group:where([data-v="1rbitka"]).pulse-button-group .core-btn.pulse-button:not(:last-child) {
      border-inline-end-color: transparent
    }

    .core-btn-group:where([data-v="1rbitka"]).pulse-button-group .core-btn-size-mini:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group:where([data-v="1rbitka"]).pulse-button-group .core-btn-rtl.core-btn-size-mini:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group:where([data-v="1rbitka"]).pulse-button-group .core-btn-size-small:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group:where([data-v="1rbitka"]).pulse-button-group .core-btn-rtl.core-btn-size-small:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group:where([data-v="1rbitka"]).pulse-button-group .core-btn-size-default:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group:where([data-v="1rbitka"]).pulse-button-group .core-btn-rtl.core-btn-size-default:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group:where([data-v="1rbitka"]).pulse-button-group .core-btn-size-large:first-child:last-child {
      border-radius: 4px
    }

    .core-btn-group:where([data-v="1rbitka"]).pulse-button-group .core-btn-rtl.core-btn-size-large:first-child:last-child {
      border-radius: 4px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline>span+svg,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline>svg+span {
      -webkit-margin-end: unset;
      margin-inline-end: unset
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.core-btn-size-default {
      padding: 6px 12px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.core-btn-size-default.core-btn-icon-only {
      padding: 8px;
      width: 32px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.core-btn-size-default.core-btn-icon-only>svg {
      height: 16px;
      width: 16px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.core-btn-size-small {
      height: 24px;
      padding: 3px 8px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.core-btn-size-small.core-btn-icon-only {
      padding: 4px;
      width: 24px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.core-btn-loading {
      border-color: #d3d4d5;
      color: #6c6d6f
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.pulse-button-toggle-checked.core-btn-loading {
      border-color: #009995;
      color: #009995
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline:not(.core-btn-disabled):not(.core-btn-loading),
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline:not(.core-btn-disabled):not(.core-btn-loading):hover {
      border: 1px solid #d3d4d5;
      color: #6c6d6f
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: #e1e1e1
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: #dbdbdc
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.core-btn-disabled,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.core-btn-disabled:active,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.core-btn-disabled:hover {
      background-color: #ececed;
      border: 1px solid #a9abad;
      color: #a9abad
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.pulse-button-toggle-checked {
      z-index: 3
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.pulse-button-toggle-checked:not(.core-btn-disabled):not(.core-btn-loading),
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.pulse-button-toggle-checked:not(.core-btn-disabled):not(.core-btn-loading):active,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.pulse-button-toggle-checked:not(.core-btn-disabled):not(.core-btn-loading):hover {
      border-color: #009995;
      color: #009995
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.pulse-button-toggle-checked.core-btn-disabled,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.pulse-button-toggle-checked.core-btn-disabled:active,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-outline.pulse-button-toggle-checked.core-btn-disabled:hover {
      border-color: #a9abad;
      color: #a9abad
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text>span+svg,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text>svg+span {
      -webkit-margin-end: unset;
      margin-inline-end: unset
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.core-btn-size-default {
      padding: 2px 4px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.core-btn-size-default.core-btn-icon-only {
      padding: 8px;
      width: 32px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.core-btn-size-default.core-btn-icon-only>svg {
      height: 16px;
      width: 16px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.core-btn-size-small {
      height: 24px;
      padding: 2px 4px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.core-btn-size-small.core-btn-icon-only {
      padding: 4px;
      width: 24px
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.core-btn-loading {
      color: #6c6d6f
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):hover {
      background-color: #e1e1e1
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):active {
      background-color: #dbdbdc
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text:not(.core-btn-disabled):not(.core-btn-loading),
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):active,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text:not(.core-btn-disabled):not(.core-btn-loading):hover {
      color: #6c6d6f
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.core-btn-disabled,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.core-btn-disabled:active,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.core-btn-disabled:hover {
      color: #a9abad
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.pulse-button-toggle-checked:not(.core-btn-disabled):not(.core-btn-loading),
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.pulse-button-toggle-checked:not(.core-btn-disabled):not(.core-btn-loading):active,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.pulse-button-toggle-checked:not(.core-btn-disabled):not(.core-btn-loading):hover {
      color: #009995
    }

    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.pulse-button-toggle-checked.core-btn-disabled,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.pulse-button-toggle-checked.core-btn-disabled:active,
    .pulse-button-toggle:where([data-v="1rbitka"]).core-btn-text.pulse-button-toggle-checked.core-btn-disabled:hover {
      color: #a9abad
    }

    .pulse-popover:where([data-v="1j8c0bi"]) .core-popover-content {
      background-color: #fff;
      border: none;
      border-radius: 8px;
      box-shadow: 0 0 32px 0 rgba(0, 0, 0, .2);
      color: #171718;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      padding: 12px
    }

    .pulse-popover:where([data-v="1j8c0bi"]) .core-popover-title {
      color: #171718;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px
    }

    .pulse-popover:where([data-v="1j8c0bi"]) .core-popover-inner-content {
      color: #171718;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .pulse-popover:where([data-v="1j8c0bi"]) .core-popover-title+.core-popover-inner-content {
      margin-top: 4px
    }

    .pulse-popover:where([data-v="1j8c0bi"]) .pulse-popover-footer {
      margin-top: 12px;
      text-align: end
    }

    .pulse-popover:where([data-v="1j8c0bi"]) .pulse-popover-footer button {
      -webkit-margin-start: 8px;
      margin-inline-start: 8px
    }

    .pulse-popover:where([data-v="1j8c0bi"]).pulse-popover-rtl {
      direction: rtl
    }

    .pulse-popover:where([data-v="1j8c0bi"]).core-popover .core-trigger-arrow-container .core-popover-arrow {
      border: none
    }

    .pulse-popover:where([data-v="1j8c0bi"]).core-popover[trigger-placement=lb] .core-popover-arrow,
    .pulse-popover:where([data-v="1j8c0bi"]).core-popover[trigger-placement=left] .core-popover-arrow,
    .pulse-popover:where([data-v="1j8c0bi"]).core-popover[trigger-placement=lt] .core-popover-arrow,
    .pulse-popover:where([data-v="1j8c0bi"]).core-popover[trigger-placement=rb] .core-popover-arrow,
    .pulse-popover:where([data-v="1j8c0bi"]).core-popover[trigger-placement=right] .core-popover-arrow,
    .pulse-popover:where([data-v="1j8c0bi"]).core-popover[trigger-placement=rt] .core-popover-arrow {
      margin-top: -4px
    }

    .core-link {
      background-color: initial;
      border-radius: var(--border-radius-small);
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: 1.5715;
      padding: 1px 4px;
      text-decoration: none;
      transition: all .1s linear
    }

    .core-link,
    .core-link:hover {
      color: rgb(var(--theme-arco-link-6))
    }

    .core-link:hover {
      background-color: var(--theme-arco-color-fill-2)
    }

    .core-link:active {
      background-color: var(--theme-arco-color-fill-3);
      color: rgb(var(--theme-arco-link-6));
      transition: none
    }

    .core-link:focus-visible {
      box-shadow: 0 0 0 2px var(--theme-arco-color-link-light-3)
    }

    .core-link.core-link-hoverless {
      background-color: unset;
      display: inline;
      padding: 0
    }

    .core-link.core-link-hoverless:active,
    .core-link.core-link-hoverless:hover {
      background-color: unset
    }

    .core-link.core-link-disabled {
      background: none;
      color: var(--theme-arco-color-link-light-3);
      cursor: not-allowed
    }

    .core-link-is-success,
    .core-link-is-success:active,
    .core-link-is-success:hover {
      color: rgb(var(--theme-arco-success-6))
    }

    .core-link-is-success.core-link-disabled {
      color: var(--theme-arco-color-success-light-3)
    }

    .core-link-is-error,
    .core-link-is-error:active,
    .core-link-is-error:hover {
      color: rgb(var(--theme-arco-danger-6))
    }

    .core-link-is-error.core-link-disabled {
      color: var(--theme-arco-color-danger-light-3)
    }

    .core-link-is-warning,
    .core-link-is-warning:active,
    .core-link-is-warning:hover {
      color: rgb(var(--theme-arco-warning-6))
    }

    .core-link-is-warning.core-link-disabled {
      color: var(--theme-arco-color-warning-light-2)
    }

    .core-link-icon {
      font-size: 12px;
      margin-right: 6px
    }

    .core-link-rtl .core-link-icon {
      margin-left: 6px;
      margin-right: 0
    }

    .core-link {
      align-items: center;
      display: inline-flex;
      font-weight: 400
    }

    .core-link:not(.core-link-disabled)>span {
      position: relative
    }

    .core-link:not(.core-link-disabled)>span:hover:after {
      background-color: #009995;
      bottom: 4px;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      width: 100%
    }

    .core-link:focus-visible {
      border-radius: 3px;
      outline: 3px solid #017b77;
      outline-offset: 3px
    }

    .core-link:not(.core-link-disabled):active {
      color: #00615f
    }

    .pulse-link:where([data-v="1wcepvc"]) {
      gap: 2px
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-size-medium {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-size-medium>svg {
      height: 16px;
      width: 16px
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-size-small {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px
    }

    .pulse-link:where([data-v="1wcepvc"]).core-link:not(.pulse-link-disabled)>span:hover:after {
      display: none
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link {
      color: #017b77;
      padding: 0
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link.pulse-link-disabled {
      color: #b7e5e2
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link:not(.pulse-link-disabled):hover {
      background-color: initial;
      color: #017b77
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link:not(.pulse-link-disabled):active {
      background-color: initial;
      color: #017b77
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link:not(.pulse-link-disabled):hover>span {
      text-decoration: underline
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-grey {
      color: #6c6d6f
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-grey.pulse-link-disabled {
      color: #a9abad
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-grey:not(.pulse-link-disabled):hover {
      color: #6c6d6f
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-grey:not(.pulse-link-disabled):hover>span {
      color: #6c6d6f;
      text-decoration: underline
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-grey:not(.pulse-link-disabled):hover>svg {
      color: #6c6d6f
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-grey:not(.pulse-link-disabled):active>span,
    .pulse-link:where([data-v="1wcepvc"]).pulse-link-grey:not(.pulse-link-disabled):active>svg {
      color: #171718
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-type-dark {
      color: #fff
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-type-dark.pulse-link-disabled {
      color: #fff;
      opacity: .6
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-type-dark:not(.pulse-link-disabled) {
      color: #fff;
      text-decoration: underline
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-type-dark:not(.pulse-link-disabled):hover {
      color: #fff
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-type-dark:not(.pulse-link-disabled):hover>span,
    .pulse-link:where([data-v="1wcepvc"]).pulse-link-type-dark:not(.pulse-link-disabled):hover>svg {
      color: #fff;
      opacity: .8
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-type-dark:not(.pulse-link-disabled):active {
      color: #fff
    }

    .pulse-link:where([data-v="1wcepvc"]).pulse-link-type-dark:not(.pulse-link-disabled):active>span,
    .pulse-link:where([data-v="1wcepvc"]).pulse-link-type-dark:not(.pulse-link-disabled):active>svg {
      color: #fff;
      opacity: .7
    }

    .pulse-link:where([data-v="1wcepvc"]).core-link.pulse-link-disabled-underline>span:hover {
      text-decoration: none
    }

    .pulse-tooltip:where([data-v=ywiv0]) .pulse-tooltip-content-title {
      font-weight: 500
    }

    .pulse-tooltip:where([data-v=ywiv0]).pulse-tooltip-size-abnormal .core-tooltip-content {
      font-size: 16px;
      line-height: 24px
    }

    .pulse-tooltip:where([data-v=ywiv0]) .core-tooltip-content-inner {
      text-align: start
    }

    .pulse-tooltip:where([data-v=ywiv0]).pulse-tooltip-rtl {
      direction: rtl
    }

    .pulse-tooltip:where([data-v=ywiv0]).core-tooltip .core-tooltip-content {
      background-color: #404142;
      border-radius: 8px;
      box-shadow: 0 0 32px 0 rgba(0, 0, 0, .2);
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .pulse-tooltip:where([data-v=ywiv0]).core-tooltip .core-tooltip-content-inner {
      word-wrap: break-word
    }

    .pulse-tooltip:where([data-v=ywiv0]).core-tooltip.core-tooltip[trigger-placement] .core-trigger-arrow {
      background-color: #404142;
      box-shadow: 0 0 32px 0 rgba(0, 0, 0, .2)
    }

    .fadeInStandard-appear,
    .fadeInStandard-enter {
      opacity: 0
    }

    .fadeInStandard-appear-active,
    .fadeInStandard-enter-active {
      opacity: 1;
      transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
    }

    .fadeInStandard-exit {
      opacity: 1
    }

    .fadeInStandard-exit-active {
      opacity: 0;
      transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
    }

    .fadeIn-appear,
    .fadeIn-enter {
      opacity: 0
    }

    .fadeIn-appear-active,
    .fadeIn-enter-active {
      opacity: 1;
      transition: opacity .1s linear
    }

    .fadeIn-exit {
      opacity: 1
    }

    .fadeIn-exit-active {
      opacity: 0;
      transition: opacity .1s linear
    }

    .slideDynamicOrigin-appear,
    .slideDynamicOrigin-enter {
      opacity: 0;
      transform: scaleY(.9) translateZ(0);
      transform-origin: 0 0
    }

    .slideDynamicOrigin-appear-active,
    .slideDynamicOrigin-enter-active,
    .slideDynamicOrigin-exit {
      opacity: 1;
      transform: scaleY(1) translateZ(0);
      transform-origin: 0 0;
      transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1)
    }

    .slideDynamicOrigin-exit-active {
      opacity: 0;
      transform: scaleY(.9) translateZ(0);
      transform-origin: 0 0;
      transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1)
    }

    .slideLeft-appear,
    .slideLeft-enter {
      transform: translateX(-100%)
    }

    .slideLeft-appear-active,
    .slideLeft-enter-active {
      transform: translateX(0);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideLeft-exit {
      transform: translateX(0)
    }

    .slideLeft-exit-active {
      transform: translateX(-100%);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideRight-appear,
    .slideRight-enter {
      transform: translateX(100%)
    }

    .slideRight-appear-active,
    .slideRight-enter-active {
      transform: translateX(0);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideRight-exit {
      transform: translateX(0)
    }

    .slideRight-exit-active {
      transform: translateX(100%);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideTop-appear,
    .slideTop-enter {
      transform: translateY(-100%)
    }

    .slideTop-appear-active,
    .slideTop-enter-active {
      transform: translateY(0);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideTop-exit {
      transform: translateY(0)
    }

    .slideTop-exit-active {
      transform: translateY(-100%);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideBottom-appear,
    .slideBottom-enter {
      transform: translateY(100%)
    }

    .slideBottom-appear-active,
    .slideBottom-enter-active {
      transform: translateY(0);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .slideBottom-exit {
      transform: translateY(0)
    }

    .slideBottom-exit-active {
      transform: translateY(100%);
      transition: transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .zoomIn-appear,
    .zoomIn-enter {
      opacity: 0;
      transform: scale(.5)
    }

    .zoomIn-appear-active,
    .zoomIn-enter-active {
      opacity: 1;
      transform: scale(1);
      transition: opacity .3s cubic-bezier(.34, .69, .1, 1), transform .3s cubic-bezier(.34, .69, .1, 1)
    }

    .zoomIn-exit {
      opacity: 1;
      transform: scale(1)
    }

    .zoomIn-exit-active {
      transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomIn-exit-active,
    .zoomInFadeOut-appear,
    .zoomInFadeOut-enter {
      opacity: 0;
      transform: scale(.5)
    }

    .zoomInFadeOut-appear-active,
    .zoomInFadeOut-enter-active {
      opacity: 1;
      transform: scale(1);
      transition: opacity .2s cubic-bezier(.34, .69, .1, 1), transform .2s cubic-bezier(.34, .69, .1, 1)
    }

    .zoomInFadeOut-exit {
      opacity: 1;
      transform: scale(1)
    }

    .zoomInFadeOut-exit-active {
      transition: opacity .2s cubic-bezier(.3, 1.3, .3, 1), transform .2s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInBig-appear,
    .zoomInBig-enter,
    .zoomInFadeOut-exit-active {
      opacity: 0;
      transform: scale(.5)
    }

    .zoomInBig-appear-active,
    .zoomInBig-enter-active {
      opacity: 1;
      transform: scale(1);
      transition: opacity .2s linear, transform .2s linear
    }

    .zoomInBig-exit {
      opacity: 1;
      transform: scale(1)
    }

    .zoomInBig-exit-active {
      opacity: 0;
      transform: scale(.2);
      transition: opacity .2s linear, transform .2s linear
    }

    .zoomInLeft-appear,
    .zoomInLeft-enter {
      opacity: .1;
      transform: scale(.1);
      transform-origin: 0 50%
    }

    .zoomInLeft-appear-active,
    .zoomInLeft-enter-active {
      opacity: 1;
      transform: scale(1);
      transition: opacity .3s linear, transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInLeft-exit {
      opacity: 1;
      transform: scale(1);
      transform-origin: 0 50%
    }

    .zoomInLeft-exit-active {
      opacity: .1;
      transform: scale(.1);
      transition: opacity .3s linear, transform .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInTop-appear,
    .zoomInTop-enter {
      opacity: 0;
      transform: scaleY(.8) translateZ(0);
      transform-origin: 0 0
    }

    .zoomInTop-appear-active,
    .zoomInTop-enter-active {
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInTop-appear-active,
    .zoomInTop-enter-active,
    .zoomInTop-exit {
      opacity: 1;
      transform: scaleY(1) translateZ(0);
      transform-origin: 0 0
    }

    .zoomInTop-exit-active {
      opacity: 0;
      transform: scaleY(.8) translateZ(0);
      transform-origin: 0 0;
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInBottom-appear,
    .zoomInBottom-enter {
      opacity: 0;
      transform: scaleY(.8) translateZ(0);
      transform-origin: 100% 100%
    }

    .zoomInBottom-appear-active,
    .zoomInBottom-enter-active {
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .zoomInBottom-appear-active,
    .zoomInBottom-enter-active,
    .zoomInBottom-exit {
      opacity: 1;
      transform: scaleY(1) translateZ(0);
      transform-origin: 100% 100%
    }

    .zoomInBottom-exit-active {
      opacity: 0;
      transform: scaleY(.8) translateZ(0);
      transform-origin: 100% 100%;
      transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
    }

    .core-trigger:where([data-trigger=b45hic]) {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      z-index: 1003
    }

    .core-trigger:where([data-trigger=b45hic]) .core-trigger-arrow {
      background-color: #fff;
      box-sizing: border-box;
      content: "";
      display: block;
      height: 8px;
      position: absolute;
      transform: rotate(45deg);
      transform-origin: initial;
      width: 8px;
      z-index: -1
    }

    .core-trigger:where([data-trigger=b45hic])[trigger-placement=tl]>.core-trigger-arrow-container .core-trigger-arrow,
    .core-trigger:where([data-trigger=b45hic])[trigger-placement=top]>.core-trigger-arrow-container .core-trigger-arrow,
    .core-trigger:where([data-trigger=b45hic])[trigger-placement=tr]>.core-trigger-arrow-container .core-trigger-arrow {
      border-bottom-right-radius: 2px;
      border-left: none;
      border-top: none;
      bottom: -4px;
      margin-left: -4px
    }

    .core-trigger:where([data-trigger=b45hic])[trigger-placement=bl]>.core-trigger-arrow-container .core-trigger-arrow,
    .core-trigger:where([data-trigger=b45hic])[trigger-placement=bottom]>.core-trigger-arrow-container .core-trigger-arrow,
    .core-trigger:where([data-trigger=b45hic])[trigger-placement=br]>.core-trigger-arrow-container .core-trigger-arrow {
      border-bottom: none;
      border-right: none;
      border-top-left-radius: 2px;
      margin-left: -4px;
      top: -4px
    }

    .core-trigger:where([data-trigger=b45hic])[trigger-placement=lb]>.core-trigger-arrow-container .core-trigger-arrow,
    .core-trigger:where([data-trigger=b45hic])[trigger-placement=left]>.core-trigger-arrow-container .core-trigger-arrow,
    .core-trigger:where([data-trigger=b45hic])[trigger-placement=lt]>.core-trigger-arrow-container .core-trigger-arrow {
      border-bottom: none;
      border-left: none;
      border-top-right-radius: 2px;
      margin-top: -4px;
      right: -4px
    }

    .core-trigger:where([data-trigger=b45hic])[trigger-placement=rb]>.core-trigger-arrow-container .core-trigger-arrow,
    .core-trigger:where([data-trigger=b45hic])[trigger-placement=right]>.core-trigger-arrow-container .core-trigger-arrow,
    .core-trigger:where([data-trigger=b45hic])[trigger-placement=rt]>.core-trigger-arrow-container .core-trigger-arrow {
      border-bottom-left-radius: 2px;
      border-right: none;
      border-top: none;
      left: -4px;
      margin-top: -4px
    }

    .core-trigger:where([data-trigger=b45hic]).core-trigger-rtl {
      direction: rtl
    }

    .core-tooltip-content {
      background-color: var(--theme-arco-color-tooltip-bg);
      border-radius: var(--border-radius-small);
      box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
      color: #fff;
      font-size: 14px;
      line-height: 1.5715;
      padding: 8px 12px
    }

    .core-tooltip-content-inner {
      word-wrap: break-word;
      text-align: start
    }

    .core-tooltip-mini {
      font-size: 14px;
      padding: 4px 12px
    }

    .core-trigger-arrow.core-tooltip-arrow {
      background-color: var(--theme-arco-color-tooltip-bg)
    }

    .core-tooltip-arrow {
      content: "";
      z-index: 1
    }

    .core-tooltip[trigger-placement=tl] .core-tooltip-arrow,
    .core-tooltip[trigger-placement=top] .core-tooltip-arrow,
    .core-tooltip[trigger-placement=tr] .core-tooltip-arrow {
      border-bottom-right-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .core-tooltip[trigger-placement=bl] .core-tooltip-arrow,
    .core-tooltip[trigger-placement=bottom] .core-tooltip-arrow,
    .core-tooltip[trigger-placement=br] .core-tooltip-arrow {
      border-top-left-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .core-tooltip[trigger-placement=lb] .core-tooltip-arrow,
    .core-tooltip[trigger-placement=left] .core-tooltip-arrow,
    .core-tooltip[trigger-placement=lt] .core-tooltip-arrow {
      border-top-right-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .core-tooltip[trigger-placement=rb] .core-tooltip-arrow,
    .core-tooltip[trigger-placement=right] .core-tooltip-arrow,
    .core-tooltip[trigger-placement=rt] .core-tooltip-arrow {
      border-bottom-left-radius: 0;
      transform: scale(.8) rotate(45deg)
    }

    .core-tooltip-content-bl,
    .core-tooltip-content-bottom,
    .core-tooltip-content-br {
      box-shadow: 0 4px 12px rgba(0, 0, 0, .12), 0 -4px 12px rgba(0, 0, 0, .12)
    }

    .core-tooltip .core-tooltip-content,
    .core-tooltip.core-tooltip[trigger-placement] .core-tooltip-arrow {
      background: #4d4d4d;
      box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
    }

    body[arco-theme=dark] .core-tooltip-content {
      border: 1px solid var(--theme-arco-color-neutral-3)
    }

    body[arco-theme=dark] .core-tooltip .core-trigger-arrow.core-tooltip-arrow {
      z-index: 1
    }

    body[arco-theme=dark] .core-trigger[trigger-placement=tl] .core-trigger-arrow.core-tooltip-arrow,
    body[arco-theme=dark] .core-trigger[trigger-placement=top] .core-trigger-arrow.core-tooltip-arrow,
    body[arco-theme=dark] .core-trigger[trigger-placement=tr] .core-trigger-arrow.core-tooltip-arrow {
      border-bottom: 1px solid var(--theme-arco-color-neutral-3);
      border-right: 1px solid var(--theme-arco-color-neutral-3)
    }

    body[arco-theme=dark] .core-trigger[trigger-placement=bl] .core-trigger-arrow.core-tooltip-arrow,
    body[arco-theme=dark] .core-trigger[trigger-placement=bottom] .core-trigger-arrow.core-tooltip-arrow,
    body[arco-theme=dark] .core-trigger[trigger-placement=br] .core-trigger-arrow.core-tooltip-arrow {
      border-left: 1px solid var(--theme-arco-color-neutral-3);
      border-top: 1px solid var(--theme-arco-color-neutral-3)
    }

    body[arco-theme=dark] .core-trigger[trigger-placement=lb] .core-trigger-arrow.core-tooltip-arrow,
    body[arco-theme=dark] .core-trigger[trigger-placement=left] .core-trigger-arrow.core-tooltip-arrow,
    body[arco-theme=dark] .core-trigger[trigger-placement=lt] .core-trigger-arrow.core-tooltip-arrow {
      border-right: 1px solid var(--theme-arco-color-neutral-3);
      border-top: 1px solid var(--theme-arco-color-neutral-3)
    }

    body[arco-theme=dark] .core-trigger[trigger-placement=rb] .core-trigger-arrow.core-tooltip-arrow,
    body[arco-theme=dark] .core-trigger[trigger-placement=right] .core-trigger-arrow.core-tooltip-arrow,
    body[arco-theme=dark] .core-trigger[trigger-placement=rt] .core-trigger-arrow.core-tooltip-arrow {
      border-bottom: 1px solid var(--theme-arco-color-neutral-3);
      border-left: 1px solid var(--theme-arco-color-neutral-3)
    }

    .core-popover-content {
      padding: 12px 16px
    }

    .core-popover-title {
      color: #171718;
      font-size: 16px;
      font-weight: 500
    }

    .core-popover-title+.core-popover-inner-content {
      margin-top: 4px
    }

    .core-popconfirm-content,
    .core-popover-content {
      background-color: #fff;
      border: 1px solid transparent;
      border-radius: var(--border-radius-medium);
      box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
      box-sizing: border-box;
      color: var(--theme-arco-color-text-2);
      font-size: 14px;
      line-height: 1.5715;
      max-width: none;
      width: 100%
    }

    .core-popconfirm-content-inner,
    .core-popover-content-inner {
      word-wrap: break-word;
      text-align: left
    }

    .core-popconfirm-arrow.core-trigger-arrow,
    .core-popover-arrow.core-trigger-arrow {
      background-color: #fff;
      border: 1px solid transparent;
      z-index: 1
    }

    .core-popover-inner-rtl {
      direction: rtl;
      text-align: right
    }

    .pulse-overflow-text:where([data-v="1k6xsdq"]).pulse-overflow-text-single {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .pulse-overflow-text:where([data-v="1k6xsdq"]).pulse-overflow-text-multiply {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal
    }

    .pulse-overflow-text:where([data-v="1k6xsdq"]).pulse-overflow-text-rtl {
      direction: rtl
    }

    .pulse-overflow-text-title:where([data-v="1k6xsdq"]) {
      color: #171718
    }

    .pulse-overflow-text-title:where([data-v="1k6xsdq"]).pulse-overflow-text-title-font-xl {
      font-size: 28px;
      font-weight: 500;
      line-height: 36px
    }

    .pulse-overflow-text-title:where([data-v="1k6xsdq"]).pulse-overflow-text-title-font-l {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px
    }

    .pulse-overflow-text-title:where([data-v="1k6xsdq"]).pulse-overflow-text-title-font-m {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px
    }

    .pulse-overflow-text-title:where([data-v="1k6xsdq"]).pulse-overflow-text-title-font-s {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px
    }

    .pulse-overflow-text-title:where([data-v="1k6xsdq"]).pulse-overflow-text-title-font-xs {
      font-size: 12px;
      font-weight: 500;
      line-height: 18px
    }

    .pulse-overflow-text-paragraph:where([data-v="1k6xsdq"]) {
      color: #6c6d6f
    }

    .pulse-overflow-text-paragraph:where([data-v="1k6xsdq"]).pulse-overflow-text-paragraph-font-lm {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px
    }

    .pulse-overflow-text-paragraph:where([data-v="1k6xsdq"]).pulse-overflow-text-paragraph-font-lr {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px
    }

    .pulse-overflow-text-paragraph:where([data-v="1k6xsdq"]).pulse-overflow-text-paragraph-font-mm {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px
    }

    .pulse-overflow-text-paragraph:where([data-v="1k6xsdq"]).pulse-overflow-text-paragraph-font-mr {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .pulse-overflow-text-paragraph:where([data-v="1k6xsdq"]).pulse-overflow-text-paragraph-font-sm {
      font-size: 12px;
      font-weight: 500;
      line-height: 18px
    }

    .pulse-overflow-text-paragraph:where([data-v="1k6xsdq"]).pulse-overflow-text-paragraph-font-sr {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px
    }

    @keyframes pulse-loading-circle {
      to {
        transform: rotate(1turn)
      }
    }

    .pulse-anchor:where([data-v="12hkj7s"]) {
      border-radius: 8px;
      box-sizing: border-box;
      max-width: 247px;
      padding: 0;
      position: relative
    }

    .pulse-anchor:where([data-v="12hkj7s"]).pulse-anchor-right-folded {
      width: auto
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor {
      width: 200px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-line-slider {
      background-color: #009995;
      border-radius: 2px;
      height: 24px;
      margin: 0;
      width: 2px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-line-slider-left {
      left: unset;
      right: 0
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-header {
      -webkit-padding-end: 20px;
      align-items: center;
      color: #171718;
      display: flex;
      justify-content: space-between;
      margin: 0 0 16px 0;
      padding-inline-end: 20px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-header-title {
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      font-size: 18px;
      font-weight: 500;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      line-height: 28px;
      overflow: hidden;
      overflow-wrap: break-word;
      word-break: normal
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-icon-wrapper {
      position: absolute;
      right: 0
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-top-icon-wrapper {
      line-height: 28px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-right-icon-wrapper {
      align-items: center;
      box-sizing: initial;
      display: flex;
      height: 16px;
      justify-content: center;
      margin: 2px 0;
      padding: 4px;
      width: 16px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-right-icon-wrapper:hover {
      background: #f6f6f6;
      border-radius: 2px;
      cursor: pointer
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-right-icon-wrapper:active {
      background: #eee
    }

    .pulse-anchor:where([data-v="12hkj7s"]) svg.pulse-anchor-top-icon {
      color: #6c6d6f
    }

    .pulse-anchor:where([data-v="12hkj7s"]) svg.pulse-anchor-top-icon:hover {
      cursor: pointer
    }

    .pulse-anchor:where([data-v="12hkj7s"]) svg.pulse-anchor-right-icon {
      color: #6c6d6f
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list {
      margin: 0
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list.core-anchor-list-left:before {
      display: none
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list.core-anchor-list-left:after {
      background-color: #d3d4d5;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 2px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list.core-anchor-list-left>.core-anchor-link {
      -webkit-margin-start: 0;
      margin-inline-start: 0
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list:before {
      background-color: #d3d4d5;
      left: 0;
      width: 2px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list>.core-anchor-link {
      -webkit-margin-start: 24px;
      margin-inline-start: 24px;
      margin-bottom: 0
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list .core-anchor-link {
      margin-bottom: 0
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list .core-anchor-link .core-anchor-link-title {
      color: #6c6d6f;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 8px;
      padding: 0;
      text-overflow: normal;
      white-space: normal
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list .core-anchor-link .core-anchor-link-title .pulse-anchor-custom-link {
      align-items: center;
      display: flex;
      justify-content: space-between
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list .core-anchor-link .core-anchor-link-title .pulse-anchor-custom-link-text {
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      overflow-wrap: break-word;
      white-space: normal;
      word-break: normal;
      -webkit-padding-end: 8px;
      padding-inline-end: 8px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list .core-anchor-link .core-anchor-link-title:hover {
      background-color: initial;
      color: #018784
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list .core-anchor-link-active>.core-anchor-link-title {
      color: #171718;
      font-weight: 500
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list .pulse-anchor-child-link .core-anchor-link {
      margin-top: 0;
      -webkit-margin-start: 12px;
      margin-inline-start: 12px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .core-anchor-list .pulse-anchor-child-link .core-anchor-link .core-anchor-link-title {
      line-height: 24px;
      max-height: 48px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-footer-container {
      box-sizing: border-box;
      margin: 24px 0 0 0;
      position: relative
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-add-btn {
      align-items: center;
      display: inline-flex;
      height: 20px;
      padding: 0 2px;
      -webkit-margin-start: 24px;
      color: #009995;
      cursor: pointer;
      margin-inline-start: 24px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-add-btn svg {
      fill: currentColor
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-add-btn:hover {
      background: #f6f6f6;
      border-radius: 4px;
      cursor: pointer
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-add-btn:active {
      background: #eee;
      border-radius: 4px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-add-btn-text {
      font-size: 14px;
      line-height: 20px;
      -webkit-margin-start: 4px;
      font-weight: 500;
      margin-inline-start: 4px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-rtl {
      direction: rtl
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-rtl .pulse-anchor-icon-wrapper {
      left: 0;
      right: unset;
      transform: scaleX(-1)
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-rtl .core-anchor-rtl .core-anchor-list {
      margin: 0
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-rtl .core-anchor-rtl .core-anchor-list:before {
      left: unset;
      right: 0;
      width: 2px
    }

    .pulse-anchor:where([data-v="12hkj7s"]) .pulse-anchor-rtl .core-anchor-rtl .core-anchor-list>.core-anchor-link {
      margin: 0 24px 24px 0
    }

    /* 159.326f9c9e.css */
    ï»¿@import url();

    .theme-m4b-link {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .theme-m4b-link>svg:first-child:not(:last-child) {
      -webkit-margin-end: 4px;
      margin-inline-end: 4px
    }

    .theme-m4b-link>svg:last-child:not(:first-child) {
      -webkit-margin-start: 4px;
      margin-inline-start: 4px
    }

    .theme-m4b-link-grey:not(.theme-arco-link-disabled):not(:hover):not(:active):not(:focus-visible) {
      color: var(--theme-arco-color-text-3)
    }

    .theme-m4b-link.theme-m4b-link-grey.theme-arco-link-disabled {
      color: var(--theme-arco-color-text-5)
    }

    .theme-m4b-link>span:hover:after {
      display: none
    }

    .theme-m4b-link.theme-arco-link:not(.theme-arco-link-disabled)>span:hover {
      text-decoration: underline
    }

    .theme-m4b-link.theme-arco-link:not(.theme-arco-link-disabled)>span:hover:after {
      display: none
    }

    .theme-m4b-link.theme-arco-link.theme-m4b-link-disabled-underline>span:hover {
      text-decoration: none
    }

    .theme-m4b-tooltip .theme-m4b-tooltip-content-title {
      font-weight: 500
    }

    .theme-m4b-tooltip.theme-m4b-tooltip-size-abnormal .theme-arco-tooltip-content {
      font-size: 16px;
      line-height: 24px
    }

    .theme-m4b-tooltip .theme-arco-tooltip-content-inner {
      text-align: start
    }

    .theme-m4b-tooltip.theme-m4b-tooltip-rtl {
      direction: rtl
    }

    .theme-m4b-tooltip.theme-m4b-tooltip-tooltips-mode .theme-arco-tooltip-content {
      box-shadow: 0 0 32px 0 rgba(0, 0, 0, .2);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .theme-m4b-tooltip.theme-m4b-tooltip-tooltips-mode .theme-arco-tooltip-content-inner {
      overflow: hidden;
      white-space: nowrap
    }

    .theme-m4b-tooltip.theme-m4b-tooltip-tooltips-mode .theme-arco-trigger-arrow {
      box-shadow: 0 0 32px 0 rgba(0, 0, 0, .2)
    }

    .theme-m4b-tooltip-popover.theme-m4b-popover .theme-arco-popover-title {
      color: var(--theme-arco-color-text-1);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px
    }

    .theme-m4b-tooltip-popover.theme-m4b-popover .theme-arco-popover-title+.theme-arco-popover-inner-content {
      color: var(--theme-arco-color-text-1);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 4px
    }

    .theme-m4b-tooltip-popover.theme-m4b-popover .theme-arco-popover-content {
      box-shadow: 0 0 32px 0 rgba(0, 0, 0, .2);
      padding: 16px
    }

    .theme-m4b-tooltip-popover.theme-m4b-popover .theme-m4b-popover-footer {
      margin-top: 4px
    }

    .theme-m4b-tooltip-popover.theme-m4b-popover img {
      display: block;
      margin-top: 4px;
      width: 100%
    }

    .theme-m4b-popover .theme-arco-popover-title {
      font-size: 20px;
      font-weight: 500;
      line-height: 36px
    }

    .theme-m4b-popover .theme-arco-popover-content-bottom {
      box-shadow: 0 8px 20px rgba(0, 0, 0, .12), 0 -8px 20px rgba(0, 0, 0, .12)
    }

    .theme-m4b-popover-footer {
      margin-top: 16px;
      text-align: end
    }

    .theme-m4b-popover-footer button {
      -webkit-margin-start: 12px;
      margin-inline-start: 12px
    }

    .theme-m4b-popover.theme-m4b-popover-rtl {
      direction: rtl
    }

    html[data-m4b-theme=theme-m4b] .theme-arco-popconfirm-content,
    html[data-m4b-theme=theme-m4b] .theme-arco-popover-content {
      box-shadow: 0 4px 20px rgba(33, 37, 51, .12)
    }

    .theme-m4b-tooltip-error-icon-split {
      align-items: center;
      display: flex
    }

    .theme-m4b-tooltip-error-icon-split svg {
      color: var(--theme-arco-color-border-2)
    }

    .theme-m4b-tooltip-error-icon-wrapper {
      align-items: center;
      cursor: pointer;
      display: flex;
      height: 16px;
      justify-content: center;
      width: 16px
    }

    .theme-m4b-input-textarea {
      max-height: 144px;
      resize: none !important
    }

    .theme-m4b-input-textarea+.theme-arco-textarea-clear-icon {
      color: var(--theme-arco-color-text-3);
      position: absolute
    }

    .theme-m4b-input-textarea-tooltip-error-error.theme-m4b-input-textarea:not(.theme-arco-textarea-disabled) {
      border-color: rgb(var(--theme-arco-danger-7))
    }

    .theme-m4b-input-textarea-tooltip-error-wrapper {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content
    }

    .theme-m4b-input-textarea-tooltip-error-wrapper .theme-arco-textarea-word-limit {
      right: 32px
    }

    .theme-m4b-input-textarea-tooltip-error-wrapper:has(.theme-m4b-input-textarea-mini):not(:has(.theme-m4b-input-textarea-word-limit)) .theme-m4b-input-textarea-tooltip-error-icon {
      bottom: 10px
    }

    .theme-m4b-input-textarea-tooltip-error-icon {
      bottom: 7px;
      position: absolute;
      right: 13px
    }

    .theme-arco-textarea-wrapper:has(.theme-m4b-input-textarea) .theme-arco-textarea-word-limit {
      bottom: 5px
    }

    .theme-arco-textarea.theme-m4b-input-textarea-mini {
      max-height: 144px;
      min-height: 36px;
      padding: 6px 12px
    }

    .theme-arco-textarea.theme-m4b-input-textarea-mini.theme-m4b-input-textarea-word-limit {
      min-height: 46px
    }

    .theme-arco-textarea.theme-m4b-input-textarea-small {
      max-height: 146px;
      min-height: 44px;
      padding: 10px
    }

    .theme-arco-textarea.theme-m4b-input-textarea-small.theme-m4b-input-textarea-word-limit {
      min-height: 54px
    }

    .theme-arco-textarea.theme-m4b-input-textarea-default,
    .theme-arco-textarea.theme-m4b-input-textarea-medium {
      min-height: 84px;
      padding: 4px 12px
    }

    .theme-arco-textarea.theme-m4b-input-textarea-default.theme-m4b-input-textarea-word-limit,
    .theme-arco-textarea.theme-m4b-input-textarea-medium.theme-m4b-input-textarea-word-limit {
      min-height: 94px
    }

    .theme-arco-textarea.theme-m4b-input-textarea-large {
      min-height: 144px;
      padding: 4px 12px
    }

    .theme-arco-textarea.theme-m4b-input-textarea-large.theme-m4b-input-textarea-word-limit {
      min-height: 154px
    }

    .theme-m4b-input-group.theme-arco-input-group:not(.theme-arco-input-group-compact)>.theme-arco-input,
    html[data-m4b-theme=theme-m4b] .theme-m4b-input-group.theme-arco-input-group:not(.theme-arco-input-group-compact)>.theme-arco-input {
      border-radius: 4px
    }

    .theme-m4b-input-group-select {
      border: 1px solid transparent;
      display: flex;
      position: relative
    }

    .theme-m4b-input-group-select .theme-m4b-input-group-border {
      border: 1px solid var(--theme-arco-color-border-1);
      border-radius: 4px;
      height: 36px;
      left: -1px;
      pointer-events: none;
      position: absolute;
      right: -1px;
      top: -1px
    }

    html[data-m4b-theme=theme-m4b] .theme-m4b-input-group-select,
    html[data-m4b-theme=theme-m4b] .theme-m4b-input-group-select .theme-m4b-input-group-border {
      border-radius: 4px
    }

    .theme-m4b-input-group-select:has(.theme-m4b-form-item:hover) .theme-m4b-input-group-border {
      border: 1px solid rgb(var(--theme-arco-primary-5))
    }

    .theme-m4b-input-group-select:has(.theme-arco-select:hover):not(.theme-m4b-input-group-disabled):not(.theme-m4b-input-group-error) .theme-m4b-input-group-border {
      border: 1px solid rgb(var(--theme-arco-primary-5))
    }

    .theme-m4b-input-group-select:has(.theme-arco-input-group:hover):not(.theme-m4b-input-group-disabled):not(.theme-m4b-input-group-error) .theme-m4b-input-group-border {
      border: 1px solid rgb(var(--theme-arco-primary-5))
    }

    .theme-m4b-input-group-select:has(.theme-arco-input:focus):not(.theme-m4b-input-group-error) .theme-m4b-input-group-border {
      border: 1px solid rgb(var(--theme-arco-primary-5))
    }

    .theme-m4b-input-group-select:has(.theme-arco-form-item-status-error) .theme-m4b-input-group-border {
      border: 1px solid rgb(var(--theme-arco-danger-6)) !important
    }

    .theme-m4b-input-group-select:has(.theme-arco-select-focused):not(.theme-m4b-input-group-error) .theme-m4b-input-group-border {
      border: 1px solid rgb(var(--theme-arco-primary-5))
    }

    .theme-m4b-input-group-select.theme-m4b-input-group-focus:not(.theme-m4b-input-group-disabled) .theme-m4b-input-group-border {
      border: 1px solid rgb(var(--theme-arco-primary-5))
    }

    .theme-m4b-input-group-select-child {
      border: none;
      vertical-align: top
    }

    .theme-m4b-input-group-select .theme-arco-select-size-default.theme-arco-select-single .theme-arco-select-view {
      border: none;
      height: 34px;
      padding: 0 0 0 12px
    }

    .theme-m4b-input-group-select .theme-arco-input,
    .theme-m4b-input-group-select .theme-arco-input-inner-wrapper {
      border: none;
      padding-left: 8px
    }

    .theme-m4b-input-group-select .theme-arco-input-inner-wrapper .theme-arco-input {
      padding-left: 0
    }

    .theme-m4b-input-group-error {
      border: 1px solid rgb(var(--theme-arco-danger-6));
      border-radius: 4px
    }

    .theme-m4b-input-group-error .theme-m4b-input-group-border {
      border: 1px solid transparent;
      border-radius: 4px;
      height: 36px;
      left: -1px;
      pointer-events: none;
      position: absolute;
      right: -1px;
      top: -1px
    }

    html[data-m4b-theme=theme-m4b] .theme-m4b-input-group-error,
    html[data-m4b-theme=theme-m4b] .theme-m4b-input-group-error .theme-m4b-input-group-border {
      border-radius: 4px
    }

    .theme-m4b-input-group-error:hover {
      border: 1px solid rgb(var(--theme-arco-danger-6))
    }

    .theme-m4b-input-group-disabled {
      background-color: var(--theme-arco-color-bg-bg1);
      border: 1px solid var(--theme-arco-color-border-1);
      border-radius: 4px
    }

    .theme-m4b-input-group-disabled .theme-m4b-input-group-border {
      border: 1px solid transparent;
      border-radius: 4px;
      height: 36px;
      left: -1px;
      pointer-events: none;
      position: absolute;
      right: -1px;
      top: -1px
    }

    html[data-m4b-theme=theme-m4b] .theme-m4b-input-group-disabled,
    html[data-m4b-theme=theme-m4b] .theme-m4b-input-group-disabled .theme-m4b-input-group-border {
      border-radius: 4px
    }

    .theme-m4b-input-group-disabled:hover {
      border: 1px solid var(--theme-arco-color-border-1)
    }

    .theme-m4b-input-group-focus,
    html[data-m4b-theme=theme-m4b] .theme-m4b-input-group-focus {
      border-radius: 4px
    }

    .theme-m4b-input-password .theme-arco-input-clear-icon {
      margin: 0 8px 0 12px
    }

    .theme-m4b-input-password .theme-arco-input-clear-icon svg {
      display: none
    }

    .theme-m4b-input-password .theme-arco-input-clear-icon:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23B3BACC' fill-rule='evenodd' d='M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0m-3.646-2.354a.5.5 0 0 1 0 .708L8.707 8l1.647 1.646a.5.5 0 0 1-.708.708L8 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L7.293 8 5.646 6.354a.5.5 0 1 1 .708-.708L8 7.293l1.646-1.647a.5.5 0 0 1 .708 0' clip-rule='evenodd'/%3E%3C/svg%3E");
      height: 16px;
      width: 16px
    }

    .theme-m4b-input-search .theme-arco-input-group-suffix .theme-arco-icon-search:hover {
      cursor: pointer
    }

    .theme-m4b-input-search.theme-m4b-input-search-divide-line.theme-arco-input-group-wrapper .theme-m4b-input-search-divide-line-split {
      position: relative
    }

    .theme-m4b-input-search.theme-m4b-input-search-divide-line.theme-arco-input-group-wrapper .theme-m4b-input-search-divide-line-split:after {
      background-color: var(--theme-arco-color-text-3);
      content: "";
      display: block;
      height: 7px;
      position: absolute;
      right: -9.5px;
      top: 50%;
      transform: translateY(-50%);
      width: 1px
    }

    .theme-m4b-input-search.theme-m4b-input-search-divide-line.theme-arco-input-group-wrapper .theme-arco-input {
      margin-left: 10.5px;
      padding-left: 15.5px
    }

    .theme-m4b-input-search .theme-arco-input-clear-icon {
      margin: 0 8px 0 12px
    }

    .theme-m4b-input-search .theme-arco-input-clear-icon svg {
      display: none
    }

    .theme-m4b-input-search .theme-arco-input-clear-icon:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23B3BACC' fill-rule='evenodd' d='M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0m-3.646-2.354a.5.5 0 0 1 0 .708L8.707 8l1.647 1.646a.5.5 0 0 1-.708.708L8 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L7.293 8 5.646 6.354a.5.5 0 1 1 .708-.708L8 7.293l1.646-1.647a.5.5 0 0 1 .708 0' clip-rule='evenodd'/%3E%3C/svg%3E");
      height: 16px;
      width: 16px
    }

    .theme-m4b-input .theme-arco-input-clear-icon {
      margin: 0 8px 0 12px
    }

    .theme-m4b-input .theme-arco-input-clear-icon svg {
      display: none
    }

    .theme-m4b-input .theme-arco-input-clear-icon:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(0, 0, 0, 0.55)'%3E%3Cpath d='M8 15.333A7.333 7.333 0 1 0 8 .667a7.333 7.333 0 0 0 0 14.666M5.05 10.244 7.293 8 5.049 5.756a.333.333 0 0 1 0-.472l.236-.235c.13-.13.34-.13.471 0L8 7.293l2.244-2.244c.13-.13.341-.13.472 0l.235.235c.13.13.13.342 0 .472L8.707 8l2.244 2.244c.13.13.13.341 0 .471l-.235.236a.333.333 0 0 1-.472 0L8 8.707l-2.244 2.244a.333.333 0 0 1-.471 0l-.236-.236a.333.333 0 0 1 0-.471'/%3E%3C/svg%3E");
      height: 16px;
      width: 16px
    }

    html[data-m4b-theme=theme-m4b] .theme-m4b-input .theme-arco-input-clear-icon:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(179, 186, 204, 1.0)'%3E%3Cpath fill-rule='evenodd' d='M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-4.646-2.354a.5.5 0 0 1 0 .708L8.707 8l1.647 1.646a.5.5 0 0 1-.708.708L8 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L7.293 8 5.646 6.354a.5.5 0 1 1 .708-.708L8 7.293l1.646-1.647a.5.5 0 0 1 .708 0' clip-rule='evenodd'/%3E%3C/svg%3E")
    }

    .theme-m4b-input-divide-line.theme-arco-input-group-wrapper .theme-m4b-input-divide-line-split {
      position: relative
    }

    .theme-m4b-input-divide-line.theme-arco-input-group-wrapper .theme-m4b-input-divide-line-split:after {
      background-color: var(--theme-arco-color-text-3);
      content: "";
      display: block;
      height: 7px;
      position: absolute;
      right: -9.5px;
      top: 50%;
      transform: translateY(-50%);
      width: 1px
    }

    .theme-m4b-input-divide-line.theme-arco-input-group-wrapper .theme-arco-input {
      margin-left: 10.5px;
      padding-left: 15.5px
    }

    .theme-m4b-input-ellipsisable .theme-arco-input {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%
    }

    .theme-m4b-input-ellipsisable input {
      pointer-events: none
    }

    .theme-m4b-input-tooltip-error-error:not(.theme-arco-input-group-wrapper-disabled) .theme-arco-input-inner-wrapper {
      border-color: rgb(var(--theme-arco-danger-7))
    }

    .theme-m4b-input-tooltip-error-split {
      display: none
    }

    .theme-m4b-input-tooltip-error-split-active {
      display: flex
    }

    .theme-m4b-input:hover:has(input:not(:placeholder-shown)):has(.theme-arco-input-clear-icon) .theme-m4b-input-tooltip-error-split {
      display: flex
    }

    .theme-m4b-input.theme-m4b-input-size-default {
      height: 36px
    }

    .theme-m4b-input.theme-m4b-input-size-large {
      height: 44px
    }

    .theme-m4b-drawer .theme-arco-drawer-header {
      height: auto;
      min-height: 60px;
      padding: 32px 24px 0;
      width: 100%
    }

    .theme-m4b-drawer .theme-arco-drawer-header-title {
      width: 100%
    }

    .theme-m4b-drawer span.theme-arco-drawer-close-icon {
      border-radius: 2px;
      color: var(--theme-arco-color-text-3);
      margin-top: 2px;
      padding: 4px
    }

    .theme-m4b-drawer .theme-arco-drawer-scroll>.theme-arco-icon-hover:hover {
      background-color: var(--theme-arco-color-border-state-hover)
    }

    .theme-m4b-drawer .theme-arco-drawer-scroll>.theme-arco-icon-hover:active {
      background-color: var(--theme-arco-color-border-state-pressed)
    }

    .theme-m4b-drawer .theme-arco-drawer-scroll>.theme-arco-icon-hover:before {
      visibility: hidden
    }

    .theme-m4b-drawer .theme-arco-drawer-content {
      box-sizing: initial;
      padding: 16px 24px
    }

    .theme-m4b-drawer .theme-arco-drawer-footer {
      padding: 0;
      text-align: left
    }

    .theme-m4b-drawer-header-title {
      font-size: 20px;
      font-weight: 500;
      line-height: 36px;
      padding-right: 28px;
      width: 100%
    }

    .theme-m4b-drawer-header-subtitle,
    .theme-m4b-drawer-header-title {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2
    }

    .theme-m4b-drawer-header-subtitle {
      color: var(--theme-arco-color-text-3);
      font-size: 12px;
      font-weight: 400;
      margin-right: 28px
    }

    .theme-m4b-drawer-header-noclose {
      margin-right: 0
    }

    .theme-m4b-drawer-footer-auxiliary {
      color: var(--theme-arco-color-text-3);
      display: -webkit-box;
      font-size: 12px;
      font-weight: 400;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2
    }

    .theme-m4b-drawer-footer {
      align-items: center;
      display: flex;
      justify-content: flex-end;
      padding: 24px
    }

    .theme-m4b-drawer-footer-button-group {
      display: flex
    }

    .theme-m4b-drawer-footer-button-group>button {
      margin-left: 12px
    }

    .theme-m4b-drawer-footer:has(.theme-m4b-drawer-footer-auxiliary) {
      justify-content: space-between
    }

    .theme-arco-message.theme-m4b-message {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      max-width: 530px;
      min-width: 240px;
      padding: 8px 16px;
      text-align: start
    }

    *,
    :after,
    :before {
      border-color: currentColor;
      border-style: solid;
      border-width: 0;
      box-sizing: border-box
    }

    :after,
    :before {
      --tw-content: ""
    }

    html {
      line-height: 1.5;
      -webkit-text-size-adjust: 100%;
      font-family: ui-sans-serif, system-ui, -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-feature-settings: normal;
      font-variation-settings: normal;
      -moz-tab-size: 4;
      tab-size: 4
    }

    body {
      line-height: inherit;
      margin: 0
    }

    hr {
      border-top-width: 1px;
      color: inherit;
      height: 0
    }

    abbr:where([title]) {
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: inherit;
      font-weight: inherit
    }

    a {
      color: inherit;
      text-decoration: inherit
    }

    b,
    strong {
      font-weight: bolder
    }

    code,
    kbd,
    pre,
    samp {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
      font-size: 1em
    }

    small {
      font-size: 80%
    }

    sub,
    sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: initial
    }

    sub {
      bottom: -.25em
    }

    sup {
      top: -.5em
    }

    table {
      border-collapse: collapse;
      border-color: inherit;
      text-indent: 0
    }

    button,
    input,
    optgroup,
    select,
    textarea {
      color: inherit;
      font-family: inherit;
      font-feature-settings: inherit;
      font-size: 100%;
      font-variation-settings: inherit;
      font-weight: inherit;
      line-height: inherit;
      margin: 0;
      padding: 0
    }

    button,
    select {
      text-transform: none
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
      -webkit-appearance: button;
      background-color: initial;
      background-image: none
    }

    :-moz-focusring {
      outline: auto
    }

    :-moz-ui-invalid {
      box-shadow: none
    }

    progress {
      vertical-align: initial
    }

    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
      height: auto
    }

    [type=search] {
      -webkit-appearance: textfield;
      outline-offset: -2px
    }

    ::-webkit-search-decoration {
      -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
      -webkit-appearance: button;
      font: inherit
    }

    summary {
      display: list-item
    }

    blockquote,
    dd,
    dl,
    figure,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    p,
    pre {
      margin: 0
    }

    fieldset {
      margin: 0
    }

    fieldset,
    legend {
      padding: 0
    }

    menu,
    ol,
    ul {
      list-style: none;
      margin: 0;
      padding: 0
    }

    dialog {
      padding: 0
    }

    textarea {
      resize: vertical
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
      color: #9ca3af;
      opacity: 1
    }

    input::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
      color: #9ca3af;
      opacity: 1
    }

    input::placeholder,
    textarea::placeholder {
      color: #9ca3af;
      opacity: 1
    }

    [role=button],
    button {
      cursor: pointer
    }

    :disabled {
      cursor: default
    }

    audio,
    canvas,
    embed,
    iframe,
    img,
    object,
    svg,
    video {
      display: block;
      vertical-align: middle
    }

    img,
    video {
      height: auto;
      max-width: 100%
    }

    [hidden] {
      display: none
    }

    *,
    :after,
    :before {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x: ;
      --tw-pan-y: ;
      --tw-pinch-zoom: ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position: ;
      --tw-gradient-via-position: ;
      --tw-gradient-to-position: ;
      --tw-ordinal: ;
      --tw-slashed-zero: ;
      --tw-numeric-figure: ;
      --tw-numeric-spacing: ;
      --tw-numeric-fraction: ;
      --tw-ring-inset: ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgba(59, 130, 246, .5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur: ;
      --tw-brightness: ;
      --tw-contrast: ;
      --tw-grayscale: ;
      --tw-hue-rotate: ;
      --tw-invert: ;
      --tw-saturate: ;
      --tw-sepia: ;
      --tw-drop-shadow: ;
      --tw-backdrop-blur: ;
      --tw-backdrop-brightness: ;
      --tw-backdrop-contrast: ;
      --tw-backdrop-grayscale: ;
      --tw-backdrop-hue-rotate: ;
      --tw-backdrop-invert: ;
      --tw-backdrop-opacity: ;
      --tw-backdrop-saturate: ;
      --tw-backdrop-sepia:
    }

    ::-ms-backdrop {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x: ;
      --tw-pan-y: ;
      --tw-pinch-zoom: ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position: ;
      --tw-gradient-via-position: ;
      --tw-gradient-to-position: ;
      --tw-ordinal: ;
      --tw-slashed-zero: ;
      --tw-numeric-figure: ;
      --tw-numeric-spacing: ;
      --tw-numeric-fraction: ;
      --tw-ring-inset: ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgba(59, 130, 246, .5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur: ;
      --tw-brightness: ;
      --tw-contrast: ;
      --tw-grayscale: ;
      --tw-hue-rotate: ;
      --tw-invert: ;
      --tw-saturate: ;
      --tw-sepia: ;
      --tw-drop-shadow: ;
      --tw-backdrop-blur: ;
      --tw-backdrop-brightness: ;
      --tw-backdrop-contrast: ;
      --tw-backdrop-grayscale: ;
      --tw-backdrop-hue-rotate: ;
      --tw-backdrop-invert: ;
      --tw-backdrop-opacity: ;
      --tw-backdrop-saturate: ;
      --tw-backdrop-sepia:
    }

    ::backdrop {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x: ;
      --tw-pan-y: ;
      --tw-pinch-zoom: ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position: ;
      --tw-gradient-via-position: ;
      --tw-gradient-to-position: ;
      --tw-ordinal: ;
      --tw-slashed-zero: ;
      --tw-numeric-figure: ;
      --tw-numeric-spacing: ;
      --tw-numeric-fraction: ;
      --tw-ring-inset: ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgba(59, 130, 246, .5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur: ;
      --tw-brightness: ;
      --tw-contrast: ;
      --tw-grayscale: ;
      --tw-hue-rotate: ;
      --tw-invert: ;
      --tw-saturate: ;
      --tw-sepia: ;
      --tw-drop-shadow: ;
      --tw-backdrop-blur: ;
      --tw-backdrop-brightness: ;
      --tw-backdrop-contrast: ;
      --tw-backdrop-grayscale: ;
      --tw-backdrop-hue-rotate: ;
      --tw-backdrop-invert: ;
      --tw-backdrop-opacity: ;
      --tw-backdrop-saturate: ;
      --tw-backdrop-sepia:
    }

    .container {
      width: 100%
    }

    @media (min-width:1280px) {
      .container {
        max-width: 1280px
      }
    }

    .\!visible {
      visibility: visible !important
    }

    .visible {
      visibility: visible
    }

    .fixed {
      position: fixed
    }

    .absolute {
      position: absolute
    }

    .mb-12 {
      margin-bottom: 12px
    }

    .mb-16 {
      margin-bottom: 16px
    }

    .mb-4 {
      margin-bottom: 4px
    }

    .mb-8 {
      margin-bottom: 8px
    }

    .mr-4 {
      margin-right: 4px
    }

    .mr-8 {
      margin-right: 8px
    }

    .mt-16 {
      margin-top: 16px
    }

    .mt-8 {
      margin-top: 8px
    }

    .inline {
      display: inline
    }

    .flex {
      display: flex
    }

    .contents {
      display: contents
    }

    .hidden {
      display: none
    }

    .\!h-\[338px\] {
      height: 338px !important
    }

    .\!h-auto {
      height: auto !important
    }

    .h-16 {
      height: 16px
    }

    .h-24 {
      height: 24px
    }

    .h-\[80px\] {
      height: 80px
    }

    .h-full {
      height: 100%
    }

    .w-16 {
      width: 16px
    }

    .w-24 {
      width: 24px
    }

    .w-\[80px\] {
      width: 80px
    }

    .w-full {
      width: 100%
    }

    .flex-1 {
      flex: 1 1
    }

    .cursor-pointer {
      cursor: pointer
    }

    .flex-row {
      flex-direction: row
    }

    .flex-col {
      flex-direction: column
    }

    .items-center {
      align-items: center
    }

    .justify-center {
      justify-content: center
    }

    .overflow-y-scroll {
      overflow-y: scroll
    }

    .break-words {
      overflow-wrap: break-word
    }

    .rounded-tl-\[12px\] {
      border-top-left-radius: 12px
    }

    .rounded-tr-\[12px\] {
      border-top-right-radius: 12px
    }

    .border {
      border-width: 1px
    }

    .text-center {
      text-align: center
    }

    .font-bold {
      font-weight: 700
    }

    .leading-\[22px\] {
      line-height: 22px
    }

    .leading-\[27px\] {
      line-height: 27px
    }

    .text-brand-black {
      color: var(--theme-arco-color-brand-black)
    }

    .text-brand-normal {
      color: rgb(var(--theme-arco-primary-6))
    }

    .text-brand-red {
      color: var(--theme-arco-color-brand-red)
    }

    .text-function-error {
      color: rgb(var(--theme-arco-danger-6))
    }

    .text-neutral-text1 {
      color: var(--theme-arco-color-text-1)
    }

    .text-neutral-text3 {
      color: var(--theme-arco-color-text-3)
    }

    .text-neutral-text4 {
      color: var(--theme-arco-color-text-4)
    }

    .underline {
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline
    }

    .blur {
      --tw-blur: blur(8px)
    }

    .blur,
    .filter {
      -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
    }

    .transition {
      transition-duration: .15s;
      transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, -webkit-text-decoration-color, -webkit-filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(.4, 0, .2, 1)
    }

    .text-body-m-regular {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .text-body-s-regular {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px
    }

    /* 807.56d535e9.css */
    ï»¿.container-Iytwze {
      overflow: hidden;
      position: relative
    }

    .container-Iytwze>div {
      margin: 0 auto
    }

    .header-z6BDml {
      text-align: center
    }

    .Header-j4Tjmc {
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000
    }

    .container-UrOhVk {
      display: flex
    }

    .gap-1-fGAxIx {
      gap: 48px
    }

    .gap-3-S2WOLO,
    .gap-4-X4q8n_ {
      gap: 24px
    }

    @media screen and (min-width:961px) {
      .container-UrOhVk {
        padding: 80px 0;
        width: var(--container-max-width)
      }
    }

    @media screen and (min-width:961px)and (max-width:1280px) {
      .container-UrOhVk {
        width: 100%
      }
    }

    @media screen and (min-width:961px) {
      .gap-2-uXbRGU {
        gap: 64px
      }
    }

    @media screen and (max-width:1328px) {
      .container-UrOhVk {
        padding-left: 24px;
        padding-right: 24px
      }
    }

    @media screen and (max-width:960px) {
      .container-UrOhVk {
        padding: 64px 24px
      }

      .gap-2-uXbRGU {
        gap: 48px
      }
    }

    @media screen and (min-width:961px) {
      .title-cNW2lt {
        font-size: 40px;
        line-height: 45px
      }

      .description-qRd9XJ {
        font-size: 24px;
        line-height: 36px
      }
    }

    @media screen and (max-width:960px) {
      .title-cNW2lt {
        font-size: 28px;
        line-height: 31px
      }

      .description-qRd9XJ {
        font-size: 20px;
        line-height: 30px
      }
    }

    @media screen and (min-width:961px) {
      .container-vijxlV {
        flex-direction: row;
        justify-content: space-between;
        justify-items: center;
        max-width: 1200px;
        padding: 80px 0;
        width: 93.75vw
      }

      .container-1-NtxAJG {
        max-width: 540px
      }

      .title-yaQ1Z3 {
        font-size: 56px;
        line-height: 63px
      }

      .description-Un7D5j {
        font-size: 20px;
        line-height: 26px
      }

      .container-2-xTZQGZ {
        width: 540px
      }

      .statistics-container-Lm7NUR {
        align-items: start;
        width: 170px
      }

      .statistics-text-w0CcLY {
        font-size: 36px;
        line-height: 40px
      }

      .statistics-description-TxmstN {
        font-size: 14px;
        line-height: 20px
      }
    }

    @media screen and (max-width:960px) {
      .container-vijxlV {
        padding: 24px 24px 36px 24px
      }

      .container-1-NtxAJG {
        align-items: center;
        margin-bottom: 60px
      }

      .title-yaQ1Z3 {
        font-size: 36px;
        line-height: 47px;
        text-align: center
      }

      .description-Un7D5j {
        font-size: 14px;
        line-height: 20px;
        text-align: center
      }

      .container-2-xTZQGZ {
        max-width: 400px;
        width: 100%
      }

      .statistics-container-Lm7NUR {
        align-items: center;
        width: 100px
      }

      .statistics-text-w0CcLY {
        font-size: 28px;
        line-height: 36px
      }

      .statistics-description-TxmstN {
        font-size: 12px;
        line-height: 18px;
        text-align: center
      }
    }

    .BannerV2-GZ36xg {
      margin-top: 64px
    }

    @media screen and (min-width:961px) {
      .BannerV2-GZ36xg>div[class*=container] {
        max-width: 1580px;
        padding: 40px;
        width: 100%
      }

      .BannerV2-GZ36xg h1[class*=title] {
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal
      }

      .BannerV2-GZ36xg div[class*=description] {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%
      }

      .BannerV2-GZ36xg div[class*=container-1] {
        max-width: 62%
      }
    }

    @media screen and (max-width:960px) {
      .BannerV2-GZ36xg>div[class*=container] {
        padding: 24px 20px !important
      }

      .BannerV2-GZ36xg h1[class*=title] {
        color: var(--pd-color-prmary-on-core, #fff);
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center
      }

      .BannerV2-GZ36xg div[class*=description] {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        text-align: center
      }

      .BannerV2-GZ36xg div[class*=container-1] {
        margin-bottom: 20px
      }
    }

    @media screen and (max-width:600px) {
      .BannerV2-GZ36xg>div[class*=container] {
        padding: 24px 20px !important
      }

      .BannerV2-GZ36xg h1[class*=title] {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center
      }

      .BannerV2-GZ36xg div[class*=description] {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: center
      }

      .BannerV2-GZ36xg div[class*=container-1] {
        margin-bottom: 20px
      }
    }

    .carousel-type-1-oOfJjh {
      --item-length: 12;
      --item-width: 300px;
      --gap: 24px
    }

    .carousel-type-1-list-rCpaex {
      animation: infinite-horizontal-scroll-oDukX5 67.2s linear infinite;
      display: flex;
      gap: var(--gap)
    }

    .carousel-type-1-list-rCpaex:hover {
      animation-play-state: paused
    }

    @keyframes infinite-horizontal-scroll-oDukX5 {
      0% {
        transform: translateX(0)
      }

      to {
        transform: translateX(calc(var(--item-length)*-1*(var(--item-width) + var(--gap))))
      }
    }

    .carousel-embla-XYY3PU {
      --carousel-item-width: 600px;
      --carousel-item-spacing: 24px
    }

    .carousel-embla-viewport-BkiE4k {
      overflow: hidden
    }

    .carousel-embla-container-Qwsgr8 {
      display: flex;
      margin-left: calc(var(--carousel-item-spacing)*-1)
    }

    .carousel-embla-item-DQ6s4w {
      padding-left: var(--carousel-item-spacing);
      width: var(--carousel-item-width)
    }

    @media screen and (min-width:961px) {
      .carousel-embla-item-DQ6s4w {
        flex: 0 0 calc(var(--carousel-item-width) + var(--carousel-item-spacing))
      }
    }

    @media screen and (max-width:960px) {
      .carousel-embla-item-DQ6s4w {
        flex: 0 0 var(--carousel-item-width)
      }
    }

    .carousel-type-2-AuL8jP {
      --carousel-item-width: 600px;
      --carousel-item-spacing: 4px
    }

    @media screen and (min-width:961px) {
      .carousel-type-2-footer-mHQLW1 {
        max-width: 640px
      }
    }

    .carousel-type-1-kJcF4B {
      --item-width: 300px;
      --gap: 24px
    }

    @media screen and (min-width:961px) {
      .carousel-type-1-kJcF4B {
        --item-width: 300px
      }

      .carousel-type-1-item-CcCzMU {
        border-radius: 16px;
        height: 160px;
        width: var(--item-width)
      }
    }

    @media screen and (max-width:960px) {
      .carousel-type-1-kJcF4B {
        --item-width: 187.5px
      }

      .carousel-type-1-item-CcCzMU {
        border-radius: 10px;
        height: 100px;
        width: var(--item-width)
      }
    }

    @media screen and (min-width:961px) {
      .carousel-type-2-tjZJTE {
        --carousel-item-width: 640px;
        --carousel-item-spacing: 4px
      }

      .carousel-type-2-title-eDs6XD {
        font-size: 24px;
        line-height: 36px
      }
    }

    @media screen and (max-width:960px) {
      .carousel-type-2-tjZJTE {
        --carousel-item-width: 100%;
        --carousel-item-spacing: 4px
      }

      .carousel-type-2-title-eDs6XD {
        font-size: 20px;
        line-height: 32px
      }
    }

    @media screen and (min-width:961px) {
      .carousel-type-3-sjj7zz {
        --carousel-item-width: 800px;
        --carousel-item-spacing: 24px
      }

      .carousel-type-3-container-eWS8_l {
        flex-direction: row;
        gap: 48px;
        padding: 48px
      }

      .carousel-type-3-title-NHuNPe {
        font-size: 28px;
        line-height: 36px
      }

      .carousel-type-3-description-k2_D_s {
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px
      }

      .carousel-type-3-image-So4XH1,
      .carousel-type-3-video-lq5Pls {
        height: 443px;
        width: 249px
      }
    }

    @media screen and (max-width:960px) {
      .carousel-type-3-sjj7zz {
        --carousel-item-width: 100%;
        --carousel-item-spacing: 24px
      }

      .carousel-type-3-container-eWS8_l {
        align-items: center;
        flex-direction: column;
        gap: 24px;
        padding: 24px
      }

      .carousel-type-3-title-NHuNPe {
        font-size: 16px;
        line-height: 24px
      }

      .carousel-type-3-description-k2_D_s {
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px
      }

      .carousel-type-3-image-So4XH1,
      .carousel-type-3-video-lq5Pls {
        height: 391px;
        width: 220px
      }
    }

    @media screen and (min-width:961px) {
      .carousel-type-4-rZP3a3 {
        --carousel-item-width: 900px;
        --carousel-item-spacing: 24px
      }

      .carousel-type-4-container-AkFqHZ {
        flex-direction: row;
        gap: 24px;
        padding: 48px
      }

      .carousel-type-4-title-pdbqY4 {
        font-size: 28px;
        line-height: 36px
      }

      .carousel-type-4-image-1-yPonDo {
        height: 320px;
        width: 250px
      }

      .carousel-type-4-image-2-mAvpuf {
        display: none
      }

      .carousel-type-4-highlight-container-yrpY0P {
        margin-bottom: auto;
        padding: 24px
      }

      .carousel-type-4-highlight-title-EJj4JC,
      .carousel-type-4-stat-value-g5L1h1 {
        font-size: 28px;
        line-height: 36px
      }

      .carousel-type-4-stat-suffix-pX_xUv {
        font-size: 20px;
        line-height: 20px
      }

      .carousel-type-4-stat-description-cq2BqT {
        font-size: 14px;
        line-height: 20px
      }
    }

    @media screen and (max-width:960px) {
      .carousel-type-4-rZP3a3 {
        --carousel-item-width: 100%;
        --carousel-item-spacing: 24px
      }

      .carousel-type-4-container-AkFqHZ {
        align-items: center;
        flex-direction: column;
        gap: 16px;
        padding: 24px
      }

      .carousel-type-4-title-pdbqY4 {
        font-size: 16px;
        line-height: 24px
      }

      .carousel-type-4-image-1-yPonDo {
        display: none
      }

      .carousel-type-4-image-2-mAvpuf {
        margin-top: 16px;
        width: 100%
      }

      .carousel-type-4-highlight-container-yrpY0P {
        margin-bottom: 24px;
        margin-top: 16px;
        padding: 16px
      }

      .carousel-type-4-highlight-title-EJj4JC {
        font-size: 20px;
        line-height: 28px
      }

      .carousel-type-4-stat-value-g5L1h1 {
        font-size: 24px;
        line-height: 32px
      }

      .carousel-type-4-stat-suffix-pX_xUv {
        font-size: 16px;
        line-height: 24px
      }

      .carousel-type-4-stat-description-cq2BqT {
        font-size: 12px;
        line-height: 18px
      }
    }

    .fade-in-EgjYKi {
      animation: fadeIn-lB4lxi .5s ease-in-out forwards
    }

    @keyframes fadeIn-lB4lxi {
      0% {
        opacity: 0;
        transform: scale(.95)
      }

      to {
        opacity: 1;
        transform: scale(1)
      }
    }

    @media screen and (min-width:961px) {
      .container-au9f6p {
        gap: 48px;
        justify-content: center
      }

      .container-1-V9_GOc {
        max-width: var(--collapse-max-width)
      }

      .item-title-dYsuTi {
        font-size: 24px;
        line-height: 36px
      }

      .container-3-cj1S95,
      .item-arrow-mZnTL1 {
        display: none
      }
    }

    @media screen and (max-width:960px) {
      .container-au9f6p {
        justify-content: center
      }

      .item-title-dYsuTi {
        display: flex;
        font-size: 20px;
        justify-content: space-between;
        line-height: 30px
      }

      .container-2-OPWkGr {
        display: none
      }

      .container-3-cj1S95 {
        display: flex;
        justify-content: center;
        margin-top: 24px
      }
    }

    .fade-in-Spg2DG {
      animation: fadeIn-SNknR0 .2s ease-in-out forwards
    }

    @keyframes fadeIn-SNknR0 {
      0% {
        opacity: 0;
        transform: scale(.95)
      }

      to {
        opacity: 1;
        transform: scale(1)
      }
    }

    .fade-out-g99iLO {
      animation: fadeOut-JNAuDw .2s ease-in-out forwards
    }

    @keyframes fadeOut-JNAuDw {
      0% {
        opacity: 1;
        transform: scale(1)
      }

      to {
        opacity: 0;
        transform: scale(.95)
      }
    }

    .tooltip-zMFQ5O .arco-tooltip-content {
      background-color: #f5f5f5;
      box-shadow: none;
      padding: 16px
    }

    .tooltip-zMFQ5O .arco-trigger-arrow-container {
      display: none
    }

    @media screen and (min-width:961px) {
      .footer-I0MYlr {
        margin-top: 80px
      }
    }

    @media screen and (max-width:960px) {
      .footer-I0MYlr {
        margin-top: 48px
      }
    }

    .gap-1-ku25SO {
      gap: 48px
    }

    .gap-4-hAGzxs {
      gap: 24px
    }

    @media screen and (min-width:961px) {
      .list-mPre6B {
        display: flex
      }

      .gap-2-EDQcHM {
        gap: 64px
      }

      .gap-3-_r4_BZ {
        gap: 100px
      }
    }

    @media screen and (max-width:960px) {
      .list-mPre6B {
        display: flex;
        flex-direction: column
      }

      .gap-2-EDQcHM,
      .gap-3-_r4_BZ {
        gap: 48px
      }
    }

    .container-IA2nKi {
      padding: 80px 0
    }

    @media(max-width:600px) {
      .container-IA2nKi {
        padding: 64px 24px
      }
    }

    .item-type-1-container-gK_uFk figure.table {
      width: 100%
    }

    .item-type-1-image-fFmmD0 {
      display: block;
      width: 100%
    }

    @media screen and (min-width:961px) {
      .item-type-1-title-BzXg7c {
        font-size: 24px
      }

      .item-type-1-image-fFmmD0 {
        height: 240px
      }
    }

    @media screen and (max-width:960px) {
      .item-type-1-container-gK_uFk {
        align-items: center;
        display: flex;
        flex-direction: column
      }

      .item-type-1-title-BzXg7c {
        font-size: 20px
      }

      .item-type-1-image-fFmmD0 {
        height: 210px
      }
    }

    @media screen and (min-width:961px) {
      .item-type-2-image-wXbcZU {
        margin-top: auto
      }

      .item-type-3-image-QMt4dx {
        height: 80px;
        width: 80px
      }
    }

    @media screen and (max-width:960px) {
      .item-type-3-image-QMt4dx {
        height: 64px;
        width: 64px
      }
    }

    .item-type-3-tooltip-ZAl1_y .arco-tooltip-content {
      background-color: #f5f5f5;
      box-shadow: none;
      padding: 16px
    }

    .item-type-3-tooltip-ZAl1_y .arco-trigger-arrow-container {
      display: none
    }

    .item-type-4-image-2-unBoaf {
      height: 200px
    }

    @media screen and (min-width:961px) {
      .item-type-4-title-vkxViE {
        font-size: 24px;
        line-height: 30px
      }

      .item-type-4-image-1-JMMIo4 {
        height: 200px
      }
    }

    @media screen and (max-width:960px) {
      .item-type-4-title-vkxViE {
        font-size: 20px;
        line-height: 22px
      }

      .item-type-4-image-1-JMMIo4 {
        height: 171px
      }
    }

    @media screen and (min-width:961px) {
      .item-type-5-title-BfbbqO {
        font-size: 24px;
        line-height: 30px
      }

      .item-type-5-image-Re6fKX {
        height: 240px
      }
    }

    @media screen and (max-width:960px) {
      .item-type-5-title-BfbbqO {
        font-size: 20px;
        line-height: 30px
      }

      .item-type-5-image-Re6fKX {
        height: 210px
      }
    }

    .item-type-a-resource-EjJFVQ {
      max-width: 555px
    }

    @media screen and (min-width:961px) {
      .item-type-a-container-n7v9jq {
        padding: 0 48px
      }

      .item-type-a-reverse-UFkffl {
        flex-direction: row-reverse
      }

      .item-type-a-container-1-KdWt0E {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 500px
      }

      .item-type-a-title-TDG_mG {
        font-size: 24px;
        line-height: 36px
      }
    }

    @media screen and (max-width:960px) {
      .item-type-a-container-n7v9jq {
        flex-direction: column
      }

      .item-type-a-container-2-S7qfgT {
        display: flex;
        justify-content: center;
        width: 100%
      }

      .item-type-a-title-TDG_mG {
        font-size: 20px;
        line-height: 22px
      }
    }

    @media screen and (min-width:961px) {
      .item-type-6-footer-Jaierv {
        font-size: 16px;
        line-height: 24px
      }
    }

    @media screen and (max-width:960px) {
      .item-type-6-footer-Jaierv {
        font-size: 14px;
        line-height: 20px
      }
    }

    @media screen and (min-width:961px) {
      .type-8-content-D6uaIZ {
        display: flex;
        gap: 64px
      }

      .type-8-icon-QEg1AY {
        align-self: flex-start;
        margin-right: 8px
      }

      .type-8-image-dYnwwo {
        max-width: 536px
      }
    }

    @media screen and (max-width:960px) {
      .type-8-content-D6uaIZ {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 48px
      }

      .type-8-item-NBpeCD {
        flex-direction: column
      }

      .type-8-icon-QEg1AY {
        margin-bottom: 8px
      }

      .type-8-name-iXqIWC {
        text-align: center
      }
    }

    @media screen and (min-width:961px) {
      .type-9-container-hxnfch {
        flex-direction: row;
        justify-items: center;
        max-width: 1200px;
        padding: 80px 0;
        width: 93.75vw
      }

      .type-9-container-1-XBTpOq {
        max-width: 500px
      }

      .type-9-title-LJL9Qy {
        font-size: 40px;
        line-height: 45px
      }

      .type-9-list-L1BlNu {
        margin-left: auto
      }
    }

    @media screen and (max-width:960px) {
      .type-9-container-hxnfch {
        padding: 64px 24px
      }

      .type-9-title-LJL9Qy {
        font-size: 28px;
        text-align: center
      }

      .type-9-cta-A1JgJa {
        align-self: center
      }

      .type-9-description-fuekBs {
        text-align: center
      }

      .type-9-list-L1BlNu {
        margin-top: 48px
      }
    }

    @media screen and (min-width:961px) {
      .type-11-container-IJ690m {
        display: grid;
        gap: 80px;
        grid-template-columns: repeat(2, 1fr)
      }
    }

    @media screen and (max-width:960px) {
      .type-11-container-IJ690m {
        display: grid;
        gap: clamp(48px, 2vw, 80px);
        grid-template-columns: 1fr
      }
    }

    .tabs-type-1-view-image-xcwz0q {
      max-height: 400px;
      max-width: 400px
    }

    @media screen and (min-width:376px) {
      .tabs-type-1-container-name-TygVqB>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(16px*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(16px*var(--tw-space-x-reverse))
      }
    }

    @media screen and (max-width:375px) {
      .tabs-type-1-container-name-TygVqB {
        justify-content: space-between;
        width: 100%
      }
    }

    @media screen and (min-width:961px) {
      .tabs-type-1-view-EOceYX {
        flex-direction: row;
        padding: 48px
      }

      .tabs-type-1-view-image-xcwz0q {
        margin-left: auto;
        width: 400px
      }

      .tabs-type-1-view-text-d6BTZk {
        max-width: 600px
      }

      .tabs-type-1-view-title-Da_fBy {
        font-size: 32px;
        line-height: 48px
      }

      .tabs-type-1-view-desc-TKG_8w {
        margin-top: 40px
      }
    }

    @media screen and (max-width:960px) {
      .tabs-type-1-view-EOceYX {
        align-items: center;
        flex-direction: column;
        padding: 24px 16px
      }

      .tabs-type-1-view-image-xcwz0q {
        display: flex;
        justify-content: center;
        margin-top: 24px
      }

      .tabs-type-1-view-title-Da_fBy {
        font-size: 24px;
        line-height: 27px;
        text-align: center
      }

      .tabs-type-1-view-desc-TKG_8w {
        margin-top: 24px
      }
    }

    @media screen and (min-width:601px) {
      .tabs-type-1-desc-normal-n_yQGW {
        font-size: 20px;
        line-height: 28px
      }

      .tabs-type-1-desc-quote-aWtdga {
        font-size: 14px;
        line-height: 24px
      }
    }

    @media screen and (max-width:600px) {
      .tabs-type-1-desc-normal-n_yQGW {
        font-size: 16px;
        line-height: 24px
      }

      .tabs-type-1-desc-quote-aWtdga {
        font-size: 14px;
        line-height: 21px
      }
    }

    .container-wiwfYJ {
      align-items: center;
      background-color: #fe2c55;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 400px;
      padding: 80px 80px;
      text-align: center
    }

    .container-wiwfYJ .title-ZU7nCK {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 48px
    }

    .container-wiwfYJ .contents-HA8AXa {
      display: flex;
      gap: 8px;
      justify-content: center;
      width: 100%
    }

    .container-wiwfYJ .contents-HA8AXa .card-qYjQA3 {
      align-items: center;
      display: flex;
      flex: 1 1;
      flex-direction: column;
      padding-left: 40px;
      padding-right: 40px
    }

    .container-wiwfYJ .contents-HA8AXa .card-qYjQA3 .textContainer-xYFsV6 {
      align-items: baseline;
      display: flex
    }

    .container-wiwfYJ .contents-HA8AXa .card-qYjQA3 .textContainer-xYFsV6 .value-iegf2n {
      font-size: 100px;
      font-weight: 700;
      line-height: 100px
    }

    .container-wiwfYJ .contents-HA8AXa .card-qYjQA3 .textContainer-xYFsV6 .suffix-piKi12 {
      font-size: 28px;
      font-weight: 700;
      line-height: 32px
    }

    .container-wiwfYJ .contents-HA8AXa .card-qYjQA3 .description-gdlxFB {
      font-size: 16px;
      line-height: 24px;
      overflow-wrap: break-word;
      width: 60%
    }

    @media(max-width:960px) {
      .container-wiwfYJ {
        padding: 24px 24px
      }

      .container-wiwfYJ .title-ZU7nCK {
        margin-bottom: 24px
      }

      .container-wiwfYJ .contents-HA8AXa {
        flex-direction: column
      }

      .container-wiwfYJ .contents-HA8AXa .card-qYjQA3 {
        margin-bottom: 48px
      }

      .container-wiwfYJ .contents-HA8AXa .card-qYjQA3 .description-gdlxFB {
        width: 100%
      }
    }

    .content-UdaX1g {
      width: 100%
    }

    .sections-oylLUW {
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin-bottom: 24px;
      width: 100%
    }

    .section-tFFRuX {
      align-items: center;
      display: flex;
      flex-direction: row;
      gap: 40px
    }

    .section-tFFRuX:nth-child(2n) {
      flex-direction: row-reverse
    }

    .sectionContent-lT6EYv {
      flex: 1 1
    }

    .subtitle-Vwz2wR {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 36px
    }

    .description-J8IpLE {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-top: 12px
    }

    .images-Po4AzF {
      display: flex;
      gap: 16px
    }

    .image-odjNwE {
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: 10px;
      height: auto;
      object-fit: cover;
      width: 161px
    }

    .note-m3iabc {
      align-items: flex-start;
      background-color: rgba(186, 246, 240, .4);
      border-radius: 8px;
      display: flex;
      gap: 16px;
      padding: 16px
    }

    .noteIcon-QwaCFX {
      flex-shrink: 0;
      height: 64px;
      width: 64px
    }

    .noteText-WcedvS {
      align-items: center;
      color: #171718;
      display: flex;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      height: 100%;
      line-height: 130%
    }

    @media screen and (max-width:960px) {
      .sections-oylLUW {
        display: flex;
        flex-direction: column
      }

      .section-tFFRuX {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 16px
      }

      .image-odjNwE {
        height: 298px;
        width: 168px
      }

      .subtitle-Vwz2wR {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: .3px;
        line-height: 125%
      }

      .description-J8IpLE {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .094px;
        line-height: 130%;
        margin-top: 8px
      }

      .note-m3iabc {
        gap: 12px
      }

      .noteText-WcedvS {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px
      }
    }

    @media screen and (max-width:600px) {

      .section-tFFRuX,
      .sections-oylLUW {
        display: flex;
        flex-direction: column
      }

      .section-tFFRuX {
        align-items: center;
        gap: 16px
      }

      .section-tFFRuX:nth-child(2n) {
        flex-direction: column
      }

      .subtitle-Vwz2wR {
        font-size: 20px;
        line-height: 130%
      }

      .description-J8IpLE {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-top: 8px
      }

      .images-Po4AzF {
        gap: 16px
      }

      .image-odjNwE {
        border-radius: 10px;
        flex: 1 1;
        height: auto;
        width: calc(50% - 8px)
      }

      .note-m3iabc {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 16px
      }

      .noteText-WcedvS {
        color: rgba(0, 0, 0, .92);
        font-size: 14px;
        font-weight: 400
      }
    }

    .moduleTitle-JfYojH {
      display: flex;
      flex-direction: column
    }

    .title-SHUWe0 {
      color: rgba(0, 0, 0, .92);
      font-size: 40px;
      font-weight: 700;
      line-height: normal
    }

    .description-dnYR3J {
      color: #171718;
      font-size: 16px;
      line-height: 28px
    }

    @media(max-width:960px) {
      .title-SHUWe0 {
        font-size: 36px;
        text-align: center
      }

      .description-dnYR3J {
        align-self: center;
        line-height: 24px
      }
    }

    @media(max-width:600px) {
      .title-SHUWe0 {
        font-size: 28px;
        text-align: center
      }

      .description-dnYR3J {
        align-self: center;
        font-size: 14px
      }
    }

    .wrapper-CJhfvF {
      background-color: rgba(186, 246, 240, .4);
      border-radius: 8px;
      display: flex;
      gap: 16px;
      padding: 16px;
      width: 100%
    }

    .iconContainer-r173Hs {
      align-items: center;
      display: flex;
      justify-content: center
    }

    .icon-gRX_O3 {
      flex-shrink: 0;
      height: 64px;
      width: 64px
    }

    @media screen and (max-width:960px) {
      .wrapper-CJhfvF {
        gap: 12px
      }
    }

    @media screen and (max-width:600px) {
      .wrapper-CJhfvF {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%
      }

      .iconContainer-r173Hs {
        align-items: start;
        display: block;
        justify-content: start
      }

      .icon-gRX_O3 {
        flex-shrink: 0;
        height: 40px;
        width: 40px
      }
    }

    .root-pzmpPY {
      display: flex;
      justify-content: center;
      width: 100%
    }

    .container-Fg0Aqz {
      display: flex;
      flex-direction: column;
      max-width: var(--module-container-max-width, 1280px);
      padding: 48px 20px;
      row-gap: 24px;
      width: 100%
    }

    @media screen and (min-width:601px) {
      .container-Fg0Aqz {
        padding: 48px 40px
      }
    }

    @media screen and (min-width:961px) {
      .container-Fg0Aqz {
        align-items: flex-start;
        padding-bottom: var(--module-container-pb, 48px);
        padding-left: var(--module-container-pl, 0);
        padding-right: var(--module-container-pr, 0);
        padding-top: var(--module-container-pt, 48px)
      }
    }

    .issueList-nhivqH {
      display: flex;
      flex-direction: column;
      gap: 24px
    }

    .question-MJUDfa {
      color: #000;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      margin-bottom: 8px
    }

    .answer-BDUNUa {
      display: flex;
      flex-direction: column;
      gap: 20px
    }

    .plainText-jAKl2O {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      line-height: 129%
    }

    @media(max-width:960px) {
      .question-MJUDfa {
        font-size: 20px;
        font-weight: 700;
        line-height: 125%
      }

      .plainText-jAKl2O {
        font-size: 14px;
        line-height: 130%
      }
    }

    @media(max-width:375px) {
      ã .question-MJUDfa {
        font-size: 20px;
        font-weight: 700;
        line-height: 130%
      }

      .plainText-jAKl2O {
        font-size: 14px;
        line-height: 130%
      }
    }

    .renderTextBlockWrapper-VHljLE {
      color: var(--description-color);
      font-size: var(--description-size-lg);
      line-height: var(--description-line-height);
      padding-left: 24px;
      position: relative
    }

    .renderTextBlockWrapper-VHljLE>br {
      display: contents
    }

    .hideBullet-E4dWEP {
      padding-left: 0
    }

    .hideBullet-E4dWEP:before {
      display: none !important
    }

    .label-pvhQe8 {
      color: var(--label-color);
      font-size: var(--label-size-lg);
      font-weight: var(--label-weight);
      line-height: var(--label-line-height)
    }

    .label-pvhQe8>span {
      left: 8px;
      position: absolute
    }

    .link-FtvFw1 {
      color: #337ff8;
      cursor: pointer;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline
    }

    .grey-hBsOWU {
      color: rgba(0, 0, 0, .55)
    }

    @media(max-width:600px) {
      .renderTextBlockWrapper-VHljLE {
        font-size: var(--description-size-sm)
      }

      .label-pvhQe8 {
        color: var(--label-color);
        font-size: var(--label-size-sm)
      }
    }

    @media(max-width:960px) {
      .renderTextBlockWrapper-VHljLE {
        font-size: var(--description-size-md)
      }

      .label-pvhQe8 {
        color: var(--label-color);
        font-size: var(--label-size-md)
      }
    }

    .title-UQy9zS {
      color: rgba(0, 0, 0, .92);
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 24px
    }

    .cardWrapper-Q9fC9L {
      width: 100%
    }

    .feePartsContainer-uoS5TW {
      display: flex;
      gap: 12px;
      margin-bottom: 8px;
      width: 100%
    }

    .feePartCard-DPB1qH {
      align-items: center;
      background-color: #f8f8f8;
      border-radius: 8px;
      display: flex;
      flex: 1 1;
      flex-direction: column;
      gap: 4px;
      overflow: hidden;
      padding: 12px
    }

    .feePartLabel-ITUfCA {
      color: #171718;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .feePartValue-WibpE8 {
      color: #000;
      font-size: 20px;
      font-weight: 600
    }

    .formulaCard-QdjoKa {
      align-items: center;
      align-self: stretch;
      border: 1px solid rgba(0, 0, 0, .1);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      justify-content: center;
      padding: 12px
    }

    .formulaLabel-EbKLDm {
      color: #171718;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px
    }

    .formulaContent-DTjQW6 {
      color: #171718;
      font-size: 16px;
      font-weight: 500
    }

    .formulaLink-WBiwqS {
      color: #337ff8;
      cursor: pointer;
      font-weight: 400;
      margin-left: 12px
    }

    .tipTitle-sM3tzv {
      color: #171718;
      font-size: 16px;
      font-weight: 700;
      line-height: 130%;
      margin-bottom: 8px
    }

    @media(max-width:960px) {
      .title-UQy9zS {
        font-size: 36px;
        text-align: center
      }

      .description-la4QJz {
        font-size: 16px;
        text-align: center
      }

      .feePartsContainer-uoS5TW {
        flex-direction: row;
        gap: 20px
      }

      .feePartCard-DPB1qH {
        flex: 1 1;
        padding: 24px
      }
    }

    @media(max-width:600px) {
      .title-UQy9zS {
        font-size: 28px
      }

      .description-la4QJz {
        font-size: 14px;
        margin-bottom: 24px
      }

      .feePartsContainer-uoS5TW {
        flex-direction: column;
        gap: 12px
      }

      .feePartCard-DPB1qH {
        padding: 16px
      }

      .feePartValue-WibpE8 {
        font-size: 20px
      }

      .formulaCard-QdjoKa {
        padding: 12px
      }

      .formulaContent-DTjQW6 {
        text-align: center
      }

      .formulaLink-WBiwqS {
        display: block;
        margin-left: 0;
        text-align: center
      }
    }

    .learnMoreLink-zFAmcB {
      color: #337ff8;
      cursor: pointer;
      display: inline-block;
      font-size: 16px;
      line-height: 130%;
      text-decoration: underline
    }

    .tipTitle-sQM2II {
      font-weight: 700
    }

    .tipDescription-bvLjPQ,
    .tipTitle-sQM2II {
      color: #171718;
      font-size: 16px;
      line-height: 130%
    }

    .tipDescription-bvLjPQ {
      font-weight: 400;
      margin-bottom: 16px
    }

    .tipLink-_gQzJ9 {
      color: #337ff8;
      cursor: pointer;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline
    }

    .note-_XSS3z {
      margin-top: 16px
    }

    @media(max-width:960px) {
      .tipTitle-sQM2II {
        font-weight: 700
      }

      .tipDescription-bvLjPQ,
      .tipTitle-sQM2II {
        color: #171718;
        font-size: 16px;
        line-height: 130%
      }

      .tipDescription-bvLjPQ {
        font-weight: 400
      }
    }

    @media(max-width:600px) {
      .tipTitle-sQM2II {
        font-size: 16px
      }

      .tipDescription-bvLjPQ {
        font-size: 14px
      }
    }

    .stepsContainer-PNY4H5 {
      display: flex;
      flex-direction: column;
      gap: 24px
    }

    .stepCard-pR7t8a {
      color: #171718;
      font-size: 16px;
      line-height: 24px
    }

    .applicationMaterials-iu5Lr2 {
      background-color: #f9f9f9;
      border-radius: 8px;
      margin-left: 24px;
      margin-top: 8px;
      padding: 24px
    }

    .toggleButton-vP1Mnv {
      align-items: center;
      cursor: pointer;
      display: flex;
      font-size: 16px;
      font-weight: 700;
      justify-content: space-between;
      width: 100%
    }

    .toggleLabel-sH3u8P {
      align-items: center;
      color: #337ff8;
      display: flex;
      gap: 4px
    }

    .arrowIcon-kp2LVN {
      font-size: 16px
    }

    .materialsContent-yLJKAE {
      margin-top: 16px
    }

    .materialsSections-Zo1p_0 {
      display: flex;
      flex-direction: column;
      gap: 16px
    }

    .materialSection-LjVfQr {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      font-weight: 400;
      line-height: normal
    }

    .essentialQualifications-VSMCTM {
      background: #f5f5f5;
      border-radius: 8px;
      margin-bottom: 16px;
      margin-left: 24px;
      margin-top: 8px;
      padding: 16px
    }

    .qualificationsTitle-VtBvy_ {
      color: #848688;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 8px
    }

    .ctaButton-IKW27H {
      display: inline-flex;
      gap: 4px;
      height: 40px;
      margin-top: 8px
    }

    .flodTipTitle-CUAlRn {
      margin-bottom: 16px
    }

    .flodTipTitle-CUAlRn,
    .tipTitle-xD66U3 {
      color: #171718;
      font-size: 16px;
      font-weight: 700
    }

    .tipTitle-xD66U3 {
      margin-bottom: 8px
    }

    .tipDescription-etKjSp {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      font-weight: 400
    }

    @media(max-width:960px) {
      .stepCard-pR7t8a {
        font-size: 14px;
        line-height: 24px
      }

      .materialSection-LjVfQr,
      .qualificationItem-O1wgP4,
      .qualificationsTitle-VtBvy_ {
        font-size: 14px
      }

      .ctaButtonContainer-ObkjYT {
        display: flex;
        justify-content: center
      }
    }

    @media(max-width:600px) {
      .stepCard-pR7t8a {
        font-size: 14px
      }

      .applicationMaterials-iu5Lr2 {
        background-color: #f9f9f9;
        margin-top: 8px;
        padding: 12px
      }

      .materialSection-LjVfQr {
        font-size: 14px
      }

      .essentialQualifications-VSMCTM {
        padding: 12px
      }

      .qualificationItem-O1wgP4,
      .qualificationsTitle-VtBvy_ {
        font-size: 14px
      }

      .ctaButtonContainer-ObkjYT {
        display: flex;
        justify-content: center
      }
    }

    .stepsContainer-vT3oNL {
      display: flex;
      flex-direction: column;
      gap: 40px
    }

    .stepTitle-VwvYUN {
      color: rgba(0, 0, 0, .92);
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -.24px;
      line-height: 100%;
      margin-bottom: 24px
    }

    .stepItems-l9aPD6 {
      display: flex;
      flex-direction: column;
      gap: 16px
    }

    .stepItemLabel-h0465X {
      color: #171718;
      font-size: 16px;
      font-weight: 700;
      line-height: 129%;
      margin-bottom: 4px
    }

    .categoryGuidelines-Tdsp5I {
      background-color: #f9f9f9;
      border-radius: 8px;
      margin-top: 16px;
      padding: 24px
    }

    .guidelinesTitle-FupXpg {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      font-weight: 700
    }

    .guidelinesDescription-p1rReW {
      color: #6c6d6f;
      font-size: 16px;
      font-weight: 400;
      line-height: 129%;
      margin: 24px 0
    }

    .guidelinesDescription-p1rReW>a {
      color: #337ff8
    }

    .contentTitle-PVx7CM {
      font-weight: 400;
      line-height: 129%;
      margin-top: 16px
    }

    .contentLabel-lhWCJY {
      color: #171718;
      font-size: 16px;
      font-weight: 700;
      line-height: 129%
    }

    .guidelinesContent-aP_uoV {
      border: .5px solid #d3d4d5;
      border-radius: 8px;
      margin-top: 12px;
      overflow: hidden
    }

    .categoryContentWrapper-XYa0Hb,
    .categoryTitleWrapper-CkdgtT {
      display: flex
    }

    .categoriesGuide-rUl0cI div:last-of-type {
      border-right: none
    }

    .categoryItem-r9F76g {
      background-color: #fff;
      border-bottom: 1px solid #dedede;
      border-right: 1px solid #dedede;
      flex: 1 1
    }

    .categoryType-kUbt9v {
      align-items: center;
      background: #262627;
      color: #fff;
      display: flex;
      font-size: 14px;
      font-weight: 500;
      height: 100%;
      justify-content: center;
      line-height: 20px;
      padding: 12px;
      text-align: center
    }

    .mobileCategoryType-pmnCHG {
      display: none
    }

    .categoryContent-WrLaix {
      list-style-type: disc;
      padding: 12px;
      padding-left: 24px
    }

    .categoryContentLabel-ccFBwf {
      color: #171718;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px
    }

    .categoriesSummary-cEGJF4 {
      background-color: #fff;
      padding: 12px
    }

    .tipLink-eviKPd {
      color: #337ff8;
      cursor: pointer;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline
    }

    .flodWrapper-xWZsLy {
      background: #f9f9f9;
      border-radius: 8px;
      padding: 24px;
      width: 100%
    }

    .toggleButton-vhlafL {
      align-items: center;
      cursor: pointer;
      display: flex;
      font-size: 16px;
      font-weight: 700;
      justify-content: space-between;
      width: 100%
    }

    .toggleLabel-UPnZeE {
      align-items: center;
      color: #337ff8;
      display: flex;
      gap: 4px
    }

    .arrowIcon-d5FUqu {
      font-size: 16px
    }

    .foldDescription-KDCM0E {
      font-size: 16px;
      font-weight: 400;
      line-height: 130%;
      margin-bottom: 24px;
      margin-top: 16px
    }

    .foldItems-YbfGVP {
      display: flex;
      flex-direction: column;
      gap: 16px
    }

    .foldSubItem-l6f3rw {
      margin-left: 26px
    }

    @media(max-width:960px) {
      .title-ArC7KM {
        font-size: 36px;
        text-align: center
      }

      .description-Q130J9 {
        font-size: 16px;
        text-align: center
      }

      .stepTitle-VwvYUN {
        font-size: 20px
      }

      .contentTitle-PVx7CM,
      .stepItem-ziVDDN {
        font-size: 14px
      }

      .categoryContent-WrLaix,
      .categoryType-kUbt9v {
        font-size: 12px
      }
    }

    @media(max-width:600px) {
      .title-ArC7KM {
        font-size: 28px;
        margin-bottom: 16px;
        text-align: center
      }

      .description-Q130J9 {
        font-size: 14px;
        margin-bottom: 24px;
        text-align: center
      }

      .stepTitle-VwvYUN {
        font-size: 20px
      }

      .contentTitle-PVx7CM,
      .stepItem-ziVDDN {
        font-size: 14px
      }

      .categoriesGuide-rUl0cI {
        flex-direction: column
      }

      .categoryItem-r9F76g {
        border-right: none
      }

      .categoryTitleWrapper-CkdgtT {
        display: none
      }

      .categoryContentWrapper-XYa0Hb {
        display: contents
      }

      .mobileCategoryType-pmnCHG {
        background: #262627;
        color: #fff;
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        padding: 12px;
        text-align: center
      }

      .categoriesSummary-cEGJF4,
      .categoryContent-WrLaix,
      .categoryType-kUbt9v {
        font-size: 12px
      }

      .flodWrapper-xWZsLy {
        padding: 12px
      }
    }

    .card-JyTxBk,
    .container-KRBwBs {
      display: flex;
      flex-direction: column;
      gap: 40px
    }

    .card-JyTxBk.text-left-sCqhKx,
    .card-JyTxBk.text-right-F5DYr3 {
      align-items: center;
      flex-direction: row
    }

    .card-JyTxBk.text-right-F5DYr3 {
      flex-direction: row-reverse
    }

    .subtitle-eU0buk {
      color: #000;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      margin-bottom: 6px
    }

    .subDescription-LCuNx9 {
      color: rgba(0, 0, 0, .92);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 20px
    }

    .navigationTip-mIV_5L {
      color: rgba(0, 0, 0, .55);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px
    }

    .content-aqPPqa {
      flex: 1 1
    }

    .imageWrapper-JUlPBJ {
      border-radius: 12px;
      overflow: hidden;
      width: 510px
    }

    .image-OJwDdw {
      display: block;
      height: auto;
      width: 100%
    }

    .mobileNavigationTip-faLiQS {
      display: none
    }

    @media(max-width:960px) {
      .subtitle-eU0buk {
        font-size: 20px
      }

      .subDescription-LCuNx9 {
        font-size: 14px
      }

      .imageWrapper-JUlPBJ {
        border-radius: 6px;
        overflow: hidden;
        width: 270px
      }
    }

    @media(max-width:600px) {

      .card-JyTxBk.text-left-sCqhKx,
      .card-JyTxBk.text-right-F5DYr3 {
        flex-direction: column
      }

      .subtitle-eU0buk {
        font-size: 20px
      }

      .subDescription-LCuNx9 {
        font-size: 14px
      }

      .navigationTip-mIV_5L {
        display: none
      }

      .mobileNavigationTip-faLiQS {
        color: rgba(0, 0, 0, .55);
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
      }

      .card-JyTxBk {
        gap: 16px
      }

      .imageWrapper-JUlPBJ {
        border-radius: 12px;
        overflow: hidden;
        width: 100%
      }

      .subDescription-LCuNx9 {
        margin-bottom: 0
      }
    }

    @media screen and (min-width:961px) {
      .container-YyhHRZ {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding-bottom: 80px;
        padding-left: 83px;
        padding-right: 83px;
        padding-top: 80px
      }

      .title-MeRxMb {
        font-size: 40px;
        line-height: 45px;
        text-align: left !important
      }

      .description-C_NjoS {
        font-size: 20px;
        line-height: 26px;
        text-align: left !important
      }

      .container-1-g7hfz5 {
        align-items: flex-start !important;
        max-width: 800px
      }

      .container-2-eKEMEo {
        background: transparent !important;
        width: 100%
      }

      .container-3-tyQmZ4 {
        display: flex;
        gap: 24px;
        justify-content: space-between;
        padding: 0 !important
      }

      .step-item-x03pCT {
        background: #fff;
        border-radius: 8px;
        flex: 1 1;
        height: 100%;
        padding: 32px
      }

      .divider-f5Caw2 {
        display: none
      }
    }

    @media screen and (max-width:960px) {
      .container-YyhHRZ {
        padding-bottom: 64px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 64px
      }

      .title-MeRxMb {
        font-size: 28px;
        line-height: 31px
      }

      .description-C_NjoS {
        font-size: 16px;
        line-height: 24px
      }

      .container-3-tyQmZ4 {
        padding-bottom: 24px;
        padding-top: 24px
      }
    }

    .step-title-o8OEPG {
      font-size: 20px;
      line-height: 28px
    }

    .title-Dx7OvL {
      color: var(--neutral-text1, rgba(0, 0, 0, .92));
      font-size: 40px;
      font-weight: 700;
      line-height: normal;
      width: 100%
    }

    @media screen and (max-width:960px) {
      .title-Dx7OvL {
        font-size: 36px;
        text-align: center
      }
    }

    @media screen and (max-width:600px) {
      .title-Dx7OvL {
        font-size: 28px;
        text-align: center
      }
    }

    .content-dVhupJ {
      align-items: center;
      background: #fff
    }

    .description-MDaYNm {
      align-self: stretch;
      color: #171718;
      font-size: 16px;
      line-height: 24px;
      text-align: center
    }

    .card-WwHMLq,
    .steps-veceyq {
      align-items: flex-start;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      row-gap: 16px
    }

    .card-WwHMLq {
      background: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      padding: 24px;
      position: relative
    }

    .icon-KFhofB {
      height: 100px;
      opacity: .1;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 100px
    }

    .iconInner-kyDa6Z {
      height: 100%;
      width: 100%;
      fill: var(--pd-color-neutral-on-surface, #6c6d6f) !important;
      opacity: .8
    }

    .stepTitle-B7rjMy {
      color: var(--neutral-text1, rgba(0, 0, 0, .92));
      font-size: 16px;
      font-weight: 700;
      line-height: 21px
    }

    .intro-LRTyL3 {
      color: #171718;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 18px
    }

    .list-FV5Vx8 {
      display: flex;
      flex-direction: column;
      list-style: disc;
      list-style-position: outside;
      padding-left: 20px;
      row-gap: 18px
    }

    .listItem-MqSGHM {
      color: #171718;
      font-size: 14px;
      line-height: 18px
    }

    .listLabel-PUPp23 {
      font-weight: 700
    }

    .listContent-iNfBMf {
      color: #6c6d6f
    }

    .subList-uY7oG2 {
      display: flex;
      flex-direction: column;
      list-style: disc;
      list-style-position: outside;
      margin-top: 8px;
      padding-left: 20px;
      row-gap: 6px
    }

    .subListItem-DOpyRm {
      color: #6c6d6f;
      font-size: 14px;
      line-height: 18px
    }

    .footer-oqoBxG {
      font-size: 14px;
      line-height: 18px;
      margin-top: 18px
    }

    .footerTitle-IDGeKQ {
      color: #171718;
      font-weight: 700
    }

    .footerList-jL3u0t {
      line-height: 150%;
      list-style: disc;
      list-style-position: outside;
      padding-left: 20px;
      white-space: pre-line
    }

    .footerItem-BO9qo2 {
      color: #6c6d6f
    }

    .footerLead-BRiH1C {
      color: #6c6d6f;
      list-style: none;
      margin-left: -20px
    }

    @media(min-width:601px)and (max-width:960px) {
      .stepTitle-B7rjMy {
        font-size: 20px;
        line-height: 20px
      }

      .listContent-iNfBMf {
        color: #6c6d6f
      }
    }

    @media(min-width:961px) {
      .content-dVhupJ {
        align-items: flex-start
      }

      .description-MDaYNm {
        text-align: left
      }

      .stepTitle-B7rjMy {
        font-size: 24px;
        letter-spacing: -.24px;
        line-height: 24px
      }

      .intro-LRTyL3 {
        margin-bottom: 21px
      }

      .intro-LRTyL3,
      .listItem-MqSGHM {
        font-size: 16px;
        line-height: 21px
      }

      .footer-oqoBxG {
        font-size: 16px;
        line-height: normal;
        margin-top: 21px
      }

      .footerItem-BO9qo2,
      .listContent-iNfBMf {
        color: #6c6d6f
      }
    }

    @media screen and (min-width:961px) {
      .container-hv9V6M {
        padding-bottom: 80px;
        padding-left: 83px;
        padding-right: 83px;
        padding-top: 80px
      }

      .title-eTpQBl {
        font-size: 40px;
        line-height: 45px
      }

      .description-AfDR88 {
        font-size: 20px;
        line-height: 26px
      }

      .container-1-oANsAj {
        max-width: 800px
      }

      .container-2-xgBV1u {
        width: 1000px
      }

      .container-3-uAJfHC {
        padding-bottom: 32px;
        padding-top: 32px
      }
    }

    @media screen and (max-width:960px) {
      .container-hv9V6M {
        padding-bottom: 64px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 64px
      }

      .title-eTpQBl {
        font-size: 28px;
        line-height: 31px
      }

      .description-AfDR88 {
        font-size: 16px;
        line-height: 24px
      }

      .container-3-uAJfHC {
        padding-bottom: 24px;
        padding-top: 24px
      }
    }

    .step-title-T_ICJv {
      font-size: 20px;
      line-height: 28px
    }

    @media screen and (min-width:961px) {
      .anchor_nav-TO0gJu {
        width: 100%
      }
    }

    .anchor_nav-TO0gJu .core-anchor-link-title:hover {
      color: #eb254c !important
    }

    .core-anchor {
      width: 100% !important
    }

    .core-anchor-line-slider {
      background-color: #f1204a !important;
      width: 6px !important
    }

    .core-anchor-list:before {
      background-color: #ececed !important;
      width: 6px !important
    }

    .left-apwDfa {
      display: none
    }

    @media screen and (min-width:961px) {
      .container-rncO_n {
        display: flex;
        gap: 20px;
        justify-content: center;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 64px;
        width: 100%
      }

      .left-apwDfa {
        display: block;
        flex: 0 0 280px;
        width: 280px
      }

      .right-YjBStE {
        max-width: 1280px;
        min-width: 0
      }
    }

    .line-npLb_C {
      background-color: #ececed;
      height: 1px;
      margin-left: 20px;
      margin-right: 20px
    }

    @media(min-width:601px)and (max-width:960px) {
      .line-npLb_C {
        margin-left: 40px;
        margin-right: 40px
      }
    }

    @media(min-width:961px) {
      .line-npLb_C {
        margin-left: 0;
        margin-right: 0
      }
    }

    .description-eoOwq4 {
      align-self: stretch;
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px
    }

    .image-C6eI28 {
      border-radius: 8px;
      display: block;
      object-fit: contain;
      width: 100%
    }

    @media screen and (max-width:960px) {
      .description-eoOwq4 {
        align-self: stretch;
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: center
      }
    }

    @media screen and (max-width:600px) {
      .description-eoOwq4 {
        align-self: stretch;
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center
      }

      .image-C6eI28 {
        height: 100%
      }
    }

    .root-WjmSM_ {
      align-items: flex-start;
      align-self: stretch;
      background: var(--pd-color-neutral-surface-1, #f9f9f9);
      border-radius: 16px;
      display: flex;
      flex: 1 0;
      flex-direction: column;
      gap: 16px;
      padding: 16px
    }

    .iconImage-gwmZ2k {
      height: 56px;
      width: 56px
    }

    .content-t4SPPJ {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%
    }

    .title-NB3ZAJ {
      align-self: stretch;
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px
    }

    .description-iiRgt1 {
      color: var(--pd-color-neutral-on-surface, #6c6d6f);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%
    }

    @media screen and (max-width:960px) {
      .description-iiRgt1 {
        font-size: 12px
      }
    }

    @media screen and (max-width:600px) {
      .root-WjmSM_ {
        align-items: flex-start;
        align-self: stretch;
        background: var(--pd-color-neutral-surface-1, #f9f9f9);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 12px
      }

      .iconImage-gwmZ2k {
        height: 40px;
        width: 40px
      }

      .title-NB3ZAJ {
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-size: 16px;
        font-weight: 700;
        line-height: 24px
      }

      .description-iiRgt1,
      .title-NB3ZAJ {
        align-self: stretch;
        font-style: normal
      }

      .description-iiRgt1 {
        color: var(--pd-color-neutral-on-surface, #6c6d6f);
        font-size: 12px;
        font-weight: 400;
        line-height: 130%
      }
    }

    .content-IlCY7o {
      align-items: center
    }

    .description-pBH9xn {
      align-self: stretch;
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      white-space: pre-line
    }

    .list-LXlC6x {
      display: grid;
      gap: 24px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      width: 100%
    }

    .footer-UaJ3NW {
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 16px;
      line-height: 24px;
      width: 100%
    }

    @media screen and (max-width:960px) {
      .description-pBH9xn {
        align-self: stretch;
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        white-space: pre-line
      }

      .list-LXlC6x {
        grid-template-columns: repeat(3, minmax(0, 1fr))
      }
    }

    @media screen and (max-width:600px) {
      .description-pBH9xn {
        align-self: stretch;
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        white-space: pre-line
      }

      .list-LXlC6x {
        grid-template-columns: 1fr
      }
    }

    .content-RtfnWe {
      align-items: flex-start
    }

    .header-ZtRFaQ {
      display: flex;
      flex-direction: column;
      row-gap: 16px;
      width: 100%
    }

    .description-jnyNxi {
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 16px;
      line-height: 21px
    }

    .cards-vu3PZT {
      display: grid;
      gap: 24px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      width: 100%
    }

    .card-B5PZFB {
      display: flex;
      flex-direction: column;
      row-gap: 10px
    }

    .cardImageWrap-SR3uoM {
      background: #f5f5f5;
      border-radius: 12px;
      overflow: hidden;
      width: 100%
    }

    .cardImage-M5bAMA {
      display: block;
      height: auto;
      width: 100%
    }

    .cardTitle-PgnH1N {
      color: #000;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px
    }

    .cardDescription-ksG3vx {
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 14px;
      line-height: 18px;
      width: 100%
    }

    .cardContent-ZZbu3f {
      display: flex;
      flex-direction: column;
      row-gap: 4px
    }

    .footer-JBebJV {
      color: #171718;
      font-size: 16px;
      line-height: 21px
    }

    @media screen and (max-width:960px) {
      .header-ZtRFaQ {
        align-items: center
      }

      .description-jnyNxi,
      .header-ZtRFaQ {
        text-align: center
      }

      .cards-vu3PZT {
        gap: 24px;
        grid-template-columns: 1fr
      }

      .cardImageWrap-SR3uoM {
        align-items: center;
        background: #f7f7f8;
        border-radius: 12px;
        display: flex;
        justify-content: center
      }

      .cardImage-M5bAMA {
        height: 240px;
        max-width: 100%;
        object-fit: contain;
        width: auto
      }

      .cardTitle-PgnH1N {
        font-size: 16px;
        line-height: 22px
      }
    }

    @media screen and (max-width:600px) {
      .description-jnyNxi {
        font-size: 14px;
        line-height: 20px
      }

      .cards-vu3PZT {
        grid-template-columns: 1fr
      }

      .footer-JBebJV {
        align-items: center;
        justify-content: center;
        width: 100%
      }
    }

    .content-teOzlc {
      align-items: flex-start
    }

    .header-lqX_r5 {
      display: flex;
      flex-direction: column;
      row-gap: 16px
    }

    .description-bKP1RZ {
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px
    }

    .highlight-vBvC6y {
      align-items: flex-start;
      align-self: stretch;
      background: var(--pd-color-neutral-surface-2, #f5f5f5);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 16px
    }

    .highlightTitle-KjDq2K {
      color: var(--neutral-text1, rgba(0, 0, 0, .92));
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px
    }

    .highlightDescription-l7rE3U {
      font-size: 16px;
      line-height: 24px
    }

    .highlightDescription-l7rE3U,
    .highlightList-cW0_VV {
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-style: normal;
      font-weight: 400
    }

    .highlightList-cW0_VV {
      align-self: stretch;
      display: flex;
      flex-direction: column;
      font-size: 14px;
      line-height: 130%;
      list-style: disc;
      list-style-position: outside;
      padding-left: 20px;
      row-gap: 18.2px
    }

    .highlightItem-R2m7XF {
      color: #171718
    }

    .tableBlock-gWiRUk {
      display: flex;
      flex-direction: column;
      overflow-x: auto;
      row-gap: 12px;
      width: 100%
    }

    .tableTitle-Bwq6q_ {
      color: var(--neutral-text1, rgba(0, 0, 0, .92));
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px
    }

    .table-yf3VMl {
      border: .5px solid var(--pd-color-neutral-core-weak, #d3d4d5);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      min-width: 720px;
      overflow-x: auto;
      width: 100%
    }

    .tableRow-s2kKKd {
      align-items: stretch;
      display: grid;
      grid-template-columns: 240px 1fr 1fr
    }

    .tableHeaderRow-wyW_gh {
      background: #000;
      color: #fff
    }

    .tableHeaderCell-w1jjKT {
      align-items: flex-start;
      border-right: 1px solid #fff;
      display: flex;
      font-size: 14px;
      font-weight: 500;
      justify-content: center;
      line-height: 20px;
      padding: 8px 12px
    }

    .tableHeaderCell-w1jjKT:last-child {
      border-right: none
    }

    .tableCell-RQNhu5 {
      align-items: center;
      border-right: 1px solid #ececed;
      border-top: 1px solid #ececed;
      color: rgba(0, 0, 0, .922);
      display: flex;
      font-size: 14px;
      justify-content: center;
      line-height: 20px;
      padding: 12px;
      text-align: center
    }

    .optionsTableCell-iunnAP {
      background: var(--pd-color-neutral-surface-1, #f9f9f9)
    }

    .tableRow-s2kKKd:first-of-type .tableCell-RQNhu5 {
      border-top: none
    }

    .tableCell-RQNhu5:last-child {
      border-right: none
    }

    .footer-JWehmX {
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 16px;
      line-height: 24px
    }

    @media screen and (max-width:960px) {
      .footer-JWehmX {
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center
      }
    }

    @media screen and (max-width:600px) {
      .description-bKP1RZ {
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center
      }

      .highlight-vBvC6y {
        align-items: flex-start;
        align-self: stretch;
        background: var(--pd-color-neutral-surface-2, #f5f5f5);
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 12px
      }

      .highlightTitle-KjDq2K {
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px
      }

      .highlightList-cW0_VV {
        gap: 10px
      }

      .tableTitle-Bwq6q_ {
        color: var(--neutral-text1, rgba(0, 0, 0, .92));
        font-size: 20px;
        font-style: normal;
        font-weight: 500
      }

      .table-yf3VMl {
        border-radius: 8px;
        min-width: auto;
        overflow: hidden;
        width: 100%
      }

      .tableRow-s2kKKd {
        border-bottom: 1px solid var(--pd-color-neutral-line-weak, #ececed);
        display: grid;
        grid-template-columns: .5fr 1fr 1fr
      }

      .tableHeaderRow-wyW_gh,
      .tableRow-s2kKKd:last-child {
        border-bottom: none
      }

      .tableHeaderCell-w1jjKT {
        border-right: 1px solid #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        padding: 8px 12px
      }

      .tableHeaderCell-w1jjKT:last-child {
        border-right: none
      }

      .tableCell-RQNhu5 {
        align-items: center;
        border-right: 1px solid var(--pd-color-neutral-line-weak, #ececed);
        border-top: none;
        display: flex;
        font-size: 12px;
        justify-content: center;
        line-height: 18px;
        padding: 8px 12px;
        text-align: center
      }

      .tableCell-RQNhu5:last-child {
        border-right: none
      }

      .optionsTableCell-iunnAP {
        background: var(--pd-color-neutral-surface-1, #f9f9f9);
        color: var(--neutral-text1, rgba(0, 0, 0, .922));
        flex-direction: column;
        font-weight: 500;
        justify-content: center
      }
    }

    .content-iZaCco {
      align-items: flex-start
    }

    .contentContainer-cVfMtJ {
      align-items: flex-start;
      align-self: stretch;
      background: var(--pd-color-neutral-surface-1, #f9f9f9);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding: 16px
    }

    .description-RnQdOY {
      color: #171718;
      font-size: 16px;
      line-height: 21px
    }

    .list-qeQOL6 {
      display: flex;
      flex-direction: column;
      list-style: disc;
      list-style-position: outside;
      margin: 0;
      padding-left: 20px;
      row-gap: 16px
    }

    .listItem-SaEqq9 {
      color: #171718
    }

    .listTitle-V00iJ9 {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      margin-top: 4px
    }

    .listContent-yrSZlC {
      color: #171718;
      font-size: 16px;
      line-height: 24px
    }

    .footer-IjefDq {
      color: #171718;
      font-size: 16px;
      line-height: 21px
    }

    @media screen and (max-width:960px) {
      .description-RnQdOY {
        font-size: 16px;
        line-height: 24px
      }
    }

    @media screen and (max-width:600px) {
      .contentContainer-cVfMtJ {
        background: var(--pd-color-neutral-surface-1, #f9f9f9);
        gap: 16px;
        padding: 24px
      }

      .description-RnQdOY {
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-size: 16px;
        line-height: 21px
      }

      .listTitle-V00iJ9 {
        font-size: 16px;
        font-weight: 700;
        line-height: 21px
      }

      .listContent-yrSZlC {
        display: inline;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0
      }

      .footer-IjefDq {
        text-align: center
      }
    }

    .root-EYTzsi {
      align-items: center;
      align-self: stretch;
      background: var(--pd-color-neutral-surface-2, #f5f5f5);
      border-radius: 8px;
      column-gap: 16px;
      display: flex;
      padding: 16px
    }

    .icon-ukbxPf {
      flex-shrink: 0;
      height: 64px;
      width: 64px
    }

    .iconSm-Winc9b {
      flex-shrink: 0;
      height: 55px;
      width: 55px
    }

    .iconImage-KzNCe8 {
      height: 100%;
      object-fit: contain;
      width: 100%
    }

    .content-HFOQs9 {
      display: flex;
      flex-direction: column;
      row-gap: 2px
    }

    .title-U36Wva {
      font-weight: 700
    }

    .description-F3jHy8,
    .title-U36Wva {
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 16px;
      font-style: normal;
      line-height: 130%
    }

    .content-TO5mkE,
    .header-TWnQtb {
      align-items: center
    }

    .header-TWnQtb {
      display: flex;
      flex-direction: column;
      row-gap: 16px;
      width: 100%
    }

    .description-zYILxA {
      color: #171718;
      font-size: 16px;
      line-height: 24px;
      width: 100%
    }

    .steps-Q6B5M9 {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      row-gap: 16px;
      width: 100%
    }

    .stepsTitle-_hJkB_ {
      color: rgba(0, 0, 0, .922);
      font-size: 20px;
      font-weight: 700;
      line-height: 20px
    }

    .stepsList-v4SHCm {
      display: flex;
      flex-direction: column;
      list-style: disc;
      list-style-position: outside;
      margin: 0;
      padding-left: 20px;
      row-gap: 16px
    }

    .stepsItem-EslxEg {
      color: #171718;
      font-size: 16px;
      line-height: 24px
    }

    @media screen and (max-width:600px) {

      .description-zYILxA,
      .stepsItem-EslxEg {
        font-size: 14px;
        line-height: 20px
      }
    }

    .text-auxiliary-cobalt {
      color: var(--pd-color-blue-core, #337ff8) !important
    }

    .content-A39u3E,
    .content-E0iljN {
      align-items: flex-start
    }

    .header-oMnsOO {
      display: flex;
      flex-direction: column;
      row-gap: 16px
    }

    .description-Hl86k4 {
      color: #171718;
      font-size: 16px;
      line-height: 24px
    }

    .features-HTAl7R {
      column-gap: 12px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 12px;
      width: 100%
    }

    .featureCard-ESuOrI {
      align-items: flex-start;
      background: #f5f5f5;
      border-radius: 8px;
      column-gap: 8px;
      display: flex;
      height: 100%;
      padding: 12px
    }

    .featureIcon-ZuPQbp {
      align-items: center;
      display: flex;
      justify-content: center;
      margin-top: 2px;
      min-height: 16px;
      min-width: 16px
    }

    .featureIcon-ZuPQbp img {
      height: 16px;
      width: 16px
    }

    .featureContent-rLDdyi {
      display: flex;
      flex-direction: column;
      row-gap: 4px
    }

    .featureTitle-czYWL5 {
      color: #000;
      font-size: 16px;
      font-weight: 600;
      line-height: 19px
    }

    .featureDescription-V556uP {
      color: #000;
      font-size: 12px;
      line-height: 16px
    }

    .preview-kZAqhY {
      background: var(--pd-color-neutral-surface-2, #f5f5f5);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 20px;
      width: 100%
    }

    .previewTitle-r5PZj3 {
      align-self: center;
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal
    }

    .previewMedia-iCahx3 {
      display: flex;
      flex: 1 0;
      flex-wrap: nowrap;
      gap: 12px;
      overflow-x: auto;
      scrollbar-width: none;
      width: 100%
    }

    .previewMedia-iCahx3::-webkit-scrollbar {
      display: none
    }

    .previewImage-aw3zq9 {
      display: block;
      flex: 1 1;
      height: auto;
      width: 100%
    }

    .footer-Sio9Hj {
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%
    }

    @media screen and (max-width:600px) {
      .description-Hl86k4 {
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px
      }

      .features-HTAl7R {
        align-items: flex-start;
        align-self: stretch;
        display: flex;
        gap: 12px
      }

      .featureCard-ESuOrI {
        align-items: flex-start;
        background: var(--pd-color-neutral-surface-2, #f5f5f5);
        border-radius: 8px;
        display: flex;
        flex: 1 0;
        flex-direction: column;
        gap: 8px;
        padding: 12px
      }

      .featureTitle-czYWL5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 120%
      }

      .featureDescription-V556uP,
      .featureTitle-czYWL5 {
        color: var(--Font-Text-light, #000);
        font-style: normal
      }

      .featureDescription-V556uP {
        font-weight: 400;
        line-height: 130%
      }

      .featureIcon-ZuPQbp {
        flex-shrink: 0
      }

      .featureIcon-ZuPQbp,
      .featureIcon-ZuPQbp img {
        height: 24px;
        width: 24px
      }

      .featureDescription-V556uP {
        font-size: 12px;
        line-height: 16px
      }

      .preview-kZAqhY {
        gap: 16px;
        padding: 16px
      }

      .previewTitle-r5PZj3 {
        color: var(--neutral-text1, rgba(0, 0, 0, .92));
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 31.084px;
        text-align: center
      }

      .previewImage-aw3zq9 {
        flex: 0 0 auto;
        height: auto;
        width: 220px
      }
    }

    .layout-J6rl8p {
      align-items: center;
      column-gap: 40px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 350px
    }

    .content-U0QfrF {
      display: flex;
      flex-direction: column;
      row-gap: 24px
    }

    .description-r5vF0X {
      color: rgba(0, 0, 0, .922);
      font-size: 16px;
      line-height: 24px
    }

    .items-afvWxD {
      display: flex;
      flex-direction: column;
      row-gap: 12px
    }

    .item-wbqUDK {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px
    }

    .imageWrap-t2cEKZ {
      align-items: center;
      background: #e2f0ef;
      border-radius: 12px;
      display: flex;
      height: 350px;
      justify-content: center;
      padding: 17px 39px 17px 38px;
      width: 350px
    }

    .image-FfiHCx {
      height: 100%;
      object-fit: contain;
      width: 100%
    }

    @media screen and (max-width:960px) {
      .layout-J6rl8p {
        column-gap: 24px;
        grid-template-columns: minmax(0, 1fr) 280px
      }

      .imageWrap-t2cEKZ {
        height: 280px;
        padding: 14px 30px;
        width: 280px
      }
    }

    @media screen and (max-width:600px) {
      .layout-J6rl8p {
        grid-template-columns: 1fr;
        row-gap: 24px
      }

      .description-r5vF0X {
        color: var(--neutral-text1, rgba(0, 0, 0, .92));
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px
      }

      .imageWrap-t2cEKZ {
        height: auto;
        padding: 16px;
        width: 100%
      }

      .image-FfiHCx {
        height: auto
      }
    }

    .resources-XKUMMQ {
      align-items: center;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-bottom: 48px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 47px;
      row-gap: 24px;
      width: 100%
    }

    @media screen and (min-width:601px) {
      .resources-XKUMMQ {
        padding-left: 40px;
        padding-right: 40px
      }
    }

    @media screen and (min-width:961px) {
      .resources-XKUMMQ {
        padding-left: 0;
        padding-right: 0
      }
    }

    .header-cdH1SJ {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 16px;
      width: 100%
    }

    .subtitle-IqWjuC {
      color: #171718;
      font-size: 14px;
      line-height: 20px;
      text-align: center
    }

    .card-sItpW2 {
      align-items: flex-start;
      align-self: stretch;
      background: #f9f9f9;
      border-radius: 16px;
      padding: 12px;
      width: 100%
    }

    .card-sItpW2,
    .cardRow-mRFk2G {
      display: flex;
      flex-direction: column;
      row-gap: 12px
    }

    .cardContent-Qp47bi,
    .cardRowReverse-Ic2NcH {
      flex-direction: column
    }

    .cardContent-Qp47bi {
      display: flex;
      row-gap: 12px
    }

    .cardMedia-jVc4wq {
      display: none;
      justify-content: center;
      width: 100%
    }

    .mediaStack-PHviQb {
      align-items: center;
      aspect-ratio: 1/1;
      display: flex;
      justify-content: space-between;
      position: relative;
      width: 100%
    }

    .stackSide-AzEt9s {
      border-radius: 8px;
      height: 65.1429%;
      object-fit: cover;
      width: 36.2857%
    }

    .stackCenter-ln1kQ2 {
      border-radius: 9px;
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .059);
      height: 95.4286%;
      left: 23.1429%;
      object-fit: cover;
      position: absolute;
      top: 2.2857%;
      width: 53.7143%
    }

    .mediaSingleImage-PhKlJH {
      aspect-ratio: 1/1;
      object-fit: cover;
      width: 100%
    }

    .cardTitle-h53VPy {
      color: #000;
      font-size: 20px;
      font-weight: 700;
      line-height: 26px
    }

    .cardSubtitle-k7SHu_ {
      color: #000;
      display: block;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px
    }

    .cardDescription-wmY2fR {
      color: rgba(0, 0, 0, .922);
      font-size: 14px;
      line-height: 24px
    }

    .list-wGizYa {
      display: flex;
      flex-direction: column;
      list-style: disc;
      list-style-position: outside;
      margin: 0;
      padding-left: 20px;
      row-gap: 12px
    }

    .listItem-uWpfl7 {
      color: #171718;
      font-size: 14px;
      line-height: 24px
    }

    .listLabel-J6CQ3N {
      font-weight: 700;
      margin-right: 4px
    }

    .listContent-RO5Vox {
      font-weight: 400
    }

    @media(min-width:601px)and (max-width:960px) {
      .resources-XKUMMQ {
        row-gap: 48px
      }

      .subtitle-IqWjuC {
        font-size: 16px;
        line-height: 24px
      }

      .card-sItpW2 {
        background: #fff;
        border-radius: 0;
        padding: 0
      }

      .cardSubtitle-k7SHu_,
      .cardTitle-h53VPy {
        display: inline;
        line-height: 36px
      }
    }

    @media(min-width:961px) {
      .resources-XKUMMQ {
        row-gap: 48px
      }

      .header-cdH1SJ {
        align-items: flex-start
      }

      .subtitle-IqWjuC {
        font-size: 16px;
        line-height: 24px;
        text-align: left
      }

      .card-sItpW2 {
        background: #fff;
        border-radius: 0;
        padding: 0
      }

      .cardRow-mRFk2G {
        align-items: center;
        column-gap: 40px;
        flex-direction: row
      }

      .cardRowReverse-Ic2NcH {
        flex-direction: row-reverse
      }

      .cardContent-Qp47bi {
        flex: 1 1;
        max-width: none
      }

      .cardMedia-jVc4wq {
        display: flex;
        flex: .814 1;
        justify-content: flex-start;
        max-height: 410px;
        max-width: 410px
      }

      .cardTitle-h53VPy {
        font-size: 24px;
        line-height: 36px
      }

      .cardSubtitle-k7SHu_ {
        display: inline;
        font-size: 16px;
        line-height: 36px
      }

      .cardDescription-wmY2fR,
      .listItem-uWpfl7 {
        font-size: 16px;
        line-height: 24px
      }

      .list-wGizYa {
        row-gap: 12px
      }
    }

    .content-gypNns {
      background: #fff
    }

    .header-koEtiU {
      display: flex;
      flex-direction: column;
      row-gap: 16px
    }

    .description-azwHCL {
      color: #171718;
      font-size: 16px;
      line-height: 24px
    }

    .seo-Zvylpp {
      align-items: flex-start;
      align-self: stretch;
      background: rgba(51, 127, 248, .149);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      padding: 16px;
      row-gap: 16px
    }

    .seoTitle-Hm6NgT {
      color: #171718;
      font-size: 20px;
      font-weight: 700;
      line-height: 28px
    }

    .seoList-Mr_Ls5 {
      display: flex;
      flex-direction: column;
      list-style: disc;
      list-style-position: outside;
      margin: 0;
      padding-left: 20px;
      row-gap: 18px
    }

    .seoItem-CZMYXQ {
      color: #171718;
      font-size: 14px;
      line-height: 130%
    }

    .listings-kPbR3b {
      align-items: flex-start;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      row-gap: 24px
    }

    .listingsTitle-EcuUQv {
      color: rgba(0, 0, 0, .922);
      font-size: 20px;
      font-weight: 700;
      line-height: 28px
    }

    .listingsDescription-Zry4br {
      color: #171718;
      font-size: 16px;
      line-height: 24px;
      margin-top: 16px
    }

    .listingsDescription-Zry4br>div {
      display: inline
    }

    .cards-JFlBTx {
      align-self: stretch;
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr
    }

    .imageItem-gv4Z26 {
      display: flex;
      flex-direction: column;
      row-gap: 10px
    }

    .imageWrapper-pdkoyc {
      background: transparent;
      border-radius: 8px;
      overflow: hidden
    }

    .image-pJYcy6 {
      height: 100%;
      width: 100%
    }

    .imagePlaceholder-WzCeya {
      background: #ededed;
      height: 100%;
      width: 100%
    }

    .imageText-M1OVGL {
      display: flex;
      flex-direction: column;
      row-gap: 4px
    }

    .imageTitle-crRQIa {
      color: #000;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px
    }

    .imageDescription-muXb04 {
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px
    }

    @media(min-width:601px)and (max-width:960px) {
      .cards-JFlBTx {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 24px
      }
    }

    @media(min-width:961px) {
      .cards-JFlBTx {
        grid-template-columns: repeat(2, minmax(0, 1fr))
      }
    }

    .image-xAnXcn {
      height: auto;
      width: 100%
    }

    .content-IPoQ6N {
      align-items: center
    }

    .description-LnRXNG {
      align-self: stretch;
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      white-space: pre-line
    }

    .list-ZTR10C {
      display: grid;
      gap: 24px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      width: 100%
    }

    .footer-DXXn7E {
      color: var(--pd-color-neutral-on-surface-strong, #171718);
      font-size: 16px;
      line-height: 24px;
      width: 100%
    }

    @media screen and (max-width:960px) {
      .description-LnRXNG {
        align-self: stretch;
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        white-space: pre-line
      }

      .list-ZTR10C {
        grid-template-columns: repeat(3, minmax(0, 1fr))
      }
    }

    @media screen and (max-width:600px) {
      .description-LnRXNG {
        align-self: stretch;
        color: var(--pd-color-neutral-on-surface-strong, #171718);
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        white-space: pre-line
      }

      .list-ZTR10C {
        grid-template-columns: 1fr
      }
    }

    .content-HafVjL {
      align-items: center;
      display: flex;
      gap: 40px;
      justify-content: space-between;
      width: 100%
    }

    .items-kKMNXc {
      display: flex;
      flex: 1 1;
      flex-direction: column;
      row-gap: 12px
    }

    .imageWrap-BHIbAI {
      align-items: center;
      background: #e2f0ef;
      border-radius: 12px;
      display: flex;
      height: 350px;
      justify-content: center;
      padding: 17px 39px 17px 38px;
      width: 350px
    }

    .image-hQgyet {
      height: 100%;
      object-fit: contain;
      width: 100%
    }

    .ctaButton-qCyZAd {
      display: inline-flex;
      gap: 4px;
      height: 40px
    }

    @media screen and (max-width:960px) {
      .ctaButtonContainer-OA8CI5 {
        display: flex;
        justify-content: center
      }
    }

    @media screen and (max-width:600px) {
      .content-HafVjL {
        display: flex;
        flex-direction: column-reverse
      }

      .imageWrap-BHIbAI {
        height: auto;
        width: 100%
      }

      .image-hQgyet {
        height: auto
      }

      .ctaButtonContainer-OA8CI5 {
        display: flex;
        justify-content: center
      }
    }

    /* 907.103117f4.css */
    ï»¿.leadCollectionBtn-LRIdr7 {
      align-items: center;
      display: flex;
      flex-direction: row;
      font-size: 16px;
      height: 48px;
      justify-content: center;
      line-height: 24px;
      white-space: nowrap
    }

    .imageStack-V2kQqK {
      height: 600px;
      margin: 0 auto;
      position: relative;
      width: 660px
    }

    .imageStack-V2kQqK>div {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0
    }

    .imageStack-V2kQqK .imageMiddle-JZNwZo {
      height: 600px;
      width: 336px;
      z-index: 3
    }

    .imageStack-V2kQqK .imageLeft-mm40jy {
      height: 428px;
      right: 345px;
      top: -10px;
      width: 240px;
      z-index: 2
    }

    .imageStack-V2kQqK .imageRight-YXdLYI {
      height: 428px;
      left: 380px;
      top: 110px;
      width: 240px;
      z-index: 1
    }

    .imageStack-V2kQqK .imageStyle-HsEnKr {
      border-radius: 10px;
      height: 100%;
      object-fit: cover;
      width: 100%
    }

    .smallImageStack-fIrWes {
      height: 450px;
      margin: 0 auto;
      position: relative;
      top: 15px;
      width: 495px
    }

    .smallImageStack-fIrWes>div {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0
    }

    .smallImageStack-fIrWes .imageMiddle-JZNwZo {
      height: 450px;
      width: 252px;
      z-index: 3
    }

    .smallImageStack-fIrWes .imageLeft-mm40jy {
      height: 321px;
      right: 259px;
      top: -8px;
      width: 180px;
      z-index: 2
    }

    .smallImageStack-fIrWes .imageRight-YXdLYI {
      height: 321px;
      left: 285px;
      top: 82px;
      width: 180px;
      z-index: 1
    }

    .smallImageStack-fIrWes .imageStyle-HsEnKr {
      border-radius: 10px;
      height: 100%;
      object-fit: cover;
      width: 100%
    }

    @media(min-width:601px)and (max-width:960px) {
      .imageStack-V2kQqK {
        height: 363px;
        width: 400px
      }

      .imageStack-V2kQqK .imageMiddle-JZNwZo {
        height: 363.636px;
        width: 204.707px;
        z-index: 3
      }

      .imageStack-V2kQqK .imageLeft-mm40jy {
        height: 259.419px;
        right: 345px;
        top: -15px;
        width: 145.455px;
        z-index: 2
      }

      .imageStack-V2kQqK .imageRight-YXdLYI {
        height: 259.394px;
        left: 225px;
        top: 80px;
        width: 145.455px;
        z-index: 1
      }
    }

    @media(min-width:376px)and (max-width:600px) {
      .imageStack-V2kQqK {
        height: 311.273px;
        margin-top: 60px;
        width: 343px
      }

      .imageStack-V2kQqK .imageMiddle-JZNwZo {
        height: 311.818px;
        width: 175.536px;
        z-index: 3
      }

      .imageStack-V2kQqK .imageLeft-mm40jy {
        height: 222.452px;
        right: 345px;
        top: -15px;
        width: 124.727px;
        z-index: 2
      }

      .imageStack-V2kQqK .imageRight-YXdLYI {
        height: 222.43px;
        left: 215px;
        top: 70px;
        width: 124.727px;
        z-index: 1
      }
    }

    @media(max-width:375px) {
      .imageStack-V2kQqK {
        height: 311.273px;
        margin-top: 30px;
        width: 343px
      }

      .imageStack-V2kQqK .imageMiddle-JZNwZo {
        height: 311.818px;
        width: 175.536px;
        z-index: 3
      }

      .imageStack-V2kQqK .imageLeft-mm40jy {
        height: 222.452px;
        right: 345px;
        top: -15px;
        width: 124.727px;
        z-index: 2
      }

      .imageStack-V2kQqK .imageRight-YXdLYI {
        height: 222.43px;
        left: 215px;
        top: 70px;
        width: 124.727px;
        z-index: 1
      }
    }

    .scroll-tips-qC3Pzb {
      align-items: center;
      cursor: pointer;
      display: flex;
      flex-flow: column;
      font-size: 14px;
      line-height: 20px;
      margin-top: trans-to-vw(114px);
      width: 170px
    }

    .arrow-icon-gXnzN4 {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABJCAYAAABxcwvcAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEASURBVHgB7dbRDYIwFEbhywQ6giM4ghs5Aq7iYjKCTmAtSf/EqFA1QEt7vuS+Qbg9gQQzAAAAAAAAAAAAAADq4Zw7+rn66fy0lpB/flb7aKmde5dksRDo9LLL3c/WUvIL7N1ni4YaCKRIB0stvNbJQo0E6l0sB+GT61KEigXqd7NcpAi1qkCyZKhVBpIlQq06kMwZqohAMkeoogLJlKGKDCRThCo6kIRQl4FD9ocfu7f8QPJvqGoCSSzUh+vbqgJJJFT7dF1bZSCJhao+kERCEUh+CFVnIPkiVN2BZCRUR6An7v3PPKtAjWUiRDn42fg5N01zMwAAAAAAAAAAAGAdHmmnu0XqHDxDAAAAAElFTkSuQmCC) no-repeat 50%;
      background-size: 100% 100%;
      height: 25px;
      margin-top: 21px;
      width: 25px
    }

    .mobile-scroll-tips-t0NHOH {
      display: none;
      font-size: 14px;
      line-height: 20px
    }

    .mobileBtn-mBF5z6 {
      display: none
    }

    .btn-FohEAy {
      align-items: center;
      display: flex;
      flex-direction: row;
      font-size: 18px;
      height: 64px;
      justify-content: center;
      margin-top: 40px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      z-index: 1
    }

    .btn-FohEAy svg {
      position: relative
    }

    @media(max-width:600px) {

      .btn-FohEAy,
      .scroll-tips-JVCddp {
        display: none
      }

      .mobileBtn-mBF5z6 {
        align-items: center;
        display: inline-block;
        display: flex;
        flex-direction: row;
        font-size: 14px;
        height: 42px;
        justify-content: center;
        margin-top: 40px;
        width: 297px
      }

      .mobileBtn-mBF5z6 svg {
        position: relative
      }

      .mobileBtn-mBF5z6 .mobile-scroll-tips-t0NHOH {
        display: flex;
        margin: 0 auto;
        margin-top: 33px;
        text-align: center
      }
    }

    @media(min-width:601px)and (max-width:960px) {
      .btn-FohEAy {
        align-items: center;
        display: flex;
        flex-direction: row;
        font-size: 16px;
        height: 42px;
        justify-content: center;
        margin-top: 40px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
      }

      .btn-FohEAy svg {
        position: relative
      }
    }

    .container-auvMPC {
      background-image: url(assets/banner-bg.1ada3ad9.jpg);
      background-size: 2560px 1080px
    }

    .container-auvMPC,
    .container-uk-jttBFu {
      background-color: #171717;
      background-position: 50%;
      background-repeat: no-repeat;
      color: #fff;
      position: relative;
      width: 100%
    }

    .container-uk-jttBFu {
      background-image: url(assets/new_us_uk.98539e94.png);
      background-size: cover
    }

    .banner-lRuZUP {
      align-items: center;
      display: flex;
      margin: 0 auto;
      max-width: 1240px;
      width: 96.875vw
    }

    .banner-lRuZUP .text-box-Z1Y2Ld {
      flex-shrink: 0;
      padding-right: 64px;
      text-align: left
    }

    .banner-lRuZUP .text-box-Z1Y2Ld h1 {
      font-size: 64px;
      font-weight: 700;
      line-height: 130%
    }

    .banner-lRuZUP .text-box-Z1Y2Ld h1 span {
      color: #fe2c55
    }

    .banner-lRuZUP .text-box-Z1Y2Ld h1 .notUSUK-OVr_wI {
      color: #13eaf7
    }

    .banner-lRuZUP .text-box-Z1Y2Ld p {
      font-size: 20px;
      line-height: 30px;
      margin-top: 14px
    }

    .btn-description-Al8KmO {
      color: #fff;
      font-size: 16px;
      line-height: 22px;
      margin-top: 24px;
      max-width: 300px;
      min-height: 44px;
      opacity: .8;
      white-space: normal;
      word-wrap: break-word
    }

    .mobile-btn-description-YWz_Bi {
      display: none
    }

    @media(max-width:600px) {
      .btn-description-Al8KmO {
        display: none
      }

      .mobile-btn-description-YWz_Bi {
        color: #fff;
        display: inline-block;
        font-size: 16px;
        line-height: 22px;
        margin-top: 24px;
        max-width: 300px;
        opacity: .8;
        white-space: normal;
        word-wrap: break-word
      }
    }

    @media(min-width:961px) {
      .container-auvMPC {
        padding: 100px 0
      }

      .container-uk-jttBFu {
        display: flex;
        padding: 180px 74px
      }

      .container-uk-jttBFu .banner-lRuZUP {
        justify-content: center;
        margin: 0;
        width: 100%
      }

      .container-uk-jttBFu .banner-lRuZUP>video {
        margin-left: 30px;
        width: 42%
      }

      .banner-lRuZUP>img {
        margin-left: 30px;
        max-width: 760px;
        width: 59.375vw
      }

      .banner-lRuZUP .text-box-Z1Y2Ld {
        max-width: 564px;
        width: 44.0625vw
      }

      .banner-lRuZUP .text-box-Z1Y2Ld p {
        max-width: 620px;
        width: 48.4375vw
      }
    }

    @media(min-width:601px)and (max-width:960px) {

      .container-auvMPC,
      .container-uk-jttBFu {
        padding: 60px 0 32px
      }

      .container-uk-jttBFu .banner-lRuZUP>video {
        margin-left: 30px;
        max-width: 366px;
        width: 38.125vw
      }

      .banner-lRuZUP {
        max-width: 896px;
        width: 93.3333333333vw
      }

      .banner-lRuZUP>img {
        margin-left: 16px
      }

      .banner-lRuZUP>img,
      .banner-lRuZUP>video {
        max-width: 420px;
        width: 43.75vw
      }

      .banner-lRuZUP .text-box-Z1Y2Ld {
        max-width: 475px;
        width: 49.4791666667vw
      }

      .banner-lRuZUP .text-box-Z1Y2Ld h1 {
        font-size: 48px;
        line-height: 55px
      }

      .banner-lRuZUP .text-box-Z1Y2Ld p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px
      }
    }

    @media(min-width:376px)and (max-width:600px) {

      .container-auvMPC,
      .container-uk-jttBFu {
        padding: 32px 0 37px
      }

      .container-uk-jttBFu .banner-lRuZUP>video {
        margin-top: 56px;
        width: 366px
      }

      .banner-lRuZUP {
        align-items: center;
        flex-flow: column;
        padding: 60px 16px 0
      }

      .banner-lRuZUP>img {
        margin-top: 40px;
        max-width: 368px;
        width: 61.3333333333vw
      }

      .banner-lRuZUP .text-box-Z1Y2Ld {
        padding-right: 0;
        text-align: center
      }

      .banner-lRuZUP .text-box-Z1Y2Ld h1 {
        font-size: 32px;
        line-height: 37px
      }

      .banner-lRuZUP .text-box-Z1Y2Ld h1>span {
        color: #fe2c55
      }

      .banner-lRuZUP .text-box-Z1Y2Ld p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px
      }
    }

    @media(max-width:375px) {

      .container-auvMPC,
      .container-uk-jttBFu {
        padding: 37px 0
      }

      .container-uk-jttBFu .banner-lRuZUP>video {
        margin-top: 70px;
        width: 277px
      }

      .banner-lRuZUP {
        align-items: center;
        flex-flow: column;
        padding: 60px 16px 0;
        width: 100%
      }

      .banner-lRuZUP>img {
        margin-top: 52px
      }

      .banner-lRuZUP>img,
      .banner-lRuZUP>video {
        max-width: 320px;
        width: 85.3333333333vw
      }

      .banner-lRuZUP .text-box-Z1Y2Ld {
        padding-right: 0;
        text-align: center;
        width: 100%
      }

      .banner-lRuZUP .text-box-Z1Y2Ld h1 {
        font-size: 34px;
        line-height: 39px;
        margin: 0 auto
      }

      .banner-lRuZUP .text-box-Z1Y2Ld h1>span {
        color: #fe2c55
      }

      .banner-lRuZUP .text-box-Z1Y2Ld p {
        font-size: 14px;
        line-height: 24px;
        margin: 16px auto 0;
        width: 100%
      }
    }

    .container-idjRUV {
      align-items: center;
      display: flex;
      gap: 48px;
      justify-content: space-between;
      width: 100%
    }

    .container-idjRUV .textArea-2E15CV {
      align-items: flex-start;
      display: flex;
      flex: 1 1;
      flex-direction: column
    }

    .container-idjRUV .textAreaTitle-wWWUjx {
      color: #fe2c55;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 16px
    }

    .container-idjRUV .textAreaSubTitle-aX0Dhq {
      font-family: TikTok Text;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 40px
    }

    .container-idjRUV .textArea-2E15CV .benefitItemsWrapper-lzNzXl {
      display: flex;
      flex-direction: column;
      gap: 26px
    }

    .container-idjRUV .textArea-2E15CV .benefitItems-bb0LOm {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      gap: 8px
    }

    .container-idjRUV .textArea-2E15CV .benefitItemsIcon-KPtjMA {
      height: 36px;
      width: 36px
    }

    .container-idjRUV .textArea-2E15CV .benefitItemsTitle-qaxNSe {
      font-size: 20px;
      font-weight: 700
    }

    .container-idjRUV .textArea-2E15CV .benefitItemsDesc-PzPPiz {
      font-family: TikTok Text;
      font-size: 14px;
      font-weight: 400
    }

    .container-idjRUV .imgArea-D7dRRt {
      background-position-x: center;
      background-position-y: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 20px;
      height: 597px;
      width: 480px
    }

    .btn-KO9frp {
      font-size: 16px;
      margin-top: 40px;
      width: 198px
    }

    .btn-KO9frp svg {
      position: relative;
      top: 4px
    }

    .benefitItemsLink-zbA51Z {
      color: #337ff8;
      font-weight: 600
    }

    .benefitItemsLink-zbA51Z:hover {
      color: #529afc
    }

    .benefitItemsLink-zbA51Z:active {
      color: #005fdf
    }

    @media screen and (max-width:1280px) {
      .container-idjRUV {
        padding: 40px 48px
      }

      .container-idjRUV .imgArea-D7dRRt {
        height: 534px;
        width: 430px
      }
    }

    @media screen and (max-width:960px) {
      .container-idjRUV {
        padding: 0
      }

      .container-idjRUV .imgArea-D7dRRt {
        border-radius: 15px;
        width: 50%
      }
    }

    @media screen and (max-width:600px) {
      .container-idjRUV {
        flex-direction: column-reverse;
        gap: 0;
        padding: 0
      }

      .container-idjRUV .imgArea-D7dRRt {
        background-position-y: 15%;
        height: 139px;
        width: 100%
      }

      .container-idjRUV .textArea-2E15CV {
        padding: 24px 0
      }

      .container-idjRUV .textAreaTitle-wWWUjx {
        font-size: 24px;
        margin-bottom: 8px
      }

      .container-idjRUV .textAreaSubTitle-aX0Dhq {
        font-size: 14px;
        margin-bottom: 33px
      }

      .container-idjRUV .textArea-2E15CV .benefitItemsWrapper-lzNzXl {
        gap: 24px
      }

      .container-idjRUV .textArea-2E15CV .benefitItems-bb0LOm {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 8px
      }

      .container-idjRUV .textArea-2E15CV .benefitItemsTitle-qaxNSe {
        font-size: 18px
      }

      .btn-KO9frp {
        margin-top: 40px;
        width: 100%
      }
    }

    @media screen and (max-width:375px) {
      .container-idjRUV {
        flex-direction: column-reverse;
        gap: 0;
        padding: 0
      }

      .container-idjRUV .imgArea-D7dRRt {
        background-position-y: 15%;
        height: 90px;
        width: 100%
      }

      .container-idjRUV .textArea-2E15CV {
        padding: 32px 16px
      }
    }

    .container-RhglHM {
      background-color: #fff;
      padding: 100px 0
    }

    .bizHub-goGfC4,
    .container-RhglHM {
      align-items: center;
      display: flex;
      justify-content: center
    }

    .bizHub-goGfC4 {
      flex-direction: column;
      gap: 40px
    }

    .bizHubTitle-AceXdx {
      font-size: 48px;
      font-weight: 700
    }

    .bizHubSubTitle-h1ZUsF {
      align-items: center;
      display: flex;
      gap: 16px;
      justify-content: center;
      width: 100%
    }

    .bizHubSubTitleText-QxTmnb {
      font-size: 40px;
      font-weight: 700
    }

    .bizHubSubTitleBtns-aVIk0R {
      align-items: center;
      display: flex;
      gap: 16px;
      justify-content: center;
      overflow: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content
    }

    .bizHubSubTitleBtns-aVIk0R::-webkit-scrollbar {
      height: 0;
      width: 0
    }

    .bizHubViewport-Uzdbvr {
      display: flex;
      overflow: hidden;
      width: 1200px
    }

    .bizHubViewportItem-cD5G_V {
      flex-basis: 100%;
      flex-shrink: 0;
      transition-duration: .25s
    }

    .hubSelected-w_Wgka {
      align-items: center;
      background: #fe2c55;
      border-radius: 4px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      padding: 8px 16px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content
    }

    .hubSelectedText-tENJ4o {
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      line-height: 34px
    }

    .hubNotSelected-Nx5eyc {
      align-items: center;
      background: rgba(0, 0, 0, .05);
      border-radius: 4px;
      color: #000;
      cursor: pointer;
      display: flex;
      justify-content: center;
      padding: 8px 16px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content
    }

    .hubNotSelected-Nx5eyc:hover {
      color: #fff
    }

    .hubNotSelectedText-MKsIOO {
      font-size: 24px;
      font-weight: 700;
      line-height: 34px
    }

    @media screen and (max-width:1280px) {
      .bizHubSubTitle-h1ZUsF {
        flex-direction: column
      }

      .bizHubViewport-Uzdbvr {
        width: 864px
      }
    }

    @media screen and (max-width:960px) {
      .container-RhglHM {
        padding-left: 48px;
        padding-right: 48px
      }

      .container-RhglHM .bizHub-goGfC4,
      .container-RhglHM .bizHubViewport-Uzdbvr {
        width: 100%
      }
    }

    @media screen and (max-width:600px) {
      .container-RhglHM {
        padding: 48px 24px
      }

      .bizHubTitle-AceXdx {
        font-size: 28px
      }

      .bizHubSubTitle-h1ZUsF {
        flex-direction: column
      }

      .bizHubSubTitleText-QxTmnb {
        font-size: 24px
      }

      .bizHubSubTitleBtns-aVIk0R {
        justify-content: center;
        width: 100%
      }

      .bizHubViewport-Uzdbvr {
        width: 327px
      }

      .hubSelected-w_Wgka {
        border-radius: 8px
      }

      .hubNotSelectedText-MKsIOO,
      .hubSelectedText-tENJ4o {
        font-size: 18px;
        line-height: 25px
      }
    }

    @media(min-width:375px)and (max-width:517px) {
      .bizHubSubTitleBtns-aVIk0R {
        justify-content: flex-start;
        width: 100%
      }
    }

    @media screen and (max-width:375px) {
      .container-RhglHM .bizHubSubTitleText-QxTmnb {
        font-size: 24px
      }

      .container-RhglHM .bizHubSubTitleBtns-aVIk0R {
        gap: 8px;
        justify-content: flex-start;
        width: 100%
      }

      .container-RhglHM .bizHubViewport-Uzdbvr {
        width: 327px
      }
    }

    .slideWraper-hqczd8 {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      overflow: hidden;
      padding: 0 44px
    }

    .slide-nsapdQ {
      display: flex;
      flex: 1 1;
      max-width: 1256px
    }

    .slide-nsapdQ>* {
      border-radius: 8px;
      flex-basis: 100%;
      flex-shrink: 0;
      margin-right: 8px;
      overflow: hidden
    }

    .slide-nsapdQ>* last-child {
      margin-right: 34px
    }

    .container-XDzKyJ {
      max-width: 1256px;
      overflow: hidden;
      width: calc(100% - 112px)
    }

    .arrowLeft-lbY988 {
      flex-shrink: 0;
      margin-right: 16px
    }

    .arrowRight-j7rX8i {
      flex-shrink: 0;
      margin-left: 16px
    }

    svg {
      cursor: pointer
    }

    svg:last-child {
      order: 2
    }

    svg:active {
      color: #474e66
    }

    svg.disabled-SgIEKF {
      color: #b3bacc
    }

    .indicator-GIyguX {
      margin-top: 16px !important
    }

    .white-Hn4npJ {
      display: none
    }

    @media(max-width:960px) {
      .slideWraper-hqczd8 {
        padding: 0 24px
      }

      .slide-nsapdQ {
        max-width: 816px
      }

      .arrow-iGOF9R {
        padding-top: 20px
      }
    }

    @media(max-width:600px) {
      .slideWraper-hqczd8 {
        padding: 0
      }

      .slide-nsapdQ {
        max-width: 532px;
        padding: 0 34px
      }

      .arrowLeft-lbY988,
      .arrowRight-j7rX8i {
        display: none
      }

      .container-XDzKyJ {
        overflow: auto;
        width: 100%
      }

      .white-Hn4npJ {
        display: block;
        flex-shrink: 1;
        height: 1px;
        min-width: 26px
      }
    }

    @media(max-width:375px) {
      .slideWraper-hqczd8 {
        padding: 0 34px
      }

      .slide-nsapdQ {
        max-width: 307px
      }

      .arrow-iGOF9R {
        padding-top: 20px
      }
    }

    .indicator-OEKRsY {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: 29px
    }

    .indicator-OEKRsY span {
      background-color: #d0d0d0;
      border-radius: 8px;
      height: 4px;
      margin-left: 8px;
      margin-right: 8px;
      width: 20px
    }

    .indicator-OEKRsY .current-ZALidS {
      background-color: #ff4d4a
    }

    .container-gIUTUY {
      background-color: #f2f5f7;
      color: #212533;
      padding: 100px 0
    }

    .container-gIUTUY h2 {
      font-size: 60px;
      font-weight: 700;
      margin-bottom: 60px;
      text-align: center
    }

    .card_img-crp6Jx {
      height: 0;
      overflow: hidden;
      padding-bottom: 35.4838709677%;
      position: relative;
      width: 100%
    }

    .card_img-crp6Jx div {
      height: 100%;
      position: absolute;
      width: 100%
    }

    .card_img-crp6Jx img {
      height: 100%;
      object-fit: cover;
      width: 100%
    }

    .card_cont-J6UQRd {
      background: #fff;
      display: flex;
      flex-direction: column;
      padding: 32px 40px
    }

    .card_cont-J6UQRd>* {
      overflow-wrap: anywhere;
      word-break: break-word
    }

    .card_cont-J6UQRd h3 {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 10px
    }

    .card_cont-J6UQRd>p {
      font-size: 18px;
      line-height: 30px
    }

    .card_cont-J6UQRd ul {
      display: flex;
      justify-content: space-between;
      margin-top: 24px
    }

    .card_cont-J6UQRd li {
      text-align: center
    }

    .card_cont-J6UQRd li p {
      font-size: 20px;
      line-height: 30px
    }

    .card_cont-J6UQRd li p:first-child {
      font-size: 40px;
      font-weight: 700;
      line-height: 50px
    }

    @media(max-width:960px) {
      .container-gIUTUY {
        padding: 50px 0
      }

      .container-gIUTUY h2 {
        font-size: 48px;
        margin-bottom: 20px
      }

      .card_img-crp6Jx {
        padding-bottom: 32.5%
      }

      .card_cont-J6UQRd {
        padding: 20px 24px 28px
      }

      .card_cont-J6UQRd>p {
        font-size: 16px;
        line-height: 24px
      }

      .card_cont-J6UQRd ul {
        margin-top: 30px
      }

      .card_cont-J6UQRd li p {
        font-size: 16px;
        line-height: 24px
      }

      .card_cont-J6UQRd li p:first-child {
        font-size: 32px;
        line-height: 40px
      }
    }

    @media(max-width:600px) {
      .container-gIUTUY {
        padding: 50px 0
      }

      .container-gIUTUY h2 {
        font-size: 48px;
        margin-bottom: 30px
      }

      .card_cont-J6UQRd {
        padding: 20px 24px 40px
      }

      .card_cont-J6UQRd>p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
      }

      .card_cont-J6UQRd ul {
        flex-direction: column;
        margin-top: 20px
      }

      .card_cont-J6UQRd li {
        margin-bottom: 20px
      }

      .card_cont-J6UQRd li:last-child {
        margin-bottom: 0
      }

      .card_cont-J6UQRd li p {
        font-size: 12px;
        line-height: 24px;
        text-align: left
      }

      .card_cont-J6UQRd li p:first-child {
        font-size: 32px;
        line-height: 40px
      }
    }

    @media(max-width:375px) {
      .container-gIUTUY {
        padding: 50px 0
      }

      .container-gIUTUY h2 {
        font-size: 34px;
        margin-bottom: 30px
      }

      .card_cont-J6UQRd {
        padding: 20px 16px 40px
      }

      .card_cont-J6UQRd>p {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px
      }

      .card_cont-J6UQRd ul {
        display: flex;
        margin-top: 20px
      }

      .card_cont-J6UQRd li p {
        font-size: 12px;
        line-height: 14px
      }

      .card_cont-J6UQRd li p:first-child {
        font-size: 20px;
        line-height: 30px
      }
    }

    .container-i65psB {
      background-color: #ececec;
      color: #212533;
      padding: 100px 0
    }

    .container-i65psB h2 {
      font-size: 60px;
      font-weight: 700;
      margin-bottom: 40px;
      text-align: center
    }

    .card_img-utCcDx {
      height: 0;
      overflow: hidden;
      padding-bottom: 35.4838709677%;
      position: relative;
      width: 100%
    }

    .card_img-utCcDx div {
      height: 100%;
      position: absolute;
      width: 100%
    }

    .card_img-utCcDx img {
      height: 100%;
      object-fit: cover;
      width: 100%
    }

    .card_cont-y9x07L {
      background: #fff;
      display: flex;
      flex-direction: column;
      padding: 32px 40px
    }

    .card_cont-y9x07L>* {
      overflow-wrap: anywhere;
      word-break: break-word
    }

    .card_cont-y9x07L h3 {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 10px
    }

    .card_cont-y9x07L>p {
      font-size: 18px;
      line-height: 30px
    }

    .card_cont-y9x07L ul {
      display: flex;
      justify-content: space-between;
      margin-top: 24px
    }

    .card_cont-y9x07L li {
      text-align: center
    }

    .card_cont-y9x07L li p {
      font-size: 20px;
      line-height: 30px
    }

    .card_cont-y9x07L li p:first-child {
      font-size: 40px;
      font-weight: 700;
      line-height: 50px
    }

    .card_button-yk3Z8i {
      display: flex;
      justify-content: center;
      margin-top: 26px
    }

    @media(max-width:960px) {
      .container-i65psB {
        padding: 50px 0
      }

      .container-i65psB h2 {
        font-size: 48px;
        margin-bottom: 20px
      }

      .card_img-utCcDx {
        padding-bottom: 32.5%
      }

      .card_cont-y9x07L {
        padding: 20px 24px 28px
      }

      .card_cont-y9x07L>p {
        font-size: 16px;
        line-height: 24px
      }

      .card_cont-y9x07L ul {
        margin-top: 30px
      }

      .card_cont-y9x07L li p {
        font-size: 16px;
        line-height: 24px
      }

      .card_cont-y9x07L li p:first-child {
        font-size: 32px;
        line-height: 40px
      }
    }

    @media(max-width:600px) {
      .container-i65psB {
        padding: 50px 0
      }

      .container-i65psB h2 {
        font-size: 48px;
        margin-bottom: 30px
      }

      .card_cont-y9x07L {
        padding: 20px 24px 40px
      }

      .card_cont-y9x07L>p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
      }

      .card_cont-y9x07L ul {
        flex-direction: column;
        margin-top: 20px
      }

      .card_cont-y9x07L li {
        margin-bottom: 20px
      }

      .card_cont-y9x07L li:last-child {
        margin-bottom: 0
      }

      .card_cont-y9x07L li p {
        font-size: 12px;
        line-height: 24px;
        text-align: left
      }

      .card_cont-y9x07L li p:first-child {
        font-size: 32px;
        line-height: 40px
      }
    }

    @media(max-width:375px) {
      .container-i65psB {
        padding: 50px 0
      }

      .container-i65psB h2 {
        font-size: 34px;
        margin-bottom: 30px
      }

      .card_cont-y9x07L {
        margin-top: 16px;
        padding: 20px 16px 40px
      }

      .card_cont-y9x07L>p {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px
      }

      .card_cont-y9x07L ul {
        display: flex;
        margin-top: 20px
      }

      .card_cont-y9x07L li p {
        font-size: 12px;
        line-height: 14px
      }

      .card_cont-y9x07L li p:first-child {
        font-size: 20px;
        line-height: 30px
      }
    }

    .commerceSolution-XybeBy {
      align-items: center;
      background: #000;
      box-sizing: border-box;
      color: #fff;
      display: flex;
      flex-direction: column;
      padding: 100px 24px
    }

    .commerceSolutionTitleWrapper-PPOtQX {
      display: flex
    }

    .commerceSolutionTitle-aoKbHC {
      color: #fff;
      font-size: 40px;
      font-weight: 700;
      max-width: 1200px;
      text-align: center;
      width: 100%
    }

    .commerceSolutionSubTitle-ehrOJG {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      margin-top: 20px;
      max-width: 1200px;
      text-align: center;
      width: 100%
    }

    .commerceSolution-XybeBy .showCase-WvpxOS {
      display: flex;
      justify-content: flex-start;
      margin-top: 40px;
      overflow: auto;
      padding: 0;
      width: 100%
    }

    .commerceSolution-XybeBy .showCase-WvpxOS::-webkit-scrollbar {
      height: 0;
      width: 0
    }

    .commerceSolution-XybeBy .showCaseContent-Rgw04n {
      align-items: center;
      display: flex;
      flex-direction: column;
      width: 293px
    }

    .commerceSolution-XybeBy .showCaseContentWrapper-StjkPq {
      align-items: center;
      display: flex;
      gap: 20px;
      justify-content: center
    }

    .commerceSolution-XybeBy .showCaseContentTitle-k3Grvq {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      margin-top: 18px;
      text-align: center;
      width: 100%
    }

    .commerceSolution-XybeBy .showCaseContentText-GFjwyO {
      color: #ccc;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 4px;
      text-align: center;
      width: 100%
    }

    .commerceSolution-XybeBy .showCaseContent-Rgw04n video {
      height: 450px;
      width: 254px
    }

    @media(min-width:961px) {
      .commerceSolution-XybeBy .showCaseContentWrapper-StjkPq {
        width: 100%
      }
    }

    @media(min-width:601px)and (max-width:960px) {
      .commerceSolution-XybeBy {
        padding: 100px 48px
      }

      .commerceSolutionSubTitle-ehrOJG {
        margin-top: 8px
      }

      .commerceSolution-XybeBy .showCase-WvpxOS {
        margin: 64px -48px 0;
        padding: 0 48px;
        width: 100vw
      }

      .commerceSolution-XybeBy .showCaseContent-Rgw04n {
        width: 240px
      }

      .commerceSolution-XybeBy .showCaseContentWrapper-StjkPq {
        gap: 60px;
        justify-content: flex-start
      }

      .commerceSolution-XybeBy .showCaseContentTitle-k3Grvq {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        width: 100%
      }

      .commerceSolution-XybeBy .showCaseContentText-GFjwyO {
        color: #ccc;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        width: 100%
      }

      .commerceSolution-XybeBy .showCaseContent-Rgw04n video {
        height: 397px;
        width: 224px
      }
    }

    @media(min-width:376px)and (max-width:600px) {
      .commerceSolution-XybeBy {
        padding: 64px 48px
      }

      .commerceSolutionTitle-aoKbHC {
        font-size: 28px;
        font-weight: 700
      }

      .commerceSolutionSubTitle-ehrOJG {
        font-size: 14px;
        font-weight: 500;
        margin-top: 16px
      }

      .commerceSolution-XybeBy .showCase-WvpxOS {
        margin: 40px -40px 0;
        padding: 0 24px;
        width: 100vw
      }

      .commerceSolution-XybeBy .showCaseContent-Rgw04n {
        width: 240px
      }

      .commerceSolution-XybeBy .showCaseContentWrapper-StjkPq {
        gap: 40px;
        justify-content: flex-start
      }

      .commerceSolution-XybeBy .showCaseContentTitle-k3Grvq {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        width: 100%
      }

      .commerceSolution-XybeBy .showCaseContentText-GFjwyO {
        color: #ccc;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        width: 100%
      }

      .commerceSolution-XybeBy .showCaseContent-Rgw04n video {
        height: 397px;
        width: 224px
      }
    }

    @media(max-width:375px) {
      .commerceSolution-XybeBy {
        padding: 64px 24px
      }

      .commerceSolutionTitle-aoKbHC {
        font-size: 28px
      }

      .commerceSolutionSubTitle-ehrOJG {
        font-size: 14px;
        font-weight: 500;
        margin-top: 8px
      }

      .commerceSolution-XybeBy .showCase-WvpxOS {
        margin: 40px -24px 0;
        padding: 0 24px;
        width: 100vw
      }

      .commerceSolution-XybeBy .showCaseContent-Rgw04n {
        width: 240px
      }

      .commerceSolution-XybeBy .showCaseContentWrapper-StjkPq {
        gap: 40px;
        justify-content: flex-start
      }

      .commerceSolution-XybeBy .showCaseContentTitle-k3Grvq {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        width: 100%
      }

      .commerceSolution-XybeBy .showCaseContentText-GFjwyO {
        color: #ccc;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        width: 100%
      }

      .commerceSolution-XybeBy .showCaseContent-Rgw04n video {
        height: 394px;
        width: 240px
      }
    }

    .horizontal-list-MTttXk {
      display: flex;
      gap: 24px;
      margin: 0 auto;
      max-width: 1240px;
      overflow-x: scroll;
      padding: 0 32px 26px;
      position: relative;
      width: 100vw
    }

    .horizontal-list-MTttXk::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 4px
    }

    .horizontal-list-MTttXk::-webkit-scrollbar-thumb {
      background: #5a5a5a;
      border-radius: 8px
    }

    .horizontal-list-MTttXk::-webkit-scrollbar-track {
      background: #393939;
      border-radius: 10px
    }

    @media(min-width:1240px) {
      .horizontal-list-MTttXk {
        padding: 0
      }

      .horizontal-list-MTttXk::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 0
      }
    }

    .container-k7b6wg {
      background-color: #000;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      padding: 100px 0;
      position: relative;
      width: 100%
    }

    .container-k7b6wg .bg01-epFszE {
      background: url(assets/right.c4267fe0.png) no-repeat;
      background-size: contain;
      bottom: 0;
      height: 45.3125vw;
      max-height: 580px;
      max-width: 354px;
      position: absolute;
      right: -250px;
      width: 27.65625vw
    }

    .container-k7b6wg .bg02-j8sA3x {
      background: url(assets/left.bc194b75.png) no-repeat;
      background-size: contain;
      height: 46.875vw;
      left: -25px;
      max-height: 600px;
      max-width: 226px;
      position: absolute;
      top: 0;
      width: 17.65625vw
    }

    .content-Gekb4H {
      margin: 0 auto;
      max-width: 1240px;
      position: relative;
      width: 96.875vw
    }

    .content-Gekb4H>h1 {
      color: #fff;
      font-size: 60px;
      font-weight: 700;
      line-height: 60px;
      text-align: center
    }

    .content-Gekb4H>p {
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 60px;
      margin-top: 20px;
      text-align: center
    }

    .ruletype-card-qYMQ5c {
      background: #fff;
      border-radius: 8px;
      color: #212533;
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: hidden
    }

    .ruletype-card-qYMQ5c>img {
      height: auto;
      width: 100%
    }

    .ruletype-card-qYMQ5c .ruletype-title-ujbLHV {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      margin: 20px 0;
      text-align: center
    }

    .btn-_zRYqe {
      display: block;
      margin: auto 24px 24px 24px
    }

    .btn-_zRYqe svg {
      position: relative;
      top: 4px
    }

    @media(min-width:601px)and (max-width:960px) {
      .container-k7b6wg {
        padding: 50px 0 80px
      }

      .container-k7b6wg .bg01-epFszE {
        bottom: -190px;
        right: -65%
      }

      .container-k7b6wg .bg01-epFszE,
      .container-k7b6wg .bg02-j8sA3x {
        height: 79.1666666667vw;
        max-height: 760px;
        max-width: 760px;
        width: 79.1666666667vw
      }

      .container-k7b6wg .bg02-j8sA3x {
        left: -55px;
        top: 0
      }

      .content-Gekb4H {
        max-width: 888px;
        width: 92.5vw
      }

      .content-Gekb4H>h1 {
        font-size: 48px;
        line-height: 48px
      }

      .content-Gekb4H>p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px
      }

      .ruletype-card-qYMQ5c {
        border-radius: 4px
      }

      .ruletype-card-qYMQ5c>img {
        height: auto;
        width: 100%
      }

      .ruletype-card-qYMQ5c .ruletype-title-ujbLHV {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
        margin-top: 8px
      }
    }

    @media(min-width:376px)and (max-width:600px) {
      .container-k7b6wg {
        padding: 50px 0 94px
      }

      .container-k7b6wg .bg01-epFszE {
        bottom: -20px;
        height: 110vw;
        max-height: 660px;
        max-width: 660px;
        right: -90%;
        width: 110vw
      }

      .container-k7b6wg .bg02-j8sA3x {
        height: 93.3333333333vw;
        max-height: 560px;
        max-width: 560px;
        width: 93.3333333333vw
      }

      .content-Gekb4H {
        max-width: 528px;
        width: 88vw
      }

      .content-Gekb4H>h1 {
        font-size: 48px;
        line-height: 48px
      }

      .content-Gekb4H>p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px
      }

      .ruletype-card-qYMQ5c {
        border-radius: 4px
      }

      .ruletype-card-qYMQ5c>img {
        height: auto;
        width: 100%
      }

      .ruletype-card-qYMQ5c .ruletype-title-ujbLHV {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
        margin-top: 8px
      }
    }

    @media(max-width:375px) {
      .container-k7b6wg {
        padding: 50px 0 84px
      }

      .content-Gekb4H {
        max-width: 342px;
        width: 91.2vw
      }

      .content-Gekb4H>h1 {
        font-size: 34px;
        line-height: 34px
      }

      .content-Gekb4H>p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px
      }

      .ruletype-card-qYMQ5c {
        border-radius: 4px
      }

      .ruletype-card-qYMQ5c>img {
        height: auto;
        width: 100%
      }

      .ruletype-card-qYMQ5c .ruletype-title-ujbLHV {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
        margin-top: 8px
      }
    }

    .ContentWrapper-uY7xYj {
      align-items: center;
      background: #f5f5f5;
      display: flex;
      flex-direction: column;
      gap: 48px;
      justify-content: center;
      padding: 80px 240px
    }

    .title-E9YEB5 {
      font-size: 40px;
      font-weight: 700
    }

    .contentContainer-kve4rc {
      align-items: center;
      display: flex;
      gap: 48px;
      justify-content: space-between
    }

    .contentContainer-kve4rc .contentItem-lyDYmG {
      position: relative;
      text-align: center;
      width: 335px
    }

    .contentContainer-kve4rc .contentItem-lyDYmG .title-E9YEB5 {
      color: #000;
      font-size: 20px;
      font-weight: 700;
      line-height: 30px
    }

    .contentContainer-kve4rc .contentItem-lyDYmG .anchor-mdLWCu {
      color: #fe2c55;
      font-size: 16px;
      font-weight: 700;
      margin-top: 8px
    }

    .contentContainer-kve4rc .contentItem-lyDYmG:not(:first-child):before {
      background-color: rgba(0, 0, 0, .14);
      content: "";
      height: 100%;
      left: 0;
      margin-left: -24px;
      position: absolute;
      top: 0;
      width: 1px
    }

    @media screen and (max-width:1280px) {
      .ContentWrapper-uY7xYj {
        padding: 100px 48px
      }
    }

    @media screen and (max-width:960px) {
      .contentContainer-kve4rc {
        gap: 32px
      }

      .contentContainer-kve4rc .contentItem-lyDYmG {
        width: 278px
      }

      .contentContainer-kve4rc .contentItem-lyDYmG:not(:first-child):before {
        margin-left: -16px
      }
    }

    @media screen and (max-width:600px) {
      .ContentWrapper-uY7xYj {
        gap: 16px;
        padding: 48px 24px
      }

      .contentContainer-kve4rc {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: space-between
      }

      .contentContainer-kve4rc .contentItem-lyDYmG {
        width: 343px
      }

      .contentContainer-kve4rc .contentItem-lyDYmG:not(:first-child):before {
        margin-left: 0;
        width: 0
      }

      .contentContainer-kve4rc .contentItem-lyDYmG:not(:last-child):after {
        background-color: rgba(0, 0, 0, .14);
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        margin-bottom: -16px;
        position: absolute;
        width: 100%
      }
    }

    .video-player-container-BBwh7Y {
      border-radius: 20px;
      display: inline-block;
      position: relative
    }

    .video-player-container-BBwh7Y .video-player-TUumBl {
      border-radius: 10px;
      height: 532px;
      width: 300px
    }

    .video-player-container-BBwh7Y .play-pause-button-QytOhi {
      background-color: transparent;
      border: none;
      cursor: pointer;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 78px;
      z-index: 1
    }

    .video-player-container-BBwh7Y .play-pause-button-QytOhi img {
      height: 50px;
      width: 50px
    }

    .container-_xRqXr {
      align-items: center;
      background-color: #fff;
      display: flex;
      justify-content: center;
      padding: 100px calc(50vw - 600px)
    }

    .container-_xRqXr .poweredByTiktok-alcJER {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center
    }

    .container-_xRqXr .poweredByTiktokTitle-CQBHye {
      font-size: 60px;
      font-weight: 700
    }

    .container-_xRqXr .poweredByTiktokSubTitle-ZrdwQU {
      color: #000;
      font-size: 24px;
      font-weight: 500;
      margin-top: 24px;
      max-width: 1200px;
      text-align: center;
      width: 100%
    }

    .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln {
      align-items: center;
      display: flex;
      gap: 80px;
      height: 100%;
      margin-top: 80px
    }

    .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .left-jEz4qM {
      flex: 1 1;
      height: 100%
    }

    .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .left-jEz4qM .videoPlayer-csCHQT {
      height: 591px;
      width: 333px
    }

    .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk {
      display: flex;
      flex-direction: column;
      gap: 24px;
      width: 560px
    }

    .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ {
      display: flex;
      gap: 16px
    }

    .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ .image-orqzQf {
      height: 48px;
      width: 48px
    }

    .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ .title-in8HJw {
      font-size: 24px;
      font-weight: 700
    }

    .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ .description-hm4GbL {
      font-size: 16px;
      font-weight: 400;
      line-height: 150%
    }

    @media screen and (max-width:1280px) {
      .poweredByTiktokSubTitle-ZrdwQU {
        flex-direction: column
      }
    }

    @media screen and (max-width:960px) {
      .container-_xRqXr {
        padding-left: 48px;
        padding-right: 48px
      }

      .container-_xRqXr .poweredByTiktokTitle-CQBHye {
        font-size: 48px;
        font-weight: 700
      }

      .container-_xRqXr .poweredByTiktokSubTitle-ZrdwQU {
        color: #000;
        font-size: 20px;
        font-weight: 500;
        margin-top: 24px;
        max-width: 800px;
        text-align: center;
        width: 100%
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln {
        display: flex;
        gap: 24px;
        margin-top: 80px;
        max-width: 800px
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .left-jEz4qM {
        height: 100%;
        margin: auto
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk {
        display: flex;
        gap: 48px;
        width: 100%
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ {
        align-items: center;
        display: flex
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ .image-orqzQf {
        height: 48px;
        width: 48px
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ .title-in8HJw {
        font-size: 24px;
        font-weight: 700
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ .description-hm4GbL {
        font-size: 16px;
        font-weight: 400;
        line-height: 150%
      }
    }

    @media screen and (max-width:600px) {
      .container-_xRqXr {
        padding-bottom: 48px;
        padding-top: 48px
      }

      .container-_xRqXr .poweredByTiktokTitle-CQBHye {
        font-size: 28px;
        text-align: center
      }

      .container-_xRqXr .poweredByTiktokSubTitle-ZrdwQU {
        font-size: 16px;
        font-weight: 500;
        margin-top: 16px
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 48px
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .left-jEz4qM {
        height: 100%
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk {
        display: flex;
        flex-direction: column;
        gap: 32px;
        text-align: center;
        width: 100%
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ {
        align-items: center;
        display: flex;
        flex-direction: column
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ .image-orqzQf {
        height: 48px;
        width: 48px
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ .title-in8HJw {
        font-size: 20px;
        font-weight: 700
      }

      .container-_xRqXr .poweredByTiktok-alcJER .contentContainer-DHZKln .right-tTHABk .box-MPYyWZ .description-hm4GbL {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%
      }
    }

    @media screen and (max-width:375px) {
      .container-_xRqXr {
        padding: 64px 24px
      }

      .container-_xRqXr .poweredByTiktokTitle-CQBHye {
        font-size: 28px
      }

      .container-_xRqXr .poweredByTiktokSubTitle-ZrdwQU {
        font-size: 14px;
        font-weight: 500;
        margin-top: 8px
      }
    }

    .ContentWrapper-k2RVtT {
      align-items: center;
      background: #f5f5f5;
      display: flex;
      flex-direction: column;
      gap: 48px;
      justify-content: center;
      padding: 100px 240px
    }

    .title-eO1XFh {
      font-size: 40px;
      font-weight: 700
    }

    .anchor-pzkGce {
      color: #fe2c55;
      font-size: 16px;
      font-weight: 500
    }

    .FoldAndUnfold-jy4t6E {
      background: #f5f5f5;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      max-width: 1200px;
      width: 100%
    }

    .FoldAndUnfold-jy4t6E .item-F6AI9s {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      overflow: hidden
    }

    .FoldAndUnfold-jy4t6E .item-F6AI9s .title-eO1XFh {
      align-items: center;
      display: flex;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      justify-content: space-between
    }

    .FoldAndUnfold-jy4t6E .item-F6AI9s .titleContent-xXZOwP {
      color: #141414;
      display: flex;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: -.01em;
      line-height: 28px
    }

    .FoldAndUnfold-jy4t6E .item-F6AI9s .title-eO1XFh .button-vI8Bas {
      height: 28px;
      width: 28px
    }

    .FoldAndUnfold-jy4t6E .item-F6AI9s .content-ok2JbJ {
      color: #000;
      display: flex;
      font-family: TikTok Text;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      margin-top: 17px
    }

    .FoldAndUnfold-jy4t6E .divider-QUrStA {
      background-color: rgba(0, 0, 0, .14);
      height: 1px;
      margin-bottom: 25px;
      margin-top: 24px;
      width: 100%
    }

    @media screen and (max-width:1280px) {
      .ContentWrapper-k2RVtT {
        padding: 100px 48px
      }
    }

    @media screen and (max-width:600px) {
      .ContentWrapper-k2RVtT {
        gap: 16px;
        padding: 48px 24px
      }

      .title-eO1XFh {
        font-size: 24px;
        font-weight: 700
      }

      .FoldAndUnfold-jy4t6E .item-F6AI9s .titleContent-xXZOwP {
        font-family: TikTok Text;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
      }

      .FoldAndUnfold-jy4t6E .item-F6AI9s .content-ok2JbJ {
        font-size: 12px
      }

      .FoldAndUnfold-jy4t6E .divider-QUrStA {
        margin-bottom: 16px;
        margin-top: 16px
      }
    }

    .section-rP7VvO {
      height: 100%
    }

    .container-oIyHNA {
      height: 100%;
      position: relative
    }

    .container-oIyHNA:before {
      background: #000;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      opacity: .2;
      position: absolute;
      top: 0;
      transition: all .1s ease-in;
      width: 100%
    }

    .container-oIyHNA img {
      height: 100%;
      object-fit: cover;
      width: 100%
    }

    .container-oIyHNA>div {
      -webkit-backdrop-filter: blur(40px);
      backdrop-filter: blur(40px);
      background: hsla(0, 0%, 100%, .55);
      bottom: -1px;
      display: flex;
      padding: 28px 40px 29px;
      position: absolute;
      transition: all .1s ease-in;
      width: 100%
    }

    .container-oIyHNA>div>div:not(.btn-V8jO0H) {
      flex: 1 1;
      overflow: hidden
    }

    .container-oIyHNA h3 {
      font-size: 32px;
      font-weight: 700;
      line-height: 30px;
      padding-top: 4px
    }

    .container-oIyHNA p {
      font-size: 16px;
      line-height: 30px;
      margin-top: 4px
    }

    .container-oIyHNA:not(:hover) p {
      display: block;
      overflow: hidden;
      overflow-wrap: break-word;
      text-overflow: ellipsis;
      white-space: nowrap
    }

    .container-oIyHNA:hover:before {
      opacity: 0
    }

    .container-oIyHNA:hover>div {
      background: #fff
    }

    .btn-V8jO0H {
      align-self: flex-end;
      flex-shrink: 0;
      margin-left: 40px;
      max-width: 200px;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content;
      width: 31.25%
    }

    .btn-V8jO0H svg {
      position: relative;
      top: 4px
    }

    @media(max-width:960px) {
      .container-oIyHNA>div {
        flex-direction: column;
        justify-content: center;
        padding: 24px 32px
      }

      .container-oIyHNA h3 {
        font-size: 3.3333333333vw
      }

      .container-oIyHNA p {
        font-size: 1.6666666667vw;
        line-height: 3.125vw;
        margin: 10px 0
      }

      .btn-V8jO0H {
        margin: 0;
        max-width: inherit;
        width: 100%
      }
    }

    @media(max-width:600px) {
      .container-oIyHNA>div {
        align-items: center;
        flex-direction: row;
        padding: 24px
      }

      .container-oIyHNA h3 {
        font-size: 5.3333333333vw
      }

      .container-oIyHNA p {
        font-size: 2.6666666667vw;
        line-height: 5vw;
        margin: 10px 0 0
      }

      .btn-V8jO0H {
        flex-shrink: 0;
        margin-left: 24px;
        width: 152px
      }
    }

    @media(max-width:375px) {
      .container-oIyHNA>div {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 24px 16px 26px
      }

      .container-oIyHNA>div h3 {
        font-size: 24px
      }

      .container-oIyHNA>div p {
        font-size: 16px;
        line-height: 24px;
        margin: 16px 0 20px
      }

      .btn-V8jO0H {
        flex: 1 1;
        margin: 0;
        width: 100%
      }
    }

    .container-ww9mcv {
      background-color: #fff;
      font-size: 0;
      margin: -1px 0 -2px
    }

    .container-ww9mcv li {
      display: inline-block;
      height: 0;
      margin-bottom: 2px;
      overflow: hidden;
      padding-bottom: 28.125%;
      position: relative;
      width: 50%
    }

    .container-ww9mcv li>div {
      height: 100%;
      padding: 0 1px;
      position: absolute;
      width: 100%
    }

    .container-ww9mcv li:nth-child(odd)>div {
      padding-left: 0
    }

    .container-ww9mcv li:nth-child(2n)>div {
      padding-right: 0
    }

    @media(max-width:960px) {
      .container-ww9mcv li {
        padding-bottom: 50%
      }
    }

    @media(max-width:600px) {
      .container-ww9mcv {
        margin-bottom: 0
      }

      .container-ww9mcv li {
        padding-bottom: 71%;
        width: 100%
      }

      .container-ww9mcv li>div {
        padding: 0
      }
    }

    @media(max-width:375px) {
      .container-ww9mcv li {
        padding-bottom: 104.5333333333%;
        width: 100%
      }

      .container-ww9mcv li>div {
        padding: 0
      }
    }

    .container-fwZycL {
      background-repeat: no-repeat;
      background-size: cover;
      color: #000;
      padding: 100px 0;
      position: relative;
      width: 100%
    }

    .content-n9xEyR {
      display: flex;
      gap: 60px;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1240px;
      position: relative;
      width: 96.875vw;
      width: 100%
    }

    .content-n9xEyR>h1 {
      color: #000;
      font-size: 60px;
      font-weight: 700;
      line-height: 60px;
      text-align: center
    }

    .content-n9xEyR>p {
      color: #000;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 60px;
      margin-top: 20px;
      text-align: center
    }

    .content-n9xEyR .childContainer-L0XkLY {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-bottom: 20px;
      width: calc(50% - 10px)
    }

    .content-n9xEyR .childContainer-L0XkLY .image-YHbCWV {
      border-radius: 15px;
      margin-bottom: 24px;
      width: 100%
    }

    .content-n9xEyR .childContainer-L0XkLY .title-smRayl {
      font-size: 28px;
      font-weight: 700;
      line-height: 30px
    }

    .content-n9xEyR .childContainer-L0XkLY .text-fYkYB4 {
      font-size: 14px;
      font-weight: 400;
      height: 80px;
      line-height: 20px;
      margin: 16px 0;
      overflow: hidden
    }

    .content-n9xEyR .childContainer-L0XkLY .button-eZDoLc {
      border: 1.3px solid #fe2c55;
      border-radius: 4px;
      color: #fe2c55;
      min-width: 144px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content
    }

    .content-n9xEyR .childContainer-L0XkLY .button-eZDoLc svg {
      color: #fe2c55;
      position: relative;
      top: 1.5px
    }

    .content-n9xEyR .childContainer-L0XkLY .button-eZDoLc:hover {
      background-color: #fe2c55;
      border-color: #ff4a6e;
      color: #fff
    }

    .content-n9xEyR .childContainer-L0XkLY .button-eZDoLc:hover svg {
      color: #fff
    }

    .content-n9xEyR .childContainer-L0XkLY .button-eZDoLc svg:active,
    .content-n9xEyR .childContainer-L0XkLY .button-eZDoLc:active {
      border-color: #e22247;
      color: #e22247
    }

    @media(min-width:601px)and (max-width:960px) {
      .container-fwZycL {
        padding: 50px 0 80px
      }

      .content-n9xEyR {
        max-width: 888px;
        width: 92.5vw
      }

      .content-n9xEyR>h1 {
        font-size: 48px;
        line-height: 48px
      }

      .content-n9xEyR>p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px
      }
    }

    @media(min-width:376px)and (max-width:600px) {
      .container-fwZycL {
        padding: 50px 0 94px
      }

      .content-n9xEyR {
        flex-direction: column;
        gap: 24px;
        max-width: 528px;
        width: 88vw
      }

      .content-n9xEyR .childContainer-L0XkLY {
        width: 100%
      }

      .content-n9xEyR>h1 {
        font-size: 48px;
        line-height: 48px
      }

      .content-n9xEyR>p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px
      }
    }

    @media(max-width:375px) {
      .container-fwZycL {
        padding: 50px 0 94px
      }

      .content-n9xEyR {
        flex-direction: column;
        gap: 24px;
        max-width: 528px;
        width: 88vw
      }

      .content-n9xEyR .childContainer-L0XkLY {
        width: 100%
      }

      .content-n9xEyR>h1 {
        font-size: 48px;
        line-height: 48px
      }

      .content-n9xEyR>p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px
      }
    }

    .statisticNumber-mH3RU6 {
      --text-color: #fff;
      --subtitle-color: #fff;
      --background-color: #000;
      --divider-color: hsla(0, 0%, 100%, .15);
      --tips-color: hsla(0, 0%, 100%, .4);
      --content-text-weight: 500;
      align-items: center;
      background: var(--background-color);
      box-sizing: border-box;
      color: var(--text-color);
      display: flex;
      flex-direction: column;
      padding: 100px calc(50vw - 600px)
    }

    .statisticNumber-mH3RU6.lightTheme-Vx3iXT {
      --text-color: #000;
      --subtitle-color: #fe2c55;
      --background-color: #fff;
      --divider-color: rgba(0, 0, 0, .15);
      --tips-color: rgba(0, 0, 0, .4);
      --content-text-weight: 400
    }

    .statisticNumberTitle-ZVsk2P {
      color: var(--text-color);
      font-size: 40px;
      font-weight: 700;
      line-height: 106%;
      margin-bottom: 80px;
      text-align: center
    }

    .statisticNumber-mH3RU6 .showCase-Dzztxg {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 96px;
      overflow: auto;
      padding: 0;
      width: 100%
    }

    .statisticNumber-mH3RU6 .showCase-Dzztxg::-webkit-scrollbar {
      height: 0;
      width: 0
    }

    .statisticNumber-mH3RU6 .showCaseContent-oFvWea {
      align-items: center;
      display: flex;
      flex: 1 1;
      flex-direction: column;
      width: 375px
    }

    .statisticNumber-mH3RU6 .showCaseContentWrapper-AaxiSa {
      display: flex;
      gap: 64px;
      justify-content: space-between
    }

    .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value,
    .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value-decimal,
    .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value-int {
      color: var(--text-color);
      font-size: 100px;
      font-weight: 700;
      line-height: 100%
    }

    .statisticNumber-mH3RU6 .showCaseContentSubTitle-XDwawG {
      color: var(--subtitle-color);
      font-size: 60px;
      font-weight: 700;
      line-height: 100%;
      margin-left: 4px
    }

    .statisticNumber-mH3RU6 .showCaseContentText-iJdpg2 {
      color: var(--text-color);
      font-size: 20px;
      font-weight: var(--content-text-weight);
      line-height: 150%;
      text-align: center
    }

    .statisticNumber-mH3RU6 .showCaseContentText-iJdpg2 sub {
      color: var(--text-color);
      font-size: 12px;
      font-weight: 500;
      line-height: 150%;
      margin-left: 5px;
      vertical-align: text-bottom
    }

    .statisticNumber-mH3RU6 .showCaseContent-oFvWea video {
      height: 220px;
      margin-bottom: 24px;
      width: 220px
    }

    .statisticNumber-mH3RU6 .showCaseContent-oFvWea:not(:last-child) {
      box-shadow: 1px 0 0 0 var(--divider-color);
      padding-right: 64px
    }

    .Tips-k3JfBS {
      color: var(--tips-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      padding: 0 20px;
      text-align: center
    }

    @media(min-width:961px) {
      .statisticNumber-mH3RU6 .showCaseContentWrapper-AaxiSa {
        width: 100%
      }
    }

    @media(min-width:601px)and (max-width:960px) {
      .statisticNumber-mH3RU6 {
        padding: 100px 48px
      }

      .statisticNumberTitle-ZVsk2P {
        margin-bottom: 48px
      }

      .statisticNumber-mH3RU6 .showCase-Dzztxg {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 48px;
        overflow: auto;
        padding: 0;
        width: 100%
      }

      .statisticNumber-mH3RU6 .showCase-Dzztxg::-webkit-scrollbar {
        height: 0;
        width: 0
      }

      .statisticNumber-mH3RU6 .showCaseContent-oFvWea {
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 240px
      }

      .statisticNumber-mH3RU6 .showCaseContentWrapper-AaxiSa {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 48px;
        justify-content: center;
        width: 100%
      }

      .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value,
      .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value-decimal,
      .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value-int {
        color: var(--text-color);
        font-size: 80px;
        font-weight: 700;
        line-height: 100%
      }

      .statisticNumber-mH3RU6 .showCaseContentSubTitle-XDwawG {
        color: var(--subtitle-color);
        font-size: 48px;
        font-weight: 700;
        line-height: 100%;
        margin-left: 4px
      }

      .statisticNumber-mH3RU6 .showCaseContentText-iJdpg2 {
        color: var(--text-color);
        font-size: 14px;
        font-weight: 500;
        line-height: 150%;
        text-align: center
      }

      .statisticNumber-mH3RU6 .showCaseContentText-iJdpg2 sub {
        color: var(--text-color);
        font-size: 12px;
        font-weight: 500;
        line-height: 150%;
        margin-left: 5px;
        vertical-align: text-bottom
      }

      .statisticNumber-mH3RU6 .showCaseContent-oFvWea video {
        height: 160px;
        margin-bottom: 32px;
        width: 160px
      }

      .statisticNumber-mH3RU6 .showCaseContent-oFvWea:not(:last-child) {
        box-shadow: none !important;
        padding-right: 0 !important
      }
    }

    @media(min-width:376px)and (max-width:600px) {
      .statisticNumber-mH3RU6 {
        padding: 64px 48px
      }

      .statisticNumber-mH3RU6 .showCase-Dzztxg {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 48px;
        overflow: auto;
        padding: 0;
        width: 100%
      }

      .statisticNumber-mH3RU6 .showCase-Dzztxg::-webkit-scrollbar {
        height: 0;
        width: 0
      }

      .statisticNumber-mH3RU6 .showCaseContent-oFvWea {
        align-items: center;
        box-shadow: none !important;
        display: flex;
        flex-direction: column;
        padding: 0 !important;
        width: 240px
      }

      .statisticNumber-mH3RU6 .showCaseContentWrapper-AaxiSa {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 48px;
        justify-content: center
      }

      .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value,
      .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value-decimal,
      .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value-int {
        color: var(--text-color);
        font-size: 100px;
        font-weight: 700;
        line-height: 100%
      }

      .statisticNumber-mH3RU6 .showCaseContentSubTitle-XDwawG {
        color: var(--subtitle-color);
        font-size: 60px;
        font-weight: 700;
        line-height: 100%;
        margin-left: 4px
      }

      .statisticNumber-mH3RU6 .showCaseContentText-iJdpg2 {
        color: var(--text-color);
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        text-align: center
      }

      .statisticNumber-mH3RU6 .showCaseContentText-iJdpg2 sub {
        color: var(--text-color);
        font-size: 12px;
        font-weight: 500;
        line-height: 150%;
        margin-left: 5px;
        vertical-align: text-bottom
      }

      .statisticNumber-mH3RU6 .showCaseContent-oFvWea video {
        height: 200px;
        margin-bottom: 32px;
        width: 200px
      }

      .Tips-k3JfBS {
        display: none
      }
    }

    @media(max-width:375px) {
      .statisticNumber-mH3RU6 {
        padding: 64px 48px
      }

      .statisticNumber-mH3RU6 .showCase-Dzztxg {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 48px;
        overflow: auto;
        padding: 0;
        width: 100%
      }

      .statisticNumber-mH3RU6 .showCase-Dzztxg::-webkit-scrollbar {
        height: 0;
        width: 0
      }

      .statisticNumber-mH3RU6 .showCaseContent-oFvWea {
        align-items: center;
        box-shadow: none !important;
        display: flex;
        flex-direction: column;
        padding: 0 !important;
        width: 240px
      }

      .statisticNumber-mH3RU6 .showCaseContentWrapper-AaxiSa {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 48px;
        justify-content: center
      }

      .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value,
      .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value-decimal,
      .statisticNumber-mH3RU6 .showCaseContentTitle-hrXipq .arco-statistic-value-int {
        color: var(--text-color);
        font-weight: 700;
        line-height: 100%
      }

      .statisticNumber-mH3RU6 .showCaseContentSubTitle-XDwawG {
        color: var(--subtitle-color);
        font-size: 60px;
        font-weight: 700;
        line-height: 100%;
        margin-left: 4px
      }

      .statisticNumber-mH3RU6 .showCaseContentText-iJdpg2 {
        color: var(--text-color);
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        text-align: center
      }

      .statisticNumber-mH3RU6 .showCaseContentText-iJdpg2 sub {
        color: var(--text-color);
        font-size: 12px;
        font-weight: 500;
        line-height: 150%;
        margin-left: 5px;
        vertical-align: text-bottom
      }

      .statisticNumber-mH3RU6 .showCaseContent-oFvWea video {
        height: 200px;
        margin-bottom: 32px;
        width: 200px
      }

      .Tips-k3JfBS {
        display: none
      }
    }

    .container-_wj5k0 {
      background-color: #fff;
      padding: 50px 0;
      position: relative;
      width: 100%
    }

    .banner-bg-VT8adu {
      display: none
    }

    .banner-b28s6e {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      position: relative
    }

    .scroll-tips-r8N_fn {
      font-size: small;
      margin-top: 114px
    }

    @media(min-width:961px) {
      .banner-b28s6e {
        max-width: 1240px;
        width: 96.875vw
      }

      .banner-b28s6e>img {
        left: -50px;
        position: relative;
        width: 500px
      }

      .banner-b28s6e .text-box-sdD15s {
        margin-left: 102px;
        max-width: 554px;
        width: 43.28125vw
      }

      .banner-b28s6e .text-box-sdD15s h1 {
        font-size: 60px;
        font-weight: 700;
        line-height: 60px
      }

      .banner-b28s6e .text-box-sdD15s p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 40px
      }
    }

    @media(min-width:601px)and (max-width:960px) {
      .banner-b28s6e {
        max-width: 896px;
        width: 93.3333333333vw
      }

      .banner-b28s6e>img {
        max-width: 340px;
        width: 35.4166666667vw
      }

      .banner-b28s6e .text-box-sdD15s {
        margin-left: 6.5625vw;
        max-width: 492px;
        width: 51.25vw
      }

      .banner-b28s6e .text-box-sdD15s h1 {
        font-size: 5vw;
        font-weight: 700;
        line-height: 5vw
      }

      .banner-b28s6e .text-box-sdD15s p {
        font-size: 1.6666666667vw;
        line-height: 2.5vw;
        margin-top: 3.125vw
      }
    }

    @media(min-width:376px)and (max-width:600px) {
      .banner-b28s6e {
        align-items: center;
        flex-flow: column
      }

      .banner-b28s6e>img {
        margin-top: 50px;
        max-width: 390px;
        order: 2;
        width: 65vw
      }

      .banner-b28s6e .text-box-sdD15s {
        order: 1;
        padding: 0 24px;
        text-align: center
      }

      .banner-b28s6e .text-box-sdD15s h1 {
        font-size: 5.6666666667vw;
        font-weight: 700;
        line-height: 5.6666666667vw
      }

      .banner-b28s6e .text-box-sdD15s p {
        font-size: 2.3333333333vw;
        line-height: 4vw;
        margin-top: 3.3333333333vw
      }
    }

    @media(max-width:375px) {
      .container-_wj5k0 {
        padding: 50px 16px
      }

      .banner-b28s6e {
        align-items: center;
        flex-flow: column
      }

      .banner-b28s6e>img {
        margin-top: 30px;
        max-width: 242px;
        order: 2;
        width: 64.5333333333vw
      }

      .banner-b28s6e .text-box-sdD15s {
        order: 1;
        text-align: center
      }

      .banner-b28s6e .text-box-sdD15s h1 {
        font-size: 34px;
        font-weight: 700;
        line-height: 34px
      }

      .banner-b28s6e .text-box-sdD15s p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px
      }
    }

    .container-lVKxBg .roles-x488ZE {
      background-color: #ececec
    }

    .thumbnail1-v_JaFK {
      background: #000;
      color: #fff
    }

    .thumbnail2-Msroq0 {
      background: #fff;
      color: #000
    }

    .thumbnail3-QcwITI {
      background: #f2f5f7
    }

    .thumbnail3-QcwITI div ul li p {
      color: #4d4d4d
    }

    .thumbnail4-d8lhSE {
      background: #000;
      color: #fff
    }

    .qrcode-MuLmxr {
      background: #fe2c55
    }

    .privacyPolicy-FJF4pf {
      color: #000
    }

    @media(min-width:961px) {
      div.affBanner-ElprWS h1 {
        font-size: 60px;
        line-height: 1.1666666667
      }
    }

    .casesButton-mqYADS {
      font-weight: 400;
      min-width: 200px
    }

    .casesButton-mqYADS svg {
      margin-left: 4px;
      position: relative;
      top: 4px
    }

    .container-TfdhKg {
      align-items: center;
      background-color: #171717;
      background-image: url(assets/hero-placeholder.c27f1b19.png);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 2560px 1080px;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 700px;
      overflow: hidden;
      padding: 112px 48px 48px 48px;
      position: relative;
      width: 100%
    }

    .container-TfdhKg .video-rlgZ9h {
      -webkit-filter: brightness(40%);
      filter: brightness(40%);
      height: 100%;
      left: 0;
      object-fit: cover;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0
    }

    .container-TfdhKg .title-Zz5Ux7 {
      font-size: 80px;
      font-weight: 800;
      line-height: 108%;
      margin-bottom: 48px;
      max-width: 80%;
      text-align: center;
      word-break: break-word;
      z-index: 1
    }

    .container-TfdhKg .content-QbdSHR {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      max-width: 28%;
      text-align: center;
      word-break: break-word;
      z-index: 1
    }

    .container-TfdhKg .ctaButton-obwTxl {
      background-color: var(--color-brand-red);
      border-radius: 4px;
      color: var(--color-brand-white);
      font-size: 18px;
      font-weight: 700;
      height: 48px;
      margin-top: 36px;
      padding: 12px 24px;
      z-index: 1
    }

    .container-TfdhKg .ctaButton-obwTxl:hover {
      background-color: #ff4a6e
    }

    @media screen and (min-width:1921px) {
      .container-TfdhKg {
        height: 47.5vw;
        max-height: 1200px
      }

      .video-rlgZ9h {
        object-fit: cover
      }
    }

    @media screen and (max-width:960px) {
      .container-TfdhKg {
        padding: 96px 20px 20px 20px
      }

      .container-TfdhKg .title-Zz5Ux7 {
        font-size: 48px;
        max-width: 90%
      }

      .container-TfdhKg .content-QbdSHR {
        font-size: 14px;
        line-height: 20px;
        max-width: 80%
      }
    }

    @media screen and (max-width:600px) {
      .container-TfdhKg {
        min-height: auto;
        padding: 88px 20px 24px 20px !important
      }

      .container-TfdhKg .title-Zz5Ux7 {
        font-size: 48px;
        margin-bottom: 24px;
        max-width: 90%
      }

      .container-TfdhKg .content-QbdSHR {
        font-size: 14px;
        line-height: 20px;
        max-width: 80%
      }

      .container-TfdhKg .ctaButton-obwTxl {
        margin-top: 24px
      }
    }

    .container-PVdFZE {
      display: flex;
      flex-direction: row;
      padding: 80px;
      position: relative;
      width: 100%
    }

    .container-PVdFZE .imageStackContainer-p137NF {
      display: flex;
      flex-direction: row;
      justify-content: center;
      overflow: hidden;
      padding: 12px 0;
      position: relative;
      width: 40%
    }

    .container-PVdFZE .content-Xfmq_y {
      padding: 0 24px;
      width: 60%
    }

    .container-PVdFZE .content-Xfmq_y .title-EkPmhS {
      font-size: 40px;
      font-weight: 700;
      line-height: 100%;
      margin-bottom: 40px;
      max-width: 100%;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto
    }

    .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX {
      background-color: #fff9f8;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      overflow-wrap: break-word;
      padding: 24px;
      word-wrap: break-word;
      word-break: break-word
    }

    .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX .box-S3LUYv {
      display: flex;
      gap: 8px
    }

    .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX .box-S3LUYv .image-lRDsRc {
      height: 24px;
      width: 28px
    }

    .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX .box-S3LUYv .itemTitle-z8nTVS {
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      margin-bottom: 12px;
      overflow-wrap: break-word
    }

    .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX .box-S3LUYv .description-fSfefh {
      font-size: 16px;
      font-weight: 400
    }

    .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX .box-S3LUYv .description-fSfefh ul {
      list-style-type: disc;
      padding-left: 36px
    }

    .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX .box-S3LUYv .description-fSfefh ul li {
      line-height: 24px;
      margin-bottom: 2px;
      overflow-wrap: break-word
    }

    @media screen and (max-width:960px) {
      .container-PVdFZE {
        padding: 48px 24px
      }

      .container-PVdFZE .imageStackContainer-p137NF {
        display: none
      }

      .container-PVdFZE .content-Xfmq_y {
        width: 100%
      }

      .container-PVdFZE .content-Xfmq_y .title-EkPmhS {
        margin-bottom: 24px
      }
    }

    @media screen and (max-width:600px) {
      .container-PVdFZE .content-Xfmq_y {
        padding: 0
      }

      .container-PVdFZE .content-Xfmq_y .title-EkPmhS {
        font-size: 24px;
        margin-bottom: 24px
      }

      .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX {
        padding: 24px 16px
      }

      .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX .box-S3LUYv .itemTitle-z8nTVS {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
      }

      .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX .box-S3LUYv .description-fSfefh ul {
        padding-left: 8px
      }

      .container-PVdFZE .content-Xfmq_y .boxContainer-X37naX .box-S3LUYv .description-fSfefh ul li {
        font-size: 14px;
        line-height: 20px
      }
    }

    .storiesWrapper-uGa1ir {
      background-color: #fff2f0;
      padding: 80px 120px
    }

    .storiesWrapper-uGa1ir .carousel-dZNp7b {
      --item-width: 500px !important;
      --gap: 24px !important
    }

    .storiesWrapper-uGa1ir .mobileCarousel-mhM8mW {
      display: none
    }

    .storiesWrapper-uGa1ir .mobileCarousel-mhM8mW .cardCarousel-Ho5POw {
      --carousel-item-spacing: 24px !important;
      --carousel-item-width: 500px !important
    }

    .storiesWrapper-uGa1ir .header-yCAqoP {
      align-items: center;
      display: flex;
      flex-direction: column;
      margin-bottom: 48px
    }

    .storiesWrapper-uGa1ir .header-yCAqoP .title-TQT3tf {
      font-size: 40px;
      font-weight: 700;
      text-align: center;
      word-wrap: break-word
    }

    .storiesWrapper-uGa1ir .header-yCAqoP .subTitle-fL6MEh {
      font-size: 20px;
      line-height: 130%;
      text-align: center;
      word-wrap: break-word
    }

    .storiesWrapper-uGa1ir .card-UKhtVN {
      align-items: center;
      background-color: #fff;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      height: 407px;
      padding: 40px;
      width: 500px
    }

    .storiesWrapper-uGa1ir .card-UKhtVN .imageContainer-Hc9d9X {
      align-items: center;
      display: flex;
      height: 75px;
      justify-content: center
    }

    .storiesWrapper-uGa1ir .card-UKhtVN .imageContainer-Hc9d9X .image-Kr9ob0 {
      max-height: 70px;
      width: 100%
    }

    .storiesWrapper-uGa1ir .card-UKhtVN .description-aOxKTa {
      font-size: 14px;
      height: 120px;
      line-height: 20px;
      text-align: center;
      word-wrap: break-word
    }

    .storiesWrapper-uGa1ir .card-UKhtVN .stats-T1AcA9 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%
    }

    .storiesWrapper-uGa1ir .card-UKhtVN .stats-T1AcA9 .statsCard-OrE6LZ {
      align-items: center;
      background-color: #f9f9f9;
      border-radius: 4px;
      display: flex;
      flex: 1 1;
      flex-direction: column;
      gap: 4px;
      height: 84px;
      justify-content: space-between;
      margin-right: 5px;
      padding: 8px
    }

    .storiesWrapper-uGa1ir .card-UKhtVN .stats-T1AcA9 .statsCard-OrE6LZ .statistic-ovEP9T {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      text-align: center
    }

    .storiesWrapper-uGa1ir .card-UKhtVN .stats-T1AcA9 .statsCard-OrE6LZ .description-aOxKTa {
      color: #6c6d6f;
      font-size: 12px;
      line-height: 18px;
      text-align: center
    }

    @media(max-width:1280px) {
      .storiesWrapper-uGa1ir .carousel-dZNp7b {
        --carousel-item-spacing: 120px !important;
        --carousel-item-width: 400px !important
      }
    }

    @media(max-width:960px) {
      .storiesWrapper-uGa1ir {
        padding: 40px 60px
      }

      .storiesWrapper-uGa1ir .carousel-dZNp7b {
        --carousel-item-spacing: 24px !important;
        --carousel-item-width: 100% !important;
        display: none
      }

      .storiesWrapper-uGa1ir .mobileCarousel-mhM8mW {
        display: flex
      }

      .storiesWrapper-uGa1ir .mobileCarousel-mhM8mW .cardCarousel-Ho5POw {
        --carousel-item-spacing: 24px !important;
        --carousel-item-width: 100% !important
      }

      .storiesWrapper-uGa1ir .card-UKhtVN {
        width: 100%
      }
    }

    @media(max-width:600px) {
      .storiesWrapper-uGa1ir {
        padding: 40px 24px
      }

      .storiesWrapper-uGa1ir .carousel-dZNp7b {
        --carousel-item-spacing: 24px !important;
        --carousel-item-width: 100% !important
      }

      .storiesWrapper-uGa1ir .header-yCAqoP {
        margin-bottom: 24px
      }

      .storiesWrapper-uGa1ir .header-yCAqoP .title-TQT3tf {
        font-size: 28px
      }

      .storiesWrapper-uGa1ir .header-yCAqoP .subtitle-gcvjxQ {
        font-size: 14px
      }

      .storiesWrapper-uGa1ir .card-UKhtVN {
        height: auto;
        padding: 24px;
        width: 100%
      }

      .storiesWrapper-uGa1ir .card-UKhtVN .description-aOxKTa {
        height: auto;
        margin-bottom: 8px;
        min-height: 66px;
        overflow: visible
      }

      .storiesWrapper-uGa1ir .card-UKhtVN .stats-T1AcA9 {
        flex-direction: column;
        gap: 8px;
        height: auto
      }

      .storiesWrapper-uGa1ir .card-UKhtVN .stats-T1AcA9 .statsCard-OrE6LZ {
        margin-right: 0;
        width: 100%
      }

      .storiesWrapper-uGa1ir .card-UKhtVN .stats-T1AcA9 .statsCard-OrE6LZ .description-aOxKTa {
        height: auto;
        margin-bottom: 0;
        min-height: unset
      }
    }

    .container-stLsyM {
      padding: 80px 0
    }

    @media(max-width:600px) {
      .container-stLsyM {
        padding: 64px 0
      }
    }

    .storiesWrapper-lOdl1P {
      background-color: #fff2f0;
      padding: 80px 0
    }

    .storiesWrapper-lOdl1P .carousel-xAMHr1 {
      --item-width: 500px !important;
      --gap: 24px !important
    }

    .storiesWrapper-lOdl1P .mobileCarousel-qDrcFd {
      display: none
    }

    .storiesWrapper-lOdl1P .mobileCarousel-qDrcFd .cardCarousel-oTgrxY {
      --carousel-item-spacing: 24px !important;
      --carousel-item-width: 500px !important
    }

    .storiesWrapper-lOdl1P .mobileCarousel-qDrcFd .cardCarousel-oTgrxY .card-h3LCuU {
      height: 100%
    }

    .storiesWrapper-lOdl1P .header-gRiwBL {
      align-items: center;
      display: flex;
      flex-direction: column;
      margin-bottom: 48px
    }

    .storiesWrapper-lOdl1P .header-gRiwBL .title-FSo9aH {
      font-size: 40px;
      font-weight: 700;
      text-align: center;
      word-wrap: break-word
    }

    .storiesWrapper-lOdl1P .header-gRiwBL .subTitle-P5K4oo {
      font-size: 20px;
      line-height: 130%;
      text-align: center;
      word-wrap: break-word
    }

    .storiesWrapper-lOdl1P .card-h3LCuU {
      align-items: center;
      background-color: #fff;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      gap: 24px;
      height: 100%;
      justify-content: space-between;
      padding: 40px;
      width: 500px
    }

    .storiesWrapper-lOdl1P .card-h3LCuU .content-yniLqm {
      align-items: center;
      display: flex;
      flex: 1 1;
      flex-direction: column
    }

    .storiesWrapper-lOdl1P .card-h3LCuU .imageContainer-j88UbD {
      align-items: center;
      display: flex;
      height: 75px;
      justify-content: center
    }

    .storiesWrapper-lOdl1P .card-h3LCuU .imageContainer-j88UbD .image-FE_gsX {
      max-height: 70px;
      width: 100%
    }

    .storiesWrapper-lOdl1P .card-h3LCuU .description-RZRZp0 {
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      word-wrap: break-word
    }

    .storiesWrapper-lOdl1P .card-h3LCuU .stats-KzVxDQ {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%
    }

    .storiesWrapper-lOdl1P .card-h3LCuU .stats-KzVxDQ .statsCard-lyLENL {
      align-items: center;
      background-color: #f9f9f9;
      border-radius: 4px;
      display: flex;
      flex: 1 1;
      flex-direction: column;
      gap: 4px;
      height: 110px;
      margin-right: 5px;
      padding: 8px
    }

    .storiesWrapper-lOdl1P .card-h3LCuU .stats-KzVxDQ .statsCard-lyLENL .statistic-YnvH0K {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      text-align: center
    }

    .storiesWrapper-lOdl1P .card-h3LCuU .stats-KzVxDQ .statsCard-lyLENL .description-RZRZp0 {
      color: #6c6d6f;
      font-size: 12px;
      line-height: 18px;
      text-align: center
    }

    @media(max-width:1280px) {
      .storiesWrapper-lOdl1P .carousel-xAMHr1 {
        --carousel-item-spacing: 120px !important;
        --carousel-item-width: 400px !important
      }

      .storiesWrapper-lOdl1P .carousel-xAMHr1 .statsCard-lyLENL {
        min-height: 84px
      }
    }

    @media(max-width:960px) {
      .storiesWrapper-lOdl1P {
        padding: 40px 60px
      }

      .storiesWrapper-lOdl1P .carousel-xAMHr1 {
        --carousel-item-spacing: 24px !important;
        --carousel-item-width: 100% !important;
        display: none
      }

      .storiesWrapper-lOdl1P .mobileCarousel-qDrcFd {
        display: flex
      }

      .storiesWrapper-lOdl1P .mobileCarousel-qDrcFd .cardCarousel-oTgrxY {
        --carousel-item-spacing: 24px !important;
        --carousel-item-width: 100% !important
      }

      .storiesWrapper-lOdl1P .card-h3LCuU {
        width: 100%
      }
    }

    @media(max-width:600px) {
      .storiesWrapper-lOdl1P {
        padding: 40px 24px
      }

      .storiesWrapper-lOdl1P .carousel-xAMHr1 {
        --carousel-item-spacing: 24px !important;
        --carousel-item-width: 100% !important
      }

      .storiesWrapper-lOdl1P .header-gRiwBL {
        margin-bottom: 24px
      }

      .storiesWrapper-lOdl1P .header-gRiwBL .title-FSo9aH {
        font-size: 28px
      }

      .storiesWrapper-lOdl1P .header-gRiwBL .subTitle-P5K4oo {
        font-size: 14px
      }

      .storiesWrapper-lOdl1P .card-h3LCuU {
        height: auto;
        padding: 24px;
        width: 100%
      }

      .storiesWrapper-lOdl1P .card-h3LCuU .description-RZRZp0 {
        height: auto;
        margin-bottom: 8px;
        min-height: 66px;
        overflow: visible
      }

      .storiesWrapper-lOdl1P .card-h3LCuU .stats-KzVxDQ {
        flex-direction: column;
        gap: 8px;
        height: auto
      }

      .storiesWrapper-lOdl1P .card-h3LCuU .stats-KzVxDQ .statsCard-lyLENL {
        height: auto;
        margin-right: 0;
        width: 100%
      }

      .storiesWrapper-lOdl1P .card-h3LCuU .stats-KzVxDQ .statsCard-lyLENL .description-RZRZp0 {
        height: auto;
        margin-bottom: 0;
        min-height: unset
      }
    }

    .carousel-embla-pc-viewport-wm1oGE {
      overflow-x: scroll;
      padding: 0 120px;
      pointer-events: none;
      touch-action: none
    }

    .carousel-embla-pc-viewport-wm1oGE::-webkit-scrollbar {
      display: none;
      height: 0;
      width: 0
    }

    .carousel-embla-pc-container-wrSR0V {
      display: flex;
      gap: 24px;
      transition: transform .3s ease;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content
    }

    .carousel-embla-pc-item-LeHKq5 {
      display: inline-block;
      width: var(--carousel-item-width)
    }

    .disabledButton-lAPFcc {
      color: rgba(0, 0, 0, .25);
      cursor: not-allowed
    }

    .carousel-embla-Z2PDpV {
      --carousel-item-width: 600px;
      --carousel-item-spacing: 24px
    }

    .carousel-embla-viewport-HltN2S {
      overflow: hidden
    }

    .carousel-embla-container-QT0Sn1 {
      display: flex;
      margin-left: calc(var(--carousel-item-spacing)*-1)
    }

    .carousel-embla-item-jg1vaN {
      padding-left: var(--carousel-item-spacing);
      width: var(--carousel-item-width)
    }

    @media screen and (min-width:961px) {
      .carousel-embla-item-jg1vaN {
        flex: 0 0 calc(var(--carousel-item-width) + var(--carousel-item-spacing))
      }
    }

    @media screen and (max-width:960px) {
      .carousel-embla-item-jg1vaN {
        flex: 0 0 var(--carousel-item-width)
      }
    }

    /* Hide Seller/Creator/Partner/Blog tabs, keep Mall */
    .Tabs_e58af>:nth-child(1),
    .Tabs_e58af>:nth-child(2),
    .Tabs_e58af>:nth-child(3),
    .Tabs_e58af>:nth-child(4),
    .Tabs_e58af>:nth-child(5),
    .Tabs_e58af>:nth-child(6),
    .Tabs_e58af>:nth-child(8),
    .Tabs_e58af>:nth-child(9) {
      display: none !important
    }

    /* Hide United States (desktop) */
    .OperationLayout_3bfd8>.m4b-dropdown:first-child {
      display: none !important
    }

    /* Hide United States (mobile) */
    .H5Layout_3bfd8>button.SiteButton_649bc {
      display: none !important
    }

    /* Hide footer */
    footer {
      display: none !important
    }

