body[arco-theme='dark'] {
    --color-white: hsla(0, 0%, 100%, 0.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: -0.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 0.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: 0.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 0.8s;
    animation-timing-function: linear;
}
.arco-picker {
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(0, 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 0.1s linear;
}
.arco-picker-input {
    display: inline-flex;
    flex: 1 1;
}
.arco-picker input {
    background-color: initial;
    border: none;
    color: rgba(0, 0, 0, 0.92);
    line-height: 1.5715;
    padding: 0;
    padding-left: 8px;
    text-align: left;
    transition: all 0.1s linear;
    width: 100%;
}
.arco-picker input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-picker input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-picker input::placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-picker-input-placeholder input {
    color: rgba(0, 0, 0, 0.25);
}
.arco-picker-has-prefix {
    padding-left: 12px;
}
.arco-picker-prefix {
    color: rgba(0, 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, 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, 0.25);
    cursor: not-allowed;
    -webkit-text-fill-color: rgba(0, 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, 0.14);
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}
.arco-picker-disabled input[disabled],
.arco-picker-disabled:hover input[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    -webkit-text-fill-color: rgba(0, 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, 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, 0.92);
}
.arco-alert-info.arco-alert-with-title .arco-alert-content {
    color: rgba(0, 0, 0, 0.65);
}
.arco-alert-success .arco-alert-title {
    color: rgba(0, 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, 0.65);
}
.arco-alert-warning .arco-alert-content,
.arco-alert-warning .arco-alert-title {
    color: rgba(0, 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, 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, 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, 0.55);
    cursor: pointer;
    font-size: 16px;
    margin-left: 12px;
    outline: none;
    padding: 0;
    right: 0;
    top: 4px;
    transition: color 0.1s linear;
}
.arco-alert-close-btn:hover {
    color: rgba(0, 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: 0.572px;
    position: absolute;
    top: 0;
    transition: top 0.2s cubic-bezier(0.34, 0.69, 0.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, 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, 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, 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, 0.92);
    font-weight: 500;
    transition: all 0.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, 0.14);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 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, 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, 0.65);
}
.arco-autocomplete-popup .arco-select-popup .arco-select-option-hover {
    background-color: #f5f5f5;
    color: rgba(0, 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, 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, 0.55);
    display: inline-flex;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    line-height: 24px;
    position: absolute;
    right: -4px;
    transition: background-color 0.1s linear;
    width: 24px;
    z-index: 1;
}
.arco-avatar-trigger-icon-mask {
    align-items: center;
    background-color: rgba(29, 33, 41, 0.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 0.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 0.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 0.5s cubic-bezier(0.3, 1.3, 0.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, 0.55);
    display: inline-flex;
    line-height: 20px;
    padding: 0 0;
    vertical-align: middle;
}
.arco-breadcrumb-item > .arco-icon {
    color: rgba(0, 0, 0, 0.55);
}
.arco-breadcrumb-item a,
.arco-breadcrumb-item[href] {
    background-color: initial;
    border-radius: 0;
    color: rgba(0, 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, 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, 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, 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, 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 0.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: 0.4;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity 0.1s linear;
    z-index: 1;
}
.arco-btn-loading-fixed-width {
    transition: none;
}
.arco-btn-two-chinese-chars > :not(svg) {
    letter-spacing: 0.3em;
    margin-right: -0.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, 0.65);
    color: rgba(0, 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, 0.65);
    color: rgba(0, 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, 0.65);
    color: rgba(0, 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, 0.25);
    color: rgba(0, 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, 0.05);
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.92);
}
.arco-btn-secondary:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
    background-color: rgba(0, 0, 0, 0.08);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.92);
}
.arco-btn-secondary:not(.arco-btn-disabled):not(.arco-btn-loading):active {
    background-color: rgba(0, 0, 0, 0.121);
    border-color: transparent;
    color: rgba(0, 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, 0.031);
    border: 1px solid transparent;
    color: rgba(0, 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, 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, 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, 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, 0.65);
    color: rgba(0, 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, 0.65);
    color: rgba(0, 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, 0.25);
    color: rgba(0, 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, 0.55);
}
.arco-btn-text:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
    background-color: rgba(0, 0, 0, 0.08);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.55);
}
.arco-btn-text:not(.arco-btn-disabled):not(.arco-btn-loading):active {
    background-color: rgba(0, 0, 0, 0.121);
    border-color: transparent;
    color: rgba(0, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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%, 0.3);
}
.arco-calendar {
    border: 1px solid rgba(0, 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, 0.55);
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-right: 12px;
    text-align: center;
    transition: all 0.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, 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, 0.14);
}
.arco-calendar-week-list {
    border-bottom: 1px solid rgba(0, 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, 0.35);
    font-size: 16px;
    font-weight: 500;
}
.arco-calendar-cell-in-view .arco-calendar-date-value {
    color: rgba(0, 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, 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, 0.14);
}
.arco-calendar-year-row:not(:last-child) > .arco-calendar-cell {
    border-bottom: 1px solid rgba(0, 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, 0.14);
}
.arco-calendar-panel .arco-calendar-header {
    border-bottom: 1px solid rgba(0, 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, 0.35);
    cursor: not-allowed;
}
.arco-calendar-panel .arco-calendar-footer-btn-wrapper {
    border-top: 1px solid rgba(0, 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, 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 0.2s linear;
}
.arco-card-header {
    align-items: center;
    border-bottom: 0 solid rgba(0, 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, 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, 0.55);
    cursor: pointer;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.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, 0.14), 0 1px 0 0 rgba(0, 0, 0, 0.14), 1px 1px 0 0 rgba(0, 0, 0, 0.14),
        inset 1px 0 0 0 rgba(0, 0, 0, 0.14), inset 0 1px 0 0 rgba(0, 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 0.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, 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: 0.4;
    transform: translateX(-100%) translateZ(-200px);
}
.arco-carousel-card .arco-carousel-item-next {
    animation: arco-carousel-card-bottom-to-middle;
    opacity: 0.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, 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, 0.15));
    bottom: 0;
    height: 48px;
    left: 0;
    right: 0;
}
.arco-carousel-indicator-wrapper-left {
    background: linear-gradient(90deg, rgba(0, 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, 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), 0.5);
    bottom: -16px;
    padding: 0;
}
.arco-carousel-indicator-outer .arco-carousel-indicator-item {
    background-color: rgba(var(--gray-4), 0.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%, 0.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%, 0.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 0.3s;
}
.arco-carousel-arrow > div {
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.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%, 0.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 0.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), 0.3);
}
body[arco-theme='dark'] .arco-carousel-arrow > div:hover {
    background-color: rgba(var(--gray-1), 0.5);
}
body[arco-theme='dark'] .arco-carousel-indicator-item,
body[arco-theme='dark'] .arco-carousel-indicator-slider {
    background-color: rgba(var(--gray-1), 0.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), 0.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, 0.14);
    color: rgba(0, 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, 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, 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, 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, 0.92);
}
.arco-cascader-disabled .arco-cascader-view {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.arco-cascader-disabled:hover .arco-cascader-view {
    background-color: #f0f0f0;
    border-color: rgba(0, 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 0.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, 0.25);
}
.arco-cascader-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-cascader-view input::placeholder {
    color: rgba(0, 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, 0.25);
}
.arco-cascader-disabled .arco-cascader-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-cascader-disabled .arco-cascader-view input::placeholder {
    color: rgba(0, 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, 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 0.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 0.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, 0.14);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 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, 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, 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, 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, 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, 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 0.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, 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, 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, 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, 0.92);
    margin-left: 8px;
}
.arco-checkbox-mask-wrapper {
    line-height: 1;
    position: relative;
    top: -0.09em;
    vertical-align: middle;
}
.arco-checkbox-mask {
    background-color: #fff;
    border: 1px solid rgba(0, 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: 0.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 0.1s linear, transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.arco-checkbox-checked:hover .arco-checkbox-mask,
.arco-checkbox-indeterminate:hover .arco-checkbox-mask {
    transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.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 0.3s cubic-bezier(0.3, 1.3, 0.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 0.3s cubic-bezier(0.3, 1.3, 0.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, 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, 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, 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 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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, 0.14);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 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, 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, 0.14);
    display: flex;
    padding: 8px 16px;
}
.arco-picker-header-value {
    color: rgba(0, 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, 0.55);
    font-size: 12px;
    height: 24px;
    margin-left: 2px;
    margin-right: 2px;
    transition: all 0.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 0.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, 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, 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, 0.08);
    color: rgba(0, 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, 0.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, 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 0.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, 0.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, 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, 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, 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, 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, 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 0.2s;
}
.arco-panel-date-holder-btn:first-child {
    border-right: 1px solid rgba(0, 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, 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, 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, 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, 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, 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, 0.55);
    font-weight: 400;
    margin-bottom: 2px;
}
.arco-descriptions-item-value-inline {
    color: rgba(0, 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, 0.14);
    border-radius: 4px;
    overflow: hidden;
}
.arco-descriptions-border .arco-descriptions-row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 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, 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, 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, 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, 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, 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, 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, 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, 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, 0.1);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 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, 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 0.1s linear;
}
.arco-dropdown-menu-item:hover,
.arco-dropdown-menu-pop-header:hover {
    background-color: rgb(var(--primary-1));
    color: rgba(0, 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, 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, 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, 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, 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, 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(0.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, 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, 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%, 0.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, 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%, 0.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%, 0.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%, 0.2);
    color: hsla(0, 0%, 100%, 0.3);
    cursor: not-allowed;
}
.arco-image-preview-arrow-disabled > svg {
    color: hsla(0, 0%, 100%, 0.3);
}
.arco-image-preview-arrow-disabled:hover {
    background-color: hsla(0, 0%, 100%, 0.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, 0.14);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.92);
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    transition: color 0.1s linear, border-color 0.1s linear, background-color 0.1s linear;
    width: 100%;
}
.arco-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-input::placeholder {
    color: rgba(0, 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, 0.25);
}
.arco-input-disabled,
.arco-input-disabled:hover {
    background-color: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.arco-input-disabled::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-input-disabled::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-input-disabled::placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-input input:disabled {
    color: rgba(0, 0, 0, 0.25);
    opacity: 1;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.25);
}
.arco-input-word-limit {
    color: rgba(0, 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 0.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, 0.14);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.92);
    display: inline-flex;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    transition: color 0.1s linear, border-color 0.1s linear, background-color 0.1s linear;
    width: 100%;
}
.arco-input-inner-wrapper::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-input-inner-wrapper::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-input-inner-wrapper::placeholder {
    color: rgba(0, 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, 0.92);
}
.arco-input-inner-wrapper-disabled {
    cursor: not-allowed;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.25);
}
.arco-input-inner-wrapper-disabled,
.arco-input-inner-wrapper-disabled:hover {
    background-color: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.arco-input-inner-wrapper-disabled::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-input-inner-wrapper-disabled::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-input-inner-wrapper-disabled::placeholder {
    color: rgba(0, 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, 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, 0.14);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 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 0.1s linear, border-color 0.1s linear, background-color 0.1s linear;
    vertical-align: top;
    width: 100%;
}
.arco-textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-textarea::placeholder {
    color: rgba(0, 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, 0.25);
}
.arco-textarea-disabled,
.arco-textarea-disabled:hover {
    background-color: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.arco-textarea-disabled::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-textarea-disabled::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-textarea-disabled::placeholder {
    color: rgba(0, 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, 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, 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, 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 0.1s linear;
}
.arco-input-search.arco-input-group-wrapper .arco-input-group-addbefore {
    transition: all 0.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, 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, 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, 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, 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, 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, 0.05);
    border-color: var(--color-neutral-3);
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: all 0.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, 0.08);
    border-color: rgba(0, 0, 0, 0.08);
}
.arco-input-number-step-button:active {
    background-color: rgba(0, 0, 0, 0.121);
    border-color: rgba(0, 0, 0, 0.121);
}
.arco-input-number-step-button-disabled {
    background-color: #f0f0f0;
    color: rgba(0, 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 0.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 0.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, 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, 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, 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, 0.14);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.65);
    cursor: text;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    transition: all 0.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, 0.55);
    cursor: pointer;
    display: none;
    font-size: 16px;
}
.arco-input-tag .arco-input-tag-clear-icon > svg {
    position: relative;
    transition: color 0.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, 0.25);
}
.arco-input-tag-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-input-tag-input::placeholder {
    color: rgba(0, 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, 0.65);
}
.arco-input-tag .arco-icon-hover:hover:before {
    background-color: rgba(0, 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, 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, 0.55);
    cursor: not-allowed;
}
.arco-input-tag-disabled,
.arco-input-tag-disabled:hover {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.14);
}
.arco-input-tag-disabled .arco-input-tag-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.55);
}
.arco-input-tag-disabled .arco-input-tag-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.55);
}
.arco-input-tag-disabled .arco-input-tag-input::placeholder {
    color: rgba(0, 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 0.2s cubic-bezier(0.34, 0.69, 0.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%, 0.2);
    box-sizing: border-box;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    transition: width 0.2s cubic-bezier(0.34, 0.69, 0.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, 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 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.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 0.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, 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, 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, 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, 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, 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, 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 0.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 0.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 0.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, 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 0.2s cubic-bezier(0.34, 0.69, 0.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, 0.14);
    border-top: 1px solid rgba(0, 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, 0.14);
    border-left: 1px solid rgba(0, 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, 0.14);
    border-top: 1px solid rgba(0, 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, 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, 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, 0.14);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 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 0.1s linear;
}
.arco-message-closable {
    padding-right: 36px;
}
.arco-message-icon {
    animation: arco-msg-fade 0.1s linear, arco-msg-fade 0.4s cubic-bezier(0.3, 1.3, 0.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, 0.92);
    font-size: 14px;
    vertical-align: middle;
}
.arco-message-info {
    background-color: var(--color-bg-popup);
    border-color: rgba(0, 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, 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, 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, 0.92);
}
.arco-message-error {
    background-color: var(--color-bg-popup);
    border-color: rgba(0, 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, 0.92);
}
.arco-message-loading {
    background-color: var(--color-bg-popup);
    border-color: rgba(0, 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, 0.92);
}
.arco-message-close-btn {
    color: rgba(0, 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, 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, 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, 0.15);
    box-sizing: border-box;
    display: flex;
    margin-bottom: 20px;
    opacity: 1;
    overflow: hidden;
    padding: 20px 20px 20px 20px;
    position: relative;
    transition: opacity 0.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, 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, 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, 0.55);
    height: 16px;
    margin-left: 12px;
    margin-right: 12px;
    width: 1px;
}
.arco-page-header-sub-title {
    color: rgba(0, 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, 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, 0.14);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 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, 0.1);
    color: rgba(0, 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 0.2s linear, background-color 0.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, 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, 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, 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, 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, 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, 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, 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, 0.1);
    color: rgba(0, 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, 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, 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, 0.12);
    box-sizing: border-box;
    color: rgba(0, 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, 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, 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 0.6s cubic-bezier(0.34, 0.69, 0.1, 1), background 0.3s cubic-bezier(0.34, 0.69, 0.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 0.6s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.arco-progress-line-inner-animate:after {
    animation: arco-progress-loading 1.5s cubic-bezier(0.34, 0.69, 0.1, 1) infinite;
    background: linear-gradient(90deg, transparent 25%, hsla(0, 0%, 100%, 0.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, 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 0.6s linear 0s, stroke 0.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, 0.55);
    margin-left: 8px;
}
.arco-radio-mask-wrapper {
    line-height: 1;
    position: relative;
    top: -0.09em;
    vertical-align: middle;
}
.arco-radio-mask {
    border: 1px solid rgba(0, 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 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.arco-radio:hover .arco-radio-mask {
    border-color: rgba(0, 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(0.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, 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, 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, 0.55);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin: 1.5px;
    position: relative;
    transition: all 0.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, 0.14);
    content: '';
    display: block;
    height: 14px;
    left: -2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.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, 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, 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, 0.05);
    position: relative;
    transition: transform 0.2s cubic-bezier(0.34, 0.69, 0.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 0.4s cubic-bezier(0.34, 0.69, 0.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, 0.14);
    color: rgba(0, 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, 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, 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, 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, 0.92);
}
.arco-select-disabled .arco-select-view {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.arco-select-disabled:hover .arco-select-view {
    background-color: #f0f0f0;
    border-color: rgba(0, 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 0.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, 0.25);
}
.arco-select-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-select-view input::placeholder {
    color: rgba(0, 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, 0.25);
}
.arco-select-disabled .arco-select-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-select-disabled .arco-select-view input::placeholder {
    color: rgba(0, 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, 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 0.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 0.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, 0.14);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 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, 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, 0.65);
}
.arco-select-popup .arco-select-option-disabled {
    background-color: initial;
    color: rgba(0, 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 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.arco-slider-button.arco-slider-button-active:after,
.arco-slider-button:hover:after {
    box-shadow: 0 2px 8px rgba(0, 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 0.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: 0.4s;
    background-color: rgb(var(--primary-5));
}
.arco-spin-dot:nth-child(3) {
    animation-delay: 0.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, 0.25);
}
.arco-steps-item-process .arco-steps-icon {
    background-color: initial;
    border: 1px solid transparent;
    color: rgba(0, 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, 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, 0.25);
}
.arco-steps-item-error .arco-steps-item-title {
    color: rgba(0, 0, 0, 0.55);
}
.arco-steps-item-content {
    display: inline-block;
}
.arco-steps-item-description {
    color: rgba(0, 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, 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, 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, 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, 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, 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, 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, 0.25);
    border-color: rgba(0, 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, 0.25);
}
.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-title {
    color: rgba(0, 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, 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, 0.25);
}
.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-description {
    color: rgba(0, 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, 0.35);
}
.arco-steps-mode-dot > .arco-steps-item:not(:last-child) > .arco-steps-item-tail {
    background-color: rgba(0, 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, 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, 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, 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, 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, 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 0.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, 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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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(0.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, 0.25);
    border-radius: 3px;
    content: '';
    display: block;
    height: 6px;
    transition: background-color 0.2s cubic-bezier(0.34, 0.69, 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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, 0.14);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 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, 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, 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, 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, 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, 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, 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, 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, 0.1);
    box-sizing: border-box;
    color: rgba(0, 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 0.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 0.1s linear;
}
.arco-table-editable-row:hover .arco-table-cell-wrap-value {
    border: 1px solid rgba(0, 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 0.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 0.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, 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 0.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, 0.25);
    font-size: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.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 0.1s linear;
    vertical-align: 0;
    width: 24px;
}
.arco-table-filters-open,
.arco-table-filters:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.arco-table-filters svg {
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    transition: all 0.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 0.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, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.arco-table-border .arco-table-container:before {
    background-color: rgba(0, 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, 0.1);
}
.arco-table-border .arco-table-footer {
    border: 1px solid rgba(0, 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, 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, 0.1);
}
.arco-table-border-header-cell .arco-table-th {
    border-left: 1px solid rgba(0, 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, 0.1);
}
.arco-table-border-body-cell .arco-table-td {
    border-left: 1px solid rgba(0, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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 0.2s cubic-bezier(0.34, 0.69, 0.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, 0.92);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    line-height: 1.5715;
    padding: 0 0;
    transition: color 0.2s linear;
}
.arco-tabs-header-title-text {
    display: inline-block;
}
.arco-tabs-header-title:hover {
    color: rgba(0, 0, 0, 0.92);
    font-weight: 500;
}
.arco-tabs-header-title-disabled,
.arco-tabs-header-title-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}
.arco-tabs-header-title-active,
.arco-tabs-header-title-active:hover {
    color: rgba(0, 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 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), width 0.2s cubic-bezier(0.34, 0.69, 0.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 0.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 0.2s linear, color 0.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, 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, 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, 0.14);
    content: '';
    display: block;
    height: 24px;
    left: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), height 0.2s cubic-bezier(0.34, 0.69, 0.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, 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 0.1s linear;
}
.arco-tag-checkable:hover {
    background-color: #f5f5f5;
}
.arco-tag-checked {
    background-color: rgba(0, 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, 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: 0.8;
}
.arco-tag-icon {
    color: rgba(0, 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, 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, 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%, 0.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%, 0.9);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-red {
    background-color: rgba(var(--red-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-orangered {
    background-color: rgba(var(--orangered-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-orange {
    background-color: rgba(var(--orange-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-gold {
    background-color: rgba(var(--gold-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-lime {
    background-color: rgba(var(--lime-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-green {
    background-color: rgba(var(--green-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-cyan {
    background-color: rgba(var(--cyan-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-blue {
    background-color: rgba(var(--blue-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-arcoblue {
    background-color: rgba(var(--arcoblue-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-purple {
    background-color: rgba(var(--purple-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-pinkpurple {
    background-color: rgba(var(--pinkpurple-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-magenta {
    background-color: rgba(var(--magenta-6), 0.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), 0.35);
}
body[arco-theme='dark'] .arco-tag-checked.arco-tag-gray {
    background-color: rgba(var(--gray-6), 0.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), 0.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, 0.92);
    font-size: 14px;
    min-height: 52px;
    padding-left: 12px;
    position: relative;
}
.arco-timeline-item-label {
    color: rgba(0, 0, 0, 0.55);
    font-size: 12px;
    line-height: 1.667;
}
.arco-timeline-item-content {
    color: rgba(0, 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, 0.14);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 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, 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, 0.25);
    cursor: not-allowed;
}
.arco-timepicker-footer-extra-wrapper {
    border-top: 1px solid var(--color-neutral-3);
    color: rgba(0, 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, 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 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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: 0.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, 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, 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 0.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, 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 0.2s cubic-bezier(0.34, 0.69, 0.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, 0.14);
    color: rgba(0, 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, 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, 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, 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, 0.92);
}
.arco-tree-select-disabled .arco-tree-select-view {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.arco-tree-select-disabled:hover .arco-tree-select-view {
    background-color: #f0f0f0;
    border-color: rgba(0, 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 0.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, 0.25);
}
.arco-tree-select-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-tree-select-view input::placeholder {
    color: rgba(0, 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, 0.25);
}
.arco-tree-select-disabled .arco-tree-select-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.arco-tree-select-disabled .arco-tree-select-view input::placeholder {
    color: rgba(0, 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, 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 0.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 0.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, 0.14);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 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: 0.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 0.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 0.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, 0.14);
    color: rgba(0, 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, 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, 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, 0.14);
    border-radius: 8px;
    color: rgb(var(--primary-6));
    height: 80px;
    margin-bottom: 0;
    min-width: 80px;
    text-align: center;
    transition: all 0.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, 0.14);
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.92);
    padding: 50px 0;
    text-align: center;
    transition: all 0.2s ease;
    width: 100%;
}
.arco-upload-trigger-drag .arco-icon-plus {
    color: rgba(0, 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, 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, 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 0.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), 0.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, 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 0.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, 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 0.2s cubic-bezier(0.34, 0.69, 0.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, 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 0.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 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.arco-upload-slide-up-exit {
    opacity: 1;
}
.arco-upload-slide-up-exit-active {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.1s linear, height 0.3s cubic-bezier(0.34, 0.69, 0.1, 1) 0.1s,
        margin 0.3s cubic-bezier(0.34, 0.69, 0.1, 1) 0.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 0.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 0.1s linear, width 0.3s cubic-bezier(0.34, 0.69, 0.1, 1) 0.1s,
        margin 0.3s cubic-bezier(0.34, 0.69, 0.1, 1) 0.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, 0.92);
    --color-text-2: rgba(0, 0, 0, 0.65);
    --color-text-3: rgba(0, 0, 0, 0.55);
    --color-text-4: rgba(0, 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, 0.14);
    --color-border-2: rgba(0, 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%, 0.6);
    --color-menu-dark-bg: #232324;
    --color-menu-light-bg: #fff;
    --color-menu-dark-hover: hsla(0, 0%, 100%, 0.04);
    --color-mask-bg: rgba(29, 33, 41, 0.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%, 0.9);
    --color-text-2: hsla(0, 0%, 100%, 0.7);
    --color-text-3: hsla(0, 0%, 100%, 0.5);
    --color-text-4: hsla(0, 0%, 100%, 0.3);
    --color-fill-1: hsla(0, 0%, 100%, 0.04);
    --color-fill-2: hsla(0, 0%, 100%, 0.08);
    --color-fill-3: hsla(0, 0%, 100%, 0.12);
    --color-fill-4: hsla(0, 0%, 100%, 0.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, 0.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, 0.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, 0.25);
    --color-fill-black: #000;
    --color-fill-mask: rgba(0, 0, 0, 0.4);
    --color-fill-secondary-normal: rgba(0, 0, 0, 0.05);
    --color-fill-secondary-disabled: rgba(0, 0, 0, 0.03);
    --color-fill-secondary-hover: rgba(0, 0, 0, 0.08);
    --color-fill-secondary-pressed: rgba(0, 0, 0, 0.12);
    --color-fill-secondary-active: rgba(0, 0, 0, 0.1);
    --color-border-state-hover: rgba(0, 0, 0, 0.08);
    --color-border-state-normal: rgba(0, 0, 0, 0.05);
    --color-border-state-pressed: rgba(0, 0, 0, 0.121);
    --color-border-state-active: rgba(0, 0, 0, 0.101);
    --color-border-state-disabled: rgba(0, 0, 0, 0.031);
    --color-border-state-selected-hover: rgba(0, 0, 0, 0.08);
    --color-border-state-selected-pressed: rgba(0, 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, 0.15);
    --color-bg-function-error: rgba(234, 61, 76, 0.1);
    --color-bg-function-warning: rgba(225, 159, 11, 0.15);
    --color-bg-function-success: rgba(0, 158, 61, 0.15);
    --color-bg-auxiliary-cobalt: rgba(51, 127, 248, 0.15);
    --color-bg-auxiliary-yellow: rgba(225, 159, 11, 0.15);
    --color-bg-auxiliary-neutral: rgba(89, 89, 89, 0.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, 0.4);
    --color-auxiliary-neutral-normal: #595959;
    --color-auxiliary-neutral-line: #9b9b9b;
    --color-auxiliary-neutral-bg: rgba(89, 89, 89, 0.15);
    --color-brand-green: #25f4ee;
    --color-brand-red: #f89900;
    --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, 0.4);
    --color-fill-secondary-normal: rgba(16, 162, 197, 0.149);
    --color-fill-secondary-disabled: #e5e5e5;
    --color-fill-secondary-hover: rgba(23, 127, 151, 0.2);
    --color-fill-secondary-pressed: rgba(26, 92, 108, 0.301);
    --color-fill-secondary-active: rgba(18, 104, 124, 0.25);
    --color-border-state-hover: rgba(0, 0, 0, 0.031);
    --color-border-state-normal: rgba(0, 0, 0, 0.031);
    --color-border-state-pressed: rgba(0, 0, 0, 0.121);
    --color-border-state-active: rgba(0, 0, 0, 0.101);
    --color-border-state-disabled: rgba(0, 0, 0, 0.031);
    --color-border-state-selected-hover: rgba(0, 0, 0, 0.149);
    --color-border-state-selected-pressed: rgba(0, 0, 0, 0.18);
    --color-bg-bg1: #f2f4fa;
    --color-bg-bg2: #f6f6fb;
    --color-bg-bg3: hsla(180, 8%, 95%, 0.501);
    --color-bg-bg4: #fff;
    --color-bg-brand-selected: rgba(0, 153, 149, 0.1);
    --color-bg-function-error: rgba(234, 61, 76, 0.1);
    --color-bg-function-warning: rgba(255, 177, 2, 0.1);
    --color-bg-function-success: rgba(87, 172, 2, 0.1);
    --color-bg-auxiliary-cobalt: rgba(59, 135, 246, 0.1);
    --color-bg-auxiliary-yellow: rgba(255, 177, 2, 0.1);
    --color-bg-auxiliary-neutral: rgba(89, 89, 89, 0.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, 0.004);
    --color-auxiliary-neutral-normal: #595959;
    --color-auxiliary-neutral-line: #9b9b9b;
    --color-auxiliary-neutral-bg: rgba(89, 89, 89, 0.1);
    --color-brand-green: #25f4ee;
    --color-brand-red: #f89900;
    --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, 0.65);
    font-weight: 500;
}
.arco-btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    outline-color: rgba(0, 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, 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, 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, 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, 0.25);
}
.arco-checkbox:hover .arco-checkbox-mask {
    border-color: rgba(0, 0, 0, 0.55);
}
.arco-checkbox:active .arco-checkbox-mask {
    border-color: rgba(0, 0, 0, 0.92);
}
.arco-checkbox-disabled .arco-checkbox-mask {
    background-color: #f0f0f0;
    border-color: rgba(0, 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, 0.92);
}
.arco-picker-container,
.arco-picker-range-container {
    box-shadow: 0 8px 20px rgba(0, 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, 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, 0.25);
}
.arco-picker-cell-in-view .arco-picker-date-value {
    color: rgba(0, 0, 0, 0.92);
}
.arco-picker-cell-disabled .arco-picker-date-value {
    color: rgba(0, 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, 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, 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, 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, 0.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, 0.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, 0.92);
}
.arco-panel-week .arco-picker-row .arco-picker-cell-in-range .arco-picker-date {
    background: rgba(0, 153, 149, 0.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, 0.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, 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, 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, 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, 0.121);
    border-radius: 4px;
}
.arco-dropdown-menu-disabled {
    color: rgba(0, 0, 0, 0.25);
    font-weight: 500;
}
.arco-dropdown-menu-item.arco-dropdown-menu-selected {
    background-color: rgba(0, 0, 0, 0.121);
    color: rgba(0, 0, 0, 0.92);
    font-weight: 500;
}
.arco-dropdown-menu-item.arco-dropdown-menu-selected:hover {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.92);
}
.arco-dropdown-menu-item.arco-dropdown-menu-selected:active {
    background-color: rgba(0, 0, 0, 0.18);
}
.arco-dropdown-menu-group-title {
    padding: 0 8px;
}
.arco-dropdown-menu-pop-header {
    color: rgba(0, 0, 0, 0.92);
    font-weight: 500;
}
.arco-dropdown-menu-pop-header:hover {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.92);
    font-weight: 500;
}
.arco-dropdown-menu-pop-header:active {
    background-color: rgba(0, 0, 0, 0.121);
    border-radius: 4px;
    color: rgba(0, 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, 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, 0.14);
    border-radius: 0;
    border-right: 1px solid rgba(0, 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, 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, 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, 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, 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, 0.55);
    font-size: 12px;
    font-weight: 600;
}
.arco-radio-text {
    color: rgba(0, 0, 0, 0.92);
}
.arco-radio .arco-radio-mask {
    border-color: rgba(0, 0, 0, 0.25);
}
.arco-radio:focus .arco-radio-mask,
.arco-radio:hover .arco-radio-mask {
    border-color: rgba(0, 0, 0, 0.55);
}
.arco-radio:active .arco-radio-mask {
    border-color: rgba(0, 0, 0, 0.92);
}
.arco-radio-disabled .arco-radio-mask,
.arco-radio-disabled:hover .arco-radio-mask {
    border-color: rgba(0, 0, 0, 0.25);
}
.arco-radio-mask:after {
    height: 14px;
    width: 14px;
}
.arco-radio-checked .arco-radio-mask:after {
    transform: scale(0.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, 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%, 0.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, 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, 0.14) 70%, transparent 80%) 0 0/100% 6px;
}
.arco-steps-item-finish .arco-steps-item-title {
    color: rgba(0, 0, 0, 0.55);
}
.arco-steps-item-finish .arco-steps-item-title:hover {
    color: rgba(0, 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, 0.92);
}
.arco-steps-item-wait .arco-steps-item-title {
    color: rgba(0, 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, 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, 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, 0.35);
    opacity: 0.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, 0.35);
    opacity: 0.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, 0.55);
}
.arco-timepicker {
    padding: 4px 0;
}
.arco-timepicker-container {
    box-shadow: 0 8px 20px rgba(0, 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, 0.92);
}
.arco-timepicker-cell:not(.arco-timepicker-cell-selected):not(.arco-timepicker-cell-disabled):hover {
    background-color: rgba(0, 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, 0.08);
    color: rgb(var(--primary-6));
}
.arco-timepicker-footer-btn-wrapper .arco-btn.arco-btn-secondary:active {
    background-color: rgba(0, 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(0.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(0.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(0.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(0.8) rotate(45deg);
}
.arco-tooltip-content-bl,
.arco-tooltip-content-bottom,
.arco-tooltip-content-br {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 -4px 12px rgba(0, 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, 0.06);
}
.arco-upload-list-item {
    background-color: #fff;
    border: 1px solid rgba(0, 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%, 0.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: 0.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: -0.25em;
}
sup {
    top: -0.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: 0.35em 0.75em 0.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: -0.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 0.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 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.fadeInStandard-exit {
    opacity: 1;
}
.fadeInStandard-exit-active {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.fadeIn-appear,
.fadeIn-enter {
    opacity: 0;
}
.fadeIn-appear-active,
.fadeIn-enter-active {
    opacity: 1;
    transition: opacity 0.1s linear;
}
.fadeIn-exit {
    opacity: 1;
}
.fadeIn-exit-active {
    opacity: 0;
    transition: opacity 0.1s linear;
}
.slideDynamicOrigin-appear,
.slideDynamicOrigin-enter {
    opacity: 0;
    transform: scaleY(0.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 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), opacity 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.slideDynamicOrigin-exit-active {
    opacity: 0;
    transform: scaleY(0.9) translateZ(0);
    transform-origin: 0 0;
    transition: transform 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), opacity 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.slideLeft-appear,
.slideLeft-enter {
    transform: translateX(-100%);
}
.slideLeft-appear-active,
.slideLeft-enter-active {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.slideLeft-exit {
    transform: translateX(0);
}
.slideLeft-exit-active {
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.slideRight-appear,
.slideRight-enter {
    transform: translateX(100%);
}
.slideRight-appear-active,
.slideRight-enter-active {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.slideRight-exit {
    transform: translateX(0);
}
.slideRight-exit-active {
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.slideTop-appear,
.slideTop-enter {
    transform: translateY(-100%);
}
.slideTop-appear-active,
.slideTop-enter-active {
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.slideTop-exit {
    transform: translateY(0);
}
.slideTop-exit-active {
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.slideBottom-appear,
.slideBottom-enter {
    transform: translateY(100%);
}
.slideBottom-appear-active,
.slideBottom-enter-active {
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.slideBottom-exit {
    transform: translateY(0);
}
.slideBottom-exit-active {
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.zoomIn-appear,
.zoomIn-enter {
    opacity: 0;
    transform: scale(0.5);
}
.zoomIn-appear-active,
.zoomIn-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s cubic-bezier(0.34, 0.69, 0.1, 1), transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.zoomIn-exit {
    opacity: 1;
    transform: scale(1);
}
.zoomIn-exit-active {
    transition: opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.zoomIn-exit-active,
.zoomInFadeOut-appear,
.zoomInFadeOut-enter {
    opacity: 0;
    transform: scale(0.5);
}
.zoomInFadeOut-appear-active,
.zoomInFadeOut-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), transform 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.zoomInFadeOut-exit {
    opacity: 1;
    transform: scale(1);
}
.zoomInFadeOut-exit-active {
    transition: opacity 0.2s cubic-bezier(0.3, 1.3, 0.3, 1), transform 0.2s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.zoomInBig-appear,
.zoomInBig-enter,
.zoomInFadeOut-exit-active {
    opacity: 0;
    transform: scale(0.5);
}
.zoomInBig-appear-active,
.zoomInBig-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s linear, transform 0.2s linear;
}
.zoomInBig-exit {
    opacity: 1;
    transform: scale(1);
}
.zoomInBig-exit-active {
    opacity: 0;
    transform: scale(0.2);
    transition: opacity 0.2s linear, transform 0.2s linear;
}
.zoomInLeft-appear,
.zoomInLeft-enter {
    opacity: 0.1;
    transform: scale(0.1);
    transform-origin: 0 50%;
}
.zoomInLeft-appear-active,
.zoomInLeft-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s linear, transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.zoomInLeft-exit {
    opacity: 1;
    transform: scale(1);
    transform-origin: 0 50%;
}
.zoomInLeft-exit-active {
    opacity: 0.1;
    transform: scale(0.1);
    transition: opacity 0.3s linear, transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.zoomInTop-appear,
.zoomInTop-enter {
    opacity: 0;
    transform: scaleY(0.8) translateZ(0);
    transform-origin: 0 0;
}
.zoomInTop-appear-active,
.zoomInTop-enter-active {
    transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 1.3, 0.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(0.8) translateZ(0);
    transform-origin: 0 0;
    transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.zoomInBottom-appear,
.zoomInBottom-enter {
    opacity: 0;
    transform: scaleY(0.8) translateZ(0);
    transform-origin: 100% 100%;
}
.zoomInBottom-appear-active,
.zoomInBottom-enter-active {
    transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 1.3, 0.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(0.8) translateZ(0);
    transform-origin: 100% 100%;
    transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
}
body {
    font-size: 16px;
}
@keyframes arco-draggable-item-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.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: 0.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 0.8s;
    animation-timing-function: linear;
}
.theme-arco-picker {
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(0, 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 0.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, 0.92);
    line-height: 1.5715;
    padding: 0;
    padding-left: 8px;
    text-align: left;
    transition: all 0.1s linear;
    width: 100%;
}
.theme-arco-picker input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-picker input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-picker input::placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-picker-input-placeholder input {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-picker-has-prefix {
    padding-left: 12px;
}
.theme-arco-picker-prefix {
    color: rgba(0, 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, 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, 0.25);
    cursor: not-allowed;
    -webkit-text-fill-color: rgba(0, 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, 0.14);
    color: rgba(0, 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, 0.25);
    cursor: not-allowed;
    -webkit-text-fill-color: rgba(0, 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, 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, 0.92);
}
.theme-arco-alert-info.theme-arco-alert-with-title .theme-arco-alert-content {
    color: rgba(0, 0, 0, 0.65);
}
.theme-arco-alert-success .theme-arco-alert-title {
    color: rgba(0, 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, 0.65);
}
.theme-arco-alert-warning .theme-arco-alert-content,
.theme-arco-alert-warning .theme-arco-alert-title {
    color: rgba(0, 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, 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, 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, 0.55);
    cursor: pointer;
    font-size: 16px;
    margin-left: 12px;
    outline: none;
    padding: 0;
    right: 0;
    top: 4px;
    transition: color 0.1s linear;
}
.theme-arco-alert-close-btn:hover {
    color: rgba(0, 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: 0.572px;
    position: absolute;
    top: 0;
    transition: top 0.2s cubic-bezier(0.34, 0.69, 0.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, 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, 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, 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, 0.92);
    font-weight: 500;
    transition: all 0.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, 0.14);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 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, 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, 0.65);
}
.theme-arco-autocomplete-popup .theme-arco-select-popup .theme-arco-select-option-hover {
    background-color: #f5f5f5;
    color: rgba(0, 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, 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, 0.55);
    display: inline-flex;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    line-height: 24px;
    position: absolute;
    right: -4px;
    transition: background-color 0.1s linear;
    width: 24px;
    z-index: 1;
}
.theme-arco-avatar-trigger-icon-mask {
    align-items: center;
    background-color: rgba(29, 33, 41, 0.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 0.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 0.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 0.5s cubic-bezier(0.3, 1.3, 0.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(0.2);
    transform-origin: center;
}
.badge-zoom-appear-active,
.badge-zoom-enter-active {
    transition: opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), transform 0.3s cubic-bezier(0.3, 1.3, 0.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(0.2);
    transform-origin: center;
    transition: opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), transform 0.3s cubic-bezier(0.3, 1.3, 0.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, 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, 0.55);
}
.theme-arco-breadcrumb-item a,
.theme-arco-breadcrumb-item[href] {
    background-color: initial;
    border-radius: 0;
    color: rgba(0, 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, 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, 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, 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, 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 0.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: 0.4;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity 0.1s linear;
    z-index: 1;
}
.theme-arco-btn-loading-fixed-width {
    transition: none;
}
.theme-arco-btn-two-chinese-chars > :not(svg) {
    letter-spacing: 0.3em;
    margin-right: -0.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, 0.65);
    color: rgba(0, 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, 0.65);
    color: rgba(0, 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, 0.65);
    color: rgba(0, 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, 0.25);
    color: rgba(0, 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, 0.05);
    border: 1px solid transparent;
    color: rgba(0, 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, 0.08);
    border-color: transparent;
    color: rgba(0, 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, 0.121);
    border-color: transparent;
    color: rgba(0, 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, 0.031);
    border: 1px solid transparent;
    color: rgba(0, 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, 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, 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, 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, 0.65);
    color: rgba(0, 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, 0.65);
    color: rgba(0, 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, 0.25);
    color: rgba(0, 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, 0.55);
}
.theme-arco-btn-text:not(.theme-arco-btn-disabled):not(.theme-arco-btn-loading):hover {
    background-color: rgba(0, 0, 0, 0.08);
    border-color: transparent;
    color: rgba(0, 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, 0.121);
    border-color: transparent;
    color: rgba(0, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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%, 0.3);
}
.theme-arco-calendar {
    border: 1px solid rgba(0, 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, 0.55);
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-right: 12px;
    text-align: center;
    transition: all 0.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, 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, 0.14);
}
.theme-arco-calendar-week-list {
    border-bottom: 1px solid rgba(0, 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, 0.35);
    font-size: 16px;
    font-weight: 500;
}
.theme-arco-calendar-cell-in-view .theme-arco-calendar-date-value {
    color: rgba(0, 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, 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, 0.14);
}
.theme-arco-calendar-year-row:not(:last-child) > .theme-arco-calendar-cell {
    border-bottom: 1px solid rgba(0, 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, 0.14);
}
.theme-arco-calendar-panel .theme-arco-calendar-header {
    border-bottom: 1px solid rgba(0, 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, 0.35);
    cursor: not-allowed;
}
.theme-arco-calendar-panel .theme-arco-calendar-footer-btn-wrapper {
    border-top: 1px solid rgba(0, 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, 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 0.2s linear;
}
.theme-arco-card-header {
    align-items: center;
    border-bottom: 0 solid rgba(0, 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, 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, 0.55);
    cursor: pointer;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.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, 0.14), 0 1px 0 0 rgba(0, 0, 0, 0.14), 1px 1px 0 0 rgba(0, 0, 0, 0.14),
        inset 1px 0 0 0 rgba(0, 0, 0, 0.14), inset 0 1px 0 0 rgba(0, 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 0.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, 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: 0.4;
        transform: translateX(0) translateZ(-200px);
    }
}
@keyframes arco-carousel-card-middle-to-bottom {
    0% {
        opacity: 0.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: 0.4;
        transform: translateX(-100%) translateZ(-200px);
    }
}
@keyframes arco-carousel-card-middle-to-top {
    0% {
        opacity: 0.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: 0.4;
        transform: translateX(-100%) translateZ(-200px);
    }
}
@keyframes arco-carousel-card-middle-to-bottom-reverse {
    0% {
        opacity: 0.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: 0.4;
        transform: translateX(0) translateZ(-200px);
    }
}
@keyframes arco-carousel-card-middle-to-top-reverse {
    0% {
        opacity: 0.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: 0.4;
    transform: translateX(-100%) translateZ(-200px);
}
.theme-arco-carousel-card .theme-arco-carousel-item-next {
    animation: arco-carousel-card-bottom-to-middle;
    opacity: 0.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, 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, 0.15));
    bottom: 0;
    height: 48px;
    left: 0;
    right: 0;
}
.theme-arco-carousel-indicator-wrapper-left {
    background: linear-gradient(90deg, rgba(0, 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, 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), 0.5);
    bottom: -16px;
    padding: 0;
}
.theme-arco-carousel-indicator-outer .theme-arco-carousel-indicator-item {
    background-color: rgba(var(--theme-arco-gray-4), 0.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%, 0.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%, 0.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 0.3s;
}
.theme-arco-carousel-arrow > div {
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.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%, 0.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 0.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), 0.3);
}
body[arco-theme='dark'] .theme-arco-carousel-arrow > div:hover {
    background-color: rgba(var(--theme-arco-gray-1), 0.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), 0.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), 0.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, 0.14);
    color: rgba(0, 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, 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, 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, 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, 0.92);
}
.theme-arco-cascader-disabled .theme-arco-cascader-view {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-cascader-disabled:hover .theme-arco-cascader-view {
    background-color: #f0f0f0;
    border-color: rgba(0, 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 0.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, 0.25);
}
.theme-arco-cascader-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-cascader-view input::placeholder {
    color: rgba(0, 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, 0.25);
}
.theme-arco-cascader-disabled .theme-arco-cascader-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-cascader-disabled .theme-arco-cascader-view input::placeholder {
    color: rgba(0, 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, 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 0.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 0.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, 0.14);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 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, 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, 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, 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, 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, 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 0.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, 0.14);
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    padding-left: 8px;
}
.cascaderSlide-appear-active,
.cascaderSlide-enter-active {
    transition: margin 0.3s cubic-bezier(0.34, 0.69, 0.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, 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, 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, 0.92);
    margin-left: 8px;
}
.theme-arco-checkbox-mask-wrapper {
    line-height: 1;
    position: relative;
    top: -0.09em;
    vertical-align: middle;
}
.theme-arco-checkbox-mask {
    background-color: #fff;
    border: 1px solid rgba(0, 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: 0.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 0.1s linear, transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.theme-arco-checkbox-checked:hover .theme-arco-checkbox-mask,
.theme-arco-checkbox-indeterminate:hover .theme-arco-checkbox-mask {
    transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.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 0.3s cubic-bezier(0.3, 1.3, 0.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 0.3s cubic-bezier(0.3, 1.3, 0.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, 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, 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, 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 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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, 0.14);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 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, 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, 0.14);
    display: flex;
    padding: 8px 16px;
}
.theme-arco-picker-header-value {
    box-sizing: border-box;
    color: rgba(0, 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, 0.55);
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    transition: all 0.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 0.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, 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, 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, 0.08);
    color: rgba(0, 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, 0.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, 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 0.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, 0.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, 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, 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, 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, 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, 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 0.2s;
}
.theme-arco-panel-date-holder-btn:first-child {
    border-right: 1px solid rgba(0, 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, 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, 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, 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, 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, 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, 0.55);
    font-weight: 400;
    margin-bottom: 2px;
}
.theme-arco-descriptions-item-value-inline {
    color: rgba(0, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 0.1);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 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, 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 0.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, 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, 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, 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, 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, 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, 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(0.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 0.3s linear;
}
.formblink-enter-done {
    animation: arco-form-blink 0.5s linear;
}
@keyframes arco-form-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.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, 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, 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%, 0.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, 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%, 0.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%, 0.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%, 0.2);
    color: hsla(0, 0%, 100%, 0.3);
    cursor: not-allowed;
}
.theme-arco-image-preview-arrow-disabled > svg {
    color: hsla(0, 0%, 100%, 0.3);
}
.theme-arco-image-preview-arrow-disabled:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.fadeImage-appear,
.fadeImage-enter {
    opacity: 0;
}
.fadeImage-appear-active,
.fadeImage-enter-active {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.fadeImage-exit {
    opacity: 1;
}
.fadeImage-exit-active {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.3, 1.3, 0.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, 0.14);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.92);
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    transition: color 0.1s linear, border-color 0.1s linear, background-color 0.1s linear;
    width: 100%;
}
.theme-arco-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input::placeholder {
    color: rgba(0, 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, 0.25);
}
.theme-arco-input-disabled,
.theme-arco-input-disabled:hover {
    background-color: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input-disabled::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input-disabled::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input-disabled::placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input input:disabled {
    color: rgba(0, 0, 0, 0.25);
    opacity: 1;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input-word-limit {
    color: rgba(0, 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 0.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, 0.14);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.92);
    display: inline-flex;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    transition: color 0.1s linear, border-color 0.1s linear, background-color 0.1s linear;
    width: 100%;
}
.theme-arco-input-inner-wrapper::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input-inner-wrapper::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input-inner-wrapper::placeholder {
    color: rgba(0, 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, 0.92);
}
.theme-arco-input-inner-wrapper-disabled {
    cursor: not-allowed;
    -webkit-text-fill-color: rgba(0, 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, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input-inner-wrapper-disabled::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input-inner-wrapper-disabled::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input-inner-wrapper-disabled::placeholder {
    color: rgba(0, 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, 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, 0.14);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 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 0.1s linear, border-color 0.1s linear, background-color 0.1s linear;
    vertical-align: top;
    width: 100%;
}
.theme-arco-textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-textarea::placeholder {
    color: rgba(0, 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, 0.25);
}
.theme-arco-textarea-disabled,
.theme-arco-textarea-disabled:hover {
    background-color: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-textarea-disabled::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-textarea-disabled::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-textarea-disabled::placeholder {
    color: rgba(0, 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, 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, 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, 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 0.1s linear;
}
.theme-arco-input-search.theme-arco-input-group-wrapper .theme-arco-input-group-addbefore {
    transition: all 0.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, 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, 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, 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, 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, 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, 0.05);
    border-color: var(--theme-arco-color-neutral-3);
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: all 0.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, 0.08);
    border-color: rgba(0, 0, 0, 0.08);
}
.theme-arco-input-number-step-button:active {
    background-color: rgba(0, 0, 0, 0.121);
    border-color: rgba(0, 0, 0, 0.121);
}
.theme-arco-input-number-step-button-disabled {
    background-color: #f0f0f0;
    color: rgba(0, 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 0.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 0.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, 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, 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, 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, 0.14);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.65);
    cursor: text;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    transition: all 0.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, 0.55);
    cursor: pointer;
    display: none;
    font-size: 16px;
}
.theme-arco-input-tag .theme-arco-input-tag-clear-icon > svg {
    position: relative;
    transition: color 0.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, 0.25);
}
.theme-arco-input-tag-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-input-tag-input::placeholder {
    color: rgba(0, 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, 0.65);
}
.theme-arco-input-tag .theme-arco-icon-hover:hover:before {
    background-color: rgba(0, 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, 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, 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, 0.14);
}
.theme-arco-input-tag-disabled .theme-arco-input-tag-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.55);
}
.theme-arco-input-tag-disabled .theme-arco-input-tag-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.55);
}
.theme-arco-input-tag-disabled .theme-arco-input-tag-input::placeholder {
    color: rgba(0, 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 0.2s cubic-bezier(0.34, 0.69, 0.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%, 0.2);
    box-sizing: border-box;
    color: var(--theme-arco-color-white);
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    transition: width 0.2s cubic-bezier(0.34, 0.69, 0.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, 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 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.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 0.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, 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, 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, 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, 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, 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, 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 0.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 0.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 0.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, 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 0.2s cubic-bezier(0.34, 0.69, 0.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, 0.14);
    border-top: 1px solid rgba(0, 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, 0.14);
    border-left: 1px solid rgba(0, 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, 0.14);
    border-top: 1px solid rgba(0, 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, 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, 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, 0.14);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 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 0.1s linear;
}
.theme-arco-message-closable {
    padding-right: 36px;
}
.theme-arco-message-icon {
    animation: arco-msg-fade 0.1s linear, arco-msg-fade 0.4s cubic-bezier(0.3, 1.3, 0.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, 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, 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, 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, 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, 0.92);
}
.theme-arco-message-error {
    background-color: var(--theme-arco-color-bg-popup);
    border-color: rgba(0, 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, 0.92);
}
.theme-arco-message-loading {
    background-color: var(--theme-arco-color-bg-popup);
    border-color: rgba(0, 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, 0.92);
}
.theme-arco-message-close-btn {
    color: rgba(0, 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 0.1s linear;
}
.fadeMessage-exit {
    opacity: 0;
    overflow: hidden;
}
.fadeMessage-exit-active {
    height: 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.34, 0.69, 0.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, 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, 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(0.5);
}
.zoomModal-appear-active,
.zoomModal-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0.3, 1.3, 0.3, 1), transform 0.4s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.zoomModal-exit {
    opacity: 1;
    transform: scale(1);
}
.zoomModal-exit-active {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.4s cubic-bezier(0.3, 1.3, 0.3, 1), transform 0.4s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.fadeModal-appear,
.fadeModal-enter {
    opacity: 0;
}
.fadeModal-appear-active,
.fadeModal-enter-active {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.fadeModal-exit {
    opacity: 1;
}
.fadeModal-exit-active {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.3, 1.3, 0.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, 0.15);
    box-sizing: border-box;
    display: flex;
    margin-bottom: 20px;
    opacity: 1;
    overflow: hidden;
    padding: 20px 20px 20px 20px;
    position: relative;
    transition: opacity 0.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 0.4s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.slideNoticeLeft-exit {
    opacity: 0;
}
.slideNoticeLeft-exit-active {
    height: 0;
    margin-bottom: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    transition: all 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.slideNoticeRight-appear,
.slideNoticeRight-enter {
    transform: translateX(100%);
}
.slideNoticeRight-appear-active,
.slideNoticeRight-enter-active {
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.slideNoticeRight-exit {
    opacity: 0;
}
.slideNoticeRight-exit-active {
    height: 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.34, 0.69, 0.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, 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, 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, 0.55);
    height: 16px;
    margin-left: 12px;
    margin-right: 12px;
    width: 1px;
}
.theme-arco-page-header-sub-title {
    color: rgba(0, 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, 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, 0.14);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 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, 0.1);
    color: rgba(0, 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 0.2s linear, background-color 0.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, 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, 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, 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, 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, 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, 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, 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, 0.1);
    color: rgba(0, 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, 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, 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, 0.12);
    box-sizing: border-box;
    color: rgba(0, 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, 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, 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 0.6s cubic-bezier(0.34, 0.69, 0.1, 1), background 0.3s cubic-bezier(0.34, 0.69, 0.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 0.6s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.theme-arco-progress-line-inner-animate:after {
    animation: arco-progress-loading 1.5s cubic-bezier(0.34, 0.69, 0.1, 1) infinite;
    background: linear-gradient(90deg, transparent 25%, hsla(0, 0%, 100%, 0.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, 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 0.6s linear 0s, stroke 0.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, 0.55);
    margin-left: 8px;
}
.theme-arco-radio-mask-wrapper {
    line-height: 1;
    position: relative;
    top: -0.09em;
    vertical-align: middle;
}
.theme-arco-radio-mask {
    border: 1px solid rgba(0, 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 0.3s cubic-bezier(0.3, 1.3, 0.3, 1);
}
.theme-arco-radio:hover .theme-arco-radio-mask {
    border-color: rgba(0, 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(0.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, 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, 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, 0.55);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin: 1.5px;
    position: relative;
    transition: all 0.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, 0.14);
    content: '';
    display: block;
    height: 14px;
    left: -2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.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, 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, 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, 0.05);
    position: relative;
    transition: transform 0.2s cubic-bezier(0.34, 0.69, 0.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 0.4s cubic-bezier(0.34, 0.69, 0.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, 0.14);
    color: rgba(0, 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, 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, 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, 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, 0.92);
}
.theme-arco-select-disabled .theme-arco-select-view {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-select-disabled:hover .theme-arco-select-view {
    background-color: #f0f0f0;
    border-color: rgba(0, 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 0.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, 0.25);
}
.theme-arco-select-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-select-view input::placeholder {
    color: rgba(0, 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, 0.25);
}
.theme-arco-select-disabled .theme-arco-select-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-select-disabled .theme-arco-select-view input::placeholder {
    color: rgba(0, 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, 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 0.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 0.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, 0.14);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 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, 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, 0.65);
}
.theme-arco-select-popup .theme-arco-select-option-disabled {
    background-color: initial;
    color: rgba(0, 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 0.3s cubic-bezier(0.3, 1.3, 0.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, 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 0.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: 0.4s;
    background-color: rgb(var(--theme-arco-primary-5));
}
.theme-arco-spin-dot:nth-child(3) {
    animation-delay: 0.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, -0.985px) scale(0.511);
    }
    2.778% {
        transform: translate3D(-95.766%, 0, -0.94px) scale(0.545);
    }
    5.556% {
        transform: translate3D(-140%, 0, -0.866px) scale(0.6);
    }
    8.333% {
        transform: translate3D(-179.981%, 0, -0.766px) scale(0.675);
    }
    11.111% {
        transform: translate3D(-214.492%, 0, -0.643px) scale(0.768);
    }
    13.889% {
        transform: translate3D(-242.487%, 0, -0.5px) scale(0.875);
    }
    16.667% {
        transform: translate3D(-263.114%, 0, -0.342px) scale(0.993);
    }
    19.444% {
        transform: translate3D(-275.746%, 0, -0.174px) scale(1.12);
    }
    22.222% {
        transform: translate3D(-280%, 0, 0) scale(1.25);
    }
    25% {
        transform: translate3D(-275.746%, 0, 0.174px) scale(1.38);
    }
    27.778% {
        transform: translate3D(-263.114%, 0, 0.342px) scale(1.507);
    }
    30.556% {
        transform: translate3D(-242.487%, 0, 0.5px) scale(1.625);
    }
    33.333% {
        transform: translate3D(-214.492%, 0, 0.643px) scale(1.732);
    }
    36.111% {
        transform: translate3D(-179.981%, 0, 0.766px) scale(1.825);
    }
    38.889% {
        transform: translate3D(-140%, 0, 0.866px) scale(1.9);
    }
    41.667% {
        transform: translate3D(-95.766%, 0, 0.94px) scale(1.955);
    }
    44.444% {
        transform: translate3D(-48.621%, 0, 0.985px) scale(1.989);
    }
    47.222% {
        transform: translateZ(1px) scale(2);
    }
    50% {
        transform: translate3D(48.621%, 0, 0.985px) scale(1.989);
    }
    52.778% {
        transform: translate3D(95.766%, 0, 0.94px) scale(1.955);
    }
    55.556% {
        transform: translate3D(140%, 0, 0.866px) scale(1.9);
    }
    58.333% {
        transform: translate3D(179.981%, 0, 0.766px) scale(1.825);
    }
    61.111% {
        transform: translate3D(214.492%, 0, 0.643px) scale(1.732);
    }
    63.889% {
        transform: translate3D(242.487%, 0, 0.5px) scale(1.625);
    }
    66.667% {
        transform: translate3D(263.114%, 0, 0.342px) scale(1.507);
    }
    69.444% {
        transform: translate3D(275.746%, 0, 0.174px) scale(1.38);
    }
    72.222% {
        transform: translate3D(280%, 0, 0) scale(1.25);
    }
    75% {
        transform: translate3D(275.746%, 0, -0.174px) scale(1.12);
    }
    77.778% {
        transform: translate3D(263.114%, 0, -0.342px) scale(0.993);
    }
    80.556% {
        transform: translate3D(242.487%, 0, -0.5px) scale(0.875);
    }
    83.333% {
        transform: translate3D(214.492%, 0, -0.643px) scale(0.768);
    }
    86.111% {
        transform: translate3D(179.981%, 0, -0.766px) scale(0.675);
    }
    88.889% {
        transform: translate3D(140%, 0, -0.866px) scale(0.6);
    }
    91.667% {
        transform: translate3D(95.766%, 0, -0.94px) scale(0.545);
    }
    94.444% {
        transform: translate3D(48.621%, 0, -0.985px) scale(0.511);
    }
    97.222% {
        transform: translateZ(-1px) scale(0.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, 0.25);
}
.theme-arco-steps-item-process .theme-arco-steps-icon {
    background-color: initial;
    border: 1px solid transparent;
    color: rgba(0, 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, 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, 0.25);
}
.theme-arco-steps-item-error .theme-arco-steps-item-title {
    color: rgba(0, 0, 0, 0.55);
}
.theme-arco-steps-item-content {
    display: inline-block;
}
.theme-arco-steps-item-description {
    color: rgba(0, 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, 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, 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, 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, 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, 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, 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, 0.25);
    border-color: rgba(0, 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, 0.25);
}
.theme-arco-steps-mode-dot .theme-arco-steps-item-process .theme-arco-steps-item-title {
    color: rgba(0, 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, 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, 0.25);
}
.theme-arco-steps-mode-dot .theme-arco-steps-item-process .theme-arco-steps-item-description {
    color: rgba(0, 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, 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, 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, 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, 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, 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, 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, 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 0.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 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.switchSlideText-exit {
    left: 100% !important;
}
.switchSlideText-exit-active {
    left: 22px !important;
    transition: left 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.theme-arco-switch {
    background-color: rgba(0, 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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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(0.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, 0.25);
    border-radius: 3px;
    content: '';
    display: block;
    height: 6px;
    transition: background-color 0.2s cubic-bezier(0.34, 0.69, 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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, 0.14);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 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, 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, 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, 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, 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, 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, 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, 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, 0.1);
    box-sizing: border-box;
    color: rgba(0, 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 0.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 0.1s linear;
}
.theme-arco-table-editable-row:hover .theme-arco-table-cell-wrap-value {
    border: 1px solid rgba(0, 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 0.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 0.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, 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 0.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, 0.25);
    font-size: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.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 0.1s linear;
    vertical-align: 0;
    width: 24px;
}
.theme-arco-table-filters-open,
.theme-arco-table-filters:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.theme-arco-table-filters svg {
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    transition: all 0.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 0.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, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-arco-table-border .theme-arco-table-container:before {
    background-color: rgba(0, 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, 0.1);
}
.theme-arco-table-border .theme-arco-table-footer {
    border: 1px solid rgba(0, 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, 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, 0.1);
}
.theme-arco-table-border-header-cell .theme-arco-table-th {
    border-left: 1px solid rgba(0, 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, 0.1);
}
.theme-arco-table-border-body-cell .theme-arco-table-td {
    border-left: 1px solid rgba(0, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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 0.2s cubic-bezier(0.34, 0.69, 0.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, 0.92);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    line-height: 1.5715;
    padding: 0 0;
    transition: color 0.2s linear;
}
.theme-arco-tabs-header-title-text {
    display: inline-block;
}
.theme-arco-tabs-header-title:hover {
    color: rgba(0, 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, 0.25);
    cursor: not-allowed;
}
.theme-arco-tabs-header-title-active,
.theme-arco-tabs-header-title-active:hover {
    color: rgba(0, 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 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), width 0.2s cubic-bezier(0.34, 0.69, 0.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 0.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 0.2s linear, color 0.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, 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, 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, 0.14);
    content: '';
    display: block;
    height: 24px;
    left: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), height 0.2s cubic-bezier(0.34, 0.69, 0.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, 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 0.1s linear;
}
.theme-arco-tag-checkable:hover {
    background-color: #f5f5f5;
}
.theme-arco-tag-checked {
    background-color: rgba(0, 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, 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: 0.8;
}
.theme-arco-tag-icon {
    color: rgba(0, 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, 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, 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%, 0.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%, 0.9);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-red {
    background-color: rgba(var(--theme-arco-red-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-orangered {
    background-color: rgba(var(--theme-arco-orangered-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-orange {
    background-color: rgba(var(--theme-arco-orange-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-gold {
    background-color: rgba(var(--theme-arco-gold-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-lime {
    background-color: rgba(var(--theme-arco-lime-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-green {
    background-color: rgba(var(--theme-arco-green-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-cyan {
    background-color: rgba(var(--theme-arco-cyan-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-blue {
    background-color: rgba(var(--theme-arco-blue-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-arcoblue {
    background-color: rgba(var(--theme-arco-arcoblue-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-purple {
    background-color: rgba(var(--theme-arco-purple-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-pinkpurple {
    background-color: rgba(var(--theme-arco-pinkpurple-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-magenta {
    background-color: rgba(var(--theme-arco-magenta-6), 0.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), 0.35);
}
body[arco-theme='dark'] .theme-arco-tag-checked.theme-arco-tag-gray {
    background-color: rgba(var(--theme-arco-gray-6), 0.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), 0.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, 0.92);
    font-size: 14px;
    min-height: 52px;
    padding-left: 12px;
    position: relative;
}
.theme-arco-timeline-item-label {
    color: rgba(0, 0, 0, 0.55);
    font-size: 12px;
    line-height: 1.667;
}
.theme-arco-timeline-item-content {
    color: rgba(0, 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, 0.14);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 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, 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, 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, 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, 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 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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: 0.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, 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, 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 0.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, 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 0.2s cubic-bezier(0.34, 0.69, 0.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, 0.14);
    color: rgba(0, 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, 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, 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, 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, 0.92);
}
.theme-arco-tree-select-disabled .theme-arco-tree-select-view {
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-tree-select-disabled:hover .theme-arco-tree-select-view {
    background-color: #f0f0f0;
    border-color: rgba(0, 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 0.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, 0.25);
}
.theme-arco-tree-select-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-tree-select-view input::placeholder {
    color: rgba(0, 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, 0.25);
}
.theme-arco-tree-select-disabled .theme-arco-tree-select-view input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.theme-arco-tree-select-disabled .theme-arco-tree-select-view input::placeholder {
    color: rgba(0, 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, 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 0.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 0.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, 0.14);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 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: 0.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 0.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 0.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, 0.14);
    color: rgba(0, 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, 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, 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, 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 0.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, 0.14);
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.92);
    padding: 50px 0;
    text-align: center;
    transition: all 0.2s ease;
    width: 100%;
}
.theme-arco-upload-trigger-drag .theme-arco-icon-plus {
    color: rgba(0, 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, 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, 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 0.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), 0.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, 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 0.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, 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 0.2s cubic-bezier(0.34, 0.69, 0.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, 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 0.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 0.2s cubic-bezier(0.34, 0.69, 0.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 0.1s linear, height 0.3s cubic-bezier(0.34, 0.69, 0.1, 1) 0.1s,
        margin 0.3s cubic-bezier(0.34, 0.69, 0.1, 1) 0.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 0.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 0.1s linear, width 0.3s cubic-bezier(0.34, 0.69, 0.1, 1) 0.1s,
        margin 0.3s cubic-bezier(0.34, 0.69, 0.1, 1) 0.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, 0.92);
    --theme-arco-color-text-2: rgba(0, 0, 0, 0.65);
    --theme-arco-color-text-3: rgba(0, 0, 0, 0.55);
    --theme-arco-color-text-4: rgba(0, 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, 0.14);
    --theme-arco-color-border-2: rgba(0, 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%, 0.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%, 0.04);
    --theme-arco-color-mask-bg: rgba(29, 33, 41, 0.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%, 0.9);
    --theme-arco-color-text-2: hsla(0, 0%, 100%, 0.7);
    --theme-arco-color-text-3: hsla(0, 0%, 100%, 0.5);
    --theme-arco-color-text-4: hsla(0, 0%, 100%, 0.3);
    --theme-arco-color-fill-1: hsla(0, 0%, 100%, 0.04);
    --theme-arco-color-fill-2: hsla(0, 0%, 100%, 0.08);
    --theme-arco-color-fill-3: hsla(0, 0%, 100%, 0.12);
    --theme-arco-color-fill-4: hsla(0, 0%, 100%, 0.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), 0.2);
    --theme-arco-color-primary-light-2: rgba(var(--theme-arco-primary-6), 0.35);
    --theme-arco-color-primary-light-3: rgba(var(--theme-arco-primary-6), 0.5);
    --theme-arco-color-primary-light-4: rgba(var(--theme-arco-primary-6), 0.65);
    --theme-arco-color-secondary: rgba(var(--theme-arco-gray-9), 0.08);
    --theme-arco-color-secondary-hover: rgba(var(--theme-arco-gray-8), 0.16);
    --theme-arco-color-secondary-active: rgba(var(--theme-arco-gray-7), 0.24);
    --theme-arco-color-secondary-disabled: rgba(var(--theme-arco-gray-9), 0.08);
    --theme-arco-color-danger-light-1: rgba(var(--theme-arco-danger-6), 0.2);
    --theme-arco-color-danger-light-2: rgba(var(--theme-arco-danger-6), 0.35);
    --theme-arco-color-danger-light-3: rgba(var(--theme-arco-danger-6), 0.5);
    --theme-arco-color-danger-light-4: rgba(var(--theme-arco-danger-6), 0.65);
    --theme-arco-color-success-light-1: rgb(var(--theme-arco-success-6), 0.2);
    --theme-arco-color-success-light-2: rgb(var(--theme-arco-success-6), 0.35);
    --theme-arco-color-success-light-3: rgb(var(--theme-arco-success-6), 0.5);
    --theme-arco-color-success-light-4: rgb(var(--theme-arco-success-6), 0.65);
    --theme-arco-color-warning-light-1: rgb(var(--theme-arco-warning-6), 0.2);
    --theme-arco-color-warning-light-2: rgb(var(--theme-arco-warning-6), 0.35);
    --theme-arco-color-warning-light-3: rgb(var(--theme-arco-warning-6), 0.5);
    --theme-arco-color-warning-light-4: rgb(var(--theme-arco-warning-6), 0.65);
    --theme-arco-color-link-light-1: rgba(var(--theme-arco-link-6), 0.2);
    --theme-arco-color-link-light-2: rgba(var(--theme-arco-link-6), 0.35);
    --theme-arco-color-link-light-3: rgba(var(--theme-arco-link-6), 0.5);
    --theme-arco-color-link-light-4: rgba(var(--theme-arco-link-6), 0.65);
    --theme-arco-color-tooltip-bg: #373739;
    --theme-arco-color-spin-layer-bg: rgba(51, 51, 51, 0.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, 0.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, 0.25);
    --theme-arco-color-fill-black: #000;
    --theme-arco-color-fill-mask: rgba(0, 0, 0, 0.4);
    --theme-arco-color-fill-secondary-normal: rgba(0, 0, 0, 0.05);
    --theme-arco-color-fill-secondary-disabled: rgba(0, 0, 0, 0.03);
    --theme-arco-color-fill-secondary-hover: rgba(0, 0, 0, 0.08);
    --theme-arco-color-fill-secondary-pressed: rgba(0, 0, 0, 0.12);
    --theme-arco-color-fill-secondary-active: rgba(0, 0, 0, 0.1);
    --theme-arco-color-border-state-hover: rgba(0, 0, 0, 0.08);
    --theme-arco-color-border-state-normal: rgba(0, 0, 0, 0.05);
    --theme-arco-color-border-state-pressed: rgba(0, 0, 0, 0.121);
    --theme-arco-color-border-state-active: rgba(0, 0, 0, 0.101);
    --theme-arco-color-border-state-disabled: rgba(0, 0, 0, 0.031);
    --theme-arco-color-border-state-selected-hover: rgba(0, 0, 0, 0.08);
    --theme-arco-color-border-state-selected-pressed: rgba(0, 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, 0.15);
    --theme-arco-color-bg-function-error: rgba(234, 61, 76, 0.1);
    --theme-arco-color-bg-function-warning: rgba(225, 159, 11, 0.15);
    --theme-arco-color-bg-function-success: rgba(0, 158, 61, 0.15);
    --theme-arco-color-bg-auxiliary-cobalt: rgba(51, 127, 248, 0.15);
    --theme-arco-color-bg-auxiliary-yellow: rgba(225, 159, 11, 0.15);
    --theme-arco-color-bg-auxiliary-neutral: rgba(89, 89, 89, 0.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, 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, 0.15);
    --theme-arco-color-brand-green: #25f4ee;
    --theme-arco-color-brand-red: #f89900;
    --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, 0.4);
    --theme-arco-color-fill-secondary-normal: rgba(16, 162, 197, 0.149);
    --theme-arco-color-fill-secondary-disabled: #e5e5e5;
    --theme-arco-color-fill-secondary-hover: rgba(23, 127, 151, 0.2);
    --theme-arco-color-fill-secondary-pressed: rgba(26, 92, 108, 0.301);
    --theme-arco-color-fill-secondary-active: rgba(18, 104, 124, 0.25);
    --theme-arco-color-border-state-hover: rgba(0, 0, 0, 0.031);
    --theme-arco-color-border-state-normal: rgba(0, 0, 0, 0.031);
    --theme-arco-color-border-state-pressed: rgba(0, 0, 0, 0.121);
    --theme-arco-color-border-state-active: rgba(0, 0, 0, 0.101);
    --theme-arco-color-border-state-disabled: rgba(0, 0, 0, 0.031);
    --theme-arco-color-border-state-selected-hover: rgba(0, 0, 0, 0.149);
    --theme-arco-color-border-state-selected-pressed: rgba(0, 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%, 0.501);
    --theme-arco-color-bg-bg4: #fff;
    --theme-arco-color-bg-brand-selected: rgba(0, 153, 149, 0.1);
    --theme-arco-color-bg-function-error: rgba(234, 61, 76, 0.1);
    --theme-arco-color-bg-function-warning: rgba(255, 177, 2, 0.1);
    --theme-arco-color-bg-function-success: rgba(87, 172, 2, 0.1);
    --theme-arco-color-bg-auxiliary-cobalt: rgba(59, 135, 246, 0.1);
    --theme-arco-color-bg-auxiliary-yellow: rgba(255, 177, 2, 0.1);
    --theme-arco-color-bg-auxiliary-neutral: rgba(89, 89, 89, 0.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, 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, 0.1);
    --theme-arco-color-brand-green: #25f4ee;
    --theme-arco-color-brand-red: #f89900;
    --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, 0.65);
    font-weight: 500;
}
.theme-arco-btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    outline-color: rgba(0, 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, 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, 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, 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, 0.25);
}
.theme-arco-checkbox:hover .theme-arco-checkbox-mask {
    border-color: rgba(0, 0, 0, 0.55);
}
.theme-arco-checkbox:active .theme-arco-checkbox-mask {
    border-color: rgba(0, 0, 0, 0.92);
}
.theme-arco-checkbox-disabled .theme-arco-checkbox-mask {
    background-color: #f0f0f0;
    border-color: rgba(0, 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, 0.92);
}
.theme-arco-picker-container,
.theme-arco-picker-range-container {
    box-shadow: 0 8px 20px rgba(0, 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, 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, 0.25);
}
.theme-arco-picker-cell-in-view .theme-arco-picker-date-value {
    color: rgba(0, 0, 0, 0.92);
}
.theme-arco-picker-cell-disabled .theme-arco-picker-date-value {
    color: rgba(0, 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, 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, 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, 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, 0.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, 0.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, 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, 0.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, 0.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, 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, 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, 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, 0.121);
    border-radius: 4px;
}
.theme-arco-dropdown-menu-disabled {
    color: rgba(0, 0, 0, 0.25);
    font-weight: 500;
}
.theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-selected {
    background-color: rgba(0, 0, 0, 0.121);
    color: rgba(0, 0, 0, 0.92);
    font-weight: 500;
}
.theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-selected:hover {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.92);
}
.theme-arco-dropdown-menu-item.theme-arco-dropdown-menu-selected:active {
    background-color: rgba(0, 0, 0, 0.18);
}
.theme-arco-dropdown-menu-group-title {
    padding: 0 8px;
}
.theme-arco-dropdown-menu-pop-header {
    color: rgba(0, 0, 0, 0.92);
    font-weight: 500;
}
.theme-arco-dropdown-menu-pop-header:hover {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.92);
    font-weight: 500;
}
.theme-arco-dropdown-menu-pop-header:active {
    background-color: rgba(0, 0, 0, 0.121);
    border-radius: 4px;
    color: rgba(0, 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, 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, 0.14);
    border-radius: 0;
    border-right: 1px solid rgba(0, 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, 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, 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, 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, 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, 0.55);
    font-size: 12px;
    font-weight: 600;
}
.theme-arco-radio-text {
    color: rgba(0, 0, 0, 0.92);
}
.theme-arco-radio .theme-arco-radio-mask {
    border-color: rgba(0, 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, 0.55);
}
.theme-arco-radio:active .theme-arco-radio-mask {
    border-color: rgba(0, 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, 0.25);
}
.theme-arco-radio-mask:after {
    height: 14px;
    width: 14px;
}
.theme-arco-radio-checked .theme-arco-radio-mask:after {
    transform: scale(0.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, 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%, 0.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, 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, 0.14) 70%, transparent 80%) 0 0/100% 6px;
}
.theme-arco-steps-item-finish .theme-arco-steps-item-title {
    color: rgba(0, 0, 0, 0.55);
}
.theme-arco-steps-item-finish .theme-arco-steps-item-title:hover {
    color: rgba(0, 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, 0.92);
}
.theme-arco-steps-item-wait .theme-arco-steps-item-title {
    color: rgba(0, 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, 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, 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, 0.35);
    opacity: 0.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, 0.35);
    opacity: 0.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, 0.55);
}
.theme-arco-timepicker {
    padding: 4px 0;
}
.theme-arco-timepicker-container {
    box-shadow: 0 8px 20px rgba(0, 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, 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, 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, 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, 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(0.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(0.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(0.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(0.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, 0.12), 0 -4px 12px rgba(0, 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, 0.06);
}
.theme-arco-upload-list-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.theme-arco-upload-list-item-operation {
    right: 12px;
}
