/*!
 * @alifd/next@1.21.27 (https://fusion.design)
 * Copyright 2018-present Alibaba Group,
 * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
 */

    .next-number-picker-inline.next-small .next-before .next-btn {
      margin-right: 2px;
      margin-right: var(--number-picker-inline-s-button-margin, 2px);
      border-top-left-radius: 3px;
      border-top-left-radius: var(--number-picker-inline-s-button-corner, 3px);
      border-bottom-left-radius: 3px;
      border-bottom-left-radius: var(--number-picker-inline-s-button-corner, 3px); }
    .next-number-picker-inline.next-small .next-after .next-btn {
      margin-left: 2px;
      margin-left: var(--number-picker-inline-s-button-margin, 2px);
      border-top-right-radius: 3px;
      border-top-right-radius: var(--number-picker-inline-s-button-corner, 3px);
      border-bottom-right-radius: 3px;
      border-bottom-right-radius: var(--number-picker-inline-s-button-corner, 3px); }
  .next-number-picker-inline.next-medium {
    width: 100px;
    width: var(--number-picker-inline-m-input-width, 100px);
    min-width: 84px;
    min-width: calc(var(--form-element-medium-height, 28px)*3); }
    .next-number-picker-inline.next-medium .next-icon:before,
    .next-number-picker-inline.next-medium .next-icon .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
    .next-number-picker-inline.next-medium .next-btn {
      height: 28px;
      height: var(--form-element-medium-height, 28px); }
    .next-number-picker-inline.next-medium .next-before .next-btn {
      margin-right: 2px;
      margin-right: var(--number-picker-inline-m-button-margin, 2px);
      border-top-left-radius: 3px;
      border-top-left-radius: var(--number-picker-inline-m-button-corner, 3px);
      border-bottom-left-radius: 3px;
      border-bottom-left-radius: var(--number-picker-inline-m-button-corner, 3px); }
    .next-number-picker-inline.next-medium .next-after .next-btn {
      margin-left: 2px;
      margin-left: var(--number-picker-inline-m-button-margin, 2px);
      border-top-right-radius: 3px;
      border-top-right-radius: var(--number-picker-inline-m-button-corner, 3px);
      border-bottom-right-radius: 3px;
      border-bottom-right-radius: var(--number-picker-inline-m-button-corner, 3px); }
  .next-number-picker-inline.next-large {
    width: 128px;
    width: var(--number-picker-inline-l-input-width, 128px);
    min-width: 120px;
    min-width: calc(var(--form-element-large-height, 40px)*3); }
    .next-number-picker-inline.next-large .next-icon:before,
    .next-number-picker-inline.next-large .next-icon .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
    .next-number-picker-inline.next-large .next-btn {
      height: 40px;
      height: var(--form-element-large-height, 40px); }
    .next-number-picker-inline.next-large .next-before .next-btn {
      margin-right: 2px;
      margin-right: var(--number-picker-inline-l-button-margin, 2px);
      border-top-left-radius: 3px;
      border-top-left-radius: var(--number-picker-inline-l-button-corner, 3px);
      border-bottom-left-radius: 3px;
      border-bottom-left-radius: var(--number-picker-inline-l-button-corner, 3px); }
    .next-number-picker-inline.next-large .next-after .next-btn {
      margin-left: 2px;
      margin-left: var(--number-picker-inline-l-button-margin, 2px);
      border-top-right-radius: 3px;
      border-top-right-radius: var(--number-picker-inline-l-button-corner, 3px);
      border-bottom-right-radius: 3px;
      border-bottom-right-radius: var(--number-picker-inline-l-button-corner, 3px); }
  .next-number-picker-inline .next-btn.next-small {
    width: 20px;
    width: var(--form-element-small-height, 20px); }
  .next-number-picker-inline .next-btn.next-medium {
    width: 28px;
    width: var(--form-element-medium-height, 28px); }
  .next-number-picker-inline .next-btn.next-large {
    width: 40px;
    width: var(--form-element-large-height, 40px); }

.next-number-picker-normal[dir="rtl"] .next-btn:first-child {
  border-right: 1px solid #C4C6CF;
  border-right: 1px solid var(--color-line1-3, #C4C6CF);
  border-left: 0;
  border-top-right-radius: 0; }
  .next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-small {
    border-top-left-radius: 3px;
    border-top-left-radius: var(--form-element-small-corner, 3px); }
  .next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-medium {
    border-top-left-radius: 3px;
    border-top-left-radius: var(--form-element-medium-corner, 3px); }
  .next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-large {
    border-top-left-radius: 3px;
    border-top-left-radius: var(--form-element-large-corner, 3px); }

.next-number-picker-normal[dir="rtl"] .next-btn:last-child {
  border-right: 1px solid #C4C6CF;
  border-right: 1px solid var(--color-line1-3, #C4C6CF);
  border-left: 0;
  border-bottom-right-radius: 0; }
  .next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-small {
    border-bottom-left-radius: 3px;
    border-bottom-left-radius: var(--form-element-small-corner, 3px); }
  .next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-medium {
    border-bottom-left-radius: 3px;
    border-bottom-left-radius: var(--form-element-medium-corner, 3px); }
  .next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-large {
    border-bottom-left-radius: 3px;
    border-bottom-left-radius: var(--form-element-large-corner, 3px); }

.next-number-picker-normal[dir="rtl"] .next-input .next-input-control {
  padding-left: 0; }

.next-number-picker-inline[dir="rtl"] .next-before .next-btn {
  margin-right: 0; }
  .next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-small {
    margin-left: 2px;
    margin-left: var(--number-picker-inline-s-button-margin, 2px);
    border-top-right-radius: 3px !important;
    border-top-right-radius: var(--number-picker-inline-s-button-corner, 3px) !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-right-radius: var(--number-picker-inline-s-button-corner, 3px) !important; }
  .next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-medium {
    margin-left: 2px;
    margin-left: var(--number-picker-inline-m-button-margin, 2px);
    border-top-right-radius: 3px !important;
    border-top-right-radius: var(--number-picker-inline-m-button-corner, 3px) !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-right-radius: var(--number-picker-inline-m-button-corner, 3px) !important; }
  .next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-large {
    margin-left: 2px;
    margin-left: var(--number-picker-inline-l-button-margin, 2px);
    border-top-right-radius: 3px !important;
    border-top-right-radius: var(--number-picker-inline-l-button-corner, 3px) !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-right-radius: var(--number-picker-inline-l-button-corner, 3px) !important; }

.next-number-picker-inline[dir="rtl"] .next-after .next-btn {
  margin-left: 0; }
  .next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-small {
    margin-right: 2px;
    margin-right: var(--number-picker-inline-s-button-margin, 2px);
    border-top-left-radius: 3px !important;
    border-top-left-radius: var(--number-picker-inline-s-button-corner, 3px) !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-left-radius: var(--number-picker-inline-s-button-corner, 3px) !important; }
  .next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-medium {
    margin-right: 2px;
    margin-right: var(--number-picker-inline-m-button-margin, 2px);
    border-top-left-radius: 3px !important;
    border-top-left-radius: var(--number-picker-inline-m-button-corner, 3px) !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-left-radius: var(--number-picker-inline-m-button-corner, 3px) !important; }
  .next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-large {
    margin-right: 2px;
    margin-right: var(--number-picker-inline-l-button-margin, 2px);
    border-top-left-radius: 3px !important;
    border-top-left-radius: var(--number-picker-inline-l-button-corner, 3px) !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-left-radius: var(--number-picker-inline-l-button-corner, 3px) !important; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-overlay-wrapper .next-overlay-inner {
  z-index: 1001; }

.next-overlay-wrapper .next-overlay-backdrop {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: var(--color-calculate-mask-background, rgba(0, 0, 0, 0.2));
  transition: opacity 300ms ease;
  transition: opacity var(--motion-duration-standard, 300ms) var(--motion-ease, ease);
  opacity: 0; }

.next-overlay-wrapper.opened .next-overlay-backdrop {
  opacity: 1; }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-pagination[dir="rtl"] .next-pagination-total {
  margin-right: 0;
  margin-left: 16px;
  margin-left: var(--s-4, 16px); }

.next-pagination[dir="rtl"] .next-pagination-jump-go {
  margin-left: 0;
  margin-right: 4px;
  margin-right: var(--s-1, 4px); }

.next-pagination[dir="rtl"] .next-pagination-size-selector-title {
  margin-right: 0;
  margin-left: 4px;
  margin-left: var(--pagination-size-selector-title-margin-right, 4px); }

.next-pagination[dir="rtl"] .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
  border-left: none;
  border-right: 1px solid #DCDEE3;
  border-right: var(--line-1, 1px) solid var(--color-line1-2, #DCDEE3); }

.next-pagination[dir="rtl"] .next-pagination-pages + .next-pagination-size-selector,
.next-pagination[dir="rtl"] .next-pagination-size-selector + .next-pagination-pages {
  margin-left: 0;
  margin-right: 40px;
  margin-right: var(--s-10, 40px); }

.next-pagination[dir="rtl"].next-start .next-pagination-pages {
  float: left; }

.next-pagination[dir="rtl"].next-start .next-pagination-size-selector {
  float: right; }

.next-pagination[dir="rtl"].next-end .next-pagination-pages {
  float: right; }

.next-pagination[dir="rtl"].next-end .next-pagination-size-selector {
  float: left; }

.next-pagination[dir="rtl"].next-small .next-pagination-list {
  margin: 0 4px;
  margin: 0 var(--pagination-small-item-split, 4px); }

.next-pagination[dir="rtl"].next-small .next-pagination-total {
  line-height: 20px;
  line-height: var(--form-element-small-height, 20px);
  vertical-align: middle; }

.next-pagination[dir="rtl"].next-small .next-pagination-item {
  padding: 0 6px;
  padding: 0 calc(var(--s-2, 8px) - 2px);
  border-width: 1px;
  border-width: var(--pagination-small-item-border-width, 1px);
  border-radius: 3px;
  border-radius: var(--pagination-small-item-corner, 3px); }
  .next-pagination[dir="rtl"].next-small .next-pagination-item + .next-pagination-item {
    margin: 0 4px 0 0;
    margin: 0 var(--pagination-small-item-split, 4px) 0 0; }

.next-pagination[dir="rtl"].next-small .next-pagination-ellipsis {
  height: 20px;
  height: var(--form-element-small-height, 20px);
  line-height: 20px;
  line-height: var(--form-element-small-height, 20px);
  margin-left: 8px;
  margin-left: var(--pagination-ellipsis-margin, 8px);
  margin-right: 8px;
  margin-right: var(--pagination-ellipsis-margin, 8px); }
  .next-pagination[dir="rtl"].next-small .next-pagination-ellipsis:before,
  .next-pagination[dir="rtl"].next-small .next-pagination-ellipsis .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit; }

.next-pagination[dir="rtl"].next-small .next-pagination-display {
  font-size: 12px;
  font-size: var(--pagination-small-total-font-size, 12px); }
  .next-pagination[dir="rtl"].next-small .next-pagination-display em {
    font-size: 12px;
    font-size: var(--pagination-small-current-font-size, 12px); }

.next-pagination[dir="rtl"].next-small .next-pagination-jump-text {
  font-size: 12px;
  font-size: var(--pagination-small-jump-font-size, 12px); }

.next-pagination[dir="rtl"].next-small .next-pagination-jump-input {
  width: 28px;
  width: var(--pagination-small-input-width, 28px); }

.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-title {
  height: 20px;
  height: var(--form-element-small-height, 20px);
  line-height: 20px;
  line-height: var(--form-element-small-height, 20px);
  font-size: 12px;
  font-size: var(--pagination-small-jump-font-size, 12px);
  vertical-align: middle; }

.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-btn {
  padding: 0 8px;
  padding: 0 var(--pagination-small-size-selector-number-padding, 8px); }

.next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i {
  color: #666666;
  color: var(--pagination-arrow-color, #666666); }

.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i {
  color: #333333;
  color: var(--pagination-arrow-hover-color, #333333); }

.next-pagination[dir="rtl"].next-medium .next-pagination-list {
  margin: 0 4px;
  margin: 0 var(--pagination-item-split, 4px); }

.next-pagination[dir="rtl"].next-medium .next-pagination-total {
  line-height: 28px;
  line-height: var(--form-element-medium-height, 28px);
  vertical-align: middle; }

.next-pagination[dir="rtl"].next-medium .next-pagination-item {
  padding: 0 10px;
  padding: 0 calc(var(--s-3, 12px) - 2px);
  border-width: 1px;
  border-width: var(--pagination-item-border-width, 1px);
  border-radius: 3px;
  border-radius: var(--pagination-item-corner, 3px); }
  .next-pagination[dir="rtl"].next-medium .next-pagination-item + .next-pagination-item {
    margin: 0 4px 0 0;
    margin: 0 var(--pagination-item-split, 4px) 0 0; }

.next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis {
  height: 28px;
  height: var(--form-element-medium-height, 28px);
  line-height: 28px;
  line-height: var(--form-element-medium-height, 28px);
  margin-left: 8px;
  margin-left: var(--pagination-ellipsis-margin, 8px);
  margin-right: 8px;
  margin-right: var(--pagination-ellipsis-margin, 8px); }
  .next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis:before,
  .next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit; }

.next-pagination[dir="rtl"].next-medium .next-pagination-display {
  font-size: 12px;
  font-size: var(--pagination-total-font-size, 12px); }
  .next-pagination[dir="rtl"].next-medium .next-pagination-display em {
    font-size: 12px;
    font-size: var(--pagination-current-font-size, 12px); }

.next-pagination[dir="rtl"].next-medium .next-pagination-jump-text {
  font-size: 12px;
  font-size: var(--pagination-jump-font-size, 12px); }

.next-pagination[dir="rtl"].next-medium .next-pagination-jump-input {
  width: 36px;
  width: var(--pagination-input-width, 36px); }

.next-pagination[dir="rtl"].next-medium .next-pagination-size-selector-title {
  height: 28px;
  height: var(--form-element-medium-height, 28px);
  line-height: 28px;
  line-height: var(--form-element-medium-height, 28px);
  font-size: 12px;
  font-size: var(--pagination-jump-font-size, 12px);
  vertical-align: middle; }

.next-pagination[dir="rtl"].next-medium .next-pagination-size-selector-btn {
  padding: 0 12px;
  padding: 0 var(--pagination-size-selector-number-padding, 12px); }

.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i {
  color: #666666;
  color: var(--pagination-arrow-color, #666666); }

.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
  color: #333333;
  color: var(--pagination-arrow-hover-color, #333333); }

.next-pagination[dir="rtl"].next-large .next-pagination-list {
  margin: 0 8px;
  margin: 0 var(--pagination-large-item-split, 8px); }

.next-pagination[dir="rtl"].next-large .next-pagination-total {
  line-height: 40px;
  line-height: var(--form-element-large-height, 40px);
  vertical-align: middle; }

.next-pagination[dir="rtl"].next-large .next-pagination-item {
  padding: 0 15px;
  padding: 0 calc(var(--s-4, 16px) - 1px);
  border-width: 1px;
  border-width: var(--pagination-large-item-border-width, 1px);
  border-radius: 3px;
  border-radius: var(--pagination-large-item-corner, 3px); }
  .next-pagination[dir="rtl"].next-large .next-pagination-item + .next-pagination-item {
    margin: 0 8px 0 0;
    margin: 0 var(--pagination-large-item-split, 8px) 0 0; }

.next-pagination[dir="rtl"].next-large .next-pagination-ellipsis {
  height: 40px;
  height: var(--form-element-large-height, 40px);
  line-height: 40px;
  line-height: var(--form-element-large-height, 40px);
  margin-left: 8px;
  margin-left: var(--pagination-ellipsis-margin, 8px);
  margin-right: 8px;
  margin-right: var(--pagination-ellipsis-margin, 8px); }
  .next-pagination[dir="rtl"].next-large .next-pagination-ellipsis:before,
  .next-pagination[dir="rtl"].next-large .next-pagination-ellipsis .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit; }

.next-pagination[dir="rtl"].next-large .next-pagination-display {
  font-size: 16px;
  font-size: var(--pagination-large-total-font-size, 16px); }
  .next-pagination[dir="rtl"].next-large .next-pagination-display em {
    font-size: 16px;
    font-size: var(--pagination-large-current-font-size, 16px); }

.next-pagination[dir="rtl"].next-large .next-pagination-jump-text {
  font-size: 16px;
  font-size: var(--pagination-large-jump-font-size, 16px); }

.next-pagination[dir="rtl"].next-large .next-pagination-jump-input {
  width: 48px;
  width: var(--pagination-large-input-width, 48px); }

.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-title {
  height: 40px;
  height: var(--form-element-large-height, 40px);
  line-height: 40px;
  line-height: var(--form-element-large-height, 40px);
  font-size: 16px;
  font-size: var(--pagination-large-jump-font-size, 16px);
  vertical-align: middle; }

.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-btn {
  padding: 0 16px;
  padding: 0 var(--pagination-large-size-selector-number-padding, 16px); }

.next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i {
  color: #666666;
  color: var(--pagination-arrow-color, #666666); }

.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i {
  color: #333333;
  color: var(--pagination-arrow-hover-color, #333333); }

.next-pagination {
  box-sizing: border-box;
  font-size: 0; }
  .next-pagination *,
  .next-pagination *:before,
  .next-pagination *:after {
    box-sizing: border-box; }
  .next-pagination:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both; }
  .next-pagination-total {
    display: inline-block;
    font-size: 14px;
    font-size: var(--font-size-body-2, 14px);
    margin-right: 16px;
    margin-right: var(--s-4, 16px); }
  .next-pagination-pages {
    display: inline-block; }
  .next-pagination-list {
    display: inline-block;
    vertical-align: top; }
  .next-pagination .next-pagination-item:not([disabled]) {
    display: inline-block;
    border-style: solid;
    border-style: var(--pagination-item-border-style, solid);
    border-color: #C4C6CF;
    border-color: var(--pagination-item-border-color, #C4C6CF);
    background: #FFFFFF;
    background: var(--pagination-item-bg, #FFFFFF);
    color: #333333;
    color: var(--pagination-item-color, #333333);
    box-shadow: none;
    box-shadow: var(--pagination-item-shadow, none); }
  .next-pagination .next-pagination-item.next-current {
    border-color: #5584FF;
    border-color: var(--pagination-item-current-border-color, #5584FF);
    background: #5584FF;
    background: var(--pagination-item-current-bg, #5584FF);
    color: #FFFFFF;
    color: var(--pagination-item-current-color, #FFFFFF);
    box-shadow: none;
    box-shadow: var(--pagination-item-current-shadow, none); }
  .next-pagination .next-pagination-item.next-current:hover, .next-pagination .next-pagination-item.next-current:focus {
    border-color: transparent;
    border-color: var(--pagination-item-current-hover-border-color, transparent);
    background: #3E71F7;
    background: var(--pagination-item-current-hover-bg, #3E71F7);
    color: #FFFFFF;
    color: var(--pagination-item-current-hover-color, #FFFFFF);
    box-shadow: none;
    box-shadow: var(--pagination-item-current-hover-shadow, none); }
  .next-pagination-ellipsis {
    display: inline-block;
    color: #999999;
    color: var(--pagination-ellipsis-color, #999999);
    vertical-align: top; }
  .next-pagination-display {
    display: inline-block;
    margin: 0 16px;
    margin: 0 var(--s-4, 16px);
    color: #333333;
    color: var(--pagination-total-color, #333333);
    vertical-align: middle; }
    .next-pagination-display em {
      font-style: normal;
      color: #5584FF;
      color: var(--pagination-current-color, #5584FF); }
  .next-pagination-jump-text {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    color: var(--pagination-jump-color, #999999); }
  .next-pagination-jump-input {
    margin: 0 4px;
    margin: 0 var(--pagination-input-margin, 4px);
    vertical-align: top; }
  .next-pagination-jump-go {
    margin-left: 4px;
    margin-left: var(--s-1, 4px);
    vertical-align: top; }
  .next-pagination-size-selector {
    display: inline-block;
    position: relative; }
    .next-pagination-size-selector-title {
      margin-right: 4px;
      margin-right: var(--pagination-size-selector-title-margin-right, 4px);
      color: #999999;
      color: var(--pagination-size-selector-title-color, #999999); }
    .next-pagination-size-selector-filter {
      display: inline-block;
      vertical-align: middle; }
    .next-pagination-size-selector-dropdown {
      vertical-align: top;
      min-width: 64px;
      min-width: var(--s-16, 64px); }
    .next-pagination-size-selector-dropdown .next-select-inner {
      min-width: 64px;
      min-width: var(--s-16, 64px); }
    .next-pagination-size-selector-popup {
      min-width: 64px;
      min-width: var(--s-16, 64px); }
    .next-pagination-size-selector-btn.next-btn-text {
      height: initial;
      line-height: initial;
      color: #666666;
      color: var(--pagination-size-selector-filter-color, #666666);
      border-radius: 0; }
      .next-pagination-size-selector-btn.next-btn-text.next-current {
        color: #5584FF;
        color: var(--pagination-size-selector-filter-current-color, #5584FF); }
      .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
        border-left: 1px solid #DCDEE3;
        border-left: var(--line-1, 1px) solid var(--color-line1-2, #DCDEE3); }
  .next-pagination-pages + .next-pagination-size-selector,
  .next-pagination-size-selector + .next-pagination-pages {
    margin-left: 40px;
    margin-left: var(--s-10, 40px); }
  .next-pagination.next-hide {
    display: none; }
  .next-pagination.next-start .next-pagination-pages {
    float: right; }
  .next-pagination.next-start .next-pagination-size-selector {
    float: left; }
  .next-pagination.next-end .next-pagination-pages {
    float: left; }
  .next-pagination.next-end .next-pagination-size-selector {
    float: right; }
  .next-pagination.next-small .next-pagination-list {
    margin: 0 4px;
    margin: 0 var(--pagination-small-item-split, 4px); }
  .next-pagination.next-small .next-pagination-total {
    line-height: 20px;
    line-height: var(--form-element-small-height, 20px);
    vertical-align: middle; }
  .next-pagination.next-small .next-pagination-item {
    padding: 0 6px;
    padding: 0 calc(var(--s-2, 8px) - 2px);
    border-width: 1px;
    border-width: var(--pagination-small-item-border-width, 1px);
    border-radius: 3px;
    border-radius: var(--pagination-small-item-corner, 3px); }
    .next-pagination.next-small .next-pagination-item + .next-pagination-item {
      margin: 0 0 0 4px;
      margin: 0 0 0 var(--pagination-small-item-split, 4px); }
  .next-pagination.next-small .next-pagination-ellipsis {
    height: 20px;
    height: var(--form-element-small-height, 20px);
    line-height: 20px;
    line-height: var(--form-element-small-height, 20px);
    margin-left: 8px;
    margin-left: var(--pagination-ellipsis-margin, 8px);
    margin-right: 8px;
    margin-right: var(--pagination-ellipsis-margin, 8px); }
    .next-pagination.next-small .next-pagination-ellipsis:before,
    .next-pagination.next-small .next-pagination-ellipsis .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
  .next-pagination.next-small .next-pagination-display {
    font-size: 12px;
    font-size: var(--pagination-small-total-font-size, 12px); }
    .next-pagination.next-small .next-pagination-display em {
      font-size: 12px;
      font-size: var(--pagination-small-current-font-size, 12px); }
  .next-pagination.next-small .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--pagination-small-jump-font-size, 12px); }
  .next-pagination.next-small .next-pagination-jump-input {
    width: 28px;
    width: var(--pagination-small-input-width, 28px); }
  .next-pagination.next-small .next-pagination-size-selector-title {
    height: 20px;
    height: var(--form-element-small-height, 20px);
    line-height: 20px;
    line-height: var(--form-element-small-height, 20px);
    font-size: 12px;
    font-size: var(--pagination-small-jump-font-size, 12px);
    vertical-align: middle; }
  .next-pagination.next-small .next-pagination-size-selector-btn {
    padding: 0 8px;
    padding: 0 var(--pagination-small-size-selector-number-padding, 8px); }
  .next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i,
  .next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i {
    color: #666666;
    color: var(--pagination-arrow-color, #666666); }
  .next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
  .next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i {
    color: #333333;
    color: var(--pagination-arrow-hover-color, #333333); }
  .next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next {
    width: 20px;
    width: var(--s-5, 20px);
    padding: 0; }
    .next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next .next-icon {
      margin: 0 auto; }
  .next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev {
    width: 20px;
    width: var(--s-5, 20px);
    padding: 0; }
    .next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
      margin: 0 auto; }
  .next-pagination.next-small.next-no-border .next-pagination-item.next-prev, .next-pagination.next-small.next-no-border .next-pagination-item.next-next {
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none; }
    .next-pagination.next-small.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-small.next-no-border .next-pagination-item.next-next .next-icon {
      margin: 0; }
  .next-pagination.next-small.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i,
  .next-pagination.next-small.next-no-border .next-pagination-item.next-next:not([disabled]):hover i {
    color: #5584FF;
    color: var(--pagination-arrow-hover-color-noboder, #5584FF); }
  .next-pagination.next-small.next-no-border .next-pagination-display {
    margin: 0 8px;
    margin: 0 var(--s-2, 8px); }
  .next-pagination.next-small.next-mini .next-pagination-item.next-prev {
    margin-right: 4px;
    margin-right: var(--s-1, 4px); }
  .next-pagination.next-small.next-mini .next-pagination-item.next-next {
    margin-left: 4px;
    margin-left: var(--s-1, 4px); }
  .next-pagination.next-medium .next-pagination-list {
    margin: 0 4px;
    margin: 0 var(--pagination-item-split, 4px); }
  .next-pagination.next-medium .next-pagination-total {
    line-height: 28px;
    line-height: var(--form-element-medium-height, 28px);
    vertical-align: middle; }
  .next-pagination.next-medium .next-pagination-item {
    padding: 0 10px;
    padding: 0 calc(var(--s-3, 12px) - 2px);
    border-width: 1px;
    border-width: var(--pagination-item-border-width, 1px);
    border-radius: 3px;
    border-radius: var(--pagination-item-corner, 3px); }
    .next-pagination.next-medium .next-pagination-item + .next-pagination-item {
      margin: 0 0 0 4px;
      margin: 0 0 0 var(--pagination-item-split, 4px); }
  .next-pagination.next-medium .next-pagination-ellipsis {
    height: 28px;
    height: var(--form-element-medium-height, 28px);
    line-height: 28px;
    line-height: var(--form-element-medium-height, 28px);
    margin-left: 8px;
    margin-left: var(--pagination-ellipsis-margin, 8px);
    margin-right: 8px;
    margin-right: var(--pagination-ellipsis-margin, 8px); }
    .next-pagination.next-medium .next-pagination-ellipsis:before,
    .next-pagination.next-medium .next-pagination-ellipsis .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
  .next-pagination.next-medium .next-pagination-display {
    font-size: 12px;
    font-size: var(--pagination-total-font-size, 12px); }
    .next-pagination.next-medium .next-pagination-display em {
      font-size: 12px;
      font-size: var(--pagination-current-font-size, 12px); }
  .next-pagination.next-medium .next-pagination-jump-text {
    font-size: 12px;
    font-size: var(--pagination-jump-font-size, 12px); }
  .next-pagination.next-medium .next-pagination-jump-input {
    width: 36px;
    width: var(--pagination-input-width, 36px); }
  .next-pagination.next-medium .next-pagination-size-selector-title {
    height: 28px;
    height: var(--form-element-medium-height, 28px);
    line-height: 28px;
    line-height: var(--form-element-medium-height, 28px);
    font-size: 12px;
    font-size: var(--pagination-jump-font-size, 12px);
    vertical-align: middle; }
  .next-pagination.next-medium .next-pagination-size-selector-btn {
    padding: 0 12px;
    padding: 0 var(--pagination-size-selector-number-padding, 12px); }
  .next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i,
  .next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i {
    color: #666666;
    color: var(--pagination-arrow-color, #666666); }
  .next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
  .next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
    color: #333333;
    color: var(--pagination-arrow-hover-color, #333333); }
  .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next {
    width: 28px;
    width: var(--s-7, 28px);
    padding: 0; }
    .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next .next-icon {
      margin: 0 auto; }
  .next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev {
    width: 28px;
    width: var(--s-7, 28px);
    padding: 0; }
    .next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
      margin: 0 auto; }
  .next-pagination.next-medium.next-no-border .next-pagination-item.next-prev, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next {
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none; }
    .next-pagination.next-medium.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next .next-icon {
      margin: 0; }
  .next-pagination.next-medium.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i,
  .next-pagination.next-medium.next-no-border .next-pagination-item.next-next:not([disabled]):hover i {
    color: #5584FF;
    color: var(--pagination-arrow-hover-color-noboder, #5584FF); }
  .next-pagination.next-medium.next-no-border .next-pagination-display {
    margin: 0 12px;
    margin: 0 var(--s-3, 12px); }
  .next-pagination.next-medium.next-mini .next-pagination-item.next-prev {
    margin-right: 4px;
    margin-right: var(--s-1, 4px); }
  .next-pagination.next-medium.next-mini .next-pagination-item.next-next {
    margin-left: 4px;
    margin-left: var(--s-1, 4px); }
  .next-pagination.next-large .next-pagination-list {
    margin: 0 8px;
    margin: 0 var(--pagination-large-item-split, 8px); }
  .next-pagination.next-large .next-pagination-total {
    line-height: 40px;
    line-height: var(--form-element-large-height, 40px);
    vertical-align: middle; }
  .next-pagination.next-large .next-pagination-item {
    padding: 0 15px;
    padding: 0 calc(var(--s-4, 16px) - 1px);
    border-width: 1px;
    border-width: var(--pagination-large-item-border-width, 1px);
    border-radius: 3px;
    border-radius: var(--pagination-large-item-corner, 3px); }
    .next-pagination.next-large .next-pagination-item + .next-pagination-item {
      margin: 0 0 0 8px;
      margin: 0 0 0 var(--pagination-large-item-split, 8px); }
  .next-pagination.next-large .next-pagination-ellipsis {
    height: 40px;
    height: var(--form-element-large-height, 40px);
    line-height: 40px;
    line-height: var(--form-element-large-height, 40px);
    margin-left: 8px;
    margin-left: var(--pagination-ellipsis-margin, 8px);
    margin-right: 8px;
    margin-right: var(--pagination-ellipsis-margin, 8px); }
    .next-pagination.next-large .next-pagination-ellipsis:before,
    .next-pagination.next-large .next-pagination-ellipsis .next-icon-remote {
      width: 16px;
      font-size: 16px;
      line-height: inherit; }
  .next-pagination.next-large .next-pagination-display {
    font-size: 16px;
    font-size: var(--pagination-large-total-font-size, 16px); }
    .next-pagination.next-large .next-pagination-display em {
      font-size: 16px;
      font-size: var(--pagination-large-current-font-size, 16px); }
  .next-pagination.next-large .next-pagination-jump-text {
    font-size: 16px;
    font-size: var(--pagination-large-jump-font-size, 16px); }
  .next-pagination.next-large .next-pagination-jump-input {
    width: 48px;
    width: var(--pagination-large-input-width, 48px); }
  .next-pagination.next-large .next-pagination-size-selector-title {
    height: 40px;
    height: var(--form-element-large-height, 40px);
    line-height: 40px;
    line-height: var(--form-element-large-height, 40px);
    font-size: 16px;
    font-size: var(--pagination-large-jump-font-size, 16px);
    vertical-align: middle; }
  .next-pagination.next-large .next-pagination-size-selector-btn {
    padding: 0 16px;
    padding: 0 var(--pagination-large-size-selector-number-padding, 16px); }
  .next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i,
  .next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i {
    color: #666666;
    color: var(--pagination-arrow-color, #666666); }
  .next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
  .next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i {
    color: #333333;
    color: var(--pagination-arrow-hover-color, #333333); }
  .next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next {
    width: 40px;
    width: var(--s-10, 40px);
    padding: 0; }
    .next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next .next-icon {
      margin: 0 auto; }
  .next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev {
    width: 40px;
    width: var(--s-10, 40px);
    padding: 0; }
    .next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
      margin: 0 auto; }
  .next-pagination.next-large.next-no-border .next-pagination-item.next-prev, .next-pagination.next-large.next-no-border .next-pagination-item.next-next {
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none; }
    .next-pagination.next-large.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-large.next-no-border .next-pagination-item.next-next .next-icon {
      margin: 0; }
  .next-pagination.next-large.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i,
  .next-pagination.next-large.next-no-border .next-pagination-item.next-next:not([disabled]):hover i {
    color: #5584FF;
    color: var(--pagination-arrow-hover-color-noboder, #5584FF); }
  .next-pagination.next-large.next-no-border .next-pagination-display {
    margin: 0 16px;
    margin: 0 var(--s-4, 16px); }
  .next-pagination.next-large.next-mini .next-pagination-item.next-prev {
    margin-right: 8px;
    margin-right: var(--s-2, 8px); }
  .next-pagination.next-large.next-mini .next-pagination-item.next-next {
    margin-left: 8px;
    margin-left: var(--s-2, 8px); }
  .next-pagination-icon-prev::before {
    content: "\E61D";
    content: var(--pagination-icon-prev-content, "\E61D"); }
  .next-pagination-icon-next::before {
    content: "\E619";
    content: var(--pagination-icon-next-content, "\E619"); }
  .next-pagination-icon-ellipsis::before {
    content: "\E654";
    content: var(--pagination-icon-ellipsis-content, "\E654"); }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-paragraph {
  color: #333333;
  color: var(--paragraph-text-color, #333333); }
  .next-paragraph-short {
    line-height: 1.5;
    line-height: var(--paragraph-s-line-height, 1.5); }
  .next-paragraph-long {
    line-height: 1.7;
    line-height: var(--paragraph-l-line-height, 1.7); }
  .next-paragraph-small {
    font-size: 12px;
    font-size: var(--paragraph-s-font-size, 12px); }
  .next-paragraph-medium {
    font-size: 14px;
    font-size: var(--paragraph-m-font-size, 14px); }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-progress-circle[dir=rtl] .next-progress-circle-container {
  transform: scaleX(-1); }

.next-progress-line[dir=rtl] .next-progress-line-overlay {
  left: auto;
  right: 0; }

.next-progress-line {
  box-sizing: border-box; }
  .next-progress-line *,
  .next-progress-line *:before,
  .next-progress-line *:after {
    box-sizing: border-box; }
  .next-progress-line {
    width: 100%;
    display: inline-block;
    position: relative; }
    .next-progress-line-container {
      display: inline-block;
      width: 100%;
      vertical-align: middle; }
    .next-progress-line-underlay {
      position: relative;
      overflow: hidden;
      width: 100%;
      background-color: #EBECF0;
      background-color: var(--progress-line-underlay-color, #EBECF0); }
    .next-progress-line-overlay {
      position: absolute;
      left: 0;
      top: 0;
      transition: all 300ms ease;
      transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease); }
      .next-progress-line-overlay-normal {
        background-color: #5584FF;
        background-color: var(--progress-line-normal-color, #5584FF); }
      .next-progress-line-overlay-success {
        background-color: #46BC15;
        background-color: var(--progress-line-success-color, #46BC15); }
      .next-progress-line-overlay-error {
        background-color: #FF3000;
        background-color: var(--progress-line-error-color, #FF3000); }
      .next-progress-line-overlay-started {
        background-color: #FF3000;
        background-color: var(--progress-line-started-color, #FF3000); }
      .next-progress-line-overlay-middle {
        background-color: #FF9300;
        background-color: var(--progress-line-middle-color, #FF9300); }
      .next-progress-line-overlay-finishing {
        background-color: #46BC15;
        background-color: var(--progress-line-finishing-color, #46BC15); }
  .next-progress-line.next-small .next-progress-line-underlay {
    border-radius: 20px;
    border-radius: var(--progress-line-radius-s, 20px);
    height: 4px;
    height: var(--progress-line-height-size-s, 4px); }
  .next-progress-line.next-small .next-progress-line-overlay {
    height: 4px;
    height: var(--progress-line-height-size-s, 4px);
    border-radius: 20px;
    border-radius: var(--progress-line-radius-s, 20px);
    top: 50%;
    margin-top: -2px;
    margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2); }
  .next-progress-line.next-small .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-s, 12px);
    line-height: 4px;
    line-height: var(--progress-line-height-size-s, 4px); }
  .next-progress-line.next-medium .next-progress-line-underlay {
    border-radius: 20px;
    border-radius: var(--progress-line-radius-m, 20px);
    height: 8px;
    height: var(--progress-line-height-size-m, 8px); }
  .next-progress-line.next-medium .next-progress-line-overlay {
    height: 8px;
    height: var(--progress-line-height-size-m, 8px);
    border-radius: 20px;
    border-radius: var(--progress-line-radius-m, 20px);
    top: 50%;
    margin-top: -4px;
    margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2); }
  .next-progress-line.next-medium .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-m, 12px);
    line-height: 8px;
    line-height: var(--progress-line-height-size-m, 8px); }
  .next-progress-line.next-large .next-progress-line-underlay {
    border-radius: 20px;
    border-radius: var(--progress-line-radius-l, 20px);
    height: 12px;
    height: var(--progress-line-height-size-l, 12px); }
  .next-progress-line.next-large .next-progress-line-overlay {
    height: 12px;
    height: var(--progress-line-height-size-l, 12px);
    border-radius: 20px;
    border-radius: var(--progress-line-radius-l, 20px);
    top: 50%;
    margin-top: -6px;
    margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); }
  .next-progress-line.next-large .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-l, 12px);
    line-height: 12px;
    line-height: var(--progress-line-height-size-l, 12px); }
  .next-progress-line-show-info .next-progress-line-container {
    padding-right: 60px;
    margin-right: -60px; }
  .next-progress-line-show-info .next-progress-line-text {
    width: 50px;
    text-align: left;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    color: #333333;
    color: var(--progress-line-font-color, #333333); }
  .next-progress-line-show-border .next-progress-line-underlay {
    border: 1px solid #DCDEE3;
    border: var(--progress-line-underlay-border-width, 1px) solid var(--progress-line-underlay-border-color, #DCDEE3); }
  .next-progress-line-show-border.next-small .next-progress-line-underlay {
    border-radius: 20px;
    border-radius: var(--progress-line-radius-s, 20px);
    height: 6px;
    height: calc(var(--progress-line-height-size-s, 4px) + 2*var(--progress-line-underlay-border-width, 1px)); }
  .next-progress-line-show-border.next-small .next-progress-line-overlay {
    height: 4px;
    height: var(--progress-line-height-size-s, 4px);
    border-radius: 20px;
    border-radius: var(--progress-line-radius-s, 20px);
    top: 50%;
    margin-top: -2px;
    margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2); }
  .next-progress-line-show-border.next-small .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-s, 12px);
    line-height: 6px;
    line-height: calc(var(--progress-line-height-size-s, 4px) + 2*var(--progress-line-underlay-border-width, 1px)); }
  .next-progress-line-show-border.next-medium .next-progress-line-underlay {
    border-radius: 20px;
    border-radius: var(--progress-line-radius-m, 20px);
    height: 10px;
    height: calc(var(--progress-line-height-size-m, 8px) + 2*var(--progress-line-underlay-border-width, 1px)); }
  .next-progress-line-show-border.next-medium .next-progress-line-overlay {
    height: 8px;
    height: var(--progress-line-height-size-m, 8px);
    border-radius: 20px;
    border-radius: var(--progress-line-radius-m, 20px);
    top: 50%;
    margin-top: -4px;
    margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2); }
  .next-progress-line-show-border.next-medium .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-m, 12px);
    line-height: 10px;
    line-height: calc(var(--progress-line-height-size-m, 8px) + 2*var(--progress-line-underlay-border-width, 1px)); }
  .next-progress-line-show-border.next-large .next-progress-line-underlay {
    border-radius: 20px;
    border-radius: var(--progress-line-radius-l, 20px);
    height: 14px;
    height: calc(var(--progress-line-height-size-l, 12px) + 2*var(--progress-line-underlay-border-width, 1px)); }
  .next-progress-line-show-border.next-large .next-progress-line-overlay {
    height: 12px;
    height: var(--progress-line-height-size-l, 12px);
    border-radius: 20px;
    border-radius: var(--progress-line-radius-l, 20px);
    top: 50%;
    margin-top: -6px;
    margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); }
  .next-progress-line-show-border.next-large .next-progress-line-text {
    font-size: 12px;
    font-size: var(--progress-line-font-l, 12px);
    line-height: 14px;
    line-height: calc(var(--progress-line-height-size-l, 12px) + 2*var(--progress-line-underlay-border-width, 1px)); }

.next-progress-circle {
  box-sizing: border-box; }
  .next-progress-circle *,
  .next-progress-circle *:before,
  .next-progress-circle *:after {
    box-sizing: border-box; }
  .next-progress-circle {
    position: relative;
    display: inline-block; }
    .next-progress-circle-underlay {
      stroke-width: 8px;
      stroke-width: var(--progress-circle-underlay-width, 8px);
      stroke: #EBECF0;
      stroke: var(--progress-circle-underlay-color, #EBECF0); }
    .next-progress-circle-overlay {
      transition: all 300ms ease;
      transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease);
      stroke-linecap: round;
      stroke-linecap: var(--progress-circle-corner, round);
      stroke-width: 8px;
      stroke-width: var(--progress-circle-overlay-width, 8px); }
      .next-progress-circle-overlay-normal {
        stroke: #5584FF;
        stroke: var(--progress-circle-normal-color, #5584FF); }
      .next-progress-circle-overlay-success {
        stroke: #46BC15;
        stroke: var(--progress-circle-success-color, #46BC15); }
      .next-progress-circle-overlay-error {
        stroke: #FF3000;
        stroke: var(--progress-circle-error-color, #FF3000); }
      .next-progress-circle-overlay-started {
        stroke: #FF3000;
        stroke: var(--progress-circle-started-color, #FF3000); }
      .next-progress-circle-overlay-middle {
        stroke: #FF9300;
        stroke: var(--progress-circle-middle-color, #FF9300); }
      .next-progress-circle-overlay-finishing {
        stroke: #46BC15;
        stroke: var(--progress-circle-finishing-color, #46BC15); }
  .next-progress-circle.next-small {
    width: 100px;
    width: var(--progress-circle-size-s, 100px);
    height: 100px;
    height: var(--progress-circle-size-s, 100px);
    font-size: 20px;
    font-size: var(--progress-circle-font-s, 20px); }
  .next-progress-circle.next-medium {
    width: 116px;
    width: var(--progress-circle-size-m, 116px);
    height: 116px;
    height: var(--progress-circle-size-m, 116px);
    font-size: 24px;
    font-size: var(--progress-circle-font-m, 24px); }
  .next-progress-circle.next-large {
    width: 132px;
    width: var(--progress-circle-size-l, 132px);
    height: 132px;
    height: var(--progress-circle-size-l, 132px);
    font-size: 36px;
    font-size: var(--progress-circle-font-l, 36px); }
  .next-progress-circle-text {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 300ms ease;
    transition: transform var(--motion-duration-standard, 300ms) var(--motion-ease, ease);
    color: #333333;
    color: var(--progress-circle-text-color, #333333); }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-radio-button-large[dir='rtl'] > label:first-child {
  margin-left: -1px;
  border-top-right-radius: 3px;
  border-top-right-radius: var(--radio-button-corner-large, 3px);
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: var(--radio-button-corner-large, 3px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.next-radio-button-large[dir='rtl'] > label:last-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-left-radius: var(--radio-button-corner-large, 3px);
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: var(--radio-button-corner-large, 3px); }

.next-radio-button-large[dir='rtl'] .next-radio-label {
  height: 38px;
  height: calc(var(--radio-button-height-large, 40px) - 2px);
  line-height: 38px;
  line-height: calc(var(--radio-button-height-large, 40px) - 2px);
  font-size: 16px;
  font-size: var(--radio-button-font-size-large, 16px); }

.next-radio-button-medium[dir='rtl'] > label:first-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-top-right-radius: var(--radio-button-corner-medium, 3px);
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: var(--radio-button-corner-medium, 3px); }

.next-radio-button-medium[dir='rtl'] > label:last-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-left-radius: var(--radio-button-corner-medium, 3px);
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: var(--radio-button-corner-medium, 3px); }

.next-radio-button-small[dir='rtl'] > label:first-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-top-right-radius: var(--radio-button-corner-small, 3px);
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: var(--radio-button-corner-small, 3px); }

.next-radio-button-small[dir='rtl'] > label:last-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-left-radius: var(--radio-button-corner-small, 3px);
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: var(--radio-button-corner-small, 3px); }

.next-radio-wrapper[dir='rtl'] .next-radio-label {
  margin-left: 0;
  margin-right: 4px; }

.next-radio-group[dir='rtl'] .next-radio-label {
  margin-right: 4px;
  margin-left: 16px; }

.next-radio-button[dir='rtl'] > label .next-radio-label {
  margin: 0; }

.next-radio-wrapper {
  outline: 0; }
  .next-radio-wrapper .next-radio {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 1; }
    .next-radio-wrapper .next-radio *,
    .next-radio-wrapper .next-radio *:before,
    .next-radio-wrapper .next-radio *:after {
      box-sizing: border-box; }
    .next-radio-wrapper .next-radio input[type="radio"] {
      opacity: 0;
      position: absolute;
      vertical-align: middle;
      top: 0;
      left: 0;
      width: 16px;
      width: var(--radio-width, 16px);
      height: 16px;
      height: var(--radio-width, 16px);
      margin: 0;
      cursor: pointer; }
  .next-radio-wrapper .next-radio-inner {
    /* 动画待定 */
    /* &.mouseDown { */
    /*     transform: scale3d(.7, .7, .7); */
    /*     transition: transform .2s linear; */
    /* } */
    /* &.mouseUp { */
    /*     transform: scale3d(1, 1, 1); */
    /*     transition: transform .2s linear; */
    /* } */
    display: block;
    width: 16px;
    width: var(--radio-width, 16px);
    height: 16px;
    height: var(--radio-width, 16px);
    background: #FFFFFF;
    background: var(--radio-bg-color, #FFFFFF);
    border-radius: 50%;
    border-radius: var(--radio-radius-size, 50%);
    border: 1px solid #C4C6CF;
    border: var(--radio-circle-border-width, 1px) solid var(--radio-border-color, #C4C6CF);
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    box-shadow: none;
    box-shadow: var(--radio-shadow, none); }
    .next-radio-wrapper .next-radio-inner:after {
      transform: scale(0);
      position: absolute;
      border-radius: 50%;
      border-radius: var(--radio-radius-size, 50%);
      top: 50%;
      margin-top: -2px;
      margin-top: calc(0px - var(--radio-circle-size, 4px)/2);
      left: 50%;
      margin-left: -2px;
      margin-left: calc(0px - var(--radio-circle-size, 4px)/2);
      background: #FFFFFF;
      content: '';
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-radio-wrapper.checked .next-radio-inner {
    border-color: #5584FF;
    border-color: var(--radio-checked-border-color, #5584FF);
    background: #5584FF;
    background: var(--radio-checked-bg-color, #5584FF); }
    .next-radio-wrapper.checked .next-radio-inner:after {
      width: 4px;
      width: var(--radio-circle-size, 4px);
      height: 4px;
      height: var(--radio-circle-size, 4px);
      font-weight: bold;
      background: #FFFFFF;
      background: var(--radio-checked-circle-color, #FFFFFF);
      transform: scale(1); }
  .next-radio-wrapper.checked:hover .next-radio-inner, .next-radio-wrapper.checked.hovered .next-radio-inner {
    border-color: transparent;
    border-color: var(--radio-checked-hovered-border-color, transparent); }
  .next-radio-wrapper.disabled input[type="radio"] {
    cursor: not-allowed; }
  .next-radio-wrapper.disabled .next-radio-inner {
    border-color: #E6E7EB;
    border-color: var(--radio-disabled-border-color, #E6E7EB);
    background: #F7F8FA;
    background: var(--radio-disabled-bg-color, #F7F8FA); }
    .next-radio-wrapper.disabled .next-radio-inner:after {
      background: #CCCCCC;
      background: var(--radio-disabled-circle-color, #CCCCCC); }
    .next-radio-wrapper.disabled .next-radio-inner:hover, .next-radio-wrapper.disabled .next-radio-inner.hovered {
      border-color: #E6E7EB;
      border-color: var(--radio-disabled-border-color, #E6E7EB); }
  .next-radio-wrapper.disabled.checked .next-radio-inner {
    border-color: #E6E7EB;
    border-color: var(--radio-checked-disabled-border-color, #E6E7EB);
    background: #F7F8FA;
    background: var(--radio-checked-disabled-bg-color, #F7F8FA); }
    .next-radio-wrapper.disabled.checked .next-radio-inner:after {
      background: #CCCCCC;
      background: var(--radio-checked-disabled-circle-color, #CCCCCC); }
  .next-radio-wrapper.disabled .next-radio-label {
    color: #CCCCCC;
    color: var(--radio-normal-font-color-disabled, #CCCCCC); }
  .next-radio-wrapper:not(.disabled):hover .next-radio-inner, .next-radio-wrapper:not(.disabled).hovered .next-radio-inner {
    border-color: #5584FF;
    border-color: var(--radio-hovered-border-color, #5584FF);
    background-color: #DEE8FF;
    background-color: var(--radio-hovered-bg-color, #DEE8FF); }
  .next-radio-wrapper:not(.disabled):hover .next-radio-label, .next-radio-wrapper:not(.disabled).hovered .next-radio-label {
    cursor: pointer; }
  .next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner {
    border-color: transparent;
    border-color: var(--radio-checked-hovered-border-color, transparent);
    background: #3E71F7;
    background: var(--radio-checked-hovered-bg-color, #3E71F7); }
    .next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after {
      background: #FFFFFF;
      background: var(--radio-checked-hovered-circle-color, #FFFFFF); }

.next-radio-button .next-radio {
  width: 0;
  height: 0; }

.next-radio-button input[type="radio"] {
  width: 0;
  height: 0; }

.next-radio-button > label {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0 0 0 -1px;
  border: 1px solid #C4C6CF;
  border: 1px solid var(--radio-button-border-color, #C4C6CF);
  background-color: #FFFFFF;
  background-color: var(--radio-button-bg-color, #FFFFFF);
  transition: all 100ms linear;
  transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
  vertical-align: middle; }
  .next-radio-button > label .next-radio-label {
    display: block;
    color: #333333;
    color: var(--radio-button-font-color, #333333);
    margin: 0;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-radio-button > label:hover, .next-radio-button > label.hovered {
    z-index: 10;
    border-color: #A0A2AD;
    border-color: var(--radio-button-border-color-hovered, #A0A2AD);
    background-color: #F2F3F7;
    background-color: var(--radio-button-bg-color-hovered, #F2F3F7); }
    .next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
      color: #333333;
      color: var(--radio-button-font-color-hovered, #333333); }
  .next-radio-button > label.checked {
    z-index: 11;
    border-color: #5584FF;
    border-color: var(--radio-button-border-color-checked, #5584FF);
    background-color: #FFFFFF;
    background-color: var(--radio-button-bg-color-checked, #FFFFFF); }
    .next-radio-button > label.checked .next-radio-label {
      color: #5584FF;
      color: var(--radio-button-font-color-checked, #5584FF); }
  .next-radio-button > label.disabled {
    z-index: 0;
    cursor: not-allowed;
    border-color: #E6E7EB;
    border-color: var(--radio-button-border-color-disabled, #E6E7EB);
    background-color: #F7F8FA;
    background-color: var(--radio-button-bg-color-disabled, #F7F8FA); }
    .next-radio-button > label.disabled .next-radio-label {
      color: #CCCCCC;
      color: var(--radio-button-font-color-disabled, #CCCCCC); }
  .next-radio-button > label.checked.disabled {
    z-index: 0;
    border-color: #E6E7EB;
    border-color: var(--radio-button-border-color-checked-disabled, #E6E7EB);
    background-color: #F2F3F7;
    background-color: var(--radio-button-bg-color-checked-disabled, #F2F3F7); }
    .next-radio-button > label.checked.disabled .next-radio-label {
      color: #CCCCCC;
      color: var(--radio-button-font-color-checked-disabled, #CCCCCC); }

.next-radio-button-large > label {
  padding: 0 8px;
  padding: 0 var(--radio-button-padding-large, 8px);
  height: 40px;
  height: var(--radio-button-height-large, 40px);
  line-height: 40px;
  line-height: var(--radio-button-height-large, 40px); }
  .next-radio-button-large > label:first-child {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-top-left-radius: var(--radio-button-corner-large, 3px);
    border-bottom-left-radius: 3px;
    border-bottom-left-radius: var(--radio-button-corner-large, 3px); }
  .next-radio-button-large > label:last-child {
    border-top-right-radius: 3px;
    border-top-right-radius: var(--radio-button-corner-large, 3px);
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: var(--radio-button-corner-large, 3px); }

.next-radio-button-large .next-radio-label {
  height: 38px;
  height: calc(var(--radio-button-height-large, 40px) - 2px);
  line-height: 38px;
  line-height: calc(var(--radio-button-height-large, 40px) - 2px);
  font-size: 16px;
  font-size: var(--radio-button-font-size-large, 16px); }

.next-radio-button-medium > label {
  padding: 0 8px;
  padding: 0 var(--radio-button-padding-medium, 8px);
  height: 28px;
  height: var(--radio-button-height-medium, 28px);
  line-height: 28px;
  line-height: var(--radio-button-height-medium, 28px); }
  .next-radio-button-medium > label:first-child {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-top-left-radius: var(--radio-button-corner-medium, 3px);
    border-bottom-left-radius: 3px;
    border-bottom-left-radius: var(--radio-button-corner-medium, 3px); }
  .next-radio-button-medium > label:last-child {
    border-top-right-radius: 3px;
    border-top-right-radius: var(--radio-button-corner-medium, 3px);
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: var(--radio-button-corner-medium, 3px); }

.next-radio-button-medium .next-radio-label {
  height: 26px;
  height: calc(var(--radio-button-height-medium, 28px) - 2px);
  line-height: 26px;
  line-height: calc(var(--radio-button-height-medium, 28px) - 2px);
  font-size: 12px;
  font-size: var(--radio-button-font-size-medium, 12px); }

.next-radio-button-small > label {
  padding: 0 8px;
  padding: 0 var(--radio-button-padding-small, 8px);
  height: 20px;
  height: var(--radio-button-height-small, 20px);
  line-height: 20px;
  line-height: var(--radio-button-height-small, 20px); }
  .next-radio-button-small > label:first-child {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-top-left-radius: var(--radio-button-corner-small, 3px);
    border-bottom-left-radius: 3px;
    border-bottom-left-radius: var(--radio-button-corner-small, 3px); }
  .next-radio-button-small > label:last-child {
    border-top-right-radius: 3px;
    border-top-right-radius: var(--radio-button-corner-small, 3px);
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: var(--radio-button-corner-small, 3px); }

.next-radio-button-small .next-radio-label {
  height: 18px;
  height: calc(var(--radio-button-height-small, 20px) - 2px);
  line-height: 18px;
  line-height: calc(var(--radio-button-height-small, 20px) - 2px);
  font-size: 12px;
  font-size: var(--radio-button-font-size-small, 12px); }

.next-radio-single-input input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0; }

.next-radio-group {
  display: inline-block; }
  .next-radio-group .next-radio-label {
    color: #333333;
    color: var(--radio-normal-font-color, #333333);
    margin-right: 16px; }
  .next-radio-group.disabled .next-radio-label {
    color: #CCCCCC;
    color: var(--radio-normal-font-color-disabled, #CCCCCC); }

.next-radio-group-ver .next-radio-wrapper {
  display: block;
  margin-bottom: 8px; }

.next-radio-label {
  margin: 0;
  margin-left: 4px;
  margin-left: var(--radio-font-margin-left, 4px);
  font-size: 12px;
  font-size: var(--radio-font-size, 12px);
  vertical-align: middle;
  line-height: 1;
  color: #333333;
  color: var(--radio-normal-font-color, #333333); }

@-moz-document url-prefix() {
  .next-radio {
    margin-top: -1px; }
  @supports (animation: calc(0s)) {
    /* firefox 57+ */
    .next-radio {
      margin-top: -3px; } } }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-range {
  box-sizing: border-box;
  width: 100%;
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  display: flex;
  flex-direction: column;
  cursor: pointer; }
  .next-range *,
  .next-range *:before,
  .next-range *:after {
    box-sizing: border-box; }
  .next-range .next-range-inner {
    position: relative; }
  .next-range .next-range-inner:only-child {
    margin-top: auto;
    margin-bottom: auto; }
  .next-range .next-range-track {
    position: absolute;
    width: 100%;
    top: 50%;
    border-radius: 0;
    border-radius: var(--range-size-m-track-radius, 0); }
  .next-range .next-range-selected {
    position: absolute;
    width: 0;
    top: 50%;
    left: 0;
    border-radius: 0;
    border-radius: var(--range-size-m-track-radius, 0); }
  .next-range .next-range-scale {
    position: relative;
    width: 100%;
    height: 12px;
    height: var(--range-size-m-scale-height, 12px); }
    .next-range .next-range-scale .next-range-scale-item {
      position: absolute;
      left: 0;
      width: 2px;
      border: 1px solid;
      border: var(--range-size-m-scale-item-border-width, 1px) solid;
      border-radius: 0;
      border-radius: var(--range-size-m-scale-radius, 0); }
      .next-range .next-range-scale .next-range-scale-item:last-child {
        margin-left: -2px;
        margin-left: calc(0px - var(--range-size-m-scale-item-border-width, 1px)*2); }
  .next-range .next-range-slider {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%; }
  .next-range .next-range-slider-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 1px;
    border-width: var(--range-size-slider-border-width, 1px);
    border-style: solid;
    border-style: var(--range-size-slider-border-style, solid);
    border-color: #C4C6CF;
    border-color: var(--range-normal-slider-border-color, #C4C6CF);
    border-radius: 50%;
    transition: transform 100ms linear, border-color 100ms linear;
    transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear), border-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-range .next-range-slider.next-range-slider-moving .next-range-slider-inner {
    border: 2px solid #5584FF;
    border: var(--line-2, 2px) var(--line-solid, solid) var(--range-normal-selected-color, #5584FF);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--range-size-m-slider-shadow-moving, 2px 2px 4px 0px rgba(0, 0, 0, 0.12));
    transform: scale(1.2); }
  .next-range .next-range-frag.next-range-active .next-range-slider .next-range-slider-inner {
    border: 2px solid #5584FF;
    border: var(--line-2, 2px) var(--line-solid, solid) var(--range-normal-selected-color, #5584FF);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--range-size-m-slider-shadow-moving, 2px 2px 4px 0px rgba(0, 0, 0, 0.12));
    transform: scale(1.2); }
  .next-range .next-range-mark {
    position: relative;
    cursor: auto; }
    .next-range .next-range-mark .next-range-mark-text {
      position: absolute;
      left: 0;
      transform: translateX(-50%);
      padding-left: 2px;
      text-align: center; }
  .next-range .next-range-frag {
    position: absolute;
    top: 0; }
    .next-range .next-range-frag .next-range-slider {
      left: 0; }
      .next-range .next-range-frag .next-range-slider:nth-child(2) {
        left: 100%; }
    .next-range .next-range-frag .next-range-selected {
      width: 100%; }
  .next-range.disabled {
    cursor: not-allowed; }
    .next-range.disabled .next-range-mark {
      cursor: auto; }
  .next-range .next-range-track {
    background-color: #C4C6CF;
    background-color: var(--range-normal-unselected-color, #C4C6CF); }
    .next-range .next-range-track:hover {
      background-color: #C4C6CF;
      background-color: var(--range-normal-unselected-color-hover, #C4C6CF); }
  .next-range .next-range-selected {
    background-color: #5584FF;
    background-color: var(--range-normal-selected-color, #5584FF); }
    .next-range .next-range-selected:hover {
      background-color: #5584FF;
      background-color: var(--range-normal-selected-color-hover, #5584FF); }
  .next-range .next-range-scale .next-range-scale-item {
    border-color: #C4C6CF;
    border-color: var(--range-normal-unselected-color, #C4C6CF);
    background-color: #C4C6CF;
    background-color: var(--range-normal-unselected-color, #C4C6CF); }
    .next-range .next-range-scale .next-range-scale-item:hover {
      border-color: #C4C6CF;
      border-color: var(--range-normal-unselected-color-hover, #C4C6CF); }
    .next-range .next-range-scale .next-range-scale-item.activated {
      border-color: #5584FF;
      border-color: var(--range-normal-selected-color, #5584FF);
      background-color: #5584FF;
      background-color: var(--range-normal-selected-color, #5584FF); }
      .next-range .next-range-scale .next-range-scale-item.activated:hover {
        border-color: #5584FF;
        border-color: var(--range-normal-selected-color-hover, #5584FF); }
  .next-range .next-range-slider-inner {
    background-color: #FFFFFF;
    background-color: var(--range-normal-slider-bg-color, #FFFFFF);
    border-color: #C4C6CF;
    border-color: var(--range-normal-slider-border-color, #C4C6CF); }
    .next-range .next-range-slider-inner:hover {
      background-color: #FFFFFF;
      background-color: var(--range-normal-slider-bg-color-hover, #FFFFFF);
      box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
      box-shadow: var(--range-size-m-slider-shadow-hover, 3px 3px 5px 0px rgba(0, 0, 0, 0.12));
      transform: scale(1.2); }
  .next-range .next-range-mark .next-range-mark-text {
    color: #999999;
    color: var(--range-normal-mark-color, #999999); }
    .next-range .next-range-mark .next-range-mark-text:hover {
      color: #999999;
      color: var(--range-normal-mark-color-hover, #999999); }
    .next-range .next-range-mark .next-range-mark-text.activated {
      color: #333333;
      color: var(--range-normal-mark-selected-color, #333333); }
      .next-range .next-range-mark .next-range-mark-text.activated:hover {
        color: #333333;
        color: var(--range-normal-mark-selected-color-hover, #333333); }
  .next-range.disabled .next-range-track {
    background-color: #C4C6CF;
    background-color: var(--range-normal-unselected-color-disabled, #C4C6CF); }
  .next-range.disabled .next-range-selected {
    background-color: #A0A2AD;
    background-color: var(--range-normal-selected-color-disabled, #A0A2AD); }
  .next-range.disabled .next-range-scale-item {
    border-color: #C4C6CF;
    border-color: var(--range-normal-unselected-color-disabled, #C4C6CF); }
    .next-range.disabled .next-range-scale-item.activated {
      border-color: #A0A2AD;
      border-color: var(--range-normal-selected-color-disabled, #A0A2AD); }
  .next-range.disabled .next-range-slider-inner {
    background-color: #E6E7EB;
    background-color: var(--range-normal-slider-bg-color-disabled, #E6E7EB);
    border-color: #E6E7EB;
    border-color: var(--range-normal-slider-border-color-disabled, #E6E7EB);
    transform: none;
    box-shadow: none; }
  .next-range.disabled .next-range-mark-text {
    color: #CCCCCC;
    color: var(--range-normal-mark-color-disabled, #CCCCCC); }
    .next-range.disabled .next-range-mark-text.activated {
      color: #999999;
      color: var(--range-normal-mark-selected-color-disabled, #999999); }
  .next-range .next-range-track {
    height: 4px;
    height: var(--range-size-m-track-height, 4px);
    margin-top: -2px;
    margin-top: calc(0px - var(--range-size-m-track-height, 4px)/2); }
  .next-range .next-range-selected {
    height: 4px;
    height: var(--range-size-m-track-height, 4px);
    margin-top: -2px;
    margin-top: calc(0px - var(--range-size-m-track-height, 4px)/2); }
  .next-range .next-range-frag {
    margin-top: -2px;
    margin-top: calc(0px - var(--range-size-m-track-height, 4px)/2);
    height: 16px;
    height: var(--range-size-m-slider-hw, 16px); }
  .next-range .next-range-slider {
    height: 16px;
    height: var(--range-size-m-slider-hw, 16px);
    width: 16px;
    width: var(--range-size-m-slider-hw, 16px);
    margin-top: -8px;
    margin-top: calc(0px - var(--range-size-m-slider-hw, 16px)/2);
    margin-left: -8px;
    margin-left: calc(0px - var(--range-size-m-slider-hw, 16px)/2);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--range-size-m-slider-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12)); }
  .next-range .next-range-slider-inner {
    height: 16px;
    height: var(--range-size-m-slider-hw, 16px);
    width: 16px;
    width: var(--range-size-m-slider-hw, 16px);
    margin-top: -8px;
    margin-top: calc(0px - var(--range-size-m-slider-hw, 16px)/2);
    margin-left: -8px;
    margin-left: calc(0px - var(--range-size-m-slider-hw, 16px)/2); }
  .next-range .next-range-mark {
    display: block; }
    .next-range .next-range-mark .next-range-mark-text {
      font-size: 12px;
      font-size: var(--range-size-m-mark-font-size, 12px);
      font-weight: normal;
      font-weight: var(--range-size-m-mark-font-weight, normal);
      line-height: 20px;
      line-height: var(--range-size-m-mark-font-lineheight, 20px);
      height: 20px;
      height: var(--range-size-m-mark-font-lineheight, 20px); }
    .next-range .next-range-mark.next-range-mark-below {
      height: 30px;
      height: var(--range-size-m-mark-top, 30px); }
      .next-range .next-range-mark.next-range-mark-below .next-range-mark-text {
        bottom: 0; }
    .next-range .next-range-mark.next-range-mark-above {
      height: 30px;
      height: var(--range-size-m-mark-top, 30px); }
  .next-range .next-range-scale .next-range-scale-item {
    height: 12px;
    height: var(--range-size-m-scale-height, 12px); }
  .next-range.simulation-hover > .next-range-slider-inner {
    background-color: #FFFFFF;
    background-color: var(--range-normal-slider-bg-color, #FFFFFF);
    box-shadow: #FFFFFF;
    box-shadow: var(--range-normal-slider-bg-color-hover, #FFFFFF);
    transform: scale(1.2); }
  .next-range.simulation-click > .next-range-slider-inner {
    border: 2px solid #5584FF;
    border: 2px solid var(--range-normal-selected-color, #5584FF);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--range-size-m-slider-shadow-moving, 2px 2px 4px 0px rgba(0, 0, 0, 0.12));
    transform: scale(1.2); }

.next-range[dir=rtl] .next-range-mark {
  position: relative;
  cursor: auto; }
  .next-range[dir=rtl] .next-range-mark .next-range-mark-text {
    position: absolute;
    right: 0;
    transform: translateX(50%);
    padding-right: 2px;
    text-align: center; }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-rating[dir="rtl"] .next-rating-overlay {
  right: 0;
  left: auto; }

.next-rating[dir="rtl"] .next-rating-underlay .next-rating-icon,
.next-rating[dir="rtl"] .next-rating-overlay .next-rating-icon {
  margin-right: 4px;
  margin-right: var(--s-1, 4px);
  margin-left: 0; }

.next-rating[dir="rtl"] .next-rating-underlay .next-rating-icon:last-child,
.next-rating[dir="rtl"] .next-rating-overlay .next-rating-icon:last-child {
  /* icon 放大会产生边缘溢出，这里使用 margin 为放大扩展一部分空间 */
  margin-left: 4px;
  margin-left: var(--s-1, 4px); }

.next-rating {
  vertical-align: top; }
  .next-rating {
    display: inline-block;
    position: relative; }
  .next-rating:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both; }
  .next-rating-base {
    float: left; }
  .next-rating-text {
    float: left; }
  .next-rating-base-disabled {
    cursor: not-allowed; }
  .next-rating-symbol-icon::before {
    content: "\E60E";
    content: var(--rating-grade-icon-content, "\E60E"); }
  .next-rating-underlay {
    white-space: nowrap;
    overflow: hidden; }
    .next-rating-underlay .next-icon {
      color: #E2E4E8;
      color: var(--rating-normal-underlay-color, #E2E4E8); }
  .next-rating-stroke-mode .next-rating-underlay .next-icon {
    color: transparent;
    -webkit-text-stroke: 1px #5584FF;
    -webkit-text-stroke: 1px var(--rating-normal-overlay-color, #5584FF); }
  .next-rating-overlay {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width: 0;
    top: 0;
    left: 0; }
    .next-rating-overlay .next-icon {
      color: #5584FF;
      color: var(--rating-normal-overlay-color, #5584FF); }
  .next-rating-underlay .next-rating-icon, .next-rating-overlay .next-rating-icon {
    cursor: pointer;
    margin-left: 4px;
    margin-left: var(--s-1, 4px); }
  .next-rating-underlay .next-rating-icon:last-child, .next-rating-overlay .next-rating-icon:last-child {
    /* icon 放大会产生边缘溢出，这里使用 margin 为放大扩展一部分空间 */
    margin-right: 4px;
    margin-right: var(--s-1, 4px); }
  .next-rating-underlay .next-icon, .next-rating-overlay .next-icon {
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-rating-underlay .next-icon.hover, .next-rating-overlay .next-icon.hover {
      transform: scale3d(1.1, 1.1, 1.1); }
    .next-rating-underlay .next-icon.clicked, .next-rating-overlay .next-icon.clicked {
      transform: scale3d(0.9, 0.9, 0.9); }
  .next-rating-info {
    position: absolute;
    top: calc(100% + 4px);
    top: calc(100% + var(--s-1, 4px));
    left: 0;
    border: 1px solid #E2E4E8;
    border: 1px solid var(--color-fill1-4, #E2E4E8);
    background: #FFFFFF;
    padding: 4px 8px 3px;
    font-size: 12px;
    white-space: nowrap; }
    .next-rating-info:after {
      position: absolute;
      content: '';
      width: 4px;
      height: 4px;
      transform: rotate(45deg);
      border: 1px solid #E2E4E8;
      border: 1px solid var(--color-fill1-4, #E2E4E8);
      background: #FFFFFF;
      border-bottom-color: transparent;
      border-right-color: transparent;
      top: -3px;
      left: 4px; }
  .next-rating:focus, .next-rating.hover {
    outline: none; }
    .next-rating:focus .next-rating-overlay .next-icon, .next-rating.hover .next-rating-overlay .next-icon {
      color: #5584FF;
      color: var(--rating-normal-overlay-hover-color, #5584FF); }

/* 状态 */
/* ======================================== */
.next-rating-grade-low .next-rating-overlay .next-icon {
  color: #666666;
  color: var(--rating-grade-low-overlay-color, #666666); }

.next-rating-grade-low.hover .next-rating-overlay .next-icon {
  color: #666666;
  color: var(--rating-grade-low-overlay-color, #666666); }

.next-rating-grade-high .next-rating-overlay .next-icon {
  color: #5584FF;
  color: var(--rating-grade-high-overlay-color, #5584FF); }

.next-rating-grade-high.hover .next-rating-overlay .next-icon {
  color: #5584FF;
  color: var(--rating-grade-high-overlay-hover-color, #5584FF); }

/* 尺寸 */
/* ======================================== */
.next-rating-small {
  font-size: 12px;
  font-size: var(--rating-small-font-size, 12px); }
  .next-rating-small .next-icon:before,
  .next-rating-small .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit; }
  .next-rating-small .next-rating-text {
    margin-left: 8px;
    margin-left: var(--rating-small-text-margin-left, 8px); }

.next-rating-medium {
  font-size: 12px;
  font-size: var(--rating-medium-font-size, 12px); }
  .next-rating-medium .next-icon:before,
  .next-rating-medium .next-icon .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit; }
  .next-rating-medium .next-rating-text {
    margin-left: 12px;
    margin-left: var(--rating-medium-text-margin-left, 12px); }

.next-rating-large {
  font-size: 16px;
  font-size: var(--rating-large-font-size, 16px); }
  .next-rating-large .next-icon:before,
  .next-rating-large .next-icon .next-icon-remote {
    width: 20px;
    font-size: 20px;
    line-height: inherit; }
  .next-rating-large .next-rating-text {
    margin-left: 16px;
    margin-left: var(--rating-large-text-margin-left, 16px); }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-search-simple[dir=rtl].next-large .next-search-icon {
  margin-left: 12px;
  margin-right: 0; }

.next-search-simple[dir=rtl].next-medium .next-search-icon {
  margin-left: 8px;
  margin-right: 0; }

.next-search-simple[dir=rtl].next-normal .next-search-left .next-search-left-addon {
  border-left: 1px solid #C4C6CF;
  border-left: 1px solid var(--search-simple-normal-split-color, #C4C6CF);
  border-right: none; }

.next-search-simple[dir=rtl].next-dark .next-search-left {
  border-color: #C4C6CF;
  border-color: var(--search-simple-dark-color, #C4C6CF); }
  .next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon {
    border-right: 1px solid #C4C6CF;
    border-right: 1px solid var(--search-simple-dark-split-color, #C4C6CF); }

.next-search-simple[dir=rtl].next-dark:hover .next-search-left {
  border-color: #C4C6CF;
  border-color: var(--search-simple-dark-hover-color, #C4C6CF); }

.next-search-simple[dir=rtl].next-dark .next-search-icon {
  color: #999999;
  color: var(--search-simple-dark-icon-text-color, #999999); }
  .next-search-simple[dir=rtl].next-dark .next-search-icon:hover {
    color: #666666;
    color: var(--search-simple-dark-icon-hover-text-color, #666666); }

.next-search-normal[dir=rtl] .next-search-left {
  border-left: none;
  border-top-right-radius: 3px;
  border-top-right-radius: var(--search-normal-corner, 3px);
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: var(--search-normal-corner, 3px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.next-search-normal[dir=rtl] .next-search-btn.next-btn {
  border-radius: 3px 0 0 3px !important;
  border-radius: var(--search-normal-corner, 3px) 0 0 var(--search-normal-corner, 3px) !important; }

.next-search-normal[dir=rtl] .next-input {
  border-radius: 0 3px 3px 0;
  border-radius: 0 var(--search-normal-corner, 3px) var(--search-normal-corner, 3px) 0; }

.next-search-normal[dir=rtl].next-primary .next-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1px;
  border-top-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px));
  border-bottom-right-radius: 1px;
  border-bottom-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); }

.next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon {
  border-left: 1px solid #E6E7EB;
  border-left: 1px solid var(--search-normal-primary-split-color, #E6E7EB);
  border-right: none; }

.next-search-normal[dir=rtl].next-secondary .next-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1px;
  border-top-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px));
  border-bottom-right-radius: 1px;
  border-bottom-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); }

.next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon {
  border-left: 1px solid #E6E7EB;
  border-left: 1px solid var(--search-normal-secondary-split-color, #E6E7EB);
  border-right: none; }

.next-search-normal[dir=rtl].next-normal .next-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1px;
  border-top-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px));
  border-bottom-right-radius: 1px;
  border-bottom-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); }

.next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon {
  border-left: 1px solid #E6E7EB;
  border-left: 1px solid var(--search-normal-normal-split-color, #E6E7EB);
  border-right: none; }

.next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon {
  border-left: 1px solid #5584FF;
  border-left: 1px solid var(--search-normal-dark-color, #5584FF);
  border-right: none; }

.next-search {
  box-sizing: border-box;
  width: 100%;
  display: inline-block; }
  .next-search *,
  .next-search *:before,
  .next-search *:after {
    box-sizing: border-box; }
  .next-search .next-input,
  .next-search .next-select {
    border: none; }
  .next-search .next-select .next-input {
    height: auto; }
    .next-search .next-select .next-input .next-input-text-field {
      height: auto; }
  .next-search .next-search-left {
    border-style: solid;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-search .next-search-left-addon .next-input,
  .next-search .next-search-left-addon .next-select-trigger-search {
    min-height: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .next-search .next-search-left-addon .next-select-values {
    line-height: 1; }
  .next-search .next-search-left-addon.next-input-group-addon .next-select {
    margin: 0; }
  .next-search .next-search-left-addon + .next-search-input .next-input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .next-search .next-search-input {
    width: 100%; }
  .next-search .next-search-btn {
    box-shadow: none; }
  .next-search .next-search-symbol-icon::before {
    content: "\E656";
    content: var(--search-search-icon-content, "\E656"); }
  .next-search-normal {
    width: 600px; }
    .next-search-normal .next-search-left {
      border-top-left-radius: 3px;
      border-top-left-radius: var(--search-normal-corner, 3px);
      border-bottom-left-radius: 3px;
      border-bottom-left-radius: var(--search-normal-corner, 3px); }
    .next-search-normal .next-input {
      border-radius: 3px 0 0 3px;
      border-radius: var(--search-normal-corner, 3px) 0 0 var(--search-normal-corner, 3px); }
    .next-search-normal .next-btn {
      border-radius: 0 3px 3px 0;
      border-radius: 0 var(--search-normal-corner, 3px) var(--search-normal-corner, 3px) 0; }
    .next-search-normal.next-primary .next-search-left {
      border-color: #5584FF;
      border-color: var(--search-normal-primary-color, #5584FF); }
      .next-search-normal.next-primary .next-search-left .next-search-left-addon {
        border-right: 1px solid #E6E7EB;
        border-right: 1px solid var(--search-normal-primary-split-color, #E6E7EB); }
    .next-search-normal.next-primary:hover .next-search-left,
    .next-search-normal.next-primary:hover .next-btn {
      border-color: #5584FF;
      border-color: var(--search-normal-primary-hover-color, #5584FF); }
    .next-search-normal.next-primary .next-search-btn {
      background: #5584FF;
      background: var(--search-normal-primary-color, #5584FF);
      border-color: #5584FF;
      border-color: var(--search-normal-primary-color, #5584FF);
      color: #FFFFFF;
      color: var(--search-normal-primary-btn-text-color, #FFFFFF); }
      .next-search-normal.next-primary .next-search-btn:hover {
        background: #3E71F7;
        background: var(--search-normal-primary-btn-hover-bg-color, #3E71F7);
        border-color: #5584FF;
        border-color: var(--search-normal-primary-hover-color, #5584FF);
        color: #FFFFFF;
        color: var(--search-normal-primary-btn-hover-text-color, #FFFFFF); }
      .next-search-normal.next-primary .next-search-btn .next-icon {
        color: #FFFFFF;
        color: var(--search-normal-primary-btn-text-color, #FFFFFF); }
        .next-search-normal.next-primary .next-search-btn .next-icon:hover {
          color: #FFFFFF;
          color: var(--search-normal-primary-btn-hover-text-color, #FFFFFF); }
    .next-search-normal.next-primary.next-large {
      box-shadow: none;
      box-shadow: var(--search-normal-primary-shadow, none); }
      .next-search-normal.next-primary.next-large .next-search-left, .next-search-normal.next-primary.next-large .next-search-btn {
        border-width: 2px;
        border-width: var(--search-normal-primary-border-width, 2px);
        height: 60px;
        height: var(--search-normal-primary-l-height, 60px); }
      .next-search-normal.next-primary.next-large .next-search-input {
        height: 56px;
        height: calc(var(--search-normal-primary-l-height, 60px) - var(--search-normal-primary-border-width, 2px)*2);
        overflow-y: hidden; }
        .next-search-normal.next-primary.next-large .next-search-input input {
          height: 56px;
          height: calc(var(--search-normal-primary-l-height, 60px) - var(--search-normal-primary-border-width, 2px)*2);
          line-height: 56px \0;
          line-height: calc(var(--search-normal-primary-l-height, 60px) - var(--search-normal-primary-border-width, 2px)*2) \0; }
      .next-search-normal.next-primary.next-large .next-select {
        height: 56px;
        height: calc(var(--search-normal-primary-l-height, 60px) - var(--search-normal-primary-border-width, 2px)*2); }
      .next-search-normal.next-primary.next-large .next-search-btn {
        font-size: 16px;
        font-size: var(--search-normal-primary-l-btn-text-size, 16px); }
        .next-search-normal.next-primary.next-large .next-search-btn .next-icon:before,
        .next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote {
          width: 24px;
          font-size: 24px;
          line-height: inherit; }
        .next-search-normal.next-primary.next-large .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0px;
          padding-left: var(--search-normal-primary-btn-text-padding-left, 0px); }
    .next-search-normal.next-primary.next-medium {
      box-shadow: none;
      box-shadow: var(--search-normal-primary-shadow, none); }
      .next-search-normal.next-primary.next-medium .next-search-left, .next-search-normal.next-primary.next-medium .next-search-btn {
        border-width: 2px;
        border-width: var(--search-normal-primary-border-width, 2px);
        height: 40px;
        height: var(--search-normal-primary-m-height, 40px); }
      .next-search-normal.next-primary.next-medium .next-search-input {
        height: 36px;
        height: calc(var(--search-normal-primary-m-height, 40px) - var(--search-normal-primary-border-width, 2px)*2);
        overflow-y: hidden; }
        .next-search-normal.next-primary.next-medium .next-search-input input {
          height: 36px;
          height: calc(var(--search-normal-primary-m-height, 40px) - var(--search-normal-primary-border-width, 2px)*2);
          line-height: 36px \0;
          line-height: calc(var(--search-normal-primary-m-height, 40px) - var(--search-normal-primary-border-width, 2px)*2) \0; }
      .next-search-normal.next-primary.next-medium .next-select {
        height: 36px;
        height: calc(var(--search-normal-primary-m-height, 40px) - var(--search-normal-primary-border-width, 2px)*2); }
      .next-search-normal.next-primary.next-medium .next-search-btn {
        font-size: 16px;
        font-size: var(--search-normal-primary-m-btn-text-size, 16px); }
        .next-search-normal.next-primary.next-medium .next-search-btn .next-icon:before,
        .next-search-normal.next-primary.next-medium .next-search-btn .next-icon .next-icon-remote {
          width: 16px;
          font-size: 16px;
          line-height: inherit; }
        .next-search-normal.next-primary.next-medium .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0px;
          padding-left: var(--search-normal-primary-btn-text-padding-left, 0px); }
    .next-search-normal.next-primary .next-input {
      border-top-left-radius: 1px;
      border-top-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px));
      border-bottom-left-radius: 1px;
      border-bottom-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); }
    .next-search-normal.next-secondary .next-search-left {
      border-color: #C4C6CF;
      border-color: var(--search-normal-secondary-color, #C4C6CF); }
      .next-search-normal.next-secondary .next-search-left .next-search-left-addon {
        border-right: 1px solid #E6E7EB;
        border-right: 1px solid var(--search-normal-secondary-split-color, #E6E7EB); }
    .next-search-normal.next-secondary:hover .next-search-left,
    .next-search-normal.next-secondary:hover .next-btn {
      border-color: #5584FF;
      border-color: var(--search-normal-secondary-hover-color, #5584FF); }
    .next-search-normal.next-secondary .next-search-btn {
      background: #5584FF;
      background: var(--search-normal-secondary-btn-bg-color, #5584FF);
      border-color: #5584FF;
      border-color: var(--search-normal-secondary-btn-bg-color, #5584FF);
      color: #FFFFFF;
      color: var(--search-normal-secondary-btn-text-color, #FFFFFF); }
      .next-search-normal.next-secondary .next-search-btn:hover {
        background: #3E71F7;
        background: var(--search-normal-secondary-btn-hover-bg-color, #3E71F7);
        border-color: #5584FF;
        border-color: var(--search-normal-secondary-hover-color, #5584FF);
        color: #FFFFFF;
        color: var(--search-normal-secondary-btn-hover-text-color, #FFFFFF); }
      .next-search-normal.next-secondary .next-search-btn .next-icon {
        color: #FFFFFF;
        color: var(--search-normal-secondary-btn-text-color, #FFFFFF); }
        .next-search-normal.next-secondary .next-search-btn .next-icon:hover {
          color: #FFFFFF;
          color: var(--search-normal-secondary-btn-hover-text-color, #FFFFFF); }
    .next-search-normal.next-secondary.next-large {
      box-shadow: none;
      box-shadow: var(--search-normal-secondary-shadow, none); }
      .next-search-normal.next-secondary.next-large .next-search-left, .next-search-normal.next-secondary.next-large .next-search-btn {
        border-width: 1px;
        border-width: var(--search-normal-secondary-border-width, 1px);
        height: 60px;
        height: var(--search-normal-secondary-l-height, 60px); }
      .next-search-normal.next-secondary.next-large .next-search-input {
        height: 58px;
        height: calc(var(--search-normal-secondary-l-height, 60px) - var(--search-normal-secondary-border-width, 1px)*2);
        overflow-y: hidden; }
        .next-search-normal.next-secondary.next-large .next-search-input input {
          height: 58px;
          height: calc(var(--search-normal-secondary-l-height, 60px) - var(--search-normal-secondary-border-width, 1px)*2);
          line-height: 58px \0;
          line-height: calc(var(--search-normal-secondary-l-height, 60px) - var(--search-normal-secondary-border-width, 1px)*2) \0; }
      .next-search-normal.next-secondary.next-large .next-select {
        height: 58px;
        height: calc(var(--search-normal-secondary-l-height, 60px) - var(--search-normal-secondary-border-width, 1px)*2); }
      .next-search-normal.next-secondary.next-large .next-search-btn {
        font-size: 16px;
        font-size: var(--search-normal-secondary-l-btn-text-size, 16px); }
        .next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before,
        .next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote {
          width: 24px;
          font-size: 24px;
          line-height: inherit; }
        .next-search-normal.next-secondary.next-large .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0px;
          padding-left: var(--search-normal-secondary-btn-text-padding-left, 0px); }
    .next-search-normal.next-secondary.next-medium {
      box-shadow: none;
      box-shadow: var(--search-normal-secondary-shadow, none); }
      .next-search-normal.next-secondary.next-medium .next-search-left, .next-search-normal.next-secondary.next-medium .next-search-btn {
        border-width: 1px;
        border-width: var(--search-normal-secondary-border-width, 1px);
        height: 40px;
        height: var(--search-normal-secondary-m-height, 40px); }
      .next-search-normal.next-secondary.next-medium .next-search-input {
        height: 38px;
        height: calc(var(--search-normal-secondary-m-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2);
        overflow-y: hidden; }
        .next-search-normal.next-secondary.next-medium .next-search-input input {
          height: 38px;
          height: calc(var(--search-normal-secondary-m-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2);
          line-height: 38px \0;
          line-height: calc(var(--search-normal-secondary-m-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2) \0; }
      .next-search-normal.next-secondary.next-medium .next-select {
        height: 38px;
        height: calc(var(--search-normal-secondary-m-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2); }
      .next-search-normal.next-secondary.next-medium .next-search-btn {
        font-size: 16px;
        font-size: var(--search-normal-secondary-m-btn-text-size, 16px); }
        .next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before,
        .next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .next-icon-remote {
          width: 16px;
          font-size: 16px;
          line-height: inherit; }
        .next-search-normal.next-secondary.next-medium .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0px;
          padding-left: var(--search-normal-secondary-btn-text-padding-left, 0px); }
    .next-search-normal.next-secondary .next-input {
      border-top-left-radius: 2px;
      border-top-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-secondary-border-width, 1px));
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-secondary-border-width, 1px)); }
    .next-search-normal.next-normal .next-search-left {
      border-color: #C4C6CF;
      border-color: var(--search-normal-normal-color, #C4C6CF); }
      .next-search-normal.next-normal .next-search-left .next-search-left-addon {
        border-right: 1px solid #E6E7EB;
        border-right: 1px solid var(--search-normal-normal-split-color, #E6E7EB); }
    .next-search-normal.next-normal:hover .next-search-left,
    .next-search-normal.next-normal:hover .next-btn {
      border-color: #A0A2AD;
      border-color: var(--search-normal-normal-hover-color, #A0A2AD); }
    .next-search-normal.next-normal .next-search-btn {
      background: #F7F8FA;
      background: var(--search-normal-normal-btn-bg-color, #F7F8FA);
      border-color: #C4C6CF;
      border-color: var(--search-normal-normal-color, #C4C6CF);
      color: #666666;
      color: var(--search-normal-normal-btn-text-color, #666666); }
      .next-search-normal.next-normal .next-search-btn:hover {
        background: #EBECF0;
        background: var(--search-normal-normal-btn-hover-bg-color, #EBECF0);
        border-color: #A0A2AD;
        border-color: var(--search-normal-normal-hover-color, #A0A2AD);
        color: #333333;
        color: var(--search-normal-normal-btn-hover-text-color, #333333); }
      .next-search-normal.next-normal .next-search-btn .next-icon {
        color: #666666;
        color: var(--search-normal-normal-btn-text-color, #666666); }
        .next-search-normal.next-normal .next-search-btn .next-icon:hover {
          color: #333333;
          color: var(--search-normal-normal-btn-hover-text-color, #333333); }
    .next-search-normal.next-normal.next-large {
      box-shadow: none;
      box-shadow: var(--search-normal-normal-shadow, none); }
      .next-search-normal.next-normal.next-large .next-search-left, .next-search-normal.next-normal.next-large .next-search-btn {
        border-width: 1px;
        border-width: var(--search-normal-normal-border-width, 1px);
        height: 60px;
        height: var(--search-normal-normal-l-height, 60px); }
      .next-search-normal.next-normal.next-large .next-search-input {
        height: 58px;
        height: calc(var(--search-normal-normal-l-height, 60px) - var(--search-normal-normal-border-width, 1px)*2);
        overflow-y: hidden; }
        .next-search-normal.next-normal.next-large .next-search-input input {
          height: 58px;
          height: calc(var(--search-normal-normal-l-height, 60px) - var(--search-normal-normal-border-width, 1px)*2);
          line-height: 58px \0;
          line-height: calc(var(--search-normal-normal-l-height, 60px) - var(--search-normal-normal-border-width, 1px)*2) \0; }
      .next-search-normal.next-normal.next-large .next-select {
        height: 58px;
        height: calc(var(--search-normal-normal-l-height, 60px) - var(--search-normal-normal-border-width, 1px)*2); }
      .next-search-normal.next-normal.next-large .next-search-btn {
        font-size: 16px;
        font-size: var(--search-normal-normal-l-btn-text-size, 16px); }
        .next-search-normal.next-normal.next-large .next-search-btn .next-icon:before,
        .next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote {
          width: 24px;
          font-size: 24px;
          line-height: inherit; }
        .next-search-normal.next-normal.next-large .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0px;
          padding-left: var(--search-normal-normal-btn-text-padding-left, 0px); }
    .next-search-normal.next-normal.next-medium {
      box-shadow: none;
      box-shadow: var(--search-normal-normal-shadow, none); }
      .next-search-normal.next-normal.next-medium .next-search-left, .next-search-normal.next-normal.next-medium .next-search-btn {
        border-width: 1px;
        border-width: var(--search-normal-normal-border-width, 1px);
        height: 40px;
        height: var(--search-normal-normal-m-height, 40px); }
      .next-search-normal.next-normal.next-medium .next-search-input {
        height: 38px;
        height: calc(var(--search-normal-normal-m-height, 40px) - var(--search-normal-normal-border-width, 1px)*2);
        overflow-y: hidden; }
        .next-search-normal.next-normal.next-medium .next-search-input input {
          height: 38px;
          height: calc(var(--search-normal-normal-m-height, 40px) - var(--search-normal-normal-border-width, 1px)*2);
          line-height: 38px \0;
          line-height: calc(var(--search-normal-normal-m-height, 40px) - var(--search-normal-normal-border-width, 1px)*2) \0; }
      .next-search-normal.next-normal.next-medium .next-select {
        height: 38px;
        height: calc(var(--search-normal-normal-m-height, 40px) - var(--search-normal-normal-border-width, 1px)*2); }
      .next-search-normal.next-normal.next-medium .next-search-btn {
        font-size: 16px;
        font-size: var(--search-normal-normal-m-btn-text-size, 16px); }
        .next-search-normal.next-normal.next-medium .next-search-btn .next-icon:before,
        .next-search-normal.next-normal.next-medium .next-search-btn .next-icon .next-icon-remote {
          width: 16px;
          font-size: 16px;
          line-height: inherit; }
        .next-search-normal.next-normal.next-medium .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0px;
          padding-left: var(--search-normal-normal-btn-text-padding-left, 0px); }
    .next-search-normal.next-normal .next-input {
      border-top-left-radius: 2px;
      border-top-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-normal-border-width, 1px));
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-normal-border-width, 1px)); }
    .next-search-normal.next-dark .next-search-left {
      border-color: #5584FF;
      border-color: var(--search-normal-dark-color, #5584FF); }
      .next-search-normal.next-dark .next-search-left .next-search-left-addon {
        border-right: 1px solid #5584FF;
        border-right: 1px solid var(--search-normal-dark-color, #5584FF); }
    .next-search-normal.next-dark:hover .next-search-left,
    .next-search-normal.next-dark:hover .next-btn {
      border-color: #5584FF;
      border-color: var(--search-normal-dark-hover-color, #5584FF); }
    .next-search-normal.next-dark .next-search-btn {
      background: #5584FF;
      background: var(--search-normal-dark-color, #5584FF);
      border-color: #5584FF;
      border-color: var(--search-normal-dark-color, #5584FF);
      color: #FFFFFF;
      color: var(--search-normal-dark-btn-text-color, #FFFFFF); }
      .next-search-normal.next-dark .next-search-btn:hover {
        background: #3E71F7;
        background: var(--search-normal-dark-btn-hover-bg-color, #3E71F7);
        border-color: #5584FF;
        border-color: var(--search-normal-dark-hover-color, #5584FF);
        color: #FFFFFF;
        color: var(--search-normal-dark-btn-hover-text-color, #FFFFFF); }
      .next-search-normal.next-dark .next-search-btn .next-icon {
        color: #FFFFFF;
        color: var(--search-normal-dark-btn-text-color, #FFFFFF); }
        .next-search-normal.next-dark .next-search-btn .next-icon:hover {
          color: #FFFFFF;
          color: var(--search-normal-dark-btn-hover-text-color, #FFFFFF); }
    .next-search-normal.next-dark .next-select-inner,
    .next-search-normal.next-dark input {
      color: #FFFFFF;
      color: var(--search-normal-dark-text-color, #FFFFFF); }
    .next-search-normal.next-dark .next-input {
      background: rgba(255, 255, 255, 0);
      background: var(--color-calculate-search-normal-dark-bg, rgba(255, 255, 255, 0)); }
    .next-search-normal.next-dark .next-select {
      background: rgba(255, 255, 255, 0);
      background: var(--color-calculate-search-normal-dark-bg, rgba(255, 255, 255, 0)); }
    .next-search-normal.next-dark.next-large {
      box-shadow: none;
      box-shadow: var(--search-normal-dark-shadow, none); }
      .next-search-normal.next-dark.next-large .next-search-left, .next-search-normal.next-dark.next-large .next-search-btn {
        border-width: 1px;
        border-width: var(--search-normal-dark-border-width, 1px);
        height: 60px;
        height: var(--search-normal-dark-l-height, 60px); }
      .next-search-normal.next-dark.next-large .next-search-input {
        height: 58px;
        height: calc(var(--search-normal-dark-l-height, 60px) - var(--search-normal-dark-border-width, 1px)*2);
        overflow-y: hidden; }
        .next-search-normal.next-dark.next-large .next-search-input input {
          height: 58px;
          height: calc(var(--search-normal-dark-l-height, 60px) - var(--search-normal-dark-border-width, 1px)*2);
          line-height: 58px \0;
          line-height: calc(var(--search-normal-dark-l-height, 60px) - var(--search-normal-dark-border-width, 1px)*2) \0; }
      .next-search-normal.next-dark.next-large .next-select {
        height: 58px;
        height: calc(var(--search-normal-dark-l-height, 60px) - var(--search-normal-dark-border-width, 1px)*2); }
      .next-search-normal.next-dark.next-large .next-search-btn {
        font-size: 16px;
        font-size: var(--search-normal-dark-l-btn-text-size, 16px); }
        .next-search-normal.next-dark.next-large .next-search-btn .next-icon:before,
        .next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote {
          width: 24px;
          font-size: 24px;
          line-height: inherit; }
        .next-search-normal.next-dark.next-large .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0px;
          padding-left: var(--search-normal-dark-btn-text-padding-left, 0px); }
    .next-search-normal.next-dark.next-medium {
      box-shadow: none;
      box-shadow: var(--search-normal-dark-shadow, none); }
      .next-search-normal.next-dark.next-medium .next-search-left, .next-search-normal.next-dark.next-medium .next-search-btn {
        border-width: 1px;
        border-width: var(--search-normal-dark-border-width, 1px);
        height: 40px;
        height: var(--search-normal-dark-m-height, 40px); }
      .next-search-normal.next-dark.next-medium .next-search-input {
        height: 38px;
        height: calc(var(--search-normal-dark-m-height, 40px) - var(--search-normal-dark-border-width, 1px)*2);
        overflow-y: hidden; }
        .next-search-normal.next-dark.next-medium .next-search-input input {
          height: 38px;
          height: calc(var(--search-normal-dark-m-height, 40px) - var(--search-normal-dark-border-width, 1px)*2);
          line-height: 38px \0;
          line-height: calc(var(--search-normal-dark-m-height, 40px) - var(--search-normal-dark-border-width, 1px)*2) \0; }
      .next-search-normal.next-dark.next-medium .next-select {
        height: 38px;
        height: calc(var(--search-normal-dark-m-height, 40px) - var(--search-normal-dark-border-width, 1px)*2); }
      .next-search-normal.next-dark.next-medium .next-search-btn {
        font-size: 16px;
        font-size: var(--search-normal-dark-m-btn-text-size, 16px); }
        .next-search-normal.next-dark.next-medium .next-search-btn .next-icon:before,
        .next-search-normal.next-dark.next-medium .next-search-btn .next-icon .next-icon-remote {
          width: 16px;
          font-size: 16px;
          line-height: inherit; }
        .next-search-normal.next-dark.next-medium .next-search-btn .next-search-btn-text {
          display: inline-block;
          padding-left: 0px;
          padding-left: var(--search-normal-dark-btn-text-padding-left, 0px); }
  .next-search-normal:not([dir=rtl]) .next-search-left {
    border-right: none; }
  .next-search-simple {
    width: 300px;
    box-shadow: none;
    box-shadow: var(--search-simple-normal-shadow, none);
    border-radius: 3px;
    border-radius: var(--search-simple-corner, 3px); }
    .next-search-simple .next-search-icon {
      cursor: pointer;
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-search-simple .next-search-left, .next-search-simple .next-input {
      border-radius: 3px;
      border-radius: var(--search-simple-corner, 3px); }
    .next-search-simple.next-large .next-search-icon {
      margin-right: 12px; }
    .next-search-simple.next-medium .next-search-icon {
      margin-right: 8px; }
    .next-search-simple.next-normal .next-search-left {
      border-color: #C4C6CF;
      border-color: var(--search-simple-normal-color, #C4C6CF); }
      .next-search-simple.next-normal .next-search-left .next-search-left-addon {
        border-right: 1px solid #C4C6CF;
        border-right: 1px solid var(--search-simple-normal-split-color, #C4C6CF); }
    .next-search-simple.next-normal:hover .next-search-left {
      border-color: #A0A2AD;
      border-color: var(--search-simple-normal-hover-color, #A0A2AD); }
    .next-search-simple.next-normal .next-search-icon {
      color: #999999;
      color: var(--search-simple-normal-icon-text-color, #999999); }
      .next-search-simple.next-normal .next-search-icon:hover {
        color: #666666;
        color: var(--search-simple-normal-icon-hover-text-color, #666666); }
    .next-search-simple.next-normal .next-search-left {
      border-width: 1px;
      border-width: var(--search-simple-normal-border-width, 1px); }
    .next-search-simple.next-normal.next-large .next-search-icon:before,
    .next-search-simple.next-normal.next-large .next-search-icon .next-icon-remote {
      width: 20px;
      font-size: 20px;
      line-height: inherit; }
    .next-search-simple.next-normal.next-medium .next-search-icon:before,
    .next-search-simple.next-normal.next-medium .next-search-icon .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
    .next-search-simple.next-dark .next-search-left {
      border-color: #C4C6CF;
      border-color: var(--search-simple-dark-color, #C4C6CF); }
      .next-search-simple.next-dark .next-search-left .next-search-left-addon {
        border-right: 1px solid #C4C6CF;
        border-right: 1px solid var(--search-simple-dark-split-color, #C4C6CF); }
    .next-search-simple.next-dark:hover .next-search-left {
      border-color: #C4C6CF;
      border-color: var(--search-simple-dark-hover-color, #C4C6CF); }
    .next-search-simple.next-dark .next-search-icon {
      color: #999999;
      color: var(--search-simple-dark-icon-text-color, #999999); }
      .next-search-simple.next-dark .next-search-icon:hover {
        color: #666666;
        color: var(--search-simple-dark-icon-hover-text-color, #666666); }
    .next-search-simple.next-dark .next-select-inner,
    .next-search-simple.next-dark input {
      color: #FFFFFF;
      color: var(--search-simple-dark-text-color, #FFFFFF); }
    .next-search-simple.next-dark .next-input {
      background: rgba(255, 255, 255, 0);
      background: var(--color-calculate-search-simple-dark-bg, rgba(255, 255, 255, 0)); }
    .next-search-simple.next-dark .next-select {
      background: rgba(255, 255, 255, 0);
      background: var(--color-calculate-search-simple-dark-bg, rgba(255, 255, 255, 0)); }
    .next-search-simple.next-dark .next-search-left {
      border-width: 1px;
      border-width: var(--search-simple-dark-border-width, 1px); }
    .next-search-simple.next-dark.next-large .next-search-icon:before,
    .next-search-simple.next-dark.next-large .next-search-icon .next-icon-remote {
      width: 20px;
      font-size: 20px;
      line-height: inherit; }
    .next-search-simple.next-dark.next-medium .next-search-icon:before,
    .next-search-simple.next-dark.next-medium .next-search-icon .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }

.next-search-simple .next-select.next-large {
  height: 38px;
  height: calc(var(--form-element-large-height, 40px) - 2px); }

.next-search-simple .next-select.next-medium {
  height: 26px;
  height: calc(var(--form-element-medium-height, 28px) - 2px); }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-select {
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  /* Select trigger */
  /* 弹层 */
  /* 全选按钮 */
  /* -------------- IE polyfill -------------- */
  /* 根据最新的数据，在中国，PC 端的 IE9 份额为 2%， */
  /* 所以不应该因为 IE9 而不使用 flex，而是应该做降级 polyfill */
  /* @see http://gs.statcounter.com/ */
  /* IE10、IE11 虽然支持 flex，但还是会有各种各样奇奇怪怪的问题 */ }
  .next-select *,
  .next-select *:before,
  .next-select *:after {
    box-sizing: border-box; }
  .next-select-trigger {
    min-width: 100px;
    outline: 0;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-select-trigger .next-input-label {
      flex: 0 0 auto;
      width: auto; }
    .next-select-trigger .next-select-values {
      display: block;
      width: 100%;
      flex: 1 1 0;
      overflow: hidden; }
      .next-select-trigger .next-select-values > em {
        font-style: inherit; }
      .next-select-trigger .next-select-values input {
        padding-left: 0;
        padding-right: 0; }
    .next-select-trigger .next-input-control {
      flex: 0 0 auto;
      width: auto; }
      .next-select-trigger .next-input-control > * {
        display: inline-block;
        width: auto; }
      .next-select-trigger .next-input-control > .next-select-arrow {
        padding-right: 0; }
    .next-select-trigger .next-input.next-disabled em {
      color: #CCCCCC;
      color: var(--input-disabled-color, #CCCCCC); }
    .next-select-trigger .next-input.next-disabled .next-select-arrow {
      cursor: not-allowed; }
    .next-select-trigger .next-select-clear {
      display: none; }
    .next-select-trigger.next-has-clear:hover .next-select-clear {
      display: inline-block; }
    .next-select-trigger.next-has-clear:hover .next-select-arrow {
      display: none; }
  .next-select .next-select-inner {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-width: 100px;
    outline: 0;
    color: #333333;
    color: var(--select-color, #333333); }
    .next-select .next-select-inner .next-tag {
      line-height: 1;
      margin-right: 4px;
      margin-right: var(--select-tag-spacing-lr, 4px);
      margin-bottom: 3px;
      margin-bottom: var(--select-tag-spacing-tb, 3px);
      padding-left: 0px;
      padding-left: var(--select-tag-padding-lr, 0px);
      padding-right: 0px;
      padding-right: var(--select-tag-padding-lr, 0px); }
    .next-select .next-select-inner .next-input-inner {
      width: auto; }
  .next-select-trigger-search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    max-width: 100%; }
    .next-select-trigger-search > input, .next-select-trigger-search > span {
      display: block;
      font-size: inherit;
      font-family: inherit;
      letter-spacing: inherit;
      white-space: nowrap;
      overflow: hidden; }
    .next-select-trigger-search input {
      position: absolute;
      background-color: transparent;
      width: 100%;
      height: 100% !important;
      z-index: 1;
      left: 0;
      border: 0;
      outline: 0;
      margin: 0;
      padding: 0;
      cursor: inherit; }
    .next-select-trigger-search > span {
      position: relative;
      visibility: hidden;
      white-space: pre;
      max-width: 100%;
      /* 在 table 布局中，100% 并没有什么x用 */
      z-index: -1; }
  .next-select-single {
    /* 搜索框激活时，展开后不显示值，只显示搜索框 */
    /* 搜索框未激活，或者menu未展开，如果有值，则不显示搜索(placeholder) */ }
    .next-select-single.next-no-search {
      cursor: pointer; }
    .next-select-single.next-has-search.next-active .next-select-values > em {
      display: none; }
    .next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search {
      width: 1px;
      opacity: 0;
      filter: alpha(opacity=0);
      /* for IE 9 */ }
    .next-select-single.next-no-search .next-select-trigger-search input, .next-select-single.next-inactive .next-select-trigger-search input {
      color: transparent; }
    .next-select-single .next-select-values {
      display: inline-flex;
      align-items: center; }
      .next-select-single .next-select-values > em {
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .next-select-multiple .next-select-compact {
    position: relative;
    white-space: nowrap; }
    .next-select-multiple .next-select-compact .next-select-trigger-search {
      width: auto; }
    .next-select-multiple .next-select-compact .next-select-tag-compact {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      padding: 0 4px 0 16px;
      color: #333333;
      color: var(--input-text-color, #333333);
      background: linear-gradient(90deg, transparent, #FFFFFF 10px);
      background: linear-gradient(90deg, transparent, var(--input-bg-color, #FFFFFF) 10px); }
  .next-select-multiple, .next-select-tag {
    /* 如果有值，则搜索框变为1px */ }
    .next-select-multiple .next-select-values, .next-select-tag .next-select-values {
      /* Tag 有 3px 的 margin-bottom，所以包裹 Tag 的容器要作一下处理 */
      margin-bottom: -3px;
      margin-bottom: calc(0px - var(--select-tag-spacing-tb, 3px));
      height: auto !important; }
    .next-select-multiple .next-select-trigger-search, .next-select-tag .next-select-trigger-search {
      margin-bottom: 3px;
      margin-bottom: var(--select-tag-spacing-tb, 3px); }
    .next-select-multiple .next-tag + .next-select-trigger-search, .next-select-tag .next-tag + .next-select-trigger-search {
      width: auto;
      min-width: 1px;
      /* 保留一个光标的宽度 */ }
    .next-select-multiple .next-input, .next-select-tag .next-input {
      height: auto;
      align-items: start; }
    .next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values {
      min-height: 18px;
      min-height: calc(var(--form-element-small-height, 20px) - 2px);
      padding-top: 2px;
      padding-top: calc((var(--form-element-small-height, 20px) - var(--select-s-lineheight, 14px) - 2px)/2);
      padding-bottom: 2px;
      padding-bottom: calc((var(--form-element-small-height, 20px) - var(--select-s-lineheight, 14px) - 2px)/2);
      line-height: 14px;
      line-height: var(--select-s-lineheight, 14px); }
    .next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact {
      height: 20px !important;
      height: var(--form-element-small-height, 20px) !important; }
    .next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag {
      border: 0;
      padding-top: 0px;
      padding-top: calc((var(--select-s-lineheight, 14px) - var(--s-4, 16px) - -2px)/2);
      padding-bottom: 0px;
      padding-bottom: calc((var(--select-s-lineheight, 14px) - var(--s-4, 16px) - -2px)/2);
      height: 14px;
      height: var(--select-s-lineheight, 14px); }
      .next-select-multiple.next-small .next-tag .next-tag-body, .next-select-multiple.next-small .next-tag .next-tag-close-btn, .next-select-tag.next-small .next-tag .next-tag-body, .next-select-tag.next-small .next-tag .next-tag-close-btn {
        line-height: 14px;
        line-height: calc(var(--select-s-lineheight, 14px) - (var(--select-s-lineheight, 14px) - var(--s-4, 16px) - -2px)/2*2); }
      .next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body {
        line-height: 14px;
        line-height: var(--select-s-lineheight, 14px); }
    .next-select-multiple.next-small .next-input-label, .next-select-multiple.next-small .next-input-control, .next-select-multiple.next-small .next-select-tag-compact, .next-select-tag.next-small .next-input-label, .next-select-tag.next-small .next-input-control, .next-select-tag.next-small .next-select-tag-compact {
      line-height: 18px;
      line-height: calc(var(--form-element-small-height, 20px) - 2px); }
    .next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values {
      min-height: 26px;
      min-height: calc(var(--form-element-medium-height, 28px) - 2px);
      padding-top: 3px;
      padding-top: calc((var(--form-element-medium-height, 28px) - var(--select-m-lineheight, 20px) - 2px)/2);
      padding-bottom: 3px;
      padding-bottom: calc((var(--form-element-medium-height, 28px) - var(--select-m-lineheight, 20px) - 2px)/2);
      line-height: 20px;
      line-height: var(--select-m-lineheight, 20px); }
    .next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact {
      height: 28px !important;
      height: var(--form-element-medium-height, 28px) !important; }
    .next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag {
      padding-top: 1px;
      padding-top: calc((var(--select-m-lineheight, 20px) - var(--s-4, 16px) - 2px)/2);
      padding-bottom: 1px;
      padding-bottom: calc((var(--select-m-lineheight, 20px) - var(--s-4, 16px) - 2px)/2);
      height: 20px;
      height: var(--select-m-lineheight, 20px); }
      .next-select-multiple.next-medium .next-tag .next-tag-body, .next-select-multiple.next-medium .next-tag .next-tag-close-btn, .next-select-tag.next-medium .next-tag .next-tag-body, .next-select-tag.next-medium .next-tag .next-tag-close-btn {
        line-height: 18px;
        line-height: calc(var(--select-m-lineheight, 20px) - (var(--select-m-lineheight, 20px) - var(--s-4, 16px) - 2px)/2*2); }
    .next-select-multiple.next-medium .next-input-label, .next-select-multiple.next-medium .next-input-control, .next-select-multiple.next-medium .next-select-tag-compact, .next-select-tag.next-medium .next-input-label, .next-select-tag.next-medium .next-input-control, .next-select-tag.next-medium .next-select-tag-compact {
      line-height: 26px;
      line-height: calc(var(--form-element-medium-height, 28px) - 2px); }
    .next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values {
      min-height: 38px;
      min-height: calc(var(--form-element-large-height, 40px) - 2px);
      padding-top: 7px;
      padding-top: calc((var(--form-element-large-height, 40px) - var(--select-l-lineheight, 24px) - 2px)/2);
      padding-bottom: 7px;
      padding-bottom: calc((var(--form-element-large-height, 40px) - var(--select-l-lineheight, 24px) - 2px)/2);
      line-height: 24px;
      line-height: var(--select-l-lineheight, 24px); }
    .next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact {
      height: 40px !important;
      height: var(--form-element-large-height, 40px) !important; }
    .next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag {
      padding-top: 3px;
      padding-top: calc((var(--select-l-lineheight, 24px) - var(--s-4, 16px) - 2px)/2);
      padding-bottom: 3px;
      padding-bottom: calc((var(--select-l-lineheight, 24px) - var(--s-4, 16px) - 2px)/2);
      height: 24px;
      height: var(--select-l-lineheight, 24px); }
      .next-select-multiple.next-large .next-tag .next-tag-body, .next-select-multiple.next-large .next-tag .next-tag-close-btn, .next-select-tag.next-large .next-tag .next-tag-body, .next-select-tag.next-large .next-tag .next-tag-close-btn {
        line-height: 18px;
        line-height: calc(var(--select-l-lineheight, 24px) - (var(--select-l-lineheight, 24px) - var(--s-4, 16px) - 2px)/2*2); }
    .next-select-multiple.next-large .next-input-label, .next-select-multiple.next-large .next-input-control, .next-select-multiple.next-large .next-select-tag-compact, .next-select-tag.next-large .next-input-label, .next-select-tag.next-large .next-input-control, .next-select-tag.next-large .next-select-tag-compact {
      line-height: 38px;
      line-height: calc(var(--form-element-large-height, 40px) - 2px); }
  .next-select.next-no-search {
    /* 在搜索框未激活时，将 input 的 color 置为透明 */
    /* ISSUE: 在 firefox 中，readonly 的 input 仍然会显示光标 */ }
    .next-select.next-no-search .next-select-trigger-search input {
      color: transparent; }
  .next-select-auto-complete {
    width: 160px; }
    .next-select-auto-complete .next-input {
      width: 100%;
      /* table-cell 下 margin 无效 */ }
      .next-select-auto-complete .next-input .next-input-hint-wrap {
        padding-right: 1px; }
      .next-select-auto-complete .next-input .next-select-arrow {
        padding-left: 0; }
  .next-select.next-active .next-select-arrow .next-icon-arrow-down {
    transform: rotate(180deg); }
  .next-select .next-select-unfold-icon::before {
    content: "";
    content: var(--select-unfold-icon-content, ""); }
  .next-select-symbol-fold::before {
    content: "\E63D";
    content: var(--select-fold-icon-content, "\E63D"); }
  .next-select-arrow {
    cursor: pointer;
    width: auto !important;
    text-align: center;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    /* transform-origin: center 41.8%; // icon 图像中心 */ }
  .next-select-popup-wrap {
    animation-duration: 300ms;
    animation-duration: var(--motion-duration-standard, 300ms);
    animation-timing-function: ease;
    animation-timing-function: var(--motion-ease, ease); }
  .next-select-menu-wrapper {
    max-height: 260px;
    overflow: auto;
    border: 1px solid #DCDEE3;
    border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--popup-local-corner, 3px);
    box-shadow: none;
    box-shadow: var(--popup-local-shadow, none); }
    .next-select-menu-wrapper .next-select-menu {
      max-height: none;
      border: none; }
  .next-select-menu {
    max-height: 260px;
    overflow: auto;
    /* autoComplete 没有选项时 menu 不显示 */ }
    .next-select-menu .next-select-menu-empty-content {
      padding-left: 8px;
      padding-left: var(--s-2, 8px);
      padding-right: 8px;
      padding-right: var(--s-2, 8px);
      color: #999999;
      color: var(--select-hint-color, #999999); }
    .next-select-menu.next-select-auto-complete-menu.next-select-menu-empty {
      display: none; }
    .next-select-menu .next-menu-item-text .next-icon {
      vertical-align: middle; }
  .next-select-all {
    display: block;
    cursor: pointer;
    padding: 0 8px;
    padding: 0 var(--s-2, 8px);
    margin: 0 12px 8px;
    margin: 0 var(--s-3, 12px) var(--s-2, 8px);
    border-bottom: 1px solid #DCDEE3;
    border-bottom: 1px solid var(--color-line1-2, #DCDEE3); }
    .next-select-all:hover {
      color: #3E71F7;
      color: var(--color-link-3, #3E71F7); }
    .next-select-all .next-menu-icon-selected.next-icon {
      display: inline-block !important;
      top: initial;
      color: #5584FF;
      color: var(--select-menu-icon-color, #5584FF); }
  .next-select-highlight {
    color: #5584FF;
    color: var(--select-highlight-color, #5584FF);
    font-size: 12px;
    font-size: var(--select-highlight-font, 12px); }
  .next-select-in-ie.next-select-trigger .next-select-values {
    /* 在 table 布局中，overflow: hidden 会导致负的 margin 失效 */
    overflow: visible; }
  .next-select-in-ie.next-select-trigger .next-input-control, .next-select-in-ie.next-select-trigger .next-input-label {
    width: 1px; }
  .next-select-in-ie.next-select-trigger .next-input-control > * {
    display: table-cell;
    width: 1%; }
  .next-select-in-ie.next-select-trigger .next-select-arrow {
    display: table-cell; }
  .next-select-in-ie.next-select-trigger .next-select-clear {
    display: none; }
  .next-select-in-ie.next-select-trigger.next-select-multiple .next-select-inner, .next-select-in-ie.next-select-trigger.next-select-tag .next-select-inner {
    vertical-align: top; }
  .next-select-in-ie.next-select-trigger .next-select-inner {
    display: inline-table; }
  .next-select-in-ie.next-select-trigger.next-select-single .next-select-values {
    display: inline-table; }
  .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-small .next-select-values {
    line-height: 20px;
    line-height: var(--form-element-small-height, 20px); }
  .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values {
    line-height: 28px;
    line-height: var(--form-element-medium-height, 28px); }
  .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values {
    line-height: 40px;
    line-height: var(--form-element-large-height, 40px); }
  .next-select-in-ie.next-select-trigger .next-select-trigger-search > span {
    max-width: 100px; }
  .next-select-in-ie.next-select-trigger.next-select-single {
    /* 搜索框未激活，或者menu未展开，如果有值，则不显示搜索(placeholder) */ }
    .next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values {
      position: relative; }
      .next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values > em {
        position: absolute;
        display: inline-block;
        height: 100%;
        line-height: 1;
        vertical-align: middle;
        overflow: hidden;
        left: 4px;
        right: 0;
        top: 30%; }
    .next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search {
      filter: alpha(opacity=0);
      /* for IE 9 */
      font-size: 0; }
    .next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-trigger-search input, .next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-trigger-search input {
      color: inherit; }
  .next-select-in-ie.next-select-trigger.next-no-search .next-select-trigger-search input {
    color: inherit; }

.next-select.next-select-multiple[dir='rtl'] .next-select-compact .next-select-tag-compact {
  left: 0;
  right: auto;
  padding: 0 16px 0 4px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), #FFFFFF 10px);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), var(--input-bg-color, #FFFFFF) 10px); }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

/* Slider */
/* -------------------------------------- */
.next-slick {
  box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  /* 水平滑动 */
  /* 垂直滑动 */ }
  .next-slick *,
  .next-slick *:before,
  .next-slick *:after {
    box-sizing: border-box; }
  .next-slick-initialized .next-slick-slide {
    display: block; }
  .next-slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 0, 0); }
    .next-slick-list:focus {
      outline: none; }
    .next-slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .next-slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    transform: translate3d(0, 0, 0); }
  .next-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-slick[dir="rtl"] .next-slick-slide {
      float: right; }
    .next-slick-slide img {
      display: block; }
  .next-slick-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    /* prev/next 按钮不同位置下的外观 */ }
    .next-slick-arrow.inner {
      color: #FFFFFF;
      color: var(--slick-arrow-icon-color-normal, #FFFFFF);
      background: #000000;
      background: var(--slick-arrow-bg-color-normal, #000000);
      opacity: 0.2;
      opacity: var(--slick-arrow-bg-opacity-normal, 0.2);
      padding: 0;
      border: none; }
      .next-slick-arrow.inner:focus, .next-slick-arrow.inner:hover {
        color: #FFFFFF;
        color: var(--slick-arrow-icon-color-hover, #FFFFFF);
        background: #000000;
        background: var(--slick-arrow-bg-color-hover, #000000);
        opacity: 0.4;
        opacity: var(--slick-arrow-bg-opacity-hover, 0.4); }
      .next-slick-arrow.inner.disabled {
        color: #CCCCCC;
        color: var(--slick-arrow-icon-color-disabled, #CCCCCC);
        background: #F7F8FA;
        background: var(--slick-arrow-bg-color-disabled, #F7F8FA);
        opacity: 0.5;
        opacity: var(--slick-arrow-bg-opacity-disabled, 0.5); }
    .next-slick-arrow.outer {
      color: #666666;
      color: var(--slick-arrow-icon-color-normal-outer, #666666);
      background: transparent;
      background: var(--slick-arrow-bg-color-normal-outer, transparent);
      opacity: 0.32;
      opacity: var(--slick-arrow-bg-opacity-normal-outer, 0.32);
      padding: 0;
      border: none;
      border-radius: 0px;
      border-radius: var(--slick-arrow-corner-radius-outer, 0px); }
      .next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
        color: #333333;
        color: var(--slick-arrow-icon-color-hover-outer, #333333);
        background: transparent;
        background: var(--slick-arrow-bg-color-hover-outer, transparent);
        opacity: 0.32;
        opacity: var(--slick-arrow-bg-opacity-hover-outer, 0.32); }
      .next-slick-arrow.outer.disabled {
        color: #CCCCCC;
        color: var(--slick-arrow-icon-color-disabled-outer, #CCCCCC);
        background: transparent;
        background: var(--slick-arrow-bg-color-disabled-outer, transparent);
        opacity: 0.32;
        opacity: var(--slick-arrow-bg-opacity-disabled-outer, 0.32); }
    .next-slick-arrow.disabled {
      cursor: not-allowed; }
  .next-slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    /* dots 位于水平位置 */
    /* dots 位于右侧垂直位置 */ }
    .next-slick-dots-item {
      position: relative;
      display: inline-block;
      cursor: pointer; }
      .next-slick-dots-item button {
        cursor: pointer;
        border-width: 0px;
        border-width: var(--slick-dots-border-width, 0px);
        border-color: white;
        border-style: solid;
        outline: none;
        padding: 0;
        height: 8px;
        height: var(--slick-dots-height, 8px);
        width: 8px;
        width: var(--slick-dots-width, 8px);
        border-radius: 50%;
        border-radius: var(--slick-dots-border-radius, 50%);
        background: rgba(0, 0, 0, 0.32); }
        .next-slick-dots-item button:hover {
          background-color: rgba(0, 0, 0, 0.32);
          /* border-width: $slick-dots-border-width-hover; */
          border-color: white; }
      .next-slick-dots-item button:focus,
      .next-slick-dots-item button:hover {
        background: rgba(255, 255, 255, 0.5); }
      .next-slick-dots-item.active button {
        background: #5584ff;
        /* border-width: $slick-dots-border-width-selected; */
        border-color: white;
        animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
    .next-slick-dots.hoz {
      width: 100%;
      bottom: 12px;
      bottom: var(--slick-dots-position-bottom, 12px);
      left: 0;
      text-align: center; }
      .next-slick-dots.hoz .next-slick-dots-item {
        margin: 0 4px;
        margin: 0 var(--slick-dots-margin-lr, 4px); }
    .next-slick-dots.ver {
      width: 16px;
      width: calc(var(--slick-dots-width, 8px) + 8px);
      top: 0;
      right: 20px;
      right: var(--slick-dots-position-right, 20px);
      bottom: 0;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .next-slick-dots.ver .next-slick-dots-item {
        margin: 0px 0;
        margin: var(--slick-dots-margin-tb, 0px) 0; }
  .next-slick.next-slick-hoz.next-slick-outer {
    padding: 0 24px;
    padding: 0 var(--slick-track-padding-lr, 24px); }
  .next-slick.next-slick-hoz .next-slick-arrow.medium {
    width: 28px;
    width: var(--slick-arrow-width-m, 28px);
    height: 56px;
    height: var(--slick-arrow-height-m, 56px);
    line-height: 56px;
    line-height: var(--slick-arrow-height-m, 56px); }
    .next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon:before,
    .next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon .next-icon-remote {
      width: 20px;
      font-size: 20px;
      line-height: inherit; }
  .next-slick.next-slick-hoz .next-slick-arrow.medium.inner {
    top: calc((100% - 56px)/2);
    top: calc((100% - var(--slick-arrow-height-m, 56px))/2); }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
      left: 0; }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
      right: 0; }
  .next-slick.next-slick-hoz .next-slick-arrow.medium.outer {
    top: calc((100% - 56px)/2);
    top: calc((100% - var(--slick-arrow-height-m, 56px))/2); }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
      left: -4px;
      left: calc(0px - var(--slick-arrow-position-lr-m, 4px)); }
    .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
      right: -4px;
      right: calc(0px - var(--slick-arrow-position-lr-m, 4px)); }
  .next-slick.next-slick-hoz .next-slick-arrow.large {
    width: 48px;
    width: var(--slick-arrow-width-l, 48px);
    height: 96px;
    height: var(--slick-arrow-height-l, 96px);
    line-height: 96px;
    line-height: var(--slick-arrow-height-l, 96px); }
    .next-slick.next-slick-hoz .next-slick-arrow.large .next-icon:before,
    .next-slick.next-slick-hoz .next-slick-arrow.large .next-icon .next-icon-remote {
      width: 32px;
      font-size: 32px;
      line-height: inherit; }
  .next-slick.next-slick-hoz .next-slick-arrow.large.inner {
    top: calc((100% - 96px)/2);
    top: calc((100% - var(--slick-arrow-height-l, 96px))/2); }
    .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev {
      left: 0; }
    .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next {
      right: 0; }
  .next-slick.next-slick-hoz .next-slick-arrow.large.outer {
    top: calc((100% - 96px)/2);
    top: calc((100% - var(--slick-arrow-height-l, 96px))/2); }
    .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
      left: -8px;
      left: calc(0px - var(--slick-arrow-position-lr-l, 8px)); }
    .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
      right: -8px;
      right: calc(0px - var(--slick-arrow-position-lr-l, 8px)); }
  .next-slick.next-slick-ver.next-slick-outer {
    padding: 24px 0;
    padding: var(--slick-ver-track-padding-tb, 24px) 0; }
  .next-slick.next-slick-ver .next-slick-slide {
    display: block;
    height: auto;
    /* border: $slick-ver-slide-border-width solid transparent; */ }
  .next-slick.next-slick-ver .next-slick-arrow {
    /* size medium */
    /* size medium & position inner */
    /* size medium & position outer */
    /* size large */
    /* size large & position inner */
    /* size large & position outer */ }
    .next-slick.next-slick-ver .next-slick-arrow.medium {
      width: 56px;
      width: var(--slick-ver-arrow-width-m, 56px);
      height: 28px;
      height: var(--slick-ver-arrow-height-m, 28px);
      line-height: 28px;
      line-height: var(--slick-ver-arrow-height-m, 28px); }
      .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before,
      .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon .next-icon-remote {
        width: 20px;
        font-size: 20px;
        line-height: inherit; }
    .next-slick.next-slick-ver .next-slick-arrow.medium.inner {
      left: calc((100% - 56px)/2);
      left: calc((100% - var(--slick-ver-arrow-width-m, 56px))/2); }
      .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev {
        top: 0; }
      .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next {
        bottom: 0; }
    .next-slick.next-slick-ver .next-slick-arrow.medium.outer {
      left: calc((100% - 56px)/2);
      left: calc((100% - var(--slick-ver-arrow-width-m, 56px))/2); }
      .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
        top: -4px;
        top: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px)); }
      .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
        bottom: -4px;
        bottom: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px)); }
    .next-slick.next-slick-ver .next-slick-arrow.large {
      width: 96px;
      width: var(--slick-ver-arrow-width-l, 96px);
      height: 48px;
      height: var(--slick-ver-arrow-height-l, 48px);
      line-height: 48px;
      line-height: var(--slick-ver-arrow-height-l, 48px); }
      .next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before,
      .next-slick.next-slick-ver .next-slick-arrow.large .next-icon .next-icon-remote {
        width: 32px;
        font-size: 32px;
        line-height: inherit; }
    .next-slick.next-slick-ver .next-slick-arrow.large.inner {
      left: calc((100% - 96px)/2);
      left: calc((100% - var(--slick-ver-arrow-width-l, 96px))/2); }
      .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev {
        top: 0; }
      .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next {
        bottom: 0; }
    .next-slick.next-slick-ver .next-slick-arrow.large.outer {
      left: calc((100% - 96px)/2);
      left: calc((100% - var(--slick-ver-arrow-width-l, 96px))/2); }
      .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
        top: -16px;
        top: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px)); }
      .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
        bottom: -16px;
        bottom: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px)); }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-split-btn {
  display: inline-block;
  position: relative; }
  .next-split-btn-trigger .next-icon {
    transition: transform 100ms linear;
    transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-split-btn-trigger.next-expand .next-split-btn-symbol-fold::before {
    content: "";
    content: var(--split-btn-unfold-icon-content, ""); }
  .next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon {
    color: #999999;
    color: var(--split-btn-trigger-normal-icon-color, #999999); }
  .next-split-btn-trigger.next-small {
    padding-left: 4px;
    padding-left: var(--s-1, 4px);
    padding-right: 4px;
    padding-right: var(--s-1, 4px); }
  .next-split-btn-trigger.next-medium {
    padding-left: 8px;
    padding-left: var(--s-2, 8px);
    padding-right: 8px;
    padding-right: var(--s-2, 8px); }
  .next-split-btn-symbol-fold::before {
    content: "\E63D";
    content: var(--split-btn-fold-icon-content, "\E63D"); }
  .next-split-btn-symbol-unfold::before {
    content: "";
    content: var(--split-btn-unfold-icon-content, ""); }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-step *,
.next-step *:before,
.next-step *:after {
  box-sizing: border-box; }

.next-step, .next-step:before, .next-step:after {
  box-sizing: border-box; }

.next-step {
  width: 100%;
  position: relative;
  border: none; }
  .next-step-item {
    position: relative;
    vertical-align: middle;
    outline: 0;
    height: 100%; }
    .next-step-item-body {
      outline: 0; }
    .next-step-item-node {
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
      .next-step-item-node.clicked {
        transform: scale3d(0.8, 0.8, 0.8); }
  .next-step-horizontal {
    overflow: hidden; }
    .next-step-horizontal > .next-step-item {
      display: inline-block;
      text-align: left; }
  .next-step-vertical > .next-step-item {
    display: block;
    text-align: center; }

.next-step-arrow {
  display: flex; }
  .next-step-arrow .next-step-item {
    flex: 1;
    height: 32px;
    height: var(--step-arrow-item-height, 32px);
    line-height: 32px;
    line-height: var(--step-arrow-item-height, 32px);
    margin-left: 16px;
    margin-left: calc(var(--step-arrow-item-height, 32px)/2);
    margin-right: 4px;
    margin-right: calc(var(--step-arrow-item-height, 32px)/8); }
    .next-step-arrow .next-step-item:before {
      content: '';
      position: absolute;
      left: -16px;
      left: calc(0px - var(--step-arrow-item-border-width, calc(32px / 2)));
      top: 0;
      z-index: 1;
      border: 16px solid transparent;
      border: var(--step-arrow-item-border-width, 16px) solid transparent;
      border-left-color: transparent; }
    .next-step-arrow .next-step-item:after {
      content: '';
      position: absolute;
      right: -var(--step-arrow-item-border-width, 16px);
      top: 0;
      z-index: 1;
      border-top: 16px solid transparent;
      border-top: var(--step-arrow-item-border-width, 16px) solid transparent;
      border-bottom: 16px solid transparent;
      border-bottom: var(--step-arrow-item-border-width, 16px) solid transparent;
      border-left: 16px solid transparent;
      border-left: var(--step-arrow-item-border-width, 16px) solid transparent; }
    .next-step-arrow .next-step-item .next-step-item-container {
      min-width: 100px;
      height: 32px;
      height: var(--step-arrow-item-height, 32px);
      cursor: pointer; }
      .next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
        height: 32px;
        height: var(--step-arrow-item-height, 32px);
        line-height: 32px;
        line-height: var(--step-arrow-item-height, 32px);
        font-weight: bold;
        font-weight: var(--step-arrow-item-title-weight, bold);
        font-size: 14px;
        font-size: var(--step-arrow-item-title-size, 14px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center; }
  .next-step-arrow > .next-step-item-wait {
    background: #EBECF0;
    background: var(--step-arrow-item-wait-background, #EBECF0); }
    .next-step-arrow > .next-step-item-wait .next-step-item-tail-overlay {
      background: #000000; }
    .next-step-arrow > .next-step-item-wait .next-step-item-tail-underlay {
      background: #CCCCCC;
      background: var(--color-text1-1, #CCCCCC); }
    .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
      width: 32px;
      width: var(--s-8, 32px);
      height: 32px;
      height: var(--s-8, 32px); }
    .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node {
      color: #000000; }
    .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
      background: #EBECF0;
      background: var(--step-arrow-item-wait-background, #EBECF0);
      border-color: #000000; }
    .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
      background: #EBECF0;
      background: var(--step-arrow-item-wait-background, #EBECF0);
      border-color: #000000; }
    .next-step-arrow > .next-step-item-wait .next-step-item-title {
      color: #999999;
      color: var(--step-arrow-item-title-wait-color, #999999);
      word-break: break-word; }
    .next-step-arrow > .next-step-item-wait .next-step-item-content {
      color: #999999;
      color: var(--step-arrow-item-title-wait-color, #999999);
      font-size: 12px;
      font-size: var(--step-circle-item-content-font-size, 12px);
      word-break: break-word; }
    .next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder {
      width: 32px;
      width: var(--s-8, 32px);
      height: 32px;
      height: var(--s-8, 32px);
      position: relative; }
    .next-step-arrow > .next-step-item-wait .next-step-item-node {
      position: relative;
      display: inline-block;
      text-align: center;
      cursor: pointer; }
      .next-step-arrow > .next-step-item-wait .next-step-item-node-circle {
        display: block;
        width: 32px;
        width: var(--s-8, 32px);
        height: 32px;
        height: var(--s-8, 32px);
        font-size: 12px;
        font-size: var(--step-circle-item-node-font-size, 12px);
        font-weight: normal;
        font-weight: var(--font-weight-2, normal);
        line-height: 30px;
        line-height: calc(var(--s-8, 32px) - 2*var(--step-circle-item-node-border-width, 1px));
        text-align: center;
        border: 1px solid;
        border: var(--step-circle-item-node-border-width, 1px) solid;
        border-radius: 50%;
        border-radius: var(--step-circle-item-node-corner, 50%);
        transition: background-color 100ms linear;
        transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
        .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon {
          animation: zoomIn 100ms linear;
          animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
          .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon:before,
          .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
            width: 12px;
            font-size: 12px;
            line-height: inherit; }
    .next-step-arrow > .next-step-item-wait:before {
      border: 16px solid #EBECF0;
      border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-wait-background, #EBECF0);
      border-left-color: transparent; }
    .next-step-arrow > .next-step-item-wait:after {
      border-left-color: #EBECF0;
      border-left-color: var(--step-arrow-item-wait-background, #EBECF0); }
  .next-step-arrow > .next-step-item-process {
    background: #5584FF;
    background: var(--step-arrow-item-process-background, #5584FF); }
    .next-step-arrow > .next-step-item-process .next-step-item-tail-overlay {
      background: #000000; }
    .next-step-arrow > .next-step-item-process .next-step-item-tail-underlay {
      background: #CCCCCC;
      background: var(--color-text1-1, #CCCCCC); }
    .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-progress {
      width: 32px;
      width: var(--s-8, 32px);
      height: 32px;
      height: var(--s-8, 32px); }
    .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node {
      color: #000000; }
    .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
      background: #5584FF;
      background: var(--step-arrow-item-process-background, #5584FF);
      border-color: #000000; }
    .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
      background: #5584FF;
      background: var(--step-arrow-item-process-background, #5584FF);
      border-color: #000000; }
    .next-step-arrow > .next-step-item-process .next-step-item-title {
      color: #FFFFFF;
      color: var(--step-arrow-item-title-process-color, #FFFFFF);
      word-break: break-word; }
    .next-step-arrow > .next-step-item-process .next-step-item-content {
      color: #FFFFFF;
      color: var(--step-arrow-item-title-process-color, #FFFFFF);
      font-size: 12px;
      font-size: var(--step-circle-item-content-font-size, 12px);
      word-break: break-word; }
    .next-step-arrow > .next-step-item-process .next-step-item-node-placeholder {
      width: 32px;
      width: var(--s-8, 32px);
      height: 32px;
      height: var(--s-8, 32px);
      position: relative; }
    .next-step-arrow > .next-step-item-process .next-step-item-node {
      position: relative;
      display: inline-block;
      text-align: center;
      cursor: pointer; }
      .next-step-arrow > .next-step-item-process .next-step-item-node-circle {
        display: block;
        width: 32px;
        width: var(--s-8, 32px);
        height: 32px;
        height: var(--s-8, 32px);
        font-size: 12px;
        font-size: var(--step-circle-item-node-font-size, 12px);
        font-weight: normal;
        font-weight: var(--font-weight-2, normal);
        line-height: 30px;
        line-height: calc(var(--s-8, 32px) - 2*var(--step-circle-item-node-border-width, 1px));
        text-align: center;
        border: 1px solid;
        border: var(--step-circle-item-node-border-width, 1px) solid;
        border-radius: 50%;
        border-radius: var(--step-circle-item-node-corner, 50%);
        transition: background-color 100ms linear;
        transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
        .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon {
          animation: zoomIn 100ms linear;
          animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
          .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon:before,
          .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
            width: 12px;
            font-size: 12px;
            line-height: inherit; }
    .next-step-arrow > .next-step-item-process:before {
      border: 16px solid #5584FF;
      border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-process-background, #5584FF);
      border-left-color: transparent; }
    .next-step-arrow > .next-step-item-process:after {
      border-left-color: #5584FF;
      border-left-color: var(--step-arrow-item-process-background, #5584FF); }
  .next-step-arrow > .next-step-item-finish {
    background: #DEE8FF;
    background: var(--step-arrow-item-finish-background, #DEE8FF); }
    .next-step-arrow > .next-step-item-finish .next-step-item-tail-overlay {
      background: #000000; }
    .next-step-arrow > .next-step-item-finish .next-step-item-tail-underlay {
      background: #CCCCCC;
      background: var(--color-text1-1, #CCCCCC); }
    .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
      width: 32px;
      width: var(--s-8, 32px);
      height: 32px;
      height: var(--s-8, 32px); }
    .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node {
      color: #000000; }
    .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
      background: #DEE8FF;
      background: var(--step-arrow-item-finish-background, #DEE8FF);
      border-color: #000000; }
    .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
      background: #DEE8FF;
      background: var(--step-arrow-item-finish-background, #DEE8FF);
      border-color: #000000; }
    .next-step-arrow > .next-step-item-finish .next-step-item-title {
      color: #5584FF;
      color: var(--step-arrow-item-title-finish-color, #5584FF);
      word-break: break-word; }
    .next-step-arrow > .next-step-item-finish .next-step-item-content {
      color: #5584FF;
      color: var(--step-arrow-item-title-finish-color, #5584FF);
      font-size: 12px;
      font-size: var(--step-circle-item-content-font-size, 12px);
      word-break: break-word; }
    .next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder {
      width: 32px;
      width: var(--s-8, 32px);
      height: 32px;
      height: var(--s-8, 32px);
      position: relative; }
    .next-step-arrow > .next-step-item-finish .next-step-item-node {
      position: relative;
      display: inline-block;
      text-align: center;
      cursor: pointer; }
      .next-step-arrow > .next-step-item-finish .next-step-item-node-circle {
        display: block;
        width: 32px;
        width: var(--s-8, 32px);
        height: 32px;
        height: var(--s-8, 32px);
        font-size: 12px;
        font-size: var(--step-circle-item-node-font-size, 12px);
        font-weight: normal;
        font-weight: var(--font-weight-2, normal);
        line-height: 30px;
        line-height: calc(var(--s-8, 32px) - 2*var(--step-circle-item-node-border-width, 1px));
        text-align: center;
        border: 1px solid;
        border: var(--step-circle-item-node-border-width, 1px) solid;
        border-radius: 50%;
        border-radius: var(--step-circle-item-node-corner, 50%);
        transition: background-color 100ms linear;
        transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
        .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon {
          animation: zoomIn 100ms linear;
          animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
          .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon:before,
          .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
            width: 12px;
            font-size: 12px;
            line-height: inherit; }
    .next-step-arrow > .next-step-item-finish:before {
      border: 16px solid #DEE8FF;
      border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-finish-background, #DEE8FF);
      border-left-color: transparent; }
    .next-step-arrow > .next-step-item-finish:after {
      border-left-color: #DEE8FF;
      border-left-color: var(--step-arrow-item-finish-background, #DEE8FF); }
  .next-step-arrow .next-step-item-disabled {
    cursor: not-allowed;
    background: #F7F8FA;
    background: var(--step-arrow-item-disabled-background, #F7F8FA); }
    .next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay {
      background: #000000; }
    .next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay {
      background: #CCCCCC;
      background: var(--color-text1-1, #CCCCCC); }
    .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
      width: 32px;
      width: var(--s-8, 32px);
      height: 32px;
      height: var(--s-8, 32px); }
    .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node {
      color: #000000; }
    .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
      background: #F7F8FA;
      background: var(--step-arrow-item-disabled-background, #F7F8FA);
      border-color: #000000; }
    .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
      background: #F7F8FA;
      background: var(--step-arrow-item-disabled-background, #F7F8FA);
      border-color: #000000; }
    .next-step-arrow .next-step-item-disabled .next-step-item-title {
      color: #CCCCCC;
      color: var(--step-arrow-item-title-disabled-color, #CCCCCC);
      word-break: break-word; }
    .next-step-arrow .next-step-item-disabled .next-step-item-content {
      color: #CCCCCC;
      color: var(--step-arrow-item-title-disabled-color, #CCCCCC);
      font-size: 12px;
      font-size: var(--step-circle-item-content-font-size, 12px);
      word-break: break-word; }
    .next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
      width: 32px;
      width: var(--s-8, 32px);
      height: 32px;
      height: var(--s-8, 32px);
      position: relative; }
    .next-step-arrow .next-step-item-disabled .next-step-item-node {
      position: relative;
      display: inline-block;
      text-align: center;
      cursor: pointer; }
      .next-step-arrow .next-step-item-disabled .next-step-item-node-circle {
        display: block;
        width: 32px;
        width: var(--s-8, 32px);
        height: 32px;
        height: var(--s-8, 32px);
        font-size: 12px;
        font-size: var(--step-circle-item-node-font-size, 12px);
        font-weight: normal;
        font-weight: var(--font-weight-2, normal);
        line-height: 30px;
        line-height: calc(var(--s-8, 32px) - 2*var(--step-circle-item-node-border-width, 1px));
        text-align: center;
        border: 1px solid;
        border: var(--step-circle-item-node-border-width, 1px) solid;
        border-radius: 50%;
        border-radius: var(--step-circle-item-node-corner, 50%);
        transition: background-color 100ms linear;
        transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
        .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
          animation: zoomIn 100ms linear;
          animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
          .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon:before,
          .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
            width: 12px;
            font-size: 12px;
            line-height: inherit; }
    .next-step-arrow .next-step-item-disabled:before {
      border: 16px solid #F7F8FA;
      border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-disabled-background, #F7F8FA);
      border-left-color: transparent; }
    .next-step-arrow .next-step-item-disabled:after {
      border-left-color: #F7F8FA;
      border-left-color: var(--step-arrow-item-disabled-background, #F7F8FA); }
    .next-step-arrow .next-step-item-disabled .next-step-item-container {
      cursor: not-allowed; }
  .next-step-arrow .next-step-item-read-only {
    cursor: default; }
    .next-step-arrow .next-step-item-read-only .next-step-item-container {
      cursor: default; }
  .next-step-arrow .next-step-item-first {
    margin-left: 0; }
    .next-step-arrow .next-step-item-first:before {
      border: 16px solid transparent;
      border: var(--step-arrow-item-border-width, 16px) solid transparent; }
  .next-step-arrow .next-step-item-last {
    margin-right: 0; }
    .next-step-arrow .next-step-item-last:after {
      border: 16px solid transparent;
      border: var(--step-arrow-item-border-width, 16px) solid transparent; }

.next-step-circle .next-step-item-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 8px;
  padding: 0 var(--step-circle-item-node-padding, 8px); }
  .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
    color: #5584FF;
    color: var(--step-circle-item-node-process-percent-color, #5584FF);
    font-size: 12px;
    font-size: var(--step-circle-item-node-process-percent-size, 12px); }
  .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
    stroke: #A0A2AD;
    stroke: var(--step-circle-item-node-wait-border-color, #A0A2AD);
    stroke-width: 3px;
    stroke-width: calc(3*var(--step-circle-item-node-border-width, 1px)); }
  .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
    stroke: #5584FF;
    stroke: var(--step-circle-item-node-finish-border-color, #5584FF);
    stroke-width: 3px;
    stroke-width: calc(3*var(--step-circle-item-node-border-width, 1px)); }
  .next-step-circle .next-step-item-container .next-step-item-node-placeholder {
    display: inline-block; }

.next-step-circle > .next-step-item-wait .next-step-item-tail-overlay {
  background: #C4C6CF;
  background: var(--step-circle-item-tail-wait-color, #C4C6CF); }

.next-step-circle > .next-step-item-wait .next-step-item-tail-underlay {
  background: #E6E7EB;
  background: var(--step-circle-item-tail-bg-color, #E6E7EB); }

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
  width: 32px;
  width: var(--s-8, 32px);
  height: 32px;
  height: var(--s-8, 32px); }

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node {
  color: #666666;
  color: var(--step-circle-item-node-wait-color, #666666); }

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-circle-item-node-wait-background, #FFFFFF);
  border-color: #A0A2AD;
  border-color: var(--step-circle-item-node-wait-border-color, #A0A2AD); }

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-circle-item-node-wait-background, #FFFFFF);
  border-color: #A0A2AD;
  border-color: var(--step-circle-item-node-wait-border-color, #A0A2AD); }

.next-step-circle > .next-step-item-wait .next-step-item-title {
  color: #666666;
  color: var(--step-circle-item-title-wait-color, #666666);
  word-break: break-word; }

.next-step-circle > .next-step-item-wait .next-step-item-content {
  color: #666666;
  color: var(--step-circle-item-title-wait-color, #666666);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word; }

.next-step-circle > .next-step-item-wait .next-step-item-node-placeholder {
  width: 32px;
  width: var(--s-8, 32px);
  height: 32px;
  height: var(--s-8, 32px);
  position: relative; }

.next-step-circle > .next-step-item-wait .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-circle > .next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 32px;
    width: var(--s-8, 32px);
    height: 32px;
    height: var(--s-8, 32px);
    font-size: 12px;
    font-size: var(--step-circle-item-node-font-size, 12px);
    font-weight: normal;
    font-weight: var(--font-weight-2, normal);
    line-height: 30px;
    line-height: calc(var(--s-8, 32px) - 2*var(--step-circle-item-node-border-width, 1px));
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width, 1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner, 50%);
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon {
      animation: zoomIn 100ms linear;
      animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
      .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon:before,
      .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-circle > .next-step-item-process .next-step-item-tail-overlay {
  background: #C4C6CF;
  background: var(--step-circle-item-tail-process-color, #C4C6CF); }

.next-step-circle > .next-step-item-process .next-step-item-tail-underlay {
  background: #E6E7EB;
  background: var(--step-circle-item-tail-bg-color, #E6E7EB); }

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-progress {
  width: 32px;
  width: var(--step-circle-item-node-process-size, 32px);
  height: 32px;
  height: var(--step-circle-item-node-process-size, 32px); }

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node {
  color: #FFFFFF;
  color: var(--step-circle-item-node-process-color, #FFFFFF); }

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
  background: #5584FF;
  background: var(--step-circle-item-node-process-background, #5584FF);
  border-color: #5584FF;
  border-color: var(--step-circle-item-node-process-border-color, #5584FF); }

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
  background: #5584FF;
  background: var(--step-circle-item-node-process-background, #5584FF);
  border-color: #5584FF;
  border-color: var(--step-circle-item-node-process-border-color, #5584FF); }

.next-step-circle > .next-step-item-process .next-step-item-title {
  color: #333333;
  color: var(--step-circle-item-title-process-color, #333333);
  word-break: break-word; }

.next-step-circle > .next-step-item-process .next-step-item-content {
  color: #333333;
  color: var(--step-circle-item-title-process-color, #333333);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word; }

.next-step-circle > .next-step-item-process .next-step-item-node-placeholder {
  width: 32px;
  width: var(--step-circle-item-node-process-size, 32px);
  height: 32px;
  height: var(--step-circle-item-node-process-size, 32px);
  position: relative; }

.next-step-circle > .next-step-item-process .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-circle > .next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 32px;
    width: var(--step-circle-item-node-process-size, 32px);
    height: 32px;
    height: var(--step-circle-item-node-process-size, 32px);
    font-size: 12px;
    font-size: var(--step-circle-item-node-font-size, 12px);
    font-weight: normal;
    font-weight: var(--font-weight-2, normal);
    line-height: 30px;
    line-height: calc(var(--step-circle-item-node-process-size, 32px) - 2*var(--step-circle-item-node-border-width, 1px));
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width, 1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner, 50%);
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon {
      animation: zoomIn 100ms linear;
      animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
      .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon:before,
      .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-circle > .next-step-item-finish .next-step-item-tail-overlay {
  background: #5584FF;
  background: var(--step-circle-item-tail-finish-color, #5584FF); }

.next-step-circle > .next-step-item-finish .next-step-item-tail-underlay {
  background: #E6E7EB;
  background: var(--step-circle-item-tail-bg-color, #E6E7EB); }

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
  width: 32px;
  width: var(--s-8, 32px);
  height: 32px;
  height: var(--s-8, 32px); }

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node {
  color: #5584FF;
  color: var(--step-circle-item-node-finish-color, #5584FF); }

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-circle-item-node-finish-background, #FFFFFF);
  border-color: #5584FF;
  border-color: var(--step-circle-item-node-finish-border-color, #5584FF); }

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-circle-item-node-finish-background, #FFFFFF);
  border-color: #5584FF;
  border-color: var(--step-circle-item-node-finish-border-color, #5584FF); }

.next-step-circle > .next-step-item-finish .next-step-item-title {
  color: #666666;
  color: var(--step-circle-item-title-finish-color, #666666);
  word-break: break-word; }

.next-step-circle > .next-step-item-finish .next-step-item-content {
  color: #666666;
  color: var(--step-circle-item-title-finish-color, #666666);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word; }

.next-step-circle > .next-step-item-finish .next-step-item-node-placeholder {
  width: 32px;
  width: var(--s-8, 32px);
  height: 32px;
  height: var(--s-8, 32px);
  position: relative; }

.next-step-circle > .next-step-item-finish .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-circle > .next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 32px;
    width: var(--s-8, 32px);
    height: 32px;
    height: var(--s-8, 32px);
    font-size: 12px;
    font-size: var(--step-circle-item-node-font-size, 12px);
    font-weight: normal;
    font-weight: var(--font-weight-2, normal);
    line-height: 30px;
    line-height: calc(var(--s-8, 32px) - 2*var(--step-circle-item-node-border-width, 1px));
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width, 1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner, 50%);
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon {
      animation: zoomIn 100ms linear;
      animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
      .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon:before,
      .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay {
  background: #E6E7EB;
  background: var(--step-circle-item-tail-disabled-color, #E6E7EB); }

.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
  background: #E6E7EB;
  background: var(--step-circle-item-tail-bg-color, #E6E7EB); }

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
  width: 32px;
  width: var(--s-8, 32px);
  height: 32px;
  height: var(--s-8, 32px); }

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node {
  color: #CCCCCC;
  color: var(--step-circle-item-node-disabled-color, #CCCCCC); }

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-circle-item-node-disabled-background, #FFFFFF);
  border-color: #E6E7EB;
  border-color: var(--step-circle-item-node-disabled-border-color, #E6E7EB); }

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-circle-item-node-disabled-background, #FFFFFF);
  border-color: #E6E7EB;
  border-color: var(--step-circle-item-node-disabled-border-color, #E6E7EB); }

.next-step-circle .next-step-item-disabled .next-step-item-title {
  color: #CCCCCC;
  color: var(--step-circle-item-title-disabled-color, #CCCCCC);
  word-break: break-word; }

.next-step-circle .next-step-item-disabled .next-step-item-content {
  color: #CCCCCC;
  color: var(--step-circle-item-title-disabled-color, #CCCCCC);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word; }

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
  width: 32px;
  width: var(--s-8, 32px);
  height: 32px;
  height: var(--s-8, 32px);
  position: relative; }

.next-step-circle .next-step-item-disabled .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-circle .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 32px;
    width: var(--s-8, 32px);
    height: 32px;
    height: var(--s-8, 32px);
    font-size: 12px;
    font-size: var(--step-circle-item-node-font-size, 12px);
    font-weight: normal;
    font-weight: var(--font-weight-2, normal);
    line-height: 30px;
    line-height: calc(var(--s-8, 32px) - 2*var(--step-circle-item-node-border-width, 1px));
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width, 1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner, 50%);
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
      animation: zoomIn 100ms linear;
      animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
      .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon:before,
      .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder,
.next-step-circle .next-step-item-disabled .next-step-item-node {
  cursor: not-allowed; }

.next-step-circle .next-step-item-read-only .next-step-item-node-placeholder,
.next-step-circle .next-step-item-read-only .next-step-item-node {
  cursor: default; }

.next-step-circle .next-step-item-last .next-step-item-tail {
  display: none; }

.next-step-circle.next-step-horizontal {
  text-align: center;
  white-space: nowrap; }
  .next-step-circle.next-step-horizontal > .next-step-item .next-step-item-title {
    white-space: normal; }
  .next-step-circle.next-step-horizontal > .next-step-item .next-step-item-content {
    white-space: normal; }
  .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    width: calc(100% - var(--s-8, 32px) - 2*var(--step-circle-item-node-padding, 8px));
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
    width: 100px;
    width: var(--step-circle-item-body-width, 100px);
    left: -26px;
    left: calc(0px - (var(--step-circle-item-body-width, 100px) - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2)/2);
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
      font-size: 14px;
      font-size: var(--step-circle-item-title-size, 14px);
      line-height: 18px;
      line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-circle-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold); }
    .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-item-content-margin-top, 4px); }
  .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    width: calc(100% - var(--step-circle-item-node-process-size, 32px) - 2*var(--step-circle-item-node-padding, 8px));
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body {
    width: 100px;
    width: var(--step-circle-item-body-width, 100px);
    left: -26px;
    left: calc(0px - (var(--step-circle-item-body-width, 100px) - var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-node-padding, 8px)*2)/2);
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
      font-size: 14px;
      font-size: var(--step-circle-item-title-size, 14px);
      line-height: 18px;
      line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-circle-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold); }
    .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-item-content-margin-top, 4px); }
  .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    width: calc(100% - var(--s-8, 32px) - 2*var(--step-circle-item-node-padding, 8px));
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
    width: 100px;
    width: var(--step-circle-item-body-width, 100px);
    left: -26px;
    left: calc(0px - (var(--step-circle-item-body-width, 100px) - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2)/2);
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
      font-size: 14px;
      font-size: var(--step-circle-item-title-size, 14px);
      line-height: 18px;
      line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-circle-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold); }
    .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-item-content-margin-top, 4px); }
  .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    width: calc(100% - var(--s-8, 32px) - 2*var(--step-circle-item-node-padding, 8px));
    vertical-align: middle; }
    .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-circle-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
    width: 100px;
    width: var(--step-circle-item-body-width, 100px);
    left: -26px;
    left: calc(0px - (var(--step-circle-item-body-width, 100px) - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2)/2);
    text-align: center;
    position: absolute; }
    .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
      font-size: 14px;
      font-size: var(--step-circle-item-title-size, 14px);
      line-height: 18px;
      line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-circle-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold); }
    .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-item-content-margin-top, 4px); }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item {
  vertical-align: unset; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item:last-child .next-step-item-tail {
  display: none; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 100px;
  max-width: var(--step-circle-item-body-width, 100px);
  overflow: hidden;
  vertical-align: top;
  text-align: left; }
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    padding-right: var(--step-circle-item-node-padding, 8px);
    margin-top: 9px;
    margin-top: calc(var(--s-8, 32px) - var(--step-circle-item-title-size, 14px)); }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
  width: calc(100% - 148px);
  width: calc(100% - var(--s-8, 32px) + 2*var(--step-circle-item-node-padding, 8px) - var(--step-circle-item-body-width, 100px));
  position: absolute;
  right: 0;
  margin-top: -var(--step-circle-vertical-item-tail-size, 1px); }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item:last-child .next-step-item-tail {
  display: none; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 100px;
  max-width: var(--step-circle-item-body-width, 100px);
  overflow: hidden;
  vertical-align: top;
  text-align: left; }
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    padding-right: var(--step-circle-item-node-padding, 8px);
    margin-top: 9px;
    margin-top: calc(var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-title-size, 14px)); }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
  width: calc(100% - 148px);
  width: calc(100% - var(--step-circle-item-node-process-size, 32px) + 2*var(--step-circle-item-node-padding, 8px) - var(--step-circle-item-body-width, 100px));
  position: absolute;
  right: 0;
  margin-top: -var(--step-circle-vertical-item-tail-size, 1px); }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item:last-child .next-step-item-tail {
  display: none; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 100px;
  max-width: var(--step-circle-item-body-width, 100px);
  overflow: hidden;
  vertical-align: top;
  text-align: left; }
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    padding-right: var(--step-circle-item-node-padding, 8px);
    margin-top: 9px;
    margin-top: calc(var(--s-8, 32px) - var(--step-circle-item-title-size, 14px)); }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
  width: calc(100% - 148px);
  width: calc(100% - var(--s-8, 32px) + 2*var(--step-circle-item-node-padding, 8px) - var(--step-circle-item-body-width, 100px));
  position: absolute;
  right: 0;
  margin-top: -var(--step-circle-vertical-item-tail-size, 1px); }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item:last-child .next-step-item-tail {
  display: none; }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 100px;
  max-width: var(--step-circle-item-body-width, 100px);
  overflow: hidden;
  vertical-align: top;
  text-align: left; }
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    padding-right: var(--step-circle-item-node-padding, 8px);
    margin-top: 9px;
    margin-top: calc(var(--s-8, 32px) - var(--step-circle-item-title-size, 14px)); }

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
  width: calc(100% - 148px);
  width: calc(100% - var(--s-8, 32px) + 2*var(--step-circle-item-node-padding, 8px) - var(--step-circle-item-body-width, 100px));
  position: absolute;
  right: 0;
  margin-top: -var(--step-circle-vertical-item-tail-size, 1px); }

.next-step-circle.next-step-vertical {
  font-size: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative; }
  .next-step-circle.next-step-vertical .next-step-item-container {
    padding: 0; }
  .next-step-circle.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
    display: block;
    visibility: hidden; }
  .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail {
    width: 1px;
    width: var(--step-circle-vertical-item-tail-size, 1px);
    height: 0;
    margin: 8px auto;
    margin: var(--step-circle-item-node-padding, 8px) auto; }
    .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      width: var(--step-circle-vertical-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      width: var(--step-circle-vertical-item-tail-size, 1px); }
  .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    left: calc(var(--s-8, 32px)/2);
    margin-left: 8px;
    margin-left: var(--step-circle-item-node-padding, 8px); }
    .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
      margin-top: 8px;
      margin-top: var(--step-circle-vertical-item-title-margin-top, 8px);
      text-align: left;
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold);
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
      min-height: 8px;
      min-height: var(--s-2, 8px);
      text-align: left;
      font-size: 12px;
      font-size: var(--step-circle-item-content-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px); }
  .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
    width: 1px;
    width: var(--step-circle-vertical-item-tail-size, 1px);
    height: 0;
    margin: 8px auto;
    margin: var(--step-circle-item-node-padding, 8px) auto; }
    .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      width: var(--step-circle-vertical-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      width: var(--step-circle-vertical-item-tail-size, 1px); }
  .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    left: calc(var(--step-circle-item-node-process-size, 32px)/2);
    margin-left: 8px;
    margin-left: var(--step-circle-item-node-padding, 8px); }
    .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
      margin-top: 8px;
      margin-top: var(--step-circle-vertical-item-title-margin-top, 8px);
      text-align: left;
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold);
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
      min-height: 8px;
      min-height: var(--s-2, 8px);
      text-align: left;
      font-size: 12px;
      font-size: var(--step-circle-item-content-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px); }
  .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
    width: 1px;
    width: var(--step-circle-vertical-item-tail-size, 1px);
    height: 0;
    margin: 8px auto;
    margin: var(--step-circle-item-node-padding, 8px) auto; }
    .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      width: var(--step-circle-vertical-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      width: var(--step-circle-vertical-item-tail-size, 1px); }
  .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    left: calc(var(--s-8, 32px)/2);
    margin-left: 8px;
    margin-left: var(--step-circle-item-node-padding, 8px); }
    .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
      margin-top: 8px;
      margin-top: var(--step-circle-vertical-item-title-margin-top, 8px);
      text-align: left;
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold);
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
      min-height: 8px;
      min-height: var(--s-2, 8px);
      text-align: left;
      font-size: 12px;
      font-size: var(--step-circle-item-content-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px); }
  .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
    width: 1px;
    width: var(--step-circle-vertical-item-tail-size, 1px);
    height: 0;
    margin: 8px auto;
    margin: var(--step-circle-item-node-padding, 8px) auto; }
    .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      width: var(--step-circle-vertical-item-tail-size, 1px);
      position: relative; }
    .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      width: var(--step-circle-vertical-item-tail-size, 1px); }
  .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    left: calc(var(--s-8, 32px)/2);
    margin-left: 8px;
    margin-left: var(--step-circle-item-node-padding, 8px); }
    .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
      margin-top: 8px;
      margin-top: var(--step-circle-vertical-item-title-margin-top, 8px);
      text-align: left;
      font-weight: bold;
      font-weight: var(--step-circle-item-title-weight, bold);
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
      min-height: 8px;
      min-height: var(--s-2, 8px);
      text-align: left;
      font-size: 12px;
      font-size: var(--step-circle-item-content-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px); }

.next-step-dot .next-step-item-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 8px;
  padding: 0 var(--step-dot-item-dot-padding, 8px);
  margin-top: -1px;
  margin-bottom: -1px; }
  .next-step-dot .next-step-item-container .next-step-item-node-placeholder {
    display: inline-block; }
  .next-step-dot .next-step-item-container .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
    .next-step-dot .next-step-item-container .next-step-item-node .next-icon:before,
    .next-step-dot .next-step-item-container .next-step-item-node .next-icon .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }

.next-step-dot > .next-step-item-wait .next-step-item-tail-overlay {
  background: #C4C6CF;
  background: var(--step-dot-item-tail-wait-color, #C4C6CF); }

.next-step-dot > .next-step-item-wait .next-step-item-tail-underlay {
  background: #E6E7EB;
  background: var(--step-dot-item-tail-bg-color, #E6E7EB); }

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
  width: 12px;
  width: var(--s-3, 12px);
  height: 12px;
  height: var(--s-3, 12px); }

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node {
  color: #999999;
  color: var(--step-dot-item-node-wait-color, #999999); }

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-dot-item-node-wait-background, #FFFFFF);
  border-color: #A0A2AD;
  border-color: var(--step-dot-item-node-wait-border-color, #A0A2AD); }

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-dot-item-node-wait-background, #FFFFFF);
  border-color: #A0A2AD;
  border-color: var(--step-dot-item-node-wait-border-color, #A0A2AD); }

.next-step-dot > .next-step-item-wait .next-step-item-title {
  color: #666666;
  color: var(--step-dot-item-title-wait-color, #666666);
  word-break: break-word; }

.next-step-dot > .next-step-item-wait .next-step-item-content {
  color: #666666;
  color: var(--step-dot-item-title-wait-color, #666666);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word; }

.next-step-dot > .next-step-item-wait .next-step-item-node-placeholder {
  width: 12px;
  width: var(--s-3, 12px);
  height: 12px;
  height: var(--s-3, 12px);
  position: relative; }

.next-step-dot > .next-step-item-wait .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-dot > .next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--s-3, 12px);
    height: 12px;
    height: var(--s-3, 12px);
    font-size: 12px;
    font-size: var(--step-circle-item-node-font-size, 12px);
    font-weight: normal;
    font-weight: var(--font-weight-2, normal);
    line-height: 10px;
    line-height: calc(var(--s-3, 12px) - 2*var(--step-circle-item-node-border-width, 1px));
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width, 1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner, 50%);
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon {
      animation: zoomIn 100ms linear;
      animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
      .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon:before,
      .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-dot > .next-step-item-wait .next-step-item-content {
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px); }

.next-step-dot > .next-step-item-wait .next-step-item-node-dot {
  display: block;
  width: 12px;
  width: var(--s-3, 12px);
  height: 12px;
  height: var(--s-3, 12px);
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 10px;
  line-height: calc(var(--s-3, 12px) - 2*var(--step-dot-item-dot-border-width, 1px));
  text-align: center;
  border: 1px solid;
  border: var(--step-dot-item-dot-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-dot-item-dot-corner, 50%);
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-dot > .next-step-item-process .next-step-item-tail-overlay {
  background: #C4C6CF;
  background: var(--step-dot-item-tail-process-color, #C4C6CF); }

.next-step-dot > .next-step-item-process .next-step-item-tail-underlay {
  background: #E6E7EB;
  background: var(--step-dot-item-tail-bg-color, #E6E7EB); }

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-progress {
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px); }

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node {
  color: #5584FF;
  color: var(--step-dot-item-node-process-color, #5584FF); }

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
  background: #5584FF;
  background: var(--step-dot-item-node-process-background, #5584FF);
  border-color: #5584FF;
  border-color: var(--step-dot-item-node-process-border-color, #5584FF); }

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
  background: #5584FF;
  background: var(--step-dot-item-node-process-background, #5584FF);
  border-color: #5584FF;
  border-color: var(--step-dot-item-node-process-border-color, #5584FF); }

.next-step-dot > .next-step-item-process .next-step-item-title {
  color: #333333;
  color: var(--step-dot-item-title-process-color, #333333);
  word-break: break-word; }

.next-step-dot > .next-step-item-process .next-step-item-content {
  color: #333333;
  color: var(--step-dot-item-title-process-color, #333333);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word; }

.next-step-dot > .next-step-item-process .next-step-item-node-placeholder {
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  position: relative; }

.next-step-dot > .next-step-item-process .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-dot > .next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--step-dot-item-dot-process-size, 12px);
    height: 12px;
    height: var(--step-dot-item-dot-process-size, 12px);
    font-size: 12px;
    font-size: var(--step-circle-item-node-font-size, 12px);
    font-weight: normal;
    font-weight: var(--font-weight-2, normal);
    line-height: 10px;
    line-height: calc(var(--step-dot-item-dot-process-size, 12px) - 2*var(--step-circle-item-node-border-width, 1px));
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width, 1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner, 50%);
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon {
      animation: zoomIn 100ms linear;
      animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
      .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon:before,
      .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-dot > .next-step-item-process .next-step-item-content {
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px); }

.next-step-dot > .next-step-item-process .next-step-item-node-dot {
  display: block;
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 10px;
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - 2*var(--step-dot-item-dot-border-width, 1px));
  text-align: center;
  border: 1px solid;
  border: var(--step-dot-item-dot-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-dot-item-dot-corner, 50%);
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-dot > .next-step-item-finish .next-step-item-tail-overlay {
  background: #5584FF;
  background: var(--step-dot-item-tail-finish-color, #5584FF); }

.next-step-dot > .next-step-item-finish .next-step-item-tail-underlay {
  background: #E6E7EB;
  background: var(--step-dot-item-tail-bg-color, #E6E7EB); }

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
  width: 12px;
  width: var(--s-3, 12px);
  height: 12px;
  height: var(--s-3, 12px); }

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node {
  color: #5584FF;
  color: var(--step-dot-item-node-finish-color, #5584FF); }

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-dot-item-node-finish-background, #FFFFFF);
  border-color: #5584FF;
  border-color: var(--step-dot-item-node-finish-border-color, #5584FF); }

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-dot-item-node-finish-background, #FFFFFF);
  border-color: #5584FF;
  border-color: var(--step-dot-item-node-finish-border-color, #5584FF); }

.next-step-dot > .next-step-item-finish .next-step-item-title {
  color: #666666;
  color: var(--step-dot-item-title-finish-color, #666666);
  word-break: break-word; }

.next-step-dot > .next-step-item-finish .next-step-item-content {
  color: #666666;
  color: var(--step-dot-item-title-finish-color, #666666);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word; }

.next-step-dot > .next-step-item-finish .next-step-item-node-placeholder {
  width: 12px;
  width: var(--s-3, 12px);
  height: 12px;
  height: var(--s-3, 12px);
  position: relative; }

.next-step-dot > .next-step-item-finish .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-dot > .next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--s-3, 12px);
    height: 12px;
    height: var(--s-3, 12px);
    font-size: 12px;
    font-size: var(--step-circle-item-node-font-size, 12px);
    font-weight: normal;
    font-weight: var(--font-weight-2, normal);
    line-height: 10px;
    line-height: calc(var(--s-3, 12px) - 2*var(--step-circle-item-node-border-width, 1px));
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width, 1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner, 50%);
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon {
      animation: zoomIn 100ms linear;
      animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
      .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon:before,
      .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-dot > .next-step-item-finish .next-step-item-content {
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px); }

.next-step-dot > .next-step-item-finish .next-step-item-node-dot {
  display: block;
  width: 12px;
  width: var(--s-3, 12px);
  height: 12px;
  height: var(--s-3, 12px);
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 10px;
  line-height: calc(var(--s-3, 12px) - 2*var(--step-dot-item-dot-border-width, 1px));
  text-align: center;
  border: 1px solid;
  border: var(--step-dot-item-dot-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-dot-item-dot-corner, 50%);
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay {
  background: #E6E7EB;
  background: var(--step-dot-item-tail-disabled-color, #E6E7EB); }

.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
  background: #E6E7EB;
  background: var(--step-dot-item-tail-bg-color, #E6E7EB); }

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
  width: 12px;
  width: var(--s-3, 12px);
  height: 12px;
  height: var(--s-3, 12px); }

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node {
  color: #E6E7EB;
  color: var(--step-dot-item-node-disabled-color, #E6E7EB); }

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-dot-item-node-disabled-background, #FFFFFF);
  border-color: #DCDEE3;
  border-color: var(--step-dot-item-node-disabled-border-color, #DCDEE3); }

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-dot-item-node-disabled-background, #FFFFFF);
  border-color: #DCDEE3;
  border-color: var(--step-dot-item-node-disabled-border-color, #DCDEE3); }

.next-step-dot .next-step-item-disabled .next-step-item-title {
  color: #CCCCCC;
  color: var(--step-dot-item-title-disabled-color, #CCCCCC);
  word-break: break-word; }

.next-step-dot .next-step-item-disabled .next-step-item-content {
  color: #CCCCCC;
  color: var(--step-dot-item-title-disabled-color, #CCCCCC);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word; }

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
  width: 12px;
  width: var(--s-3, 12px);
  height: 12px;
  height: var(--s-3, 12px);
  position: relative; }

.next-step-dot .next-step-item-disabled .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .next-step-dot .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 12px;
    width: var(--s-3, 12px);
    height: 12px;
    height: var(--s-3, 12px);
    font-size: 12px;
    font-size: var(--step-circle-item-node-font-size, 12px);
    font-weight: normal;
    font-weight: var(--font-weight-2, normal);
    line-height: 10px;
    line-height: calc(var(--s-3, 12px) - 2*var(--step-circle-item-node-border-width, 1px));
    text-align: center;
    border: 1px solid;
    border: var(--step-circle-item-node-border-width, 1px) solid;
    border-radius: 50%;
    border-radius: var(--step-circle-item-node-corner, 50%);
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
      animation: zoomIn 100ms linear;
      animation: zoomIn var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
      .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon:before,
      .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }

.next-step-dot .next-step-item-disabled .next-step-item-content {
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px); }

.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
  display: block;
  width: 12px;
  width: var(--s-3, 12px);
  height: 12px;
  height: var(--s-3, 12px);
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 10px;
  line-height: calc(var(--s-3, 12px) - 2*var(--step-dot-item-dot-border-width, 1px));
  text-align: center;
  border: 1px solid;
  border: var(--step-dot-item-dot-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-dot-item-dot-corner, 50%);
  transition: background-color .3s ease, border-color .3s ease; }

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder,
.next-step-dot .next-step-item-disabled .next-step-item-node {
  cursor: not-allowed; }

.next-step-dot .next-step-item-read-only .next-step-item-node-placeholder,
.next-step-dot .next-step-item-read-only .next-step-item-node {
  cursor: default; }

.next-step-dot .next-step-item-last .next-step-item-tail {
  display: none; }

.next-step-dot.next-step-horizontal {
  text-align: center;
  white-space: nowrap; }
  .next-step-dot.next-step-horizontal > .next-step-item .next-step-item-title {
    white-space: normal; }
  .next-step-dot.next-step-horizontal > .next-step-item .next-step-item-content {
    white-space: normal; }
  .next-step-dot.next-step-horizontal .next-step-item-node .next-icon {
    vertical-align: middle; }
  .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    width: calc(100% - var(--s-3, 12px) - 2*var(--step-dot-item-dot-padding, 8px));
    vertical-align: middle; }
    .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-dot-item-tail-size, 1px);
      position: relative; }
    .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-dot-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
    width: 100px;
    width: var(--step-dot-item-body-width, 100px);
    left: -36px;
    left: calc(0px - (var(--step-dot-item-body-width, 100px) - var(--s-3, 12px) - var(--step-dot-item-dot-padding, 8px)*2)/2);
    text-align: center;
    position: absolute; }
    .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
      font-size: 12px;
      font-size: var(--step-dot-item-title-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-dot-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-dot-item-title-weight, bold); }
    .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-dot-item-content-margin-top, 4px); }
  .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - 2*var(--step-dot-item-dot-padding, 8px));
    vertical-align: middle; }
    .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-dot-item-tail-size, 1px);
      position: relative; }
    .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-dot-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body {
    width: 100px;
    width: var(--step-dot-item-body-width, 100px);
    left: -36px;
    left: calc(0px - (var(--step-dot-item-body-width, 100px) - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 8px)*2)/2);
    text-align: center;
    position: absolute; }
    .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
      font-size: 12px;
      font-size: var(--step-dot-item-title-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-dot-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-dot-item-title-weight, bold); }
    .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-dot-item-content-margin-top, 4px); }
  .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    width: calc(100% - var(--s-3, 12px) - 2*var(--step-dot-item-dot-padding, 8px));
    vertical-align: middle; }
    .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-dot-item-tail-size, 1px);
      position: relative; }
    .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-dot-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
    width: 100px;
    width: var(--step-dot-item-body-width, 100px);
    left: -36px;
    left: calc(0px - (var(--step-dot-item-body-width, 100px) - var(--s-3, 12px) - var(--step-dot-item-dot-padding, 8px)*2)/2);
    text-align: center;
    position: absolute; }
    .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
      font-size: 12px;
      font-size: var(--step-dot-item-title-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-dot-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-dot-item-title-weight, bold); }
    .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-dot-item-content-margin-top, 4px); }
  .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    width: calc(100% - var(--s-3, 12px) - 2*var(--step-dot-item-dot-padding, 8px));
    vertical-align: middle; }
    .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
      display: block;
      height: 1px;
      height: var(--step-dot-item-tail-size, 1px);
      position: relative; }
    .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 1px;
      height: var(--step-dot-item-tail-size, 1px);
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      width: 100%; }
  .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
    width: 100px;
    width: var(--step-dot-item-body-width, 100px);
    left: -36px;
    left: calc(0px - (var(--step-dot-item-body-width, 100px) - var(--s-3, 12px) - var(--step-dot-item-dot-padding, 8px)*2)/2);
    text-align: center;
    position: absolute; }
    .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
      font-size: 12px;
      font-size: var(--step-dot-item-title-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
      margin-top: 8px;
      margin-top: var(--step-dot-item-title-margin-top, 8px);
      font-weight: bold;
      font-weight: var(--step-dot-item-title-weight, bold); }
    .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
      margin-top: 4px;
      margin-top: var(--step-dot-item-content-margin-top, 4px); }

.next-step-dot.next-step-vertical {
  padding: 0 0 0 4px;
  font-size: 0;
  display: table-cell;
  position: relative; }
  .next-step-dot.next-step-vertical .next-step-item-container {
    padding: 0; }
  .next-step-dot.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
    display: block;
    visibility: hidden; }
  .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail {
    width: 1px;
    width: var(--step-dot-vertical-item-tail-size, 1px);
    height: 0;
    margin: 8px auto;
    margin: var(--step-dot-item-dot-padding, 8px) auto; }
    .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      width: var(--step-dot-vertical-item-tail-size, 1px);
      position: relative; }
    .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      width: var(--step-dot-vertical-item-tail-size, 1px); }
  .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    left: calc(var(--s-3, 12px)/2);
    margin-left: 8px;
    margin-left: var(--step-dot-item-dot-padding, 8px); }
    .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
      margin-top: 0px;
      margin-top: var(--step-dot-vertical-item-title-margin-top, 0px);
      font-weight: bold;
      font-weight: var(--step-dot-item-title-weight, bold);
      text-align: left;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
      margin-top: 8px;
      margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
      min-height: 8px;
      min-height: var(--s-2, 8px);
      text-align: left;
      font-size: 12px;
      font-size: var(--step-dot-item-content-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px); }
  .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
    width: 1px;
    width: var(--step-dot-vertical-item-tail-size, 1px);
    height: 0;
    margin: 8px auto;
    margin: var(--step-dot-item-dot-padding, 8px) auto; }
    .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      width: var(--step-dot-vertical-item-tail-size, 1px);
      position: relative; }
    .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      width: var(--step-dot-vertical-item-tail-size, 1px); }
  .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    left: calc(var(--step-dot-item-dot-process-size, 12px)/2);
    margin-left: 8px;
    margin-left: var(--step-dot-item-dot-padding, 8px); }
    .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
      margin-top: 0px;
      margin-top: var(--step-dot-vertical-item-title-margin-top, 0px);
      font-weight: bold;
      font-weight: var(--step-dot-item-title-weight, bold);
      text-align: left;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
      margin-top: 8px;
      margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
      min-height: 8px;
      min-height: var(--s-2, 8px);
      text-align: left;
      font-size: 12px;
      font-size: var(--step-dot-item-content-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px); }
  .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
    width: 1px;
    width: var(--step-dot-vertical-item-tail-size, 1px);
    height: 0;
    margin: 8px auto;
    margin: var(--step-dot-item-dot-padding, 8px) auto; }
    .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      width: var(--step-dot-vertical-item-tail-size, 1px);
      position: relative; }
    .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      width: var(--step-dot-vertical-item-tail-size, 1px); }
  .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    left: calc(var(--s-3, 12px)/2);
    margin-left: 8px;
    margin-left: var(--step-dot-item-dot-padding, 8px); }
    .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
      margin-top: 0px;
      margin-top: var(--step-dot-vertical-item-title-margin-top, 0px);
      font-weight: bold;
      font-weight: var(--step-dot-item-title-weight, bold);
      text-align: left;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
      margin-top: 8px;
      margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
      min-height: 8px;
      min-height: var(--s-2, 8px);
      text-align: left;
      font-size: 12px;
      font-size: var(--step-dot-item-content-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px); }
  .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
    width: 1px;
    width: var(--step-dot-vertical-item-tail-size, 1px);
    height: 0;
    margin: 8px auto;
    margin: var(--step-dot-item-dot-padding, 8px) auto; }
    .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
      height: 100%;
      width: 1px;
      width: var(--step-dot-vertical-item-tail-size, 1px);
      position: relative; }
    .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      width: 1px;
      width: var(--step-dot-vertical-item-tail-size, 1px); }
  .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    left: calc(var(--s-3, 12px)/2);
    margin-left: 8px;
    margin-left: var(--step-dot-item-dot-padding, 8px); }
    .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
      margin-top: 0px;
      margin-top: var(--step-dot-vertical-item-title-margin-top, 0px);
      font-weight: bold;
      font-weight: var(--step-dot-item-title-weight, bold);
      text-align: left;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
      margin-top: 8px;
      margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
      min-height: 8px;
      min-height: var(--s-2, 8px);
      text-align: left;
      font-size: 12px;
      font-size: var(--step-dot-item-content-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px); }

.next-step-horizontal[dir="rtl"] > .next-step-item {
  text-align: right; }

.next-step-arrow[dir="rtl"] .next-step-item {
  height: 32px;
  height: var(--step-arrow-item-height, 32px);
  line-height: 32px;
  line-height: var(--step-arrow-item-height, 32px);
  margin-left: 4px;
  margin-left: calc(var(--step-arrow-item-height, 32px)/8);
  margin-right: 16px;
  margin-right: calc(var(--step-arrow-item-height, 32px)/2); }
  .next-step-arrow[dir="rtl"] .next-step-item:before {
    right: -var(--step-arrow-item-border-width, 16px);
    left: auto;
    border: 16px solid transparent;
    border: var(--step-arrow-item-border-width, 16px) solid transparent;
    border-right-color: transparent; }
  .next-step-arrow[dir="rtl"] .next-step-item:after {
    left: -32px;
    left: calc(0px - var(--step-arrow-item-border-width, calc(32px / 2))*2);
    right: auto;
    border-top: 16px solid transparent;
    border-top: var(--step-arrow-item-border-width, 16px) solid transparent;
    border-bottom: 16px solid transparent;
    border-bottom: var(--step-arrow-item-border-width, 16px) solid transparent;
    border-right: 16px solid transparent;
    border-right: var(--step-arrow-item-border-width, 16px) solid transparent; }

.next-step-arrow[dir="rtl"] > .next-step-item-wait {
  background: #EBECF0;
  background: var(--step-arrow-item-wait-background, #EBECF0); }
  .next-step-arrow[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
    right: 50%;
    left: auto; }
  .next-step-arrow[dir="rtl"] > .next-step-item-wait:before {
    border: 16px solid #EBECF0;
    border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-wait-background, #EBECF0);
    border-right-color: transparent; }
  .next-step-arrow[dir="rtl"] > .next-step-item-wait:after {
    border-right-color: #EBECF0;
    border-right-color: var(--step-arrow-item-wait-background, #EBECF0);
    border-left-color: transparent; }

.next-step-arrow[dir="rtl"] > .next-step-item-process {
  background: #5584FF;
  background: var(--step-arrow-item-process-background, #5584FF); }
  .next-step-arrow[dir="rtl"] > .next-step-item-process .next-step-item-node-dot {
    right: 50%;
    left: auto; }
  .next-step-arrow[dir="rtl"] > .next-step-item-process:before {
    border: 16px solid #5584FF;
    border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-process-background, #5584FF);
    border-right-color: transparent; }
  .next-step-arrow[dir="rtl"] > .next-step-item-process:after {
    border-right-color: #5584FF;
    border-right-color: var(--step-arrow-item-process-background, #5584FF);
    border-left-color: transparent; }

.next-step-arrow[dir="rtl"] > .next-step-item-finish {
  background: #DEE8FF;
  background: var(--step-arrow-item-finish-background, #DEE8FF); }
  .next-step-arrow[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
    right: 50%;
    left: auto; }
  .next-step-arrow[dir="rtl"] > .next-step-item-finish:before {
    border: 16px solid #DEE8FF;
    border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-finish-background, #DEE8FF);
    border-right-color: transparent; }
  .next-step-arrow[dir="rtl"] > .next-step-item-finish:after {
    border-right-color: #DEE8FF;
    border-right-color: var(--step-arrow-item-finish-background, #DEE8FF);
    border-left-color: transparent; }

.next-step-arrow[dir="rtl"] .next-step-item-disabled {
  background: #F7F8FA;
  background: var(--step-arrow-item-disabled-background, #F7F8FA); }
  .next-step-arrow[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
    right: 50%;
    left: auto; }
  .next-step-arrow[dir="rtl"] .next-step-item-disabled:before {
    border: 16px solid #F7F8FA;
    border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-disabled-background, #F7F8FA);
    border-right-color: transparent; }
  .next-step-arrow[dir="rtl"] .next-step-item-disabled:after {
    border-right-color: #F7F8FA;
    border-right-color: var(--step-arrow-item-disabled-background, #F7F8FA);
    border-left-color: transparent; }

.next-step-arrow[dir="rtl"] .next-step-item-first {
  margin-right: 0; }

.next-step-arrow[dir="rtl"] .next-step-item-last {
  margin-left: 0; }

.next-step-circle[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-circle[dir="rtl"] > .next-step-item-process .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-circle[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-circle[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
  right: -26px;
  right: calc(0px - (var(--step-circle-item-body-width, 100px) - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2)/2);
  left: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-process > .next-step-item-body {
  right: -26px;
  right: calc(0px - (var(--step-circle-item-body-width, 100px) - var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-node-padding, 8px)*2)/2);
  left: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  right: -26px;
  right: calc(0px - (var(--step-circle-item-body-width, 100px) - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2)/2);
  left: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  right: -26px;
  right: calc(0px - (var(--step-circle-item-body-width, 100px) - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2)/2);
  left: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right; }
  .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--step-circle-item-node-padding, 8px);
    padding-right: 0; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
  left: 0;
  right: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right; }
  .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--step-circle-item-node-padding, 8px);
    padding-right: 0; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
  left: 0;
  right: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right; }
  .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--step-circle-item-node-padding, 8px);
    padding-right: 0; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
  left: 0;
  right: auto; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right; }
  .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-left: var(--step-circle-item-node-padding, 8px);
    padding-right: 0; }

.next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
  left: 0;
  right: auto; }

.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body {
  right: 16px;
  right: calc(var(--s-8, 32px)/2);
  left: auto;
  margin-right: 8px;
  margin-right: var(--step-circle-item-node-padding, 8px);
  margin-left: 0; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
    text-align: right;
    font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
    font-size: 12px;
    font-size: var(--font-size-body-1, 12px);
    line-height: 1.28571;
    line-height: var(--font-lineheight-base, 1.28571); }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
    text-align: right; }

.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body {
  right: 16px;
  right: calc(var(--step-circle-item-node-process-size, 32px)/2);
  left: auto;
  margin-right: 8px;
  margin-right: var(--step-circle-item-node-padding, 8px);
  margin-left: 0; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
    text-align: right;
    font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
    font-size: 12px;
    font-size: var(--font-size-body-1, 12px);
    line-height: 1.28571;
    line-height: var(--font-lineheight-base, 1.28571); }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
    text-align: right; }

.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body {
  right: 16px;
  right: calc(var(--s-8, 32px)/2);
  left: auto;
  margin-right: 8px;
  margin-right: var(--step-circle-item-node-padding, 8px);
  margin-left: 0; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
    text-align: right;
    font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
    font-size: 12px;
    font-size: var(--font-size-body-1, 12px);
    line-height: 1.28571;
    line-height: var(--font-lineheight-base, 1.28571); }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
    text-align: right; }

.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
  right: 16px;
  right: calc(var(--s-8, 32px)/2);
  left: auto;
  margin-right: 8px;
  margin-right: var(--step-circle-item-node-padding, 8px);
  margin-left: 0; }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
    text-align: right;
    font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
    font-size: 12px;
    font-size: var(--font-size-body-1, 12px);
    line-height: 1.28571;
    line-height: var(--font-lineheight-base, 1.28571); }
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
    text-align: right; }

.next-step-dot[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-dot[dir="rtl"] > .next-step-item-process .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-dot[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-dot[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot {
  right: 50%;
  left: auto; }

.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
  right: -36px;
  right: calc(0px - (var(--step-dot-item-body-width, 100px) - var(--s-3, 12px) - var(--step-dot-item-dot-padding, 8px)*2)/2);
  left: auto; }

.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-process > .next-step-item-body {
  right: -36px;
  right: calc(0px - (var(--step-dot-item-body-width, 100px) - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 8px)*2)/2);
  left: auto; }

.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  right: -36px;
  right: calc(0px - (var(--step-dot-item-body-width, 100px) - var(--s-3, 12px) - var(--step-dot-item-dot-padding, 8px)*2)/2);
  left: auto; }

.next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  right: -36px;
  right: calc(0px - (var(--step-dot-item-body-width, 100px) - var(--s-3, 12px) - var(--step-dot-item-dot-padding, 8px)*2)/2);
  left: auto; }

.next-step-dot[dir="rtl"].next-step-vertical {
  padding: 0 4px 0 0; }
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body {
    right: 6px;
    right: calc(var(--s-3, 12px)/2);
    left: auto;
    margin-right: 8px;
    margin-right: var(--step-dot-item-dot-padding, 8px);
    margin-left: 0; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
      text-align: right;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
      text-align: right; }
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body {
    right: 6px;
    right: calc(var(--step-dot-item-dot-process-size, 12px)/2);
    left: auto;
    margin-right: 8px;
    margin-right: var(--step-dot-item-dot-padding, 8px);
    margin-left: 0; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
      text-align: right;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
      text-align: right; }
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body {
    right: 6px;
    right: calc(var(--s-3, 12px)/2);
    left: auto;
    margin-right: 8px;
    margin-right: var(--step-dot-item-dot-padding, 8px);
    margin-left: 0; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
      text-align: right;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
      text-align: right; }
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
    right: 6px;
    right: calc(var(--s-3, 12px)/2);
    left: auto;
    margin-right: 8px;
    margin-right: var(--step-dot-item-dot-padding, 8px);
    margin-left: 0; }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
      text-align: right;
      font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      line-height: 1.28571;
      line-height: var(--font-lineheight-base, 1.28571); }
    .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
      text-align: right; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-switch:after[dir="rtl"] {
  content: " ";
  transition: all 100ms linear;
  transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
  transform-origin: right center; }

.next-switch-medium[dir="rtl"]:after {
  right: 100%;
  transform: translateX(100%); }

.next-switch-small[dir="rtl"]:after {
  right: 100%;
  transform: translateX(100%); }

.next-switch-on[dir="rtl"] > .next-switch-children {
  right: 10px;
  right: calc(var(--switch-text-on-left, 8px) + var(--switch-border-width-container, 1px)*2);
  left: auto;
  color: #FFFFFF;
  color: var(--switch-normal-on-color-font, #FFFFFF); }

.next-switch-on[disabled][dir="rtl"]:after {
  left: 0;
  right: 100%;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12)); }

.next-switch-on.next-switch-small[dir="rtl"] > .next-switch-children {
  right: 6px;
  right: calc(var(--switch-size-s-text-on-left, 4px) + var(--switch-border-width-container, 1px)*2);
  left: auto; }

.next-switch-off[dir="rtl"]:after {
  right: 0;
  transform: translateX(0);
  box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: var(--switch-rtl-on-shadow, -1px 0px 3px 0px rgba(0, 0, 0, 0.12)); }

.next-switch-off[dir="rtl"] > .next-switch-children {
  left: 10px;
  left: calc(var(--switch-text-off-right, 8px) + var(--switch-border-width-container, 1px)*2);
  right: auto; }

.next-switch-off.next-switch-small[dir="rtl"] > .next-switch-children {
  left: 5px;
  left: calc(var(--switch-size-s-text-off-right, 4px) + var(--switch-border-width-container, 1px));
  right: auto; }

.next-switch {
  box-sizing: border-box;
  outline: none;
  text-align: left;
  transition: all 100ms linear;
  transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
  overflow: hidden;
  cursor: pointer; }
  .next-switch *,
  .next-switch *:before,
  .next-switch *:after {
    box-sizing: border-box; }
  .next-switch:after {
    content: " ";
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    transform-origin: left center; }
  .next-switch-medium {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    border: var(--switch-border-width-container, 1px) solid transparent;
    width: 56px;
    width: var(--switch-size-m-width, 56px);
    height: 26px;
    height: calc(var(--switch-size-m-trigger, 24px) + var(--switch-border-width-container, 1px)*2);
    border-radius: 20px;
    border-radius: var(--switch-size-m-radius-container, 20px); }
    .next-switch-medium:after {
      border: 1px solid transparent;
      border: var(--switch-border-width-trigger, 1px) solid transparent;
      position: absolute;
      left: 100%;
      transform: translateX(-100%);
      width: 24px;
      width: var(--switch-size-m-trigger, 24px);
      height: 24px;
      height: var(--switch-size-m-trigger, 24px);
      border-radius: 20px;
      border-radius: var(--switch-size-m-radius-trigger, 20px);
      box-sizing: border-box; }
    .next-switch-medium > .next-switch-children {
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      position: absolute;
      height: 24px;
      height: var(--switch-size-m-trigger, 24px);
      line-height: 24px;
      line-height: var(--switch-size-m-trigger, 24px); }
  .next-switch-small {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    border: var(--switch-border-width-container, 1px) solid transparent;
    width: 44px;
    width: var(--switch-size-s-width, 44px);
    height: 22px;
    height: calc(var(--switch-size-s-trigger, 20px) + var(--switch-border-width-container, 1px)*2);
    border-radius: 20px;
    border-radius: var(--switch-size-s-radius-container, 20px); }
    .next-switch-small:after {
      border: 1px solid transparent;
      border: var(--switch-border-width-trigger, 1px) solid transparent;
      position: absolute;
      left: 100%;
      transform: translateX(-100%);
      width: 20px;
      width: var(--switch-size-s-trigger, 20px);
      height: 20px;
      height: var(--switch-size-s-trigger, 20px);
      border-radius: 20px;
      border-radius: var(--switch-size-s-radius-trigger, 20px);
      box-sizing: border-box; }
    .next-switch-small > .next-switch-children {
      font-size: 12px;
      font-size: var(--font-size-body-1, 12px);
      position: absolute;
      height: 20px;
      height: var(--switch-size-s-trigger, 20px);
      line-height: 20px;
      line-height: var(--switch-size-s-trigger, 20px); }
  .next-switch-on {
    background-color: #5584FF;
    background-color: var(--switch-normal-on-bg-color, #5584FF); }
    .next-switch-on:after {
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12));
      background-color: #FFFFFF;
      background-color: var(--switch-normal-on-trigger-bg-color, #FFFFFF);
      border-color: transparent;
      border-color: var(--switch-handle-on-border-color, transparent); }
    .next-switch-on > .next-switch-children {
      left: 10px;
      left: calc(var(--switch-text-on-left, 8px) + var(--switch-border-width-container, 1px)*2);
      color: #FFFFFF;
      color: var(--switch-normal-on-color-font, #FFFFFF); }
    .next-switch-on:focus, .next-switch-on:hover {
      background-color: #3E71F7;
      background-color: var(--switch-hover-on-bg-color, #3E71F7); }
      .next-switch-on:focus:after, .next-switch-on:hover:after {
        background-color: #FFFFFF;
        background-color: var(--switch-hover-on-trigger-bg-color, #FFFFFF); }
  .next-switch-on.next-switch-small > .next-switch-children {
    left: 6px;
    left: calc(var(--switch-size-s-text-on-left, 4px) + var(--switch-border-width-container, 1px)*2); }
  .next-switch-on[disabled] {
    background-color: #EBECF0;
    background-color: var(--switch-disabled-on-bg-color, #EBECF0);
    cursor: not-allowed; }
    .next-switch-on[disabled]:after {
      right: 0;
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12));
      background-color: #F7F8FA;
      background-color: var(--switch-disabled-on-trigger-bg-color, #F7F8FA);
      border-color: #E6E7EB;
      border-color: var(--switch-handle-disabled-border-color, #E6E7EB); }
    .next-switch-on[disabled] > .next-switch-children {
      color: #CCCCCC;
      color: var(--switch-disabled-on-color-font, #CCCCCC); }
  .next-switch-off {
    background-color: #FFFFFF;
    background-color: var(--switch-normal-off-bg-color, #FFFFFF);
    border-color: #C4C6CF;
    border-color: var(--switch-normal-off-border-color, #C4C6CF); }
    .next-switch-off:focus, .next-switch-off:hover {
      background-color: #F2F3F7;
      background-color: var(--switch-hover-off-bg-color, #F2F3F7);
      border-color: #C4C6CF;
      border-color: var(--switch-hover-off-border-color, #C4C6CF); }
    .next-switch-off:after {
      left: 0;
      transform: translateX(0);
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12));
      background-color: #FFFFFF;
      background-color: var(--switch-normal-off-trigger-bg-color, #FFFFFF);
      border-color: transparent;
      border-color: var(--switch-handle-off-border-color, transparent); }
      .next-switch-off:after:focus, .next-switch-off:after:hover {
        background-color: #FFFFFF;
        background-color: var(--switch-hover-off-trigger-bg-color, #FFFFFF); }
    .next-switch-off > .next-switch-children {
      right: 10px;
      right: calc(var(--switch-text-off-right, 8px) + var(--switch-border-width-container, 1px)*2);
      color: #999999;
      color: var(--switch-normal-off-color-font, #999999); }
  .next-switch-off[disabled] {
    background-color: #F7F8FA;
    background-color: var(--switch-disabled-off-bg-color, #F7F8FA);
    cursor: not-allowed; }
    .next-switch-off[disabled]:after {
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
      box-shadow: var(--switch-off-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12));
      background-color: #F7F8FA;
      background-color: var(--switch-disabled-off-trigger-bg-color, #F7F8FA);
      border-color: #E6E7EB;
      border-color: var(--switch-handle-disabled-border-color, #E6E7EB); }
    .next-switch-off[disabled] > .next-switch-children {
      color: #C4C6CF;
      color: var(--switch-disabled-off-color-font, #C4C6CF); }
  .next-switch-off.next-switch-small > .next-switch-children {
    right: 5px;
    right: calc(var(--switch-size-s-text-off-right, 4px) + var(--switch-border-width-container, 1px)); }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-tabs {
  /* Nav Button */
  /* ----------------- */
  /* position: vertical */
  /* ----------------- */
  /* Size */
  /* ----------------- */
  /* shape: pure */
  /* ----------------- */
  /* Shape: wrapped */
  /* --------------------- */
  /* Shape: wrapped(top) */
  /* Shape: wrapped(bottom) */
  /* Shape: wrapped(left) */
  /* Shape: wrapped(right) */
  /* Shape: text */
  /* ------------------- */ }
  .next-tabs {
    box-sizing: border-box;
    width: 100%; }
    .next-tabs *,
    .next-tabs *:before,
    .next-tabs *:after {
      box-sizing: border-box; }
  .next-tabs-bar {
    outline: none; }
    .next-tabs-bar-popup {
      overflow-y: auto;
      max-height: 480px; }
  .next-tabs-nav-container {
    position: relative; }
    .next-tabs-nav-container:after {
      visibility: hidden;
      display: block;
      height: 0;
      font-size: 0;
      content: ' ';
      clear: both; }
  .next-tabs-nav-wrap {
    overflow: hidden; }
  .next-tabs-nav-scroll {
    overflow: hidden;
    white-space: nowrap; }
  .next-tabs-scrollable .next-tabs-nav-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .next-tabs-scrollable .next-tabs-nav-scroll::-webkit-scrollbar {
      display: none !important;
      width: 0 !important;
      height: 0 !important;
      -webkit-appearance: none;
      opacity: 0 !important; }
  .next-tabs-nav {
    display: inline-block;
    position: relative;
    transition: all 300ms ease;
    transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease);
    list-style: none;
    padding: 0;
    margin: 0; }
    .next-tabs-nav-enter, .next-tabs-nav-appear {
      animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
      animation-fill-mode: both; }
    .next-tabs-nav-leave {
      animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
      animation-fill-mode: both; }
  .next-tabs-tab {
    display: inline-block;
    position: relative;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
    .next-tabs-tab-inner {
      position: relative;
      cursor: pointer;
      text-decoration: none; }
    .next-tabs-tab:before {
      content: "";
      position: absolute;
      transition: all 300ms ease;
      transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease); }
    .next-tabs-tab.active {
      font-weight: normal;
      font-weight: var(--tab-item-font-weight-selected, normal); }
    .next-tabs-tab .next-tabs-tab-close {
      color: #666666;
      color: var(--tab-close-icon-color, #666666); }
      .next-tabs-tab .next-tabs-tab-close:hover {
        color: #333333;
        color: var(--tab-close-icon-color-hover, #333333); }
      .next-tabs-tab .next-tabs-tab-close:focus {
        outline: none; }
    .next-tabs-tab.active .next-tabs-tab-close {
      color: #5584FF;
      color: var(--tab-close-icon-color-selected, #5584FF); }
    .next-tabs-tab.disabled .next-tabs-tab-close {
      color: #DCDEE3;
      color: var(--tab-close-icon-color-disabled, #DCDEE3); }
  .next-tabs-tab:focus {
    outline: none; }
  .next-tabs-tabpane {
    visibility: hidden;
    opacity: 0; }
    .next-tabs-tabpane.active {
      visibility: visible;
      opacity: 1;
      height: auto; }
    .next-tabs-tabpane.hidden {
      overflow: hidden;
      height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important; }
  .next-tabs-btn-down, .next-tabs-btn-prev, .next-tabs-btn-next {
    position: absolute;
    top: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: none;
    height: 100%;
    background-color: transparent;
    border-color: transparent; }
    .next-tabs-btn-down, .next-tabs-btn-down:link, .next-tabs-btn-down:visited, .next-tabs-btn-down.visited, .next-tabs-btn-prev, .next-tabs-btn-prev:link, .next-tabs-btn-prev:visited, .next-tabs-btn-prev.visited, .next-tabs-btn-next, .next-tabs-btn-next:link, .next-tabs-btn-next:visited, .next-tabs-btn-next.visited {
      color: #666666;
      color: var(--tab-nav-arrow-color-normal, #666666); }
    .next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-down.hover, .next-tabs-btn-down:active, .next-tabs-btn-down.active, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover, .next-tabs-btn-prev.hover, .next-tabs-btn-prev:active, .next-tabs-btn-prev.active, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-next.hover, .next-tabs-btn-next:active, .next-tabs-btn-next.active {
      color: #333333;
      color: var(--tab-nav-arrow-color-hover, #333333);
      background-color: transparent;
      border-color: transparent;
      text-decoration: none; }
    .next-tabs-btn-down.disabled, .next-tabs-btn-prev.disabled, .next-tabs-btn-next.disabled {
      cursor: not-allowed;
      color: #DCDEE3;
      color: var(--tab-nav-arrow-color-disabled, #DCDEE3); }
  .next-tabs-btn-next {
    right: 8px;
    right: var(--tab-nav-arrow-right-positon-right, 8px); }
  .next-tabs-btn-prev {
    right: 32px;
    right: var(--tab-nav-arrow-left-positon-right, 32px); }
  .next-tabs-btn-down {
    right: 8px;
    right: var(--tab-nav-arrow-down-positon-right, 8px); }
  .next-tabs .next-tab-icon-dropdown::before {
    content: "\E63D";
    content: var(--tab-icon-dropdown-content, "\E63D"); }
  .next-tabs .next-tab-icon-prev::before {
    content: "\E61D";
    content: var(--tab-icon-prev-content, "\E61D"); }
  .next-tabs .next-tab-icon-next::before {
    content: "\E619";
    content: var(--tab-icon-next-content, "\E619"); }
  .next-tabs-content {
    overflow: hidden; }
  .next-tabs-vertical > .next-tabs-bar .next-tabs-nav {
    width: 100%; }
  .next-tabs-vertical > .next-tabs-bar .next-tabs-tab {
    display: block; }
  .next-tabs.next-medium .next-tabs-nav-container-scrolling {
    padding-right: 60px;
    padding-right: var(--tab-nav-scroll-padding-right-m, 60px); }
  .next-tabs.next-medium .next-tabs-tab-inner {
    font-size: 12px;
    font-size: var(--tab-item-text-size-m, 12px);
    padding: 12px 16px;
    padding: var(--tab-item-padding-tb-size-m, 12px) var(--tab-item-padding-lr-size-m, 16px); }
    .next-tabs.next-medium .next-tabs-tab-inner .next-icon {
      line-height: 1; }
      .next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
      .next-tabs.next-medium .next-tabs-tab-inner .next-icon .next-icon-remote {
        width: 16px;
        font-size: 16px;
        line-height: inherit; }
    .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close {
      padding-left: 8px;
      padding-left: var(--tab-nav-close-icon-padding-l-size-m, 8px); }
      .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close:before,
      .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
  .next-tabs.next-medium .next-tabs-btn-down .next-icon:before,
  .next-tabs.next-medium .next-tabs-btn-down .next-icon .next-icon-remote,
  .next-tabs.next-medium .next-tabs-btn-prev .next-icon:before,
  .next-tabs.next-medium .next-tabs-btn-prev .next-icon .next-icon-remote,
  .next-tabs.next-medium .next-tabs-btn-next .next-icon:before,
  .next-tabs.next-medium .next-tabs-btn-next .next-icon .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit; }
  .next-tabs.next-small .next-tabs-nav-container-scrolling {
    padding-right: 56px;
    padding-right: var(--tab-nav-scroll-padding-right-s, 56px); }
  .next-tabs.next-small .next-tabs-tab-inner {
    font-size: 12px;
    font-size: var(--tab-item-text-size-s, 12px);
    padding: 8px 12px;
    padding: var(--tab-item-padding-tb-size-s, 8px) var(--tab-item-padding-lr-size-s, 12px); }
    .next-tabs.next-small .next-tabs-tab-inner .next-icon {
      line-height: 1; }
      .next-tabs.next-small .next-tabs-tab-inner .next-icon:before,
      .next-tabs.next-small .next-tabs-tab-inner .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
      padding-left: 8px;
      padding-left: var(--tab-nav-close-icon-padding-l-size-s, 8px); }
      .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before,
      .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote {
        width: 8px;
        font-size: 8px;
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
          transform: scale(0.5);
          margin-left: -4px;
          margin-right: -4px; }
          .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
            width: 16px;
            font-size: 16px; } }
  .next-tabs.next-small .next-tabs-btn-down .next-icon:before,
  .next-tabs.next-small .next-tabs-btn-down .next-icon .next-icon-remote,
  .next-tabs.next-small .next-tabs-btn-prev .next-icon:before,
  .next-tabs.next-small .next-tabs-btn-prev .next-icon .next-icon-remote,
  .next-tabs.next-small .next-tabs-btn-next .next-icon:before,
  .next-tabs.next-small .next-tabs-btn-next .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit; }
  .next-tabs-pure > .next-tabs-bar {
    border-bottom: solid 1px #DCDEE3;
    border-bottom: var(--tab-pure-divider-line, solid 1px #DCDEE3);
    background-color: transparent;
    background-color: var(--tab-pure-bg-color, transparent); }
    .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container {
      margin-bottom: -var(--tab-pure-divider-line-width, 1px);
      box-shadow: none;
      box-shadow: var(--tab-pure-divider-shadow, none); }
      .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
        color: #666666;
        color: var(--tab-pure-text-color-normal, #666666);
        background-color: transparent; }
        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
          cursor: pointer;
          color: #333333;
          color: var(--tab-pure-text-color-hover, #333333);
          background-color: transparent; }
        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
          z-index: 1;
          color: #5584FF;
          color: var(--tab-pure-text-color-selected, #5584FF);
          background-color: transparent; }
        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
          pointer-events: none;
          cursor: default;
          color: #DCDEE3;
          color: var(--tab-pure-text-color-disabled, #DCDEE3);
          background: transparent; }
        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
          border-radius: 0%;
          width: 0;
          border-bottom: 2px solid #5584FF;
          border-bottom: var(--tab-pure-ink-bar-width, 2px) solid var(--tab-pure-ink-bar-color, #5584FF);
          left: 50%;
          bottom: 0%; }
        .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
          width: 100%;
          left: 0%; }
  .next-tabs-wrapped > .next-tabs-bar {
    background: transparent;
    background: var(--tab-wrapped-bar-bg-color, transparent); }
    .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
      color: #666666;
      color: var(--tab-wrapped-text-color, #666666);
      background-color: #F2F3F7;
      background-color: var(--tab-wrapped-bg-color, #F2F3F7); }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover {
        cursor: pointer;
        color: #333333;
        color: var(--tab-wrapped-text-color-hover, #333333);
        background-color: #EBECF0;
        background-color: var(--tab-wrapped-bg-color-hover, #EBECF0); }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active {
        z-index: 1;
        color: #5584FF;
        color: var(--tab-wrapped-text-color-selected, #5584FF);
        background-color: #FFFFFF;
        background-color: var(--tab-wrapped-bg-color-selected, #FFFFFF); }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled {
        pointer-events: none;
        cursor: default;
        color: #CCCCCC;
        color: var(--tab-wrapped-text-color-disabled, #CCCCCC);
        background: #F7F8FA;
        background: var(--tab-wrapped-bg-color-disabled, #F7F8FA); }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
        color: #666666;
        color: var(--tab-close-icon-color, #666666); }
        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
          color: #333333;
          color: var(--tab-close-icon-color-hover, #333333); }
        .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
          outline: none; }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
        color: #5584FF;
        color: var(--tab-close-icon-color-selected, #5584FF); }
      .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close {
        color: #DCDEE3;
        color: var(--tab-close-icon-color-disabled, #DCDEE3); }
  .next-tabs-wrapped:before, .next-tabs-wrapped:after {
    content: "";
    display: table; }
  .next-tabs-wrapped:after {
    clear: both; }
  .next-tabs-wrapped > .next-tabs-content {
    position: relative; }
  .next-tabs-wrapped.next-tabs-top > .next-tabs-bar {
    position: relative; }
    .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab {
      margin-right: 4px;
      margin-right: var(--tab-wrapped-tab-margin-right, 4px);
      border: solid 1px #DCDEE3;
      border: var(--tab-wrapped-bar-border, solid 1px #DCDEE3);
      border-radius: 3px 3px 0 0;
      border-radius: var(--tab-wrapped-tab-top-border-radius, 3px 3px 0 0);
      border-width: 1px 1px 1px 1px;
      border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-side-width, 1px); }
      .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover {
        border-color: #C4C6CF;
        border-color: var(--tab-wrapped-border-line-color-hover, #C4C6CF); }
      .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
        border-color: #DCDEE3 #DCDEE3 #FFFFFF #DCDEE3;
        border-color: var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #DCDEE3); }
      .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before {
        border-radius: 3px;
        border-radius: var(--tab-wrapped-tab-corner-radius, 3px);
        width: 0;
        border-top: 2px solid #5584FF;
        border-top: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #5584FF);
        left: 50%;
        top: -var(--tab-wrapped-border-line-width, 1px); }
      .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active:before {
        width: calc(100% - 6px);
        width: calc(100% - 2*var(--tab-wrapped-tab-corner-radius, 3px));
        left: 3px;
        left: var(--tab-wrapped-tab-corner-radius, 3px); }
      .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
        border-width: 1px 1px 1px 1px;
        border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); }
  .next-tabs-wrapped.next-tabs-top > .next-tabs-bar:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #DCDEE3;
    border-bottom: var(--tab-wrapped-content-border, 1px solid #DCDEE3);
    transform: translateY(-1px);
    transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 1px)));
    display: block; }
  .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar {
    position: relative; }
    .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab {
      margin-right: 4px;
      margin-right: var(--tab-wrapped-tab-margin-right, 4px);
      border: solid 1px #DCDEE3;
      border: var(--tab-wrapped-bar-border, solid 1px #DCDEE3);
      border-radius: 0 0 3px 3px;
      border-radius: var(--tab-wrapped-tab-bottom-border-radius, 0 0 3px 3px); }
      .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover {
        border-color: #C4C6CF;
        border-color: var(--tab-wrapped-border-line-color-hover, #C4C6CF); }
      .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active {
        border-color: #FFFFFF #DCDEE3 #DCDEE3 #DCDEE3;
        border-color: var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3); }
      .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before {
        border-radius: 3px;
        border-radius: var(--tab-wrapped-tab-corner-radius, 3px);
        width: 0;
        border-bottom: 2px solid #5584FF;
        border-bottom: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #5584FF);
        left: 50%;
        bottom: -var(--tab-wrapped-border-line-width, 1px); }
      .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active:before {
        width: calc(100% - 6px);
        width: calc(100% - 2*var(--tab-wrapped-tab-corner-radius, 3px));
        left: 3px;
        left: var(--tab-wrapped-tab-corner-radius, 3px); }
  .next-tabs-wrapped.next-tabs-bottom > .next-tabs-content {
    top: 1px;
    top: var(--tab-wrapped-content-position-top, 1px);
    border-bottom: 1px solid #DCDEE3;
    border-bottom: var(--tab-wrapped-content-border, 1px solid #DCDEE3); }
  .next-tabs-wrapped.next-tabs-left > .next-tabs-bar {
    float: left; }
    .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab {
      float: none;
      margin-bottom: 4px;
      margin-bottom: var(--tab-wrapped-tab-margin-bottom, 4px);
      border: solid 1px #DCDEE3;
      border: var(--tab-wrapped-bar-border, solid 1px #DCDEE3);
      border-radius: 3px 0 0 3px;
      border-radius: var(--tab-wrapped-tab-left-border-radius, 3px 0 0 3px);
      border-width: 1px 1px 1px 1px;
      border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px); }
      .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover {
        border-color: #C4C6CF;
        border-color: var(--tab-wrapped-border-line-color-hover, #C4C6CF); }
      .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
        border-color: #DCDEE3 #FFFFFF #DCDEE3 #DCDEE3;
        border-color: var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3); }
      .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before {
        border-radius: 3px;
        border-radius: var(--tab-wrapped-tab-corner-radius, 3px);
        height: 0;
        border-left: 2px solid #5584FF;
        border-left: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #5584FF);
        top: 50%;
        left: -var(--tab-wrapped-border-line-width, 1px); }
      .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active:before {
        height: calc(100% - 6px);
        height: calc(100% - 2*var(--tab-wrapped-tab-corner-radius, 3px));
        top: 3px;
        top: var(--tab-wrapped-tab-corner-radius, 3px); }
      .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
        border-width: 1px 1px 1px 1px;
        border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); }
  .next-tabs-wrapped.next-tabs-left > .next-tabs-content {
    right: 1px;
    right: var(--tab-wrapped-content-position-right, 1px);
    border-left: 1px solid #DCDEE3;
    border-left: var(--tab-wrapped-content-border, 1px solid #DCDEE3); }
  .next-tabs-wrapped.next-tabs-right > .next-tabs-bar {
    float: right; }
    .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab {
      float: none;
      margin-bottom: 4px;
      margin-bottom: var(--tab-wrapped-tab-margin-bottom, 4px);
      border: solid 1px #DCDEE3;
      border: var(--tab-wrapped-bar-border, solid 1px #DCDEE3);
      border-radius: 0 3px 3px 0;
      border-radius: var(--tab-wrapped-tab-right-border-radius, 0 3px 3px 0);
      border-width: 1px 1px 1px 1px;
      border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px); }
      .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover {
        border-color: #C4C6CF;
        border-color: var(--tab-wrapped-border-line-color-hover, #C4C6CF); }
      .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
        border-color: #DCDEE3 #DCDEE3 #DCDEE3 #FFFFFF;
        border-color: var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-bg-color-selected, #FFFFFF); }
      .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before {
        border-radius: 3px;
        border-radius: var(--tab-wrapped-tab-corner-radius, 3px);
        height: 0;
        border-right: 2px solid #5584FF;
        border-right: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #5584FF);
        top: 50%;
        right: -var(--tab-wrapped-border-line-width, 1px); }
      .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active:before {
        height: calc(100% - 6px);
        height: calc(100% - 2*var(--tab-wrapped-tab-corner-radius, 3px));
        top: 3px;
        top: var(--tab-wrapped-tab-corner-radius, 3px); }
      .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
        border-width: 1px 1px 1px 1px;
        border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); }
  .next-tabs-wrapped.next-tabs-right > .next-tabs-content {
    right: -var(--tab-wrapped-content-position-right, 1px);
    border-right: 1px solid #DCDEE3;
    border-right: var(--tab-wrapped-content-border, 1px solid #DCDEE3); }
  .next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    border: 1px solid #C4C6CF;
    border: var(--tab-capsule-tab-border, 1px solid #C4C6CF);
    border-right-color: transparent;
    margin-right: -var(--tab-capsule-tab-border-line-width, 1px);
    color: #333333;
    color: var(--tab-capsule-text-color, #333333);
    background-color: #F2F3F7;
    background-color: var(--tab-capsule-bg-color, #F2F3F7); }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
      border-radius: 3px 0 0 3px;
      border-radius: var(--tab-capsule-corner-radius, 3px) 0 0 var(--tab-capsule-corner-radius, 3px); }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
      border-radius: 0 3px 3px 0;
      border-radius: 0 var(--tab-capsule-corner-radius, 3px) var(--tab-capsule-corner-radius, 3px) 0;
      border-right: 1px solid #C4C6CF;
      border-right: var(--tab-capsule-tab-border, 1px solid #C4C6CF); }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
      border-right: 1px solid #C4C6CF;
      border-right: var(--tab-capsule-tab-border, 1px solid #C4C6CF);
      border-color: #5584FF;
      border-color: var(--tab-capsule-tab-border-line-color-active, #5584FF); }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
      border-color: #E6E7EB;
      border-color: var(--tab-capsule-tab-border-line-color-disabled, #E6E7EB); }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
      z-index: 2;
      border-right: 1px solid #C4C6CF;
      border-right: var(--tab-capsule-tab-border, 1px solid #C4C6CF);
      border-color: #C4C6CF;
      border-color: var(--tab-capsule-tab-border-line-color-hover, #C4C6CF); }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
      cursor: pointer;
      color: #333333;
      color: var(--tab-capsule-text-color-hover, #333333);
      background-color: #EBECF0;
      background-color: var(--tab-capsule-bg-color-hover, #EBECF0); }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
      z-index: 1;
      color: #FFFFFF;
      color: var(--tab-capsule-text-color-selected, #FFFFFF);
      background-color: #5584FF;
      background-color: var(--tab-capsule-bg-color-selected, #5584FF); }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
      pointer-events: none;
      cursor: default;
      color: #CCCCCC;
      color: var(--tab-capsule-text-color-disabled, #CCCCCC);
      background: #F7F8FA;
      background: var(--tab-capsule-bg-color-disabled, #F7F8FA); }
  .next-tabs-text > .next-tabs-bar .next-tabs-tab {
    color: #666666;
    color: var(--tab-text-text-color-normal, #666666);
    background-color: transparent; }
    .next-tabs-text > .next-tabs-bar .next-tabs-tab:hover {
      cursor: pointer;
      color: #333333;
      color: var(--tab-text-text-color-hover, #333333);
      background-color: transparent; }
    .next-tabs-text > .next-tabs-bar .next-tabs-tab.active {
      z-index: 1;
      color: #5584FF;
      color: var(--tab-text-text-color-selected, #5584FF);
      background-color: transparent; }
    .next-tabs-text > .next-tabs-bar .next-tabs-tab.disabled {
      pointer-events: none;
      cursor: default;
      color: #CCCCCC;
      color: var(--tab-text-text-color-disabled, #CCCCCC);
      background: transparent; }
    .next-tabs-text > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
      content: '';
      position: absolute;
      right: 0;
      top: calc(50% - 4px);
      top: calc(50% - var(--tab-text-item-sep-height, 8px)/2);
      width: 1px;
      width: var(--tab-text-item-sep-width, 1px);
      height: 8px;
      height: var(--tab-text-item-sep-height, 8px);
      background-color: #DCDEE3;
      background-color: var(--tab-text-item-sep-color, #DCDEE3); }
  .next-tabs-pure > .next-tabs-bar {
    position: relative; }
    .next-tabs-pure > .next-tabs-bar .next-tabs-nav-extra {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  .next-tabs-capsule > .next-tabs-bar {
    position: relative; }
    .next-tabs-capsule > .next-tabs-bar .next-tabs-nav-extra {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  .next-tabs-text > .next-tabs-bar {
    position: relative; }
    .next-tabs-text > .next-tabs-bar .next-tabs-nav-extra {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }

.next-tabs[dir='rtl'].next-medium .next-tabs-nav-container-scrolling {
  padding-left: 60px;
  padding-left: var(--tab-nav-scroll-padding-right-m, 60px);
  padding-right: 0; }

.next-tabs[dir='rtl'].next-medium .next-tabs-tab-close {
  padding-right: 8px;
  padding-right: var(--tab-nav-close-icon-padding-l-size-m, 8px);
  padding-left: 0; }

.next-tabs[dir='rtl'].next-small .next-tabs-nav-container-scrolling {
  padding-left: 56px;
  padding-left: var(--tab-nav-scroll-padding-right-s, 56px);
  padding-right: 0; }

.next-tabs[dir='rtl'].next-small .next-tabs-tab-close {
  padding-right: 8px;
  padding-right: var(--tab-nav-close-icon-padding-l-size-s, 8px);
  padding-left: 0; }

.next-tabs[dir='rtl'].next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
  right: auto;
  left: 0; }

.next-tabs[dir='rtl'].next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra {
  right: auto;
  left: 0; }

.next-tabs[dir='rtl'] > .next-tabs-bar .next-tabs-nav-extra {
  right: auto;
  left: 0; }

.next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
  border-top: 1px solid #C4C6CF;
  border-top: var(--tab-capsule-tab-border, 1px solid #C4C6CF);
  border-bottom: 1px solid #C4C6CF;
  border-bottom: var(--tab-capsule-tab-border, 1px solid #C4C6CF);
  border-right: 1px solid #C4C6CF;
  border-right: var(--tab-capsule-tab-border, 1px solid #C4C6CF);
  border-left: 0; }
  .next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
    border-left: 0;
    border-radius: 0 3px 3px 0;
    border-radius: 0 var(--tab-capsule-corner-radius, 3px) var(--tab-capsule-corner-radius, 3px) 0; }
  .next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
    border-radius: 3px 0 0 3px;
    border-radius: var(--tab-capsule-corner-radius, 3px) 0 0 var(--tab-capsule-corner-radius, 3px);
    border-left: 1px solid #C4C6CF;
    border-left: var(--tab-capsule-tab-border, 1px solid #C4C6CF); }
  .next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
    margin-left: -var(--tab-capsule-tab-border-line-width, 1px);
    margin-right: auto;
    border-left: 1px solid #C4C6CF;
    border-left: var(--tab-capsule-tab-border, 1px solid #C4C6CF);
    border-color: #5584FF;
    border-color: var(--tab-capsule-tab-border-line-color-active, #5584FF); }

.next-tabs[dir='rtl'] .next-tabs-btn-next {
  left: 8px;
  left: var(--tab-nav-arrow-right-positon-right, 8px);
  right: auto; }

.next-tabs[dir='rtl'] .next-tabs-btn-prev {
  left: 32px;
  left: var(--tab-nav-arrow-left-positon-right, 32px);
  right: auto; }

.next-tabs[dir='rtl'] .next-tabs-btn-down {
  left: 8px;
  left: var(--tab-nav-arrow-down-positon-right, 8px);
  right: auto; }

.next-tabs-text[dir='rtl'] > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
  content: '';
  position: absolute;
  left: 0;
  right: auto; }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

/* put your code here */
.next-table {
  box-sizing: border-box;
  position: relative; }
  .next-table *,
  .next-table *:before,
  .next-table *:after {
    box-sizing: border-box; }
  .next-table.next-table-layout-fixed {
    overflow: auto; }
    .next-table.next-table-layout-fixed table {
      table-layout: fixed; }
  .next-table.next-table-layout-auto table {
    table-layout: auto; }
  .next-table.next-table-small th .next-table-cell-wrapper {
    padding: 8px 8px;
    padding: var(--table-size-s-header-padding-top, 8px) var(--table-size-s-header-padding-left, 8px); }
  .next-table.next-table-small td .next-table-cell-wrapper {
    padding: 8px 8px;
    padding: var(--table-size-s-cell-padding-top, 8px) var(--table-size-s-cell-padding-left, 8px); }
  .next-table.next-table-small .next-table-prerow .next-table-cell-wrapper {
    padding: 8px 8px;
    padding: var(--s-2, 8px) var(--s-2, 8px); }
  .next-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background: #FFFFFF;
    background: var(--table-row-bg, #FFFFFF); }
    .next-table table tr:first-child td {
      border-top-width: 0; }
  .next-table th {
    padding: 0;
    background: #EBECF0;
    background: var(--table-th-bg, #EBECF0);
    color: #333333;
    color: var(--table-th-color, #333333);
    text-align: left;
    font-weight: normal;
    font-weight: var(--table-th-font-weight, normal);
    border: 1px solid #DCDEE3;
    border: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); }
    .next-table th .next-table-cell-wrapper {
      padding: 12px 16px;
      padding: var(--table-header-padding-top, 12px) var(--table-header-padding-left, 16px);
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all; }
    .next-table th.next-table-prerow .next-table-cell-wrapper {
      padding: 12px 16px;
      padding: var(--s-3, 12px) var(--s-4, 16px); }
  .next-table-affix {
    z-index: 1;
    overflow: hidden; }
  .next-table-header-resizable {
    position: relative; }
    .next-table-header-resizable .next-table-resize-handler {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: transparent;
      cursor: ew-resize; }
  .next-table td {
    padding: 0;
    border: 1px solid #DCDEE3;
    border: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); }
    .next-table td .next-table-cell-wrapper {
      padding: 12px 16px;
      padding: var(--table-cell-padding-top, 12px) var(--table-cell-padding-left, 16px);
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all; }
      .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow,
      .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow,
      .next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
        margin-right: 8px;
        outline: 0;
        cursor: pointer; }
      .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before,
      .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
      .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow::before {
        content: "\E619";
        content: var(--table-tree-fold-icon-content, "\E619"); }
      .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before,
      .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
      .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow::before {
        content: "\E63D";
        content: var(--table-tree-unfold-icon-content, "\E63D"); }
    .next-table td.next-table-prerow .next-table-cell-wrapper {
      padding: 12px 16px;
      padding: var(--s-3, 12px) var(--s-4, 16px); }
  .next-table .next-table-expanded .next-table-cell-wrapper,
  .next-table .next-table-selection .next-table-cell-wrapper {
    overflow: visible; }
  .next-table.no-header table tr:first-child td {
    border-top-width: 1px; }
  .next-table.only-bottom-border {
    border-width: 0; }
    .next-table.only-bottom-border th {
      border-width: 0 0 1px 0;
      border-width: 0 0 var(--table-normal-border-width, 1px) 0; }
    .next-table.only-bottom-border td {
      border-width: 0 0 1px 0;
      border-width: 0 0 var(--table-normal-border-width, 1px) 0; }
    .next-table.only-bottom-border .next-table-expanded-row th {
      border-width: 0 0 1px 0;
      border-width: 0 0 var(--table-normal-border-width, 1px) 0; }
    .next-table.only-bottom-border .next-table-expanded-row td {
      border-width: 0 0 1px 0;
      border-width: 0 0 var(--table-normal-border-width, 1px) 0; }
    .next-table.only-bottom-border table tr td:first-child,
    .next-table.only-bottom-border table tr th:first-child {
      border-left-width: 0; }
  .next-table-loading {
    display: block; }
  .next-table.zebra tr:nth-child(odd) td {
    background: #FFFFFF;
    background: var(--table-td-normal, #FFFFFF); }
  .next-table.zebra tr:nth-child(even) td {
    background: #F7F8FA;
    background: var(--table-td-gray, #F7F8FA); }
  .next-table.zebra .next-table-row.hovered td {
    background: #F2F3F7;
    background: var(--table-row-hover-bg, #F2F3F7);
    color: #333333;
    color: var(--table-row-hover-color, #333333); }
  .next-table.zebra .next-table-cell.hovered {
    background: #F2F3F7;
    background: var(--table-row-hover-bg, #F2F3F7);
    color: #333333;
    color: var(--table-row-hover-color, #333333); }
  .next-table.zebra .next-table-row.selected td {
    background: #F2F3F7;
    background: var(--table-row-selected-bg, #F2F3F7);
    color: #333333;
    color: var(--table-row-selected-color, #333333); }
  .next-table-empty {
    color: #A0A2AD;
    color: var(--table-empty-color, #A0A2AD);
    padding: 32px 0;
    padding: var(--table-empty-padding, 32px) 0;
    text-align: center; }
  .next-table-expanded-row > td {
    border-width: 0; }
    .next-table-expanded-row > td:first-child {
      border-left-width: 1px; }
    .next-table-expanded-row > td:last-child {
      border-right-width: 1px; }
  .next-table-expanded-row:last-child td {
    border-bottom-width: 1px; }
  .next-table-expanded-row .next-table .last td {
    border-bottom-width: 0; }
  .next-table-filter-footer {
    margin: 10px 10px 0; }
    .next-table-filter-footer button {
      margin-right: 5px; }
  .next-table-row {
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    background: #FFFFFF;
    background: var(--table-row-bg, #FFFFFF);
    color: #333333;
    color: var(--table-row-color, #333333); }
    .next-table-row.hidden {
      display: none; }
    .next-table-row.hovered {
      background: #F2F3F7;
      background: var(--table-row-hover-bg, #F2F3F7);
      color: #333333;
      color: var(--table-row-hover-color, #333333); }
    .next-table-row.selected {
      background: #F2F3F7;
      background: var(--table-row-selected-bg, #F2F3F7);
      color: #333333;
      color: var(--table-row-selected-color, #333333); }
  .next-table-cell.hovered {
    background: #F2F3F7;
    background: var(--table-row-hover-bg, #F2F3F7);
    color: #333333;
    color: var(--table-row-hover-color, #333333); }
  .next-table-tree-placeholder {
    display: inline-block;
    width: 12px; }

.last .next-table-expanded-row td {
  border-bottom-width: 1px; }

.next-table-body,
.next-table-header {
  overflow: auto;
  font-size: 12px;
  font-size: var(--table-th-font-size, 12px); }

.next-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .next-table-header::-webkit-scrollbar {
    display: none; }

.next-table-body {
  font-size: 12px;
  font-size: var(--table-body-font-size, 12px);
  position: relative; }

.next-table-fixed {
  border: 1px solid #DCDEE3;
  border: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); }
  .next-table-fixed table {
    table-layout: fixed; }
  .next-table-fixed .next-table-header {
    background: #EBECF0;
    background: var(--table-th-bg, #EBECF0); }
  .next-table-fixed table tr td:first-child,
  .next-table-fixed table tr th:first-child {
    border-left-width: 0; }
  .next-table-fixed .next-table-header th {
    border-top-width: 0; }
  .next-table-fixed .next-table-header tr th:last-child {
    border-right-width: 0; }
  .next-table-fixed .next-table-body td {
    border-top-width: 0; }
  .next-table-fixed .next-table-body tr:last-child td {
    border-bottom-width: 0; }
  .next-table-fixed .next-table-body tr td:last-child {
    border-right-width: 0; }
  .next-table-fixed.next-table-group table tr td:first-child,
  .next-table-fixed.next-table-group table tr th:first-child {
    border-left-width: 1px;
    border-left-width: var(--table-normal-border-width, 1px); }
  .next-table-fixed.next-table-group .next-table-header th {
    border-top-width: 1px;
    border-top-width: var(--table-normal-border-width, 1px); }
  .next-table-fixed.next-table-group .next-table-header tr th:last-child {
    border-right-width: 1px;
    border-right-width: var(--table-normal-border-width, 1px); }
  .next-table-fixed.next-table-group .next-table-body td {
    border-top-width: 1px;
    border-top-width: var(--table-normal-border-width, 1px); }
  .next-table-fixed.next-table-group .next-table-body tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-width: var(--table-normal-border-width, 1px); }
  .next-table-fixed.next-table-group .next-table-body tr td:last-child {
    border-right-width: 1px;
    border-right-width: var(--table-normal-border-width, 1px); }

.next-table-lock .next-table-body {
  overflow-x: auto;
  overflow-y: visible; }

.next-table-group {
  border-width: 0; }
  .next-table-group .next-table-body {
    margin-top: 8px;
    margin-top: var(--table-group-split, 8px); }
    .next-table-group .next-table-body table {
      margin-bottom: 8px;
      margin-bottom: var(--table-group-split, 8px); }
      .next-table-group .next-table-body table tr:first-child td {
        border-top-width: 1px; }
  .next-table-group .next-table-group-header td {
    background: #EBECF0;
    background: var(--table-group-th-bg, #EBECF0);
    color: #333333;
    color: var(--table-group-th-color, #333333); }
  .next-table-group .next-table-group-footer td {
    background: #EBECF0;
    background: var(--table-group-footer-bg, #EBECF0);
    color: #333333;
    color: var(--table-group-footer-color, #333333); }
  .next-table-group .next-table-row.hovered,
  .next-table-group .next-table-row.selected {
    background: #FFFFFF;
    background: var(--table-row-bg, #FFFFFF);
    color: #333333;
    color: var(--table-row-color, #333333); }

.next-table-lock {
  position: relative; }
  .next-table-lock table {
    table-layout: fixed; }

.next-table-header-inner {
  overflow: unset; }

.next-table-wrap-empty .next-table-lock-left td,
.next-table-wrap-empty .next-table-lock-right td {
  border: none; }

.next-table-wrap-empty .next-table-lock-left .next-table-empty,
.next-table-wrap-empty .next-table-lock-right .next-table-empty {
  display: none; }

.next-table-wrap-empty > .next-table-inner > .next-table-body > table {
  table-layout: auto; }

.next-table-lock-left,
.next-table-lock-right {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 0;
  transition: box-shadow .3s ease;
  overflow: hidden; }
  .next-table-lock-left table,
  .next-table-lock-right table {
    width: auto; }
  .next-table-lock-left .next-table-body,
  .next-table-lock-right .next-table-body {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -20px;
    padding-right: 0; }

.next-table-lock-right {
  right: 0;
  left: auto; }
  .next-table-lock-right table tr td:first-child,
  .next-table-lock-right table tr th:first-child {
    border-left-width: 1px; }
  .next-table-lock-right.shadow {
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); }

.next-table-lock-left.shadow {
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12); }

.next-table-filter {
  line-height: 1; }

.next-table-sort {
  position: relative;
  width: 16px;
  display: inline-block;
  line-height: 1; }
  .next-table-sort:focus {
    outline: 0; }
  .next-table-sort > a::before {
    content: ' ';
    display: inline-block;
    vertical-align: middle; }
  .next-table-sort .next-icon {
    position: absolute;
    left: -2px;
    color: #333333;
    color: var(--table-sort-color, #333333); }
    .next-table-sort .next-icon:before,
    .next-table-sort .next-icon .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
  .next-table-sort .current .next-icon {
    color: #5584FF;
    color: var(--table-sort-color-current, #5584FF); }
  .next-table-sort .next-icon-ascending {
    left: 2px; }

.next-table-filter {
  cursor: pointer;
  width: 20px;
  display: inline-block; }
  .next-table-filter:focus {
    outline: 0; }
  .next-table-filter .next-icon {
    color: #333333;
    color: var(--table-sort-color, #333333); }
    .next-table-filter .next-icon:before,
    .next-table-filter .next-icon .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }

.next-table-header-icon {
  margin-left: 8px; }

.next-table-expanded-ctrl {
  cursor: pointer; }
  .next-table-expanded-ctrl:focus {
    outline: 0; }
  .next-table-expanded-ctrl.disabled {
    color: #999999;
    color: var(--table-expanded-ctrl-disabled-color, #999999); }
  .next-table-expanded-ctrl .next-table-expand-unfold:before,
  .next-table-expanded-ctrl .next-table-expand-unfold .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit; }
  .next-table-expanded-ctrl .next-table-expand-unfold::before {
    content: "\E601";
    content: var(--table-expand-unfold-icon-content, "\E601"); }
  .next-table-expanded-ctrl .next-table-expand-fold:before,
  .next-table-expanded-ctrl .next-table-expand-fold .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit; }
  .next-table-expanded-ctrl .next-table-expand-fold::before {
    content: "\E655";
    content: var(--table-expand-fold-icon-content, "\E655"); }

.next-table[dir="rtl"] th {
  text-align: right; }

.next-table[dir="rtl"] .next-table-header-resizable .next-table-resize-handler {
  right: auto;
  left: 0; }

.next-table[dir="rtl"] td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow,
.next-table[dir="rtl"] td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow,
.next-table[dir="rtl"] td .next-table-cell-wrapper .next-table-tree-placeholder {
  margin-left: 3px;
  margin-right: 0;
  float: right; }

.next-table[dir="rtl"] .next-table-expanded-row td:first-child {
  border-left-width: 0;
  border-right-width: 1px; }

.next-table[dir="rtl"] .next-table-expanded-row td:last-child {
  border-left-width: 1px;
  border-right-width: 0; }

.next-table[dir="rtl"].only-bottom-border .next-table-expanded-row th {
  border-width: 0 0 1px 0;
  border-width: 0 0 var(--table-normal-border-width, 1px) 0; }

.next-table[dir="rtl"].only-bottom-border .next-table-expanded-row td {
  border-width: 0 0 1px 0;
  border-width: 0 0 var(--table-normal-border-width, 1px) 0; }

.next-table[dir="rtl"] .next-table-filter-footer button {
  margin-left: 5px;
  margin-right: 0; }

.next-table[dir="rtl"] .next-table-lock-left,
.next-table[dir="rtl"] .next-table-lock-right {
  left: auto;
  right: 0; }

.next-table[dir="rtl"] .next-table-lock-right {
  right: auto;
  left: 0; }
  .next-table[dir="rtl"] .next-table-lock-right table tr td:first-child,
  .next-table[dir="rtl"] .next-table-lock-right table tr th:first-child {
    border-right-width: 1px; }
  .next-table[dir="rtl"] .next-table-lock-right.shadow {
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12); }

.next-table[dir="rtl"] .next-table-lock-left.shadow {
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); }

.next-table[dir="rtl"] .next-table-sort .next-icon {
  right: 0;
  left: auto; }

.next-table[dir="rtl"] .next-table-sort .next-icon-ascending {
  right: 4px;
  left: auto; }

.next-table[dir="rtl"] .next-table-filter {
  margin-right: 5px;
  margin-left: 0; }

.next-table-fixed[dir="rtl"] table tr td:first-child,
.next-table-fixed[dir="rtl"] table tr th:first-child {
  border-left-width: 1px;
  border-left-width: var(--table-normal-border-width, 1px);
  border-right-width: 0; }

.next-table-fixed[dir="rtl"] .next-table-header tr th:last-child {
  border-left-width: 1px;
  border-left-width: var(--table-normal-border-width, 1px); }

.next-table-fixed[dir="rtl"] .next-table-body tr td:last-child {
  border-left-width: 1px;
  border-left-width: var(--table-normal-border-width, 1px); }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

@keyframes fadeInRightForTag {
  0% {
    opacity: 0;
    transform: rotate(45deg) translateX(20px); }
  100% {
    opacity: 1;
    transform: rotate(45deg) translateX(0); } }

.next-tag > .next-tag-body {
  overflow: hidden;
  text-overflow: ellipsis; }

.next-tag-checkable.next-tag-level-secondary {
  color: #333333;
  color: var(--color-text1-4, #333333);
  border-color: transparent;
  background-color: transparent; }
  .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):focus {
    color: #5584FF;
    color: var(--color-brand1-6, #5584FF); }

.next-tag-default.next-tag-level-primary {
  color: #666666;
  color: var(--color-text1-3, #666666);
  border-color: #EBECF0;
  border-color: var(--color-fill1-3, #EBECF0);
  background-color: #EBECF0;
  background-color: var(--color-fill1-3, #EBECF0); }
  .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):focus {
    color: #333333;
    color: var(--color-text1-4, #333333);
    border-color: #E2E4E8;
    border-color: var(--color-fill1-4, #E2E4E8);
    background-color: #E2E4E8;
    background-color: var(--color-fill1-4, #E2E4E8); }
    .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
      color: #333333;
      color: var(--color-text1-4, #333333); }
  .next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
    color: #CCCCCC;
    color: var(--color-text1-1, #CCCCCC);
    border-color: #F7F8FA;
    border-color: var(--color-fill1-1, #F7F8FA);
    background-color: #F7F8FA;
    background-color: var(--color-fill1-1, #F7F8FA); }
    .next-tag-default.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-primary > .next-tag-close-btn {
      color: #CCCCCC;
      color: var(--color-text1-1, #CCCCCC); }
  .next-tag-default.next-tag-level-primary > .next-tag-close-btn {
    color: #666666;
    color: var(--color-text1-3, #666666); }

.next-tag-closable.next-tag-level-primary {
  color: #666666;
  color: var(--color-text1-3, #666666);
  border-color: #EBECF0;
  border-color: var(--color-fill1-3, #EBECF0);
  background-color: #EBECF0;
  background-color: var(--color-fill1-3, #EBECF0); }
  .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):focus {
    color: #333333;
    color: var(--color-text1-4, #333333);
    border-color: #E2E4E8;
    border-color: var(--color-fill1-4, #E2E4E8);
    background-color: #E2E4E8;
    background-color: var(--color-fill1-4, #E2E4E8); }
    .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
      color: #333333;
      color: var(--color-text1-4, #333333); }
  .next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
    color: #CCCCCC;
    color: var(--color-text1-1, #CCCCCC);
    border-color: #F7F8FA;
    border-color: var(--color-fill1-1, #F7F8FA);
    background-color: #F7F8FA;
    background-color: var(--color-fill1-1, #F7F8FA); }
    .next-tag-closable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
      color: #CCCCCC;
      color: var(--color-text1-1, #CCCCCC); }
  .next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
    color: #666666;
    color: var(--color-text1-3, #666666); }

.next-tag-checkable.next-tag-level-primary {
  color: #666666;
  color: var(--color-text1-3, #666666);
  border-color: #EBECF0;
  border-color: var(--color-fill1-3, #EBECF0);
  background-color: #EBECF0;
  background-color: var(--color-fill1-3, #EBECF0); }
  .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):focus {
    color: #333333;
    color: var(--color-text1-4, #333333);
    border-color: #E2E4E8;
    border-color: var(--color-fill1-4, #E2E4E8);
    background-color: #E2E4E8;
    background-color: var(--color-fill1-4, #E2E4E8); }
    .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
      color: #333333;
      color: var(--color-text1-4, #333333); }
  .next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
    color: #CCCCCC;
    color: var(--color-text1-1, #CCCCCC);
    border-color: #F7F8FA;
    border-color: var(--color-fill1-1, #F7F8FA);
    background-color: #F7F8FA;
    background-color: var(--color-fill1-1, #F7F8FA); }
    .next-tag-checkable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
      color: #CCCCCC;
      color: var(--color-text1-1, #CCCCCC); }
  .next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
    color: #666666;
    color: var(--color-text1-3, #666666); }

.next-tag-checkable.next-tag-level-primary.checked {
  color: #FFFFFF;
  border-color: #5584FF;
  border-color: var(--color-brand1-6, #5584FF);
  background-color: #5584FF;
  background-color: var(--color-brand1-6, #5584FF); }
  .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):focus {
    color: #FFFFFF;
    border-color: #3E71F7;
    border-color: var(--color-brand1-9, #3E71F7);
    background-color: #3E71F7;
    background-color: var(--color-brand1-9, #3E71F7); }
    .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
      color: #FFFFFF; }
  .next-tag-checkable.next-tag-level-primary.checked[disabled], .disabled.next-tag-checkable.next-tag-level-primary.checked {
    color: #CCCCCC;
    color: var(--color-text1-1, #CCCCCC);
    border-color: #F7F8FA;
    border-color: var(--color-fill1-1, #F7F8FA);
    background-color: #F7F8FA;
    background-color: var(--color-fill1-1, #F7F8FA); }
    .next-tag-checkable.next-tag-level-primary.checked[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn {
      color: #FFFFFF; }
  .next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn {
    color: #FFFFFF; }

.next-tag-default.next-tag-level-normal {
  color: #666666;
  color: var(--color-text1-3, #666666);
  border-color: #C4C6CF;
  border-color: var(--color-line1-3, #C4C6CF);
  background-color: transparent; }
  .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):focus {
    color: #333333;
    color: var(--color-text1-4, #333333);
    border-color: #A0A2AD;
    border-color: var(--color-line1-4, #A0A2AD);
    background-color: transparent; }
    .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
      color: #333333;
      color: var(--color-text1-4, #333333); }
  .next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
    color: #CCCCCC;
    color: var(--color-text1-1, #CCCCCC);
    border-color: #E6E7EB;
    border-color: var(--color-line1-1, #E6E7EB);
    background-color: #F7F8FA;
    background-color: var(--color-fill1-1, #F7F8FA); }
    .next-tag-default.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn {
      color: #CCCCCC;
      color: var(--color-text1-1, #CCCCCC); }
  .next-tag-default.next-tag-level-normal > .next-tag-close-btn {
    color: #666666;
    color: var(--color-text1-3, #666666); }

.next-tag-closable.next-tag-level-normal {
  color: #666666;
  color: var(--color-text1-3, #666666);
  border-color: #C4C6CF;
  border-color: var(--color-line1-3, #C4C6CF);
  background-color: transparent; }
  .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus {
    color: #333333;
    color: var(--color-text1-4, #333333);
    border-color: #A0A2AD;
    border-color: var(--color-line1-4, #A0A2AD);
    background-color: transparent; }
    .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
      color: #333333;
      color: var(--color-text1-4, #333333); }
  .next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
    color: #CCCCCC;
    color: var(--color-text1-1, #CCCCCC);
    border-color: #E6E7EB;
    border-color: var(--color-line1-1, #E6E7EB);
    background-color: transparent; }
    .next-tag-closable.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
      color: #CCCCCC;
      color: var(--color-text1-1, #CCCCCC); }
  .next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
    color: #666666;
    color: var(--color-text1-3, #666666); }

.next-tag-checkable.next-tag-level-normal.checked {
  color: #5584FF;
  color: var(--color-brand1-6, #5584FF);
  border-color: #5584FF;
  border-color: var(--color-brand1-6, #5584FF);
  background-color: transparent; }
  .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus {
    color: #3E71F7;
    color: var(--color-brand1-9, #3E71F7);
    border-color: #3E71F7;
    border-color: var(--color-brand1-9, #3E71F7);
    background-color: transparent; }

.next-tag-checkable.next-tag-level-secondary.checked {
  color: #5584FF;
  color: var(--color-brand1-6, #5584FF);
  border-color: #5584FF;
  border-color: var(--color-brand1-6, #5584FF);
  background-color: transparent; }
  .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus {
    color: #3E71F7;
    color: var(--color-brand1-9, #3E71F7);
    border-color: #3E71F7;
    border-color: var(--color-brand1-9, #3E71F7);
    background-color: transparent; }

.next-tag-checkable.next-tag-level-secondary.checked:before {
  position: absolute;
  content: "";
  -webkit-font-smoothing: antialiased;
  background-color: #5584FF;
  background-color: var(--color-brand1-6, #5584FF);
  transform: rotate(45deg); }

.next-tag-checkable.next-tag-level-secondary.checked:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E632";
  content: var(--icon-content-select, "\E632");
  transform: scale(0.6);
  color: #FFFFFF; }

.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus:before {
  background-color: #3E71F7;
  background-color: var(--color-brand1-9, #3E71F7); }

.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus:after {
  color: #FFFFFF; }

.next-tag-checkable.next-tag-level-secondary.checked[disabled]:before, .next-tag-checkable.next-tag-level-secondary.checked:disabled:before {
  background-color: #E6E7EB;
  background-color: var(--color-line1-1, #E6E7EB); }

.next-tag-checkable.next-tag-level-secondary.checked[disabled]:after, .next-tag-checkable.next-tag-level-secondary.checked:disabled:after {
  color: #FFFFFF; }

.next-tag-checkable.next-tag-level-normal {
  color: #666666;
  color: var(--color-text1-3, #666666);
  border-color: #C4C6CF;
  border-color: var(--color-line1-3, #C4C6CF);
  background-color: transparent; }
  .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):focus {
    color: #333333;
    color: var(--color-text1-4, #333333);
    border-color: #C4C6CF;
    border-color: var(--color-line1-3, #C4C6CF);
    background-color: transparent; }
  .next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal {
    color: #CCCCCC;
    color: var(--color-text1-1, #CCCCCC);
    border-color: #E6E7EB;
    border-color: var(--color-line1-1, #E6E7EB);
    background-color: #F7F8FA;
    background-color: var(--color-fill1-1, #F7F8FA); }

.next-tag-checkable.next-tag-level-normal.checked:before {
  position: absolute;
  content: "";
  -webkit-font-smoothing: antialiased;
  background-color: #5584FF;
  background-color: var(--color-brand1-6, #5584FF);
  transform: rotate(45deg); }

.next-tag-checkable.next-tag-level-normal.checked:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E632";
  content: var(--icon-content-select, "\E632");
  transform: scale(0.6);
  color: #FFFFFF; }

.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus:before {
  background-color: #3E71F7;
  background-color: var(--color-brand1-9, #3E71F7); }

.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus:after {
  color: #FFFFFF; }

.next-tag-checkable.next-tag-level-normal.checked[disabled]:before, .next-tag-checkable.next-tag-level-normal.checked:disabled:before {
  background-color: #E6E7EB;
  background-color: var(--color-line1-1, #E6E7EB); }

.next-tag-checkable.next-tag-level-normal.checked[disabled]:after, .next-tag-checkable.next-tag-level-normal.checked:disabled:after {
  color: #FFFFFF; }

.next-tag-closable.next-tag-level-normal:before {
  position: absolute;
  content: "";
  -webkit-font-smoothing: antialiased;
  background-color: #C4C6CF;
  background-color: var(--color-line1-3, #C4C6CF);
  transform: rotate(45deg); }

.next-tag-closable.next-tag-level-normal:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E626";
  content: var(--icon-content-close, "\E626");
  transform: scale(0.6);
  color: #FFFFFF; }

.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus:before {
  background-color: #A0A2AD;
  background-color: var(--color-line1-4, #A0A2AD); }

.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus:after {
  color: #FFFFFF; }

.next-tag-closable.next-tag-level-normal[disabled]:before, .next-tag-closable.next-tag-level-normal:disabled:before {
  background-color: #E6E7EB;
  background-color: var(--color-line1-1, #E6E7EB); }

.next-tag-closable.next-tag-level-normal[disabled]:after, .next-tag-closable.next-tag-level-normal:disabled:after {
  color: #FFFFFF; }

.next- {
  /* Animation */
  /* ----------- */ }
  .next-tag-group .next-tag-medium,
  .next-tag-group .next-tag-large {
    margin-right: 8px;
    margin-right: var(--tag-size-m-margin, 8px);
    margin-bottom: 8px;
    margin-bottom: var(--tag-size-m-margin, 8px); }
  .next-tag-group .next-tag-small {
    margin-right: 4px;
    margin-right: var(--tag-size-s-margin, 4px);
    margin-bottom: 4px;
    margin-bottom: var(--tag-size-s-margin, 4px); }
  .next-tag {
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border-width: 1px;
    border-width: var(--tag-border-width, 1px);
    border-radius: 3px;
    border-radius: var(--tag-corner-radius, 3px);
    box-shadow: none;
    box-shadow: var(--tag-shadow, none);
    border-style: solid;
    /* 可配置??? */
    overflow: hidden;
    white-space: nowrap;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    font-size: 0;
    outline: 0;
    /* 预设颜色值 */ }
    .next-tag *,
    .next-tag *:before,
    .next-tag *:after {
      box-sizing: border-box; }
    .next-tag > .next-tag-body {
      position: relative;
      display: inline-block;
      height: 100%;
      text-align: center;
      vertical-align: middle;
      max-width: 100%;
      cursor: default;
      /* 用户手动传的 icon 的大小也保持一致？ */ }
      .next-tag > .next-tag-body > a {
        text-decoration: none;
        color: inherit; }
        .next-tag > .next-tag-body > a:before {
          content: " ";
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .next-tag > .next-tag-body .next-icon {
        line-height: 1;
        vertical-align: middle; }
        .next-tag > .next-tag-body .next-icon:before {
          font-size: inherit; }
    .next-tag.next-tag-body-pointer {
      cursor: pointer; }
    .next-tag[disabled], .next-tag.disabled {
      cursor: not-allowed;
      pointer-events: none; }
    .next-tag-blue {
      background-color: #4494F9;
      background-color: var(--tag-color-preset-blue, #4494F9);
      border-color: #4494F9;
      border-color: var(--tag-color-preset-blue, #4494F9);
      color: #FFF; }
      .next-tag-blue-inverse {
        background-color: rgba(#4494F9, 0.25);
        background-color: rgba(var(--tag-color-preset-blue, #4494F9), 0.25);
        border-color: #4494F9;
        border-color: var(--tag-color-preset-blue, #4494F9);
        color: #4494F9;
        color: var(--tag-color-preset-blue, #4494F9); }
    .next-tag-green {
      background-color: #46BC15;
      background-color: var(--tag-color-preset-green, #46BC15);
      border-color: #46BC15;
      border-color: var(--tag-color-preset-green, #46BC15);
      color: #FFF; }
      .next-tag-green-inverse {
        background-color: rgba(#46BC15, 0.25);
        background-color: rgba(var(--tag-color-preset-green, #46BC15), 0.25);
        border-color: #46BC15;
        border-color: var(--tag-color-preset-green, #46BC15);
        color: #46BC15;
        color: var(--tag-color-preset-green, #46BC15); }
    .next-tag-orange {
      background-color: #FF9300;
      background-color: var(--tag-color-preset-orange, #FF9300);
      border-color: #FF9300;
      border-color: var(--tag-color-preset-orange, #FF9300);
      color: #FFF; }
      .next-tag-orange-inverse {
        background-color: rgba(#FF9300, 0.25);
        background-color: rgba(var(--tag-color-preset-orange, #FF9300), 0.25);
        border-color: #FF9300;
        border-color: var(--tag-color-preset-orange, #FF9300);
        color: #FF9300;
        color: var(--tag-color-preset-orange, #FF9300); }
    .next-tag-red {
      background-color: #FF3000;
      background-color: var(--tag-color-preset-red, #FF3000);
      border-color: #FF3000;
      border-color: var(--tag-color-preset-red, #FF3000);
      color: #FFF; }
      .next-tag-red-inverse {
        background-color: rgba(#FF3000, 0.25);
        background-color: rgba(var(--tag-color-preset-red, #FF3000), 0.25);
        border-color: #FF3000;
        border-color: var(--tag-color-preset-red, #FF3000);
        color: #FF3000;
        color: var(--tag-color-preset-red, #FF3000); }
    .next-tag-turquoise {
      background-color: #01C1B2;
      background-color: var(--tag-color-preset-turquoise, #01C1B2);
      border-color: #01C1B2;
      border-color: var(--tag-color-preset-turquoise, #01C1B2);
      color: #FFF; }
      .next-tag-turquoise-inverse {
        background-color: rgba(#01C1B2, 0.25);
        background-color: rgba(var(--tag-color-preset-turquoise, #01C1B2), 0.25);
        border-color: #01C1B2;
        border-color: var(--tag-color-preset-turquoise, #01C1B2);
        color: #01C1B2;
        color: var(--tag-color-preset-turquoise, #01C1B2); }
    .next-tag-yellow {
      background-color: #FCCC12;
      background-color: var(--tag-color-preset-yellow, #FCCC12);
      border-color: #FCCC12;
      border-color: var(--tag-color-preset-yellow, #FCCC12);
      color: #FFF; }
      .next-tag-yellow-inverse {
        background-color: rgba(#FCCC12, 0.25);
        background-color: rgba(var(--tag-color-preset-yellow, #FCCC12), 0.25);
        border-color: #FCCC12;
        border-color: var(--tag-color-preset-yellow, #FCCC12);
        color: #FCCC12;
        color: var(--tag-color-preset-yellow, #FCCC12); }
  .next-tag-large {
    height: 40px;
    height: var(--tag-size-l-height, 40px);
    padding: 0;
    line-height: 38px;
    line-height: calc(var(--tag-size-l-height, 40px) - var(--tag-border-width, 1px)*2);
    font-size: 0; }
    .next-tag-large > .next-tag-body {
      font-size: 16px;
      font-size: var(--tag-size-l-text-size, 16px);
      padding: 0 16px;
      padding: 0 var(--tag-size-l-padding-lr, 16px);
      min-width: 48px;
      min-width: var(--tag-size-l-content-min-width, 48px); }
    .next-tag-large.next-tag-closable > .next-tag-body {
      padding: 0 0 0 16px;
      padding: 0 0 0 var(--tag-size-l-padding-lr, 16px);
      max-width: calc(100% - 40px);
      max-width: calc(100% - var(--tag-size-l-icon-font, 12px) + var(--tag-size-l-icon-font, 12px) - var(--tag-size-l-padding-lr, 16px)); }
    .next-tag-large[dir=rtl].next-tag-closable > .next-tag-body {
      padding: 0 16px 0 0;
      padding: 0 var(--tag-size-l-padding-lr, 16px) 0 0; }
    .next-tag-large.next-tag-closable > .next-tag-close-btn {
      margin-left: 12px;
      margin-left: var(--tag-size-l-icon-font, 12px);
      padding-right: 16px;
      padding-right: var(--tag-size-l-padding-lr, 16px); }
      .next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon:before,
      .next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-tag-large[dir=rtl] > .next-tag-close-btn {
      margin-right: 12px;
      margin-right: var(--tag-size-l-icon-font, 12px);
      margin-left: 0;
      padding-right: 0;
      padding-left: 16px;
      padding-left: var(--tag-size-l-padding-lr, 16px); }
  .next-tag-medium {
    height: 28px;
    height: var(--tag-size-m-height, 28px);
    padding: 0;
    line-height: 26px;
    line-height: calc(var(--tag-size-m-height, 28px) - var(--tag-border-width, 1px)*2);
    font-size: 0; }
    .next-tag-medium > .next-tag-body {
      font-size: 14px;
      font-size: var(--tag-size-m-text-size, 14px);
      padding: 0 12px;
      padding: 0 var(--tag-size-m-padding-lr, 12px);
      min-width: 40px;
      min-width: var(--tag-size-m-content-min-width, 40px); }
    .next-tag-medium.next-tag-closable > .next-tag-body {
      padding: 0 0 0 12px;
      padding: 0 0 0 var(--tag-size-m-padding-lr, 12px);
      max-width: calc(100% - 28px);
      max-width: calc(100% - var(--tag-size-m-icon-font, 8px) + var(--tag-size-m-icon-font, 8px) - var(--tag-size-m-padding-lr, 12px)); }
    .next-tag-medium[dir=rtl].next-tag-closable > .next-tag-body {
      padding: 0 12px 0 0;
      padding: 0 var(--tag-size-m-padding-lr, 12px) 0 0; }
    .next-tag-medium.next-tag-closable > .next-tag-close-btn {
      margin-left: 8px;
      margin-left: var(--tag-size-m-icon-font, 8px);
      padding-right: 12px;
      padding-right: var(--tag-size-m-padding-lr, 12px); }
      .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before,
      .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
        width: 8px;
        font-size: 8px;
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon {
          transform: scale(0.5);
          margin-left: -4px;
          margin-right: -4px; }
          .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before {
            width: 16px;
            font-size: 16px; } }
    .next-tag-medium[dir=rtl] > .next-tag-close-btn {
      margin-right: 8px;
      margin-right: var(--tag-size-m-icon-font, 8px);
      margin-left: 0;
      padding-right: 0;
      padding-left: 12px;
      padding-left: var(--tag-size-m-padding-lr, 12px); }
  .next-tag-small {
    height: 20px;
    height: var(--tag-size-s-height, 20px);
    padding: 0;
    line-height: 18px;
    line-height: calc(var(--tag-size-s-height, 20px) - var(--tag-border-width, 1px)*2);
    font-size: 0; }
    .next-tag-small > .next-tag-body {
      font-size: 12px;
      font-size: var(--tag-size-s-text-size, 12px);
      padding: 0 8px;
      padding: 0 var(--tag-size-s-padding-lr, 8px);
      min-width: 28px;
      min-width: var(--tag-size-s-content-min-width, 28px); }
    .next-tag-small.next-tag-closable > .next-tag-body {
      padding: 0 0 0 8px;
      padding: 0 0 0 var(--tag-size-s-padding-lr, 8px);
      max-width: calc(100% - 24px);
      max-width: calc(100% - var(--tag-size-s-icon-font, 8px) + var(--tag-size-s-icon-font, 8px) - var(--tag-size-s-padding-lr, 8px)); }
    .next-tag-small[dir=rtl].next-tag-closable > .next-tag-body {
      padding: 0 8px 0 0;
      padding: 0 var(--tag-size-s-padding-lr, 8px) 0 0; }
    .next-tag-small.next-tag-closable > .next-tag-close-btn {
      margin-left: 8px;
      margin-left: var(--tag-size-s-icon-font, 8px);
      padding-right: 8px;
      padding-right: var(--tag-size-s-padding-lr, 8px); }
      .next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon:before,
      .next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
        width: 8px;
        font-size: 8px;
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon {
          transform: scale(0.5);
          margin-left: -4px;
          margin-right: -4px; }
          .next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon:before {
            width: 16px;
            font-size: 16px; } }
    .next-tag-small[dir=rtl] > .next-tag-close-btn {
      margin-right: 8px;
      margin-right: var(--tag-size-s-icon-font, 8px);
      margin-left: 0;
      padding-right: 0;
      padding-left: 8px;
      padding-left: var(--tag-size-s-padding-lr, 8px); }
  .next-tag-default {
    cursor: default; }
  .next-tag-closable {
    position: relative; }
    .next-tag-closable > .next-tag-close-btn {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      text-align: center;
      cursor: pointer; }
  .next-tag-checkable {
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    border-radius: var(--tag-corner-radius, 3px); }
    .next-tag-checkable.checked:before {
      animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
      animation: fadeInRightForTag 0.4s var(--ease-in-out-circ, cubic-bezier(0.78, 0.14, 0.15, 0.86)); }
    .next-tag-checkable.checked:after {
      animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
      animation: zoomIn 0.4s var(--ease-in-out-circ, cubic-bezier(0.78, 0.14, 0.15, 0.86)); }
    .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
      right: -10px;
      right: calc(0px - var(--tag-size-s-tick-icon-bg-size, 20px)/2);
      bottom: -10px;
      bottom: calc(0px - var(--tag-size-s-tick-icon-bg-size, 20px)/2);
      width: 20px;
      width: var(--tag-size-s-tick-icon-bg-size, 20px);
      height: 20px;
      height: var(--tag-size-s-tick-icon-bg-size, 20px); }
    .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):after {
      font-size: 8px;
      line-height: 8px;
      right: 0;
      bottom: 0; }
    .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):before {
      right: -14px;
      right: calc(0px - var(--tag-size-m-tick-icon-bg-size, 28px)/2);
      bottom: -14px;
      bottom: calc(0px - var(--tag-size-m-tick-icon-bg-size, 28px)/2);
      width: 28px;
      width: var(--tag-size-m-tick-icon-bg-size, 28px);
      height: 28px;
      height: var(--tag-size-m-tick-icon-bg-size, 28px); }
    .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after {
      font-size: 12px;
      line-height: 12px;
      right: 0;
      bottom: 0; }
    .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before {
      right: -18px;
      right: calc(0px - var(--tag-size-l-tick-icon-bg-size, 36px)/2);
      bottom: -18px;
      bottom: calc(0px - var(--tag-size-l-tick-icon-bg-size, 36px)/2);
      width: 36px;
      width: var(--tag-size-l-tick-icon-bg-size, 36px);
      height: 36px;
      height: var(--tag-size-l-tick-icon-bg-size, 36px); }
    .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):after {
      font-size: 16px;
      line-height: 16px;
      right: 0;
      bottom: 0; }
    .next-tag-checkable.next-tag-level-secondary[disabled], .next-tag-checkable.next-tag-level-secondary.disabled {
      color: #CCCCCC;
      color: var(--tag-text-color-disabled, #CCCCCC);
      border-color: #E6E7EB;
      border-color: var(--tag-border-color-disabled, #E6E7EB);
      background-color: #F7F8FA;
      background-color: var(--tag-fill-bg-color-disabled, #F7F8FA); }
  .next-tag-zoom-enter, .next-tag-zoom-appear {
    animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation: fadeInLeft 0.4s var(--ease-in-out-circ, cubic-bezier(0.78, 0.14, 0.15, 0.86));
    animation-fill-mode: both; }
  .next-tag-zoom-leave {
    animation: zoomOut .3s ease-in;
    animation-fill-mode: both; }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-time-picker-menu {
  float: left;
  text-align: center; }
  .next-time-picker-menu:not(:last-child) {
    border-right: 1px solid #C4C6CF;
    border-right: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C4C6CF); }
  .next-time-picker-menu-title {
    cursor: default;
    height: 28px;
    height: var(--time-picker-menu-title-height, 28px);
    line-height: 28px;
    line-height: var(--time-picker-menu-title-height, 28px);
    font-size: 12px;
    font-size: var(--time-picker-menu-title-font-size, 12px);
    font-weight: normal;
    font-weight: var(--time-pikcer-menu-title-font-weight, normal);
    color: #999999;
    color: var(--time-picker-menu-title-color, #999999);
    background: #FFFFFF;
    background: var(--time-picker-menu-title-background, #FFFFFF); }
  .next-time-picker-menu ul {
    position: relative;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: var(--time-picker-menu-item-font-size, 12px);
    height: 196px;
    height: calc(var(--time-picker-menu-item-height, 28px)*7); }
  .next-time-picker-menu-item {
    cursor: pointer;
    height: 28px;
    height: var(--time-picker-menu-item-height, 28px);
    line-height: 28px;
    line-height: var(--time-picker-menu-item-height, 28px);
    transition: background 100ms linear;
    transition: background var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    color: #666666;
    color: var(--time-picker-menu-item-color, #666666);
    background: #FFFFFF;
    background: var(--time-picker-menu-item-background, #FFFFFF);
    outline: none; }
    .next-time-picker-menu-item:hover {
      color: #333333;
      color: var(--time-picker-menu-item-color-hover, #333333);
      background: #F2F3F7;
      background: var(--time-picker-menu-item-background-hover, #F2F3F7); }
    .next-time-picker-menu-item.next-selected {
      font-weight: bold;
      font-weight: var(--time-picker-menu-item-font-weight-selected, bold);
      color: #666666;
      color: var(--time-picker-menu-item-color-selected, #666666);
      background: #F2F3F7;
      background: var(--time-picker-menu-item-background-selected, #F2F3F7); }
    .next-time-picker-menu-item.next-disabled {
      cursor: not-allowed;
      color: #CCCCCC;
      color: var(--time-picker-menu-item-color-disabled, #CCCCCC);
      background: #FFFFFF;
      background: var(--time-picker-menu-item-background-disabled, #FFFFFF); }

.next-time-picker-panel {
  box-sizing: border-box; }
  .next-time-picker-panel *,
  .next-time-picker-panel *:before,
  .next-time-picker-panel *:after {
    box-sizing: border-box; }
  .next-time-picker-panel:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both; }
  .next-time-picker-panel-header {
    border-bottom: 1px solid #DCDEE3;
    border-bottom: var(--line-1, 1px) var(--line-solid, solid) var(--time-picker-panel-border-color, #DCDEE3); }
  .next-time-picker-panel-input.next-input {
    width: 100%;
    padding: 6px;
    border-color: transparent;
    vertical-align: middle; }
  .next-time-picker-panel-col-3 .next-time-picker-menu {
    width: 33.33333%; }
  .next-time-picker-panel-col-2 .next-time-picker-menu {
    width: 50%; }
  .next-time-picker-panel-col-1 .next-time-picker-menu {
    width: 100%; }

.next-time-picker-body[dir="rtl"] .next-time-picker-menu {
  float: right; }
  .next-time-picker-body[dir="rtl"] .next-time-picker-menu:not(:last-child) {
    border-right: none;
    border-left: 1px solid #C4C6CF;
    border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C4C6CF); }

.next-time-picker {
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
  width: var(--s-50, 200px); }
  .next-time-picker *,
  .next-time-picker *:before,
  .next-time-picker *:after {
    box-sizing: border-box; }
  .next-time-picker-trigger .next-input {
    width: 100%; }
  .next-time-picker-body {
    overflow: hidden;
    width: 200px;
    width: var(--time-picker-panel-width, 200px);
    border: 1px solid #DCDEE3;
    border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--time-picker-panel-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--time-picker-panel-corner, 3px);
    background: #FFFFFF;
    background: var(--time-picker-panel-background, #FFFFFF);
    box-shadow: none;
    box-shadow: var(--time-picker-panel-shadow, none); }
  .next-time-picker-symbol-clock-icon::before {
    content: "\E621";
    content: var(--time-picker-clock-icon, "\E621"); }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-timeline *,
.next-timeline *:before,
.next-timeline *:after {
  box-sizing: border-box; }

.next-timeline, .next-timeline:before, .next-timeline:after {
  box-sizing: border-box; }

.next-timeline ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.next-timeline p {
  margin: 0; }

.next-timeline-hide {
  display: none; }

.next-timeline[dir='rtl'] .next-timeline-item {
  /* 时间轴左边存在内容的情况 */ }
  .next-timeline[dir='rtl'] .next-timeline-item-folder {
    padding-left: 0;
    padding-right: 28px;
    padding-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
  .next-timeline[dir='rtl'] .next-timeline-item-dot-tail {
    left: auto;
    right: 8px;
    right: calc(var(--timeline-item-node-size, 16px)/2);
    border-left: none;
    border-right: 1px dotted #DCDEE3;
    border-right: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #DCDEE3); }
  .next-timeline[dir='rtl'] .next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 0;
    margin-right: 80px;
    margin-right: var(--timeline-item-left-content-width, 80px); }

.next-timeline[dir='rtl'] .next-timeline-item-done {
  position: relative; }
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      width: var(--timeline-item-node-size, 16px);
      height: 24px;
      height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2);
      padding: 4px 0;
      padding: var(--timeline-item-node-padding, 4px) 0;
      text-align: center;
      float: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      width: var(--timeline-item-custom-node-size, 40px);
      height: auto;
      font-size: 12px;
      font-size: var(--timeline-item-custom-node-font-size, 12px);
      word-break: break-all;
      margin-right: -12px;
      margin-right: calc(0px - (var(--timeline-item-custom-node-size, 40px) - var(--timeline-item-node-size, 16px))/2);
      margin-left: 0;
      line-height: 1; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
      display: block;
      position: absolute;
      width: 8px;
      width: var(--timeline-item-done-dot-size, 8px);
      height: 8px;
      height: var(--timeline-item-done-dot-size, 8px);
      border-radius: 100%;
      top: 50%;
      margin-top: -4px;
      margin-top: calc(0px - var(--timeline-item-done-dot-size, 8px)/2);
      left: 50%;
      margin-left: -4px;
      margin-left: calc(0px - var(--timeline-item-done-dot-size, 8px)/2); }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
      .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      height: calc(100% - var(--timeline-item-node-size, 16px) - 2*var(--timeline-item-node-padding, 4px));
      top: 24px;
      top: calc(var(--timeline-item-node-size, 16px) + 2*var(--timeline-item-node-padding, 4px));
      left: auto;
      right: 8px;
      right: calc(var(--timeline-item-node-size, 16px)/2); }
      .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        width: var(--timeline-item-tail-size, 1px);
        position: relative;
        background: #DCDEE3;
        background: var(--timeline-item-tail-color, #DCDEE3);
        -webkit-transition: all 100ms linear;
        -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content {
    display: inline-block;
    margin-right: 28px;
    margin-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
    margin-left: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-size: var(--timeline-item-title-font-size, 12px);
      font-weight: bold;
      font-weight: var(--timeline-item-title-font-weight, bold);
      line-height: 16px;
      line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
      margin-top: 4px;
      margin-top: var(--timeline-item-title-margin-top, 4px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      color: var(--timeline-item-title-color, #333333);
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      margin-top: var(--timeline-item-body-margin-top, 8px);
      font-size: 12px;
      font-size: var(--timeline-item-body-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
      color: #666666;
      color: var(--timeline-item-body-color, #666666);
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-top: var(--timeline-item-time-margin-top, 4px);
      margin-bottom: 12px;
      margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
      font-size: 12px;
      font-size: var(--timeline-item-time-font-size, 12px);
      color: #999999;
      color: var(--timeline-item-time-color, #999999);
      text-align: right; }
  .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    width: var(--timeline-item-left-content-width, 80px);
    display: inline-block;
    font-size: 12px;
    font-size: var(--timeline-item-left-body-font-size, 12px);
    color: #999999;
    color: var(--timeline-item-left-body-color, #999999);
    line-height: 16px;
    line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
    margin-top: 4px;
    margin-top: var(--timeline-item-title-margin-top, 4px);
    text-align: left;
    padding-left: 12px;
    padding-left: var(--timeline-item-content-margin-left, 12px);
    padding-right: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-right: 80px;
    margin-right: var(--timeline-item-left-content-width, 80px);
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-right: 108px;
    margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-dot {
    background: #C4C6CF;
    background: var(--timeline-item-done-background, #C4C6CF); }
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-icon {
    background: #C4C6CF;
    background: var(--timeline-item-done-background, #C4C6CF);
    color: #FFFFFF;
    color: var(--timeline-item-done-color, #FFFFFF); }

.next-timeline[dir='rtl'] .next-timeline-item-process {
  position: relative; }
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      width: var(--timeline-item-node-size, 16px);
      height: 24px;
      height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2);
      padding: 4px 0;
      padding: var(--timeline-item-node-padding, 4px) 0;
      text-align: center;
      float: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      width: var(--timeline-item-custom-node-size, 40px);
      height: auto;
      font-size: 12px;
      font-size: var(--timeline-item-custom-node-font-size, 12px);
      word-break: break-all;
      margin-right: -12px;
      margin-right: calc(0px - (var(--timeline-item-custom-node-size, 40px) - var(--timeline-item-node-size, 16px))/2);
      margin-left: 0;
      line-height: 1; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
      display: block;
      position: absolute;
      width: 8px;
      width: var(--timeline-item-process-dot-size, 8px);
      height: 8px;
      height: var(--timeline-item-process-dot-size, 8px);
      border-radius: 100%;
      top: 50%;
      margin-top: -4px;
      margin-top: calc(0px - var(--timeline-item-process-dot-size, 8px)/2);
      left: 50%;
      margin-left: -4px;
      margin-left: calc(0px - var(--timeline-item-process-dot-size, 8px)/2); }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
      .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      height: calc(100% - var(--timeline-item-node-size, 16px) - 2*var(--timeline-item-node-padding, 4px));
      top: 24px;
      top: calc(var(--timeline-item-node-size, 16px) + 2*var(--timeline-item-node-padding, 4px));
      left: auto;
      right: 8px;
      right: calc(var(--timeline-item-node-size, 16px)/2); }
      .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        width: var(--timeline-item-tail-size, 1px);
        position: relative;
        background: #DCDEE3;
        background: var(--timeline-item-tail-color, #DCDEE3);
        -webkit-transition: all 100ms linear;
        -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content {
    display: inline-block;
    margin-right: 28px;
    margin-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
    margin-left: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-size: var(--timeline-item-title-font-size, 12px);
      font-weight: bold;
      font-weight: var(--timeline-item-title-font-weight, bold);
      line-height: 16px;
      line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
      margin-top: 4px;
      margin-top: var(--timeline-item-title-margin-top, 4px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      color: var(--timeline-item-title-color, #333333);
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      margin-top: var(--timeline-item-body-margin-top, 8px);
      font-size: 12px;
      font-size: var(--timeline-item-body-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
      color: #666666;
      color: var(--timeline-item-body-color, #666666);
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-top: var(--timeline-item-time-margin-top, 4px);
      margin-bottom: 12px;
      margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
      font-size: 12px;
      font-size: var(--timeline-item-time-font-size, 12px);
      color: #999999;
      color: var(--timeline-item-time-color, #999999);
      text-align: right; }
  .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    width: var(--timeline-item-left-content-width, 80px);
    display: inline-block;
    font-size: 12px;
    font-size: var(--timeline-item-left-body-font-size, 12px);
    color: #999999;
    color: var(--timeline-item-left-body-color, #999999);
    line-height: 16px;
    line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
    margin-top: 4px;
    margin-top: var(--timeline-item-title-margin-top, 4px);
    text-align: left;
    padding-left: 12px;
    padding-left: var(--timeline-item-content-margin-left, 12px);
    padding-right: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-right: 80px;
    margin-right: var(--timeline-item-left-content-width, 80px);
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-right: 108px;
    margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-dot {
    background: #5584FF;
    background: var(--timeline-item-process-background, #5584FF); }
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-icon {
    background: #5584FF;
    background: var(--timeline-item-process-background, #5584FF);
    color: #FFFFFF;
    color: var(--timeline-item-process-color, #FFFFFF); }

.next-timeline[dir='rtl'] .next-timeline-item-success {
  position: relative; }
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      width: var(--timeline-item-node-size, 16px);
      height: 24px;
      height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2);
      padding: 4px 0;
      padding: var(--timeline-item-node-padding, 4px) 0;
      text-align: center;
      float: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      width: var(--timeline-item-custom-node-size, 40px);
      height: auto;
      font-size: 12px;
      font-size: var(--timeline-item-custom-node-font-size, 12px);
      word-break: break-all;
      margin-right: -12px;
      margin-right: calc(0px - (var(--timeline-item-custom-node-size, 40px) - var(--timeline-item-node-size, 16px))/2);
      margin-left: 0;
      line-height: 1; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
      display: block;
      position: absolute;
      width: 8px;
      width: var(--timeline-item-success-dot-size, 8px);
      height: 8px;
      height: var(--timeline-item-success-dot-size, 8px);
      border-radius: 100%;
      top: 50%;
      margin-top: -4px;
      margin-top: calc(0px - var(--timeline-item-success-dot-size, 8px)/2);
      left: 50%;
      margin-left: -4px;
      margin-left: calc(0px - var(--timeline-item-success-dot-size, 8px)/2); }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
      .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      height: calc(100% - var(--timeline-item-node-size, 16px) - 2*var(--timeline-item-node-padding, 4px));
      top: 24px;
      top: calc(var(--timeline-item-node-size, 16px) + 2*var(--timeline-item-node-padding, 4px));
      left: auto;
      right: 8px;
      right: calc(var(--timeline-item-node-size, 16px)/2); }
      .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        width: var(--timeline-item-tail-size, 1px);
        position: relative;
        background: #DCDEE3;
        background: var(--timeline-item-tail-color, #DCDEE3);
        -webkit-transition: all 100ms linear;
        -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content {
    display: inline-block;
    margin-right: 28px;
    margin-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
    margin-left: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-size: var(--timeline-item-title-font-size, 12px);
      font-weight: bold;
      font-weight: var(--timeline-item-title-font-weight, bold);
      line-height: 16px;
      line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
      margin-top: 4px;
      margin-top: var(--timeline-item-title-margin-top, 4px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      color: var(--timeline-item-title-color, #333333);
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      margin-top: var(--timeline-item-body-margin-top, 8px);
      font-size: 12px;
      font-size: var(--timeline-item-body-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
      color: #666666;
      color: var(--timeline-item-body-color, #666666);
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-top: var(--timeline-item-time-margin-top, 4px);
      margin-bottom: 12px;
      margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
      font-size: 12px;
      font-size: var(--timeline-item-time-font-size, 12px);
      color: #999999;
      color: var(--timeline-item-time-color, #999999);
      text-align: right; }
  .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    width: var(--timeline-item-left-content-width, 80px);
    display: inline-block;
    font-size: 12px;
    font-size: var(--timeline-item-left-body-font-size, 12px);
    color: #999999;
    color: var(--timeline-item-left-body-color, #999999);
    line-height: 16px;
    line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
    margin-top: 4px;
    margin-top: var(--timeline-item-title-margin-top, 4px);
    text-align: left;
    padding-left: 12px;
    padding-left: var(--timeline-item-content-margin-left, 12px);
    padding-right: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-right: 80px;
    margin-right: var(--timeline-item-left-content-width, 80px);
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-right: 108px;
    margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-dot {
    background: #46BC15;
    background: var(--timeline-item-success-background, #46BC15); }
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-icon {
    background: #46BC15;
    background: var(--timeline-item-success-background, #46BC15);
    color: #FFFFFF;
    color: var(--timeline-item-success-color, #FFFFFF); }

.next-timeline[dir='rtl'] .next-timeline-item-error {
  position: relative; }
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      width: var(--timeline-item-node-size, 16px);
      height: 24px;
      height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2);
      padding: 4px 0;
      padding: var(--timeline-item-node-padding, 4px) 0;
      text-align: center;
      float: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      width: var(--timeline-item-custom-node-size, 40px);
      height: auto;
      font-size: 12px;
      font-size: var(--timeline-item-custom-node-font-size, 12px);
      word-break: break-all;
      margin-right: -12px;
      margin-right: calc(0px - (var(--timeline-item-custom-node-size, 40px) - var(--timeline-item-node-size, 16px))/2);
      margin-left: 0;
      line-height: 1; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
      display: block;
      position: absolute;
      width: 8px;
      width: var(--timeline-item-error-dot-size, 8px);
      height: 8px;
      height: var(--timeline-item-error-dot-size, 8px);
      border-radius: 100%;
      top: 50%;
      margin-top: -4px;
      margin-top: calc(0px - var(--timeline-item-error-dot-size, 8px)/2);
      left: 50%;
      margin-left: -4px;
      margin-left: calc(0px - var(--timeline-item-error-dot-size, 8px)/2); }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
      .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      height: calc(100% - var(--timeline-item-node-size, 16px) - 2*var(--timeline-item-node-padding, 4px));
      top: 24px;
      top: calc(var(--timeline-item-node-size, 16px) + 2*var(--timeline-item-node-padding, 4px));
      left: auto;
      right: 8px;
      right: calc(var(--timeline-item-node-size, 16px)/2); }
      .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        width: var(--timeline-item-tail-size, 1px);
        position: relative;
        background: #DCDEE3;
        background: var(--timeline-item-tail-color, #DCDEE3);
        -webkit-transition: all 100ms linear;
        -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content {
    display: inline-block;
    margin-right: 28px;
    margin-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
    margin-left: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-size: var(--timeline-item-title-font-size, 12px);
      font-weight: bold;
      font-weight: var(--timeline-item-title-font-weight, bold);
      line-height: 16px;
      line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
      margin-top: 4px;
      margin-top: var(--timeline-item-title-margin-top, 4px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      color: var(--timeline-item-title-color, #333333);
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      margin-top: var(--timeline-item-body-margin-top, 8px);
      font-size: 12px;
      font-size: var(--timeline-item-body-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
      color: #666666;
      color: var(--timeline-item-body-color, #666666);
      text-align: right; }
    .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-top: var(--timeline-item-time-margin-top, 4px);
      margin-bottom: 12px;
      margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
      font-size: 12px;
      font-size: var(--timeline-item-time-font-size, 12px);
      color: #999999;
      color: var(--timeline-item-time-color, #999999);
      text-align: right; }
  .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    width: var(--timeline-item-left-content-width, 80px);
    display: inline-block;
    font-size: 12px;
    font-size: var(--timeline-item-left-body-font-size, 12px);
    color: #999999;
    color: var(--timeline-item-left-body-color, #999999);
    line-height: 16px;
    line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
    margin-top: 4px;
    margin-top: var(--timeline-item-title-margin-top, 4px);
    text-align: left;
    padding-left: 12px;
    padding-left: var(--timeline-item-content-margin-left, 12px);
    padding-right: 0; }
    .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-right: 80px;
    margin-right: var(--timeline-item-left-content-width, 80px);
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-right: 108px;
    margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
    margin-left: 0; }
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-dot {
    background: #FF3000;
    background: var(--timeline-item-error-background, #FF3000); }
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-icon {
    background: #FF3000;
    background: var(--timeline-item-error-background, #FF3000);
    color: #FFFFFF;
    color: var(--timeline-item-error-color, #FFFFFF); }

.next-timeline {
  margin: 0;
  padding: 0;
  list-style: none; }
  .next-timeline > li {
    outline: 0; }

.next-timeline-item {
  /* 时间轴左边存在内容的情况 */ }
  .next-timeline-item-folder {
    padding-left: 28px;
    padding-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px));
    padding-top: 4px;
    padding-top: var(--timeline-item-folder-margin-top, 4px);
    padding-bottom: 4px;
    padding-bottom: var(--timeline-item-folder-margin-bottom, 4px);
    font-size: 12px;
    font-size: var(--timeline-item-folder-font-size, 12px);
    line-height: 16px;
    line-height: calc(var(--timeline-item-folder-font-size, 12px) + 4px);
    position: relative;
    /* min-height: auto !important; */ }
  .next-timeline-item-dot-tail {
    position: absolute;
    top: 0;
    left: 8px;
    left: calc(var(--timeline-item-node-size, 16px)/2);
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 1px dotted #DCDEE3;
    border-left: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #DCDEE3); }
  .next-timeline-item-dot-tail-solid {
    border-style: solid; }
  .next-timeline-item-has-left-content.next-timeline-item-folder {
    margin-left: 80px;
    margin-left: var(--timeline-item-left-content-width, 80px); }

.next-timeline-item-done {
  position: relative; }
  .next-timeline-item-done .next-timeline-item-timeline {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      width: var(--timeline-item-node-size, 16px);
      height: 24px;
      height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2);
      padding: 4px 0;
      padding: var(--timeline-item-node-padding, 4px) 0;
      text-align: center;
      float: left; }
    .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      width: var(--timeline-item-custom-node-size, 40px);
      height: auto;
      font-size: 12px;
      font-size: var(--timeline-item-custom-node-font-size, 12px);
      word-break: break-all;
      margin-left: -12px;
      margin-left: calc(0px - (var(--timeline-item-custom-node-size, 40px) - var(--timeline-item-node-size, 16px))/2);
      line-height: 1; }
    .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
      display: block;
      position: absolute;
      width: 8px;
      width: var(--timeline-item-done-dot-size, 8px);
      height: 8px;
      height: var(--timeline-item-done-dot-size, 8px);
      border-radius: 100%;
      top: 50%;
      margin-top: -4px;
      margin-top: calc(0px - var(--timeline-item-done-dot-size, 8px)/2);
      left: 50%;
      margin-left: -4px;
      margin-left: calc(0px - var(--timeline-item-done-dot-size, 8px)/2); }
    .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
      .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      height: calc(100% - var(--timeline-item-node-size, 16px) - 2*var(--timeline-item-node-padding, 4px));
      top: 24px;
      top: calc(var(--timeline-item-node-size, 16px) + 2*var(--timeline-item-node-padding, 4px));
      left: 8px;
      left: calc(var(--timeline-item-node-size, 16px)/2); }
      .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        width: var(--timeline-item-tail-size, 1px);
        position: relative;
        background: #DCDEE3;
        background: var(--timeline-item-tail-color, #DCDEE3);
        -webkit-transition: all 100ms linear;
        -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-timeline-item-done .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px;
    margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
    .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-size: var(--timeline-item-title-font-size, 12px);
      font-weight: bold;
      font-weight: var(--timeline-item-title-font-weight, bold);
      line-height: 16px;
      line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
      margin-top: 4px;
      margin-top: var(--timeline-item-title-margin-top, 4px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      color: var(--timeline-item-title-color, #333333);
      text-align: left; }
    .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      margin-top: var(--timeline-item-body-margin-top, 8px);
      font-size: 12px;
      font-size: var(--timeline-item-body-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
      color: #666666;
      color: var(--timeline-item-body-color, #666666);
      text-align: left; }
    .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-top: var(--timeline-item-time-margin-top, 4px);
      margin-bottom: 12px;
      margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
      font-size: 12px;
      font-size: var(--timeline-item-time-font-size, 12px);
      color: #999999;
      color: var(--timeline-item-time-color, #999999);
      text-align: left; }
  .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    width: var(--timeline-item-left-content-width, 80px);
    display: inline-block;
    font-size: 12px;
    font-size: var(--timeline-item-left-body-font-size, 12px);
    color: #999999;
    color: var(--timeline-item-left-body-color, #999999);
    line-height: 16px;
    line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
    margin-top: 4px;
    margin-top: var(--timeline-item-title-margin-top, 4px);
    text-align: right;
    padding-right: 12px;
    padding-right: var(--timeline-item-content-margin-left, 12px); }
    .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-left: 80px;
    margin-left: var(--timeline-item-left-content-width, 80px); }
  .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-left: 108px;
    margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
  .next-timeline-item-done .next-timeline-item-dot {
    background: #C4C6CF;
    background: var(--timeline-item-done-background, #C4C6CF); }
  .next-timeline-item-done .next-timeline-item-icon {
    background: #C4C6CF;
    background: var(--timeline-item-done-background, #C4C6CF);
    color: #FFFFFF;
    color: var(--timeline-item-done-color, #FFFFFF); }

.next-timeline-item-process {
  position: relative; }
  .next-timeline-item-process .next-timeline-item-timeline {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      width: var(--timeline-item-node-size, 16px);
      height: 24px;
      height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2);
      padding: 4px 0;
      padding: var(--timeline-item-node-padding, 4px) 0;
      text-align: center;
      float: left; }
    .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      width: var(--timeline-item-custom-node-size, 40px);
      height: auto;
      font-size: 12px;
      font-size: var(--timeline-item-custom-node-font-size, 12px);
      word-break: break-all;
      margin-left: -12px;
      margin-left: calc(0px - (var(--timeline-item-custom-node-size, 40px) - var(--timeline-item-node-size, 16px))/2);
      line-height: 1; }
    .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
      display: block;
      position: absolute;
      width: 8px;
      width: var(--timeline-item-process-dot-size, 8px);
      height: 8px;
      height: var(--timeline-item-process-dot-size, 8px);
      border-radius: 100%;
      top: 50%;
      margin-top: -4px;
      margin-top: calc(0px - var(--timeline-item-process-dot-size, 8px)/2);
      left: 50%;
      margin-left: -4px;
      margin-left: calc(0px - var(--timeline-item-process-dot-size, 8px)/2); }
    .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
      .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      height: calc(100% - var(--timeline-item-node-size, 16px) - 2*var(--timeline-item-node-padding, 4px));
      top: 24px;
      top: calc(var(--timeline-item-node-size, 16px) + 2*var(--timeline-item-node-padding, 4px));
      left: 8px;
      left: calc(var(--timeline-item-node-size, 16px)/2); }
      .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        width: var(--timeline-item-tail-size, 1px);
        position: relative;
        background: #DCDEE3;
        background: var(--timeline-item-tail-color, #DCDEE3);
        -webkit-transition: all 100ms linear;
        -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-timeline-item-process .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px;
    margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
    .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-size: var(--timeline-item-title-font-size, 12px);
      font-weight: bold;
      font-weight: var(--timeline-item-title-font-weight, bold);
      line-height: 16px;
      line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
      margin-top: 4px;
      margin-top: var(--timeline-item-title-margin-top, 4px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      color: var(--timeline-item-title-color, #333333);
      text-align: left; }
    .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      margin-top: var(--timeline-item-body-margin-top, 8px);
      font-size: 12px;
      font-size: var(--timeline-item-body-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
      color: #666666;
      color: var(--timeline-item-body-color, #666666);
      text-align: left; }
    .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-top: var(--timeline-item-time-margin-top, 4px);
      margin-bottom: 12px;
      margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
      font-size: 12px;
      font-size: var(--timeline-item-time-font-size, 12px);
      color: #999999;
      color: var(--timeline-item-time-color, #999999);
      text-align: left; }
  .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    width: var(--timeline-item-left-content-width, 80px);
    display: inline-block;
    font-size: 12px;
    font-size: var(--timeline-item-left-body-font-size, 12px);
    color: #999999;
    color: var(--timeline-item-left-body-color, #999999);
    line-height: 16px;
    line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
    margin-top: 4px;
    margin-top: var(--timeline-item-title-margin-top, 4px);
    text-align: right;
    padding-right: 12px;
    padding-right: var(--timeline-item-content-margin-left, 12px); }
    .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-left: 80px;
    margin-left: var(--timeline-item-left-content-width, 80px); }
  .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-left: 108px;
    margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
  .next-timeline-item-process .next-timeline-item-dot {
    background: #5584FF;
    background: var(--timeline-item-process-background, #5584FF); }
  .next-timeline-item-process .next-timeline-item-icon {
    background: #5584FF;
    background: var(--timeline-item-process-background, #5584FF);
    color: #FFFFFF;
    color: var(--timeline-item-process-color, #FFFFFF); }

.next-timeline-item-success {
  position: relative; }
  .next-timeline-item-success .next-timeline-item-timeline {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      width: var(--timeline-item-node-size, 16px);
      height: 24px;
      height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2);
      padding: 4px 0;
      padding: var(--timeline-item-node-padding, 4px) 0;
      text-align: center;
      float: left; }
    .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      width: var(--timeline-item-custom-node-size, 40px);
      height: auto;
      font-size: 12px;
      font-size: var(--timeline-item-custom-node-font-size, 12px);
      word-break: break-all;
      margin-left: -12px;
      margin-left: calc(0px - (var(--timeline-item-custom-node-size, 40px) - var(--timeline-item-node-size, 16px))/2);
      line-height: 1; }
    .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
      display: block;
      position: absolute;
      width: 8px;
      width: var(--timeline-item-success-dot-size, 8px);
      height: 8px;
      height: var(--timeline-item-success-dot-size, 8px);
      border-radius: 100%;
      top: 50%;
      margin-top: -4px;
      margin-top: calc(0px - var(--timeline-item-success-dot-size, 8px)/2);
      left: 50%;
      margin-left: -4px;
      margin-left: calc(0px - var(--timeline-item-success-dot-size, 8px)/2); }
    .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
      .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      height: calc(100% - var(--timeline-item-node-size, 16px) - 2*var(--timeline-item-node-padding, 4px));
      top: 24px;
      top: calc(var(--timeline-item-node-size, 16px) + 2*var(--timeline-item-node-padding, 4px));
      left: 8px;
      left: calc(var(--timeline-item-node-size, 16px)/2); }
      .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        width: var(--timeline-item-tail-size, 1px);
        position: relative;
        background: #DCDEE3;
        background: var(--timeline-item-tail-color, #DCDEE3);
        -webkit-transition: all 100ms linear;
        -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-timeline-item-success .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px;
    margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
    .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-size: var(--timeline-item-title-font-size, 12px);
      font-weight: bold;
      font-weight: var(--timeline-item-title-font-weight, bold);
      line-height: 16px;
      line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
      margin-top: 4px;
      margin-top: var(--timeline-item-title-margin-top, 4px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      color: var(--timeline-item-title-color, #333333);
      text-align: left; }
    .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      margin-top: var(--timeline-item-body-margin-top, 8px);
      font-size: 12px;
      font-size: var(--timeline-item-body-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
      color: #666666;
      color: var(--timeline-item-body-color, #666666);
      text-align: left; }
    .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-top: var(--timeline-item-time-margin-top, 4px);
      margin-bottom: 12px;
      margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
      font-size: 12px;
      font-size: var(--timeline-item-time-font-size, 12px);
      color: #999999;
      color: var(--timeline-item-time-color, #999999);
      text-align: left; }
  .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    width: var(--timeline-item-left-content-width, 80px);
    display: inline-block;
    font-size: 12px;
    font-size: var(--timeline-item-left-body-font-size, 12px);
    color: #999999;
    color: var(--timeline-item-left-body-color, #999999);
    line-height: 16px;
    line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
    margin-top: 4px;
    margin-top: var(--timeline-item-title-margin-top, 4px);
    text-align: right;
    padding-right: 12px;
    padding-right: var(--timeline-item-content-margin-left, 12px); }
    .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-left: 80px;
    margin-left: var(--timeline-item-left-content-width, 80px); }
  .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-left: 108px;
    margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
  .next-timeline-item-success .next-timeline-item-dot {
    background: #46BC15;
    background: var(--timeline-item-success-background, #46BC15); }
  .next-timeline-item-success .next-timeline-item-icon {
    background: #46BC15;
    background: var(--timeline-item-success-background, #46BC15);
    color: #FFFFFF;
    color: var(--timeline-item-success-color, #FFFFFF); }

.next-timeline-item-error {
  position: relative; }
  .next-timeline-item-error .next-timeline-item-timeline {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
      position: relative;
      width: 16px;
      width: var(--timeline-item-node-size, 16px);
      height: 24px;
      height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2);
      padding: 4px 0;
      padding: var(--timeline-item-node-padding, 4px) 0;
      text-align: center;
      float: left; }
    .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
      width: 40px;
      width: var(--timeline-item-custom-node-size, 40px);
      height: auto;
      font-size: 12px;
      font-size: var(--timeline-item-custom-node-font-size, 12px);
      word-break: break-all;
      margin-left: -12px;
      margin-left: calc(0px - (var(--timeline-item-custom-node-size, 40px) - var(--timeline-item-node-size, 16px))/2);
      line-height: 1; }
    .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
      display: block;
      position: absolute;
      width: 8px;
      width: var(--timeline-item-error-dot-size, 8px);
      height: 8px;
      height: var(--timeline-item-error-dot-size, 8px);
      border-radius: 100%;
      top: 50%;
      margin-top: -4px;
      margin-top: calc(0px - var(--timeline-item-error-dot-size, 8px)/2);
      left: 50%;
      margin-left: -4px;
      margin-left: calc(0px - var(--timeline-item-error-dot-size, 8px)/2); }
    .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      line-height: 16px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px; }
      .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
      .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
      position: absolute;
      width: auto;
      height: calc(100% - 24px);
      height: calc(100% - var(--timeline-item-node-size, 16px) - 2*var(--timeline-item-node-padding, 4px));
      top: 24px;
      top: calc(var(--timeline-item-node-size, 16px) + 2*var(--timeline-item-node-padding, 4px));
      left: 8px;
      left: calc(var(--timeline-item-node-size, 16px)/2); }
      .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 1px;
        width: var(--timeline-item-tail-size, 1px);
        position: relative;
        background: #DCDEE3;
        background: var(--timeline-item-tail-color, #DCDEE3);
        -webkit-transition: all 100ms linear;
        -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
        transition: all 100ms linear;
        transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-timeline-item-error .next-timeline-item-content {
    display: inline-block;
    margin-left: 28px;
    margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
    .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
      margin: 0;
      font-size: 12px;
      font-size: var(--timeline-item-title-font-size, 12px);
      font-weight: bold;
      font-weight: var(--timeline-item-title-font-weight, bold);
      line-height: 16px;
      line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
      margin-top: 4px;
      margin-top: var(--timeline-item-title-margin-top, 4px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #333333;
      color: var(--timeline-item-title-color, #333333);
      text-align: left; }
    .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
      margin: 0;
      margin-top: 8px;
      margin-top: var(--timeline-item-body-margin-top, 8px);
      font-size: 12px;
      font-size: var(--timeline-item-body-font-size, 12px);
      line-height: 16px;
      line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
      color: #666666;
      color: var(--timeline-item-body-color, #666666);
      text-align: left; }
    .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
      margin: 0;
      margin-top: 4px;
      margin-top: var(--timeline-item-time-margin-top, 4px);
      margin-bottom: 12px;
      margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
      font-size: 12px;
      font-size: var(--timeline-item-time-font-size, 12px);
      color: #999999;
      color: var(--timeline-item-time-color, #999999);
      text-align: left; }
  .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
    position: absolute;
    width: 80px;
    width: var(--timeline-item-left-content-width, 80px);
    display: inline-block;
    font-size: 12px;
    font-size: var(--timeline-item-left-body-font-size, 12px);
    color: #999999;
    color: var(--timeline-item-left-body-color, #999999);
    line-height: 16px;
    line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
    margin-top: 4px;
    margin-top: var(--timeline-item-title-margin-top, 4px);
    text-align: right;
    padding-right: 12px;
    padding-right: var(--timeline-item-content-margin-left, 12px); }
    .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
      word-break: break-word; }
  .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
    margin-left: 80px;
    margin-left: var(--timeline-item-left-content-width, 80px); }
  .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
    margin-left: 108px;
    margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
  .next-timeline-item-error .next-timeline-item-dot {
    background: #FF3000;
    background: var(--timeline-item-error-background, #FF3000); }
  .next-timeline-item-error .next-timeline-item-icon {
    background: #FF3000;
    background: var(--timeline-item-error-background, #FF3000);
    color: #FFFFFF;
    color: var(--timeline-item-error-color, #FFFFFF); }

.next-timeline-item-last .next-timeline-item-tail {
  display: none; }

.next-timeline-item-has-left-content {
  min-height: 48px;
  min-height: var(--s-12, 48px); }

.next-timeline-item-folder.next-timeline-item-has-left-content {
  min-height: auto; }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-transfer {
  box-sizing: border-box;
  display: inline-block; }
  .next-transfer *,
  .next-transfer *:before,
  .next-transfer *:after {
    box-sizing: border-box; }
  .next-transfer-panel {
    display: inline-block;
    border: 1px solid #DCDEE3;
    border: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--transfer-panel-border-corner, 3px);
    background-color: #FFFFFF;
    background-color: var(--transfer-panel-background-color, #FFFFFF);
    vertical-align: middle; }
  .next-transfer-panel-header {
    padding: 8px 20px;
    padding: var(--transfer-panel-header-padding-top-bottom, 8px) var(--transfer-panel-header-padding-left-right, 20px);
    border-bottom: 1px solid #DCDEE3;
    border-bottom: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #DCDEE3);
    background-color: #F7F8FA;
    background-color: var(--transfer-panel-header-background-color, #F7F8FA);
    color: #333333;
    color: var(--transfer-panel-header-text-color, #333333);
    font-size: 12px;
    font-size: var(--transfer-panel-header-text-size, 12px); }
  .next-transfer-panel-search {
    padding: 0 4px;
    padding: 0 var(--transfer-panel-search-margin-left-right, 4px);
    margin-top: 8px;
    margin-top: var(--transfer-panel-search-margin-top, 8px);
    margin-bottom: 0px;
    margin-bottom: var(--transfer-panel-search-margin-bottom, 0px);
    width: 100%; }
  .next-transfer .next-transfer-panel-list {
    width: 180px;
    width: var(--transfer-panel-list-width, 180px);
    /* TODO */
    height: 160px;
    height: var(--transfer-panel-list-height, 160px);
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow-y: auto; }
  .next-transfer-panel-not-found-container {
    display: table;
    width: 100%;
    height: 100%; }
  .next-transfer-panel-not-found {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #999999;
    color: var(--color-text1-2, #999999);
    font-size: 14px;
    font-size: var(--font-size-body-2, 14px); }
  .next-transfer-panel-item.next-focused {
    transition: background-color 100ms linear;
    transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-transfer-panel-item:not(.next-disabled).next-simple:hover {
    color: #5584FF;
    color: var(--transfer-simple-panel-item-hover-text-color, #5584FF); }
  .next-transfer-panel-item.next-insert-before:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    border-top: 1px solid #5584FF;
    border-top: var(--line-1, 1px) solid var(--color-brand1-6, #5584FF); }
  .next-transfer-panel-item.next-insert-after:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    border-bottom: 1px solid #5584FF;
    border-bottom: var(--line-1, 1px) solid var(--color-brand1-6, #5584FF); }
  .next-transfer-panel-footer {
    position: relative;
    padding: 8px 20px;
    padding: var(--transfer-panel-footer-padding-top-bottom, 8px) var(--transfer-panel-footer-padding-left-right, 20px);
    border-top: 1px solid #DCDEE3;
    border-top: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #DCDEE3);
    background-color: #FFFFFF;
    background-color: var(--transfer-panel-footer-background-color, #FFFFFF);
    font-size: 0;
    box-shadow: none;
    box-shadow: var(--transfer-panel-footer-shadow, none); }
  .next-transfer-panel-count {
    /* TODO */
    margin-left: 4px;
    margin-left: var(--s-1, 4px);
    font-size: 12px;
    font-size: var(--font-size-body-1, 12px);
    vertical-align: middle;
    color: #333333;
    color: var(--transfer-panel-footer-text-color, #333333); }
  .next-transfer-panel-move-all {
    font-size: 12px;
    font-size: var(--font-size-body-1, 12px);
    color: #5584FF;
    color: var(--transfer-simple-panel-footer-text-color, #5584FF);
    cursor: pointer; }
    .next-transfer-panel-move-all.next-disabled {
      color: #CCCCCC;
      color: var(--color-text1-1, #CCCCCC);
      cursor: not-allowed; }
  .next-transfer-operations {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    margin: 0 var(--transfer-operation-margin-left-right, 20px); }
  .next-transfer-move.next-icon {
    color: #C4C6CF;
    color: var(--transfer-simple-move-icon-color, #C4C6CF); }
    .next-transfer-move.next-icon::before {
      content: "\E6B3";
      content: var(--transfer-simple-move-icon, "\E6B3"); }
  .next-transfer-operation.next-btn {
    display: block; }
    .next-transfer-operation.next-btn + .next-transfer-operation.next-btn {
      margin-top: 8px;
      margin-top: var(--transfer-operation-margin-gutter, 8px); }
    .next-transfer-operation.next-btn .next-icon:before,
    .next-transfer-operation.next-btn .next-icon .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-tree {
  box-sizing: border-box; }
  .next-tree *,
  .next-tree *:before,
  .next-tree *:after {
    box-sizing: border-box; }
  .next-tree, .next-tree-child-tree {
    margin: 0;
    padding: 0;
    list-style: none; }
  .next-tree-node {
    white-space: nowrap; }
  .next-tree-node-inner {
    font-size: 0;
    outline: none; }
  .next-tree-node-label-wrapper {
    display: inline-block;
    margin: 0 4px;
    margin: 0 var(--tree-node-title-margin, 4px);
    vertical-align: middle; }
  .next-tree-node-label {
    height: 20px;
    height: var(--tree-node-title-height, 20px);
    line-height: 20px;
    line-height: var(--tree-node-title-height, 20px);
    padding: 0 4px;
    padding: 0 var(--tree-node-title-padding, 4px);
    border-radius: 3px;
    border-radius: var(--tree-node-title-border-radius, 3px);
    font-size: 12px;
    font-size: var(--tree-node-title-font-size, 12px); }
  .next-tree-node-input.next-input {
    margin: 0 4px;
    margin: 0 var(--tree-node-title-margin, 4px); }
  .next-tree-node-indent-unit {
    display: inline-block;
    width: 24px;
    width: var(--tree-child-indent, 24px);
    vertical-align: middle;
    position: relative; }
    .next-tree-node-indent-unit.next-line::before {
      content: '';
      position: absolute;
      display: inline-block;
      border-left: 1px solid #C4C6CF;
      border-left: var(--tree-line, 1px solid #C4C6CF);
      height: 28px;
      height: calc(var(--tree-node-padding, 4px) + var(--line-2, 2px)*2 + var(--tree-node-title-height, 20px));
      left: 7.5px;
      left: calc((var(--tree-switch-size, 16px) - var(--tree-line-width, 1px))/2); }
  .next-tree-switcher {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-right: var(--tree-switch-margint-right, 8px); }
  .next-tree .next-tree-unfold-icon::before {
    content: "";
    content: var(--tree-unfold-icon-content, ""); }
  .next-tree-switcher.next-noline {
    width: 12px;
    width: var(--tree-switch-arrow-size, 12px);
    height: 12px;
    height: var(--tree-switch-arrow-size, 12px);
    line-height: 12px;
    line-height: var(--tree-switch-arrow-size, 12px);
    cursor: pointer; }
    .next-tree-switcher.next-noline .next-tree-switcher-icon {
      transition: transform 100ms linear;
      transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      color: #999999;
      color: var(--tree-switch-arrow-color, #999999); }
      .next-tree-switcher.next-noline .next-tree-switcher-icon:before,
      .next-tree-switcher.next-noline .next-tree-switcher-icon .next-icon-remote {
        width: 12px;
        font-size: 12px;
        line-height: inherit; }
    .next-tree-switcher.next-noline .next-tree-fold-icon::before {
      content: "\E63D";
      content: var(--tree-fold-icon-content, "\E63D"); }
    .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon::before {
      content: "";
      content: var(--tree-unfold-icon-content, ""); }
    .next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
      color: #333333;
      color: var(--tree-switch-hover-arrow-color, #333333); }
    .next-tree-switcher.next-noline.next-disabled {
      cursor: not-allowed; }
      .next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
        color: #CCCCCC;
        color: var(--tree-node-disabled-color, #CCCCCC); }
  .next-tree-switcher.next-noop-noline {
    width: 12px;
    width: var(--tree-switch-arrow-size, 12px);
    height: 12px;
    height: var(--tree-switch-arrow-size, 12px); }
  .next-tree-switcher.next-line {
    width: 16px;
    width: var(--tree-switch-size, 16px);
    height: 16px;
    height: var(--tree-switch-size, 16px);
    line-height: 14px;
    line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px)*2);
    border: 1px solid #C4C6CF;
    border: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-switch-border-color, #C4C6CF);
    border-radius: 3px;
    border-radius: var(--tree-switch-corner, 3px);
    background-color: #FFFFFF;
    background-color: var(--tree-switch-bg-color, #FFFFFF);
    cursor: pointer; }
    .next-tree-switcher.next-line .next-tree-switcher-icon {
      margin-left: 3px;
      margin-left: calc((var(--tree-switch-size, 16px) - 8px - var(--tree-switch-border-width, 1px)*2)/2);
      color: #666666;
      color: var(--tree-switch-icon-color, #666666); }
      .next-tree-switcher.next-line .next-tree-switcher-icon:before,
      .next-tree-switcher.next-line .next-tree-switcher-icon .next-icon-remote {
        width: 8px;
        font-size: 8px;
        line-height: inherit; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .next-tree-switcher.next-line .next-tree-switcher-icon {
          transform: scale(0.5);
          margin-left: -1px;
          margin-left: calc((var(--tree-switch-size, 16px) - 8px - var(--tree-switch-border-width, 1px)*2)/2 - 4px);
          margin-right: -4px; }
          .next-tree-switcher.next-line .next-tree-switcher-icon:before {
            width: 16px;
            font-size: 16px; } }
    .next-tree-switcher.next-line:not(.next-disabled):hover {
      border-color: #A0A2AD;
      border-color: var(--tree-switch-hover-border-color, #A0A2AD);
      background-color: #F2F3F7;
      background-color: var(--tree-switch-hover-bg-color, #F2F3F7); }
      .next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
        color: #333333;
        color: var(--tree-switch-hover-icon-color, #333333); }
    .next-tree-switcher.next-line.next-disabled {
      border-color: #E6E7EB;
      border-color: var(--color-line1-1, #E6E7EB);
      background-color: #FFFFFF;
      cursor: not-allowed; }
      .next-tree-switcher.next-line.next-disabled .next-tree-switcher-icon {
        color: #CCCCCC;
        color: var(--tree-node-disabled-color, #CCCCCC); }
  .next-tree-switcher.next-noop-line {
    width: 16px;
    width: var(--tree-switch-size, 16px);
    height: 16px;
    height: var(--tree-switch-size, 16px); }
  .next-tree-switcher.next-noop-line-noroot {
    height: 0;
    border-left: 1px solid #C4C6CF;
    border-left: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-line-color, #C4C6CF);
    border-bottom: 1px solid #C4C6CF;
    border-bottom: var(--tree-line, 1px solid #C4C6CF); }
    .next-tree-switcher.next-noop-line-noroot .next-tree-right-angle {
      bottom: -var(--tree-line-width, 1px); }
  .next-tree-switcher.next-loading.next-loading-noline {
    width: 12px;
    width: var(--tree-switch-arrow-size, 12px);
    height: 12px;
    height: var(--tree-switch-arrow-size, 12px);
    line-height: 12px;
    line-height: var(--tree-switch-arrow-size, 12px); }
  .next-tree-switcher.next-loading.next-loading-line {
    width: 16px;
    width: var(--tree-switch-size, 16px);
    height: 16px;
    height: var(--tree-switch-size, 16px);
    line-height: 14px;
    line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px)*2);
    border: 1px solid transparent;
    border: var(--tree-switch-border-width, 1px) var(--line-solid, solid) transparent; }
  .next-tree-switcher.next-loading .next-tree-switcher-icon {
    color: #5584FF;
    color: var(--color-brand1-6, #5584FF); }
    .next-tree-switcher.next-loading .next-tree-switcher-icon:before,
    .next-tree-switcher.next-loading .next-tree-switcher-icon .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
  .next-tree-right-angle {
    position: absolute;
    bottom: 6.5px;
    bottom: calc((var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px)*2 - var(--tree-line-width, 1px))/2);
    left: -8.5px;
    left: calc(0px - var(--tree-child-indent-right, 6.5px) + var(--tree-line-width, 1px) - var(--tree-switch-border-width, 1px));
    display: block;
    width: 7.5px;
    width: calc(var(--tree-child-indent-right, 6.5px) + var(--tree-line-width, 1px));
    height: 22px;
    height: calc(var(--tree-node-title-height, 20px) + var(--tree-node-padding, 4px) - var(--tree-line-width, 1px)*2);
    border-left: 1px solid #C4C6CF;
    border-left: var(--tree-line, 1px solid #C4C6CF);
    border-bottom: 1px solid #C4C6CF;
    border-bottom: var(--tree-line, 1px solid #C4C6CF); }
  .next-tree.next-label-block .next-tree-node-inner {
    display: flex;
    align-items: center;
    outline: none; }
  .next-tree.next-label-block .next-tree-node-label-wrapper {
    flex: 1 1 auto; }
  .next-tree.next-node-indent .next-tree-node .next-tree-node {
    margin-left: 24px;
    margin-left: var(--tree-child-indent, 24px); }
  .next-tree.next-node-indent .next-tree-node-inner {
    padding-top: 2px;
    padding-top: calc(var(--tree-node-padding, 4px)/2);
    padding-bottom: 2px;
    padding-bottom: calc(var(--tree-node-padding, 4px)/2); }
    .next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
      color: #333333;
      color: var(--tree-node-hover-color, #333333);
      background-color: #F2F3F7;
      background-color: var(--tree-node-hover-bg-color, #F2F3F7); }
  .next-tree.next-node-indent .next-tree-node-label-wrapper {
    border-top: 2px solid transparent;
    border-top: var(--line-2, 2px) solid transparent;
    border-bottom: 2px solid transparent;
    border-bottom: var(--line-2, 2px) solid transparent; }
  .next-tree.next-node-indent .next-tree-node-label {
    transition: color 100ms linear, background-color 100ms linear;
    transition: color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear), background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    cursor: default;
    color: #333333;
    color: var(--tree-node-normal-color, #333333);
    background-color: #FFFFFF;
    background-color: var(--tree-node-normal-background, #FFFFFF); }
  .next-tree.next-node-indent .next-tree-node-label-selectable {
    cursor: pointer; }
  .next-tree.next-node-indent .next-tree-node-label:hover {
    color: #333333;
    color: var(--tree-node-hover-color, #333333);
    background-color: #F2F3F7;
    background-color: var(--tree-node-hover-bg-color, #F2F3F7); }
  .next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
    color: #333333;
    color: var(--tree-node-selected-color, #333333);
    background-color: #DEE8FF;
    background-color: var(--tree-node-selected-background, #DEE8FF); }
  .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
  .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label:hover {
    color: #CCCCCC;
    color: var(--tree-node-disabled-color, #CCCCCC);
    background-color: #FFFFFF;
    background-color: var(--tree-node-disabled-background, #FFFFFF);
    cursor: not-allowed; }
  .next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label {
    background-color: #5584FF;
    background-color: var(--color-brand1-6, #5584FF);
    color: #FFFFFF;
    opacity: .8; }
  .next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label-wrapper {
    border-top-color: #5584FF;
    border-top-color: var(--color-brand1-6, #5584FF); }
  .next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper {
    border-bottom-color: #5584FF;
    border-bottom-color: var(--color-brand1-6, #5584FF); }
  .next-tree.next-node-block .next-tree-node-inner {
    padding-top: 4px;
    padding-top: var(--tree-node-padding, 4px);
    padding-bottom: 4px;
    padding-bottom: var(--tree-node-padding, 4px);
    transition: color 100ms linear, background-color 100ms linear;
    transition: color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear), background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    cursor: pointer;
    color: #333333;
    color: var(--tree-node-normal-color, #333333);
    background-color: #FFFFFF;
    background-color: var(--tree-node-normal-background, #FFFFFF); }
    .next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
      color: #333333;
      color: var(--tree-node-hover-color, #333333);
      background-color: #F2F3F7;
      background-color: var(--tree-node-hover-bg-color, #F2F3F7); }
    .next-tree.next-node-block .next-tree-node-inner.next-selected {
      color: #333333;
      color: var(--tree-node-selected-color, #333333);
      background-color: #DEE8FF;
      background-color: var(--tree-node-selected-background, #DEE8FF); }
    .next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
      color: #CCCCCC;
      color: var(--tree-node-disabled-color, #CCCCCC);
      background-color: #FFFFFF;
      background-color: var(--tree-node-disabled-background, #FFFFFF);
      cursor: not-allowed; }
  .next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) {
    margin-left: 15.5px;
    margin-left: var(--tree-child-indent-left, 15.5px);
    border-left: 1px solid #C4C6CF;
    border-left: var(--tree-line, 1px solid #C4C6CF);
    padding-left: 6.5px;
    padding-left: var(--tree-child-indent-right, 6.5px); }
  .next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label {
    color: #5584FF;
    color: var(--color-brand1-6, #5584FF); }
    .next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label:hover {
      color: #5584FF;
      color: var(--color-brand1-6, #5584FF); }

.next-tree[dir='rtl'] .next-tree-switcher {
  margin-left: 8px;
  margin-left: var(--tree-switch-margint-right, 8px);
  margin-right: 0; }

.next-tree[dir='rtl'] .next-tree-switcher.next-noop-line-noroot {
  border-left: none;
  border-right: 1px solid #C4C6CF;
  border-right: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-line-color, #C4C6CF); }

.next-tree[dir='rtl'] .next-tree-right-angle {
  left: auto;
  right: -8.5px;
  right: calc(0px - var(--tree-child-indent-right, 6.5px) + var(--tree-line-width, 1px) - var(--tree-switch-border-width, 1px));
  border-left: none;
  border-right: 1px solid #C4C6CF;
  border-right: var(--tree-line, 1px solid #C4C6CF); }

.next-tree[dir='rtl'].next-show-line .next-tree-node .next-tree-node:not(:last-child) {
  margin-left: 0;
  margin-right: 15.5px;
  margin-right: var(--tree-child-indent-left, 15.5px);
  border-left: none;
  border-right: 1px solid #C4C6CF;
  border-right: var(--tree-line, 1px solid #C4C6CF);
  padding-left: 0;
  padding-right: 6.5px;
  padding-right: var(--tree-child-indent-right, 6.5px); }

.next-tree[dir='rtl'].next-node-indent .next-tree-node .next-tree-node {
  margin-left: 0;
  margin-right: 24px;
  margin-right: var(--tree-child-indent, 24px); }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-tree-select {
  box-sizing: border-box; }
  .next-tree-select *,
  .next-tree-select *:before,
  .next-tree-select *:after {
    box-sizing: border-box; }
  .next-tree-select-dropdown {
    background: #FFFFFF;
    background: var(--tree-select-background, #FFFFFF);
    border: 1px solid #DCDEE3;
    border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3);
    border-radius: 3px;
    border-radius: var(--popup-local-corner, 3px);
    box-shadow: none;
    box-shadow: var(--popup-local-shadow, none);
    max-height: 260px;
    overflow: auto; }
  .next-tree-select-dropdown-content {
    padding: 8px 20px;
    padding: var(--tree-select-padding-vertical, 8px) var(--tree-select-padding-horizontal, 20px); }
  .next-tree-select-not-found {
    height: 16px;
    height: var(--s-4, 16px);
    font-size: 12px;
    font-size: var(--font-size-body-1, 12px);
    color: #999999;
    color: var(--color-text1-2, #999999); }
@charset "UTF-8";
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
  padding: 4px 8px;
  padding: var(--s-1, 4px) var(--upload-text-list-padding-left-right, 8px);
  padding-left: 36px;
  padding-left: calc(var(--upload-text-list-close-icon-right, 12px)*2 + 12px); }

.next-upload-list[dir=rtl].next-upload-list-text .next-icon {
  left: 12px;
  left: var(--upload-text-list-close-icon-right, 12px);
  right: auto; }

.next-upload-list[dir=rtl].next-upload-list-image .next-icon-close {
  float: left;
  margin-left: 4px;
  margin-left: var(--upload-image-list-close-icon-right, 4px);
  margin-right: 0; }

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-thumbnail {
  float: right;
  margin-left: 8px;
  margin-left: var(--s-2, 8px);
  margin-right: 0; }

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress {
  margin-right: 56px;
  margin-right: calc(var(--upload-image-list-item-picture-size, 48px) + var(--s-2, 8px));
  margin-left: 20px;
  margin-left: calc(12px + var(--upload-image-list-close-icon-right, 4px)*2); }

.next-upload {
  box-sizing: border-box; }
  .next-upload *,
  .next-upload *:before,
  .next-upload *:after {
    box-sizing: border-box; }
  .next-upload-inner {
    outline: 0;
    display: inline-block; }
    .next-upload-inner.next-hidden {
      display: none; }
  .next-upload-list {
    overflow: hidden;
    box-sizing: border-box; }
    .next-upload-list *,
    .next-upload-list *:before,
    .next-upload-list *:after {
      box-sizing: border-box; }
  .next-upload-list-item {
    position: relative; }
    .next-upload-list-item.next-hidden {
      display: none; }
  .next-upload-list-item-name {
    text-decoration: none; }
  .next-upload.next-disabled {
    border-color: #E6E7EB !important;
    border-color: var(--upload-disable-border-color, #E6E7EB) !important;
    color: #CCCCCC !important;
    color: var(--upload-disable-text-color, #CCCCCC) !important; }
    .next-upload.next-disabled .next-icon-close {
      cursor: not-allowed !important; }
    .next-upload.next-disabled .next-upload-inner * {
      color: #CCCCCC !important;
      color: var(--upload-disable-text-color, #CCCCCC) !important;
      border-color: #E6E7EB !important;
      border-color: var(--upload-disable-border-color, #E6E7EB) !important;
      cursor: not-allowed !important; }

.next-upload-list-text .next-upload-list-item {
  background-color: #F2F3F7;
  background-color: var(--upload-text-list-bg-color, #F2F3F7);
  padding: 4px 8px;
  padding: var(--s-1, 4px) var(--upload-text-list-padding-left-right, 8px);
  padding-right: 36px;
  padding-right: calc(var(--upload-text-list-close-icon-right, 12px)*2 + 12px);
  height: 40px;
  height: var(--upload-text-list-height, 40px);
  line-height: 32px;
  line-height: calc(var(--upload-text-list-height, 40px) - var(--s-2, 8px));
  font-size: 12px;
  font-size: var(--upload-text-list-font-size, 12px);
  overflow: hidden;
  transition: all 100ms linear;
  transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
  border-radius: 0;
  border-radius: var(--upload-text-list-corner, 0); }
  .next-upload-list-text .next-upload-list-item:not(:last-child) {
    margin-bottom: 4px; }
  .next-upload-list-text .next-upload-list-item-op {
    position: absolute;
    top: 0;
    right: 12px;
    right: var(--upload-text-list-close-icon-right, 12px); }
  .next-upload-list-text .next-upload-list-item .next-icon-close {
    color: #999999;
    color: var(--upload-text-list-close-icon-color, #999999);
    cursor: pointer;
    text-align: center;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
    line-height: 40px;
    line-height: var(--upload-text-list-height, 40px); }
    .next-upload-list-text .next-upload-list-item .next-icon-close:before,
    .next-upload-list-text .next-upload-list-item .next-icon-close .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
  .next-upload-list-text .next-upload-list-item:hover {
    background-color: #F2F3F7;
    background-color: var(--upload-text-list-bg-color-hover, #F2F3F7); }
    .next-upload-list-text .next-upload-list-item:hover .next-icon {
      color: #666666;
      color: var(--upload-text-list-close-icon-color-hover, #666666); }
  .next-upload-list-text .next-upload-list-item-name-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 4px; }
  .next-upload-list-text .next-upload-list-item-name {
    color: #333333;
    color: var(--upload-text-list-name-font-color, #333333);
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-upload-list-text .next-upload-list-item-size {
    color: #999999;
    color: var(--upload-text-list-size-font-color, #999999);
    margin-left: 8px; }
  .next-upload-list-text .next-upload-list-item-uploading {
    line-height: 16px;
    line-height: calc(var(--upload-text-list-height, 40px)/2 - var(--s-1, 4px)); }
    .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress {
      line-height: 0;
      padding-top: 4px;
      padding-top: calc((var(--upload-text-list-height, 40px)/2 - var(--s-1, 4px) - var(--upload-text-list-progressbar-height, 8px))/2);
      padding-bottom: 4px;
      padding-bottom: calc((var(--upload-text-list-height, 40px)/2 - var(--s-1, 4px) - var(--upload-text-list-progressbar-height, 8px))/2); }
      .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
        height: 8px;
        height: var(--upload-text-list-progressbar-height, 8px); }
      .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
        height: 8px;
        height: var(--upload-text-list-progressbar-height, 8px);
        margin-top: -4px;
        margin-top: calc(0px - var(--upload-text-list-progressbar-height, 8px)/2); }
  .next-upload-list-text .next-upload-list-item-done {
    line-height: 32px;
    line-height: calc(var(--upload-text-list-height, 40px) - var(--s-2, 8px)); }
  .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name {
    color: #5584FF;
    color: var(--upload-text-list-name-font-color-hover, #5584FF); }
  .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #5584FF;
    color: var(--upload-text-list-size-font-color-hover, #5584FF); }
  .next-upload-list-text .next-upload-list-item-error {
    /* stylelint-disable declaration-no-important */
    background-color: #FFECE4 !important;
    background-color: var(--upload-text-list-bg-color-error, #FFECE4) !important; }
    .next-upload-list-text .next-upload-list-item-error.next-upload-list-item-error-with-msg {
      line-height: 16px;
      line-height: calc(var(--upload-text-list-height, 40px)/2 - var(--s-1, 4px)); }
    .next-upload-list-text .next-upload-list-item-error-msg {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: #FF3000;
      color: var(--upload-text-list-error-text-color, #FF3000); }

.next-upload-list-image .next-upload-list-item {
  box-sizing: content-box;
  border: 1px solid #DCDEE3;
  border: var(--upload-image-list-item-border-width, 1px) solid var(--upload-image-list-item-border-color, #DCDEE3);
  background-color: #FFFFFF;
  background-color: var(--upload-image-list-item-bg-color, #FFFFFF);
  padding: 8px;
  padding: var(--upload-image-list-item-padding, 8px);
  height: 48px;
  height: var(--upload-image-list-item-picture-size, 48px);
  line-height: 48px;
  line-height: var(--upload-image-list-item-picture-size, 48px);
  font-size: 12px;
  font-size: var(--upload-image-list-item-font-size, 12px);
  transition: all 100ms linear;
  transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
  overflow: hidden;
  border-radius: 0;
  border-radius: var(--upload-card-list-corner, 0); }
  .next-upload-list-image .next-upload-list-item:not(:last-child) {
    margin-bottom: 4px; }
  .next-upload-list-image .next-upload-list-item:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both; }
  .next-upload-list-image .next-upload-list-item-op {
    float: right;
    margin-right: 4px; }
  .next-upload-list-image .next-upload-list-item .next-icon-close {
    cursor: pointer;
    color: #999999;
    color: var(--upload-image-list-close-icon-color, #999999);
    text-align: center; }
    .next-upload-list-image .next-upload-list-item .next-icon-close:before,
    .next-upload-list-image .next-upload-list-item .next-icon-close .next-icon-remote {
      width: 12px;
      font-size: 12px;
      line-height: inherit; }
  .next-upload-list-image .next-upload-list-item:hover {
    border-color: #5584FF;
    border-color: var(--upload-image-list-item-border-color-hover, #5584FF); }
    .next-upload-list-image .next-upload-list-item:hover .next-icon-close {
      color: #666666;
      color: var(--upload-image-list-close-icon-color-hover, #666666); }
  .next-upload-list-image .next-upload-list-item-name {
    display: block;
    color: #333333;
    color: var(--upload-text-list-name-font-color, #333333);
    margin-left: 56px;
    margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--upload-image-list-item-padding, 8px));
    margin-right: 20px;
    margin-right: calc(12px + var(--upload-image-list-close-icon-right, 4px)*2);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 100ms linear;
    transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); }
  .next-upload-list-image .next-upload-list-item-size {
    color: #999999;
    color: var(--upload-text-list-size-font-color, #999999);
    margin-left: 8px; }
  .next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name {
    color: #5584FF;
    color: var(--upload-text-list-name-font-color-hover, #5584FF); }
  .next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size {
    color: #5584FF;
    color: var(--upload-text-list-size-font-color-hover, #5584FF); }
  .next-upload-list-image .next-upload-list-item-thumbnail {
    float: left;
    width: 48px;
    width: var(--upload-image-list-item-picture-size, 48px);
    height: 48px;
    height: var(--upload-image-list-item-picture-size, 48px);
    color: #CCCCCC;
    color: var(--upload-image-list-item-thumbnail-font-color, #CCCCCC);
    border: 1px solid #DCDEE3;
    border: var(--upload-image-list-item-picture-border-width, 1px) solid var(--upload-image-list-item-picture-border-color, #DCDEE3);
    border-radius: 0;
    border-radius: var(--upload-image-list-item-picture-corner, 0);
    background-color: #F2F3F7;
    background-color: var(--upload-image-list-item-picture-background-color, #F2F3F7);
    margin-right: 8px;
    margin-right: var(--s-2, 8px);
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box; }
    .next-upload-list-image .next-upload-list-item-thumbnail img {
      width: 100%;
      height: 100%; }
    .next-upload-list-image .next-upload-list-item-thumbnail .next-icon {
      display: block;
      margin: 0;
      line-height: 48px;
      line-height: var(--upload-image-list-item-picture-size, 48px); }
      .next-upload-list-image .next-upload-list-item-thumbnail .next-icon:before,
      .next-upload-list-image .next-upload-list-item-thumbnail .next-icon .next-icon-remote {
        width: 24px;
        font-size: 24px;
        line-height: inherit; }
  .next-upload-list-image .next-upload-list-item-error {
    border-color: #FF3000 !important;
    border-color: var(--upload-image-list-item-border-color-error, #FF3000) !important;
    background-color: #FFFFFF;
    background-color: var(--upload-image-list-item-error-bg-color, #FFFFFF); }
  .next-upload-list-image .next-upload-list-item-uploading {
    background-color: #FFFFFF;
    background-color: var(--upload-image-list-item-uploading-bg-color, #FFFFFF); }
    .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name {
      height: 24px;
      height: calc(var(--upload-image-list-item-picture-size, 48px)/2);
      line-height: 24px;
      line-height: calc(var(--upload-image-list-item-picture-size, 48px)/2); }
    .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress {
      margin-left: 56px;
      margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--s-2, 8px));
      margin-right: 20px;
      margin-right: calc(12px + var(--upload-image-list-close-icon-right, 4px)*2);
      line-height: 0;
      padding-top: 8px;
      padding-top: calc((var(--upload-image-list-item-picture-size, 48px)/2 - var(--upload-image-list-progressbar-height, 8px))/2);
      padding-bottom: 8px;
      padding-bottom: calc((var(--upload-image-list-item-picture-size, 48px)/2 - var(--upload-image-list-progressbar-height, 8px))/2); }
      .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
        height: 8px;
        height: var(--upload-image-list-progressbar-height, 8px); }
      .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
        height: 8px;
        height: var(--upload-image-list-progressbar-height, 8px);
        margin-top: -4px;
        margin-top: calc(0px - var(--upload-image-list-progressbar-height, 8px)/2); }
  .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-name,
  .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
    height: 24px;
    height: calc(var(--upload-image-list-item-picture-size, 48px)/2);
    line-height: 24px;
    line-height: calc(var(--upload-image-list-item-picture-size, 48px)/2); }
  .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
    margin-left: 56px;
    margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--s-2, 8px));
    margin-right: 20px;
    margin-right: calc(12px + var(--upload-image-list-close-icon-right, 4px)*2);
    color: #FF3000;
    color: var(--upload-text-list-error-text-color, #FF3000);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.next-upload-list-card {
  display: inline-block; }
  .next-upload-list-card .next-upload-list-item {
    vertical-align: middle;
    float: left; }
    .next-upload-list-card .next-upload-list-item:not(:last-child) {
      margin-right: 12px;
      margin-right: var(--upload-card-list-margin-right, 12px); }
    .next-upload-list-card .next-upload-list-item-wrapper {
      position: relative;
      border: 1px solid #C4C6CF;
      border: 1px solid var(--upload-card-list-border-color, #C4C6CF);
      width: 100px;
      width: var(--upload-card-size, 100px);
      height: 100px;
      height: var(--upload-card-size, 100px);
      padding: 0px;
      padding: var(--upload-card-list-padding, 0px);
      background-color: transparent;
      background-color: var(--upload-card-list-bg-color, transparent); }
    .next-upload-list-card .next-upload-list-item-thumbnail {
      text-align: center;
      width: 100%;
      height: 100%;
      color: #CCCCCC;
      color: var(--upload-card-list-thumbnail-font-color, #CCCCCC);
      font-size: 12px;
      font-size: var(--upload-card-list-thumbnail-font-size, 12px); }
      .next-upload-list-card .next-upload-list-item-thumbnail img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        .next-upload-list-card .next-upload-list-item-thumbnail img:focus {
          outline: 0; }
      .next-upload-list-card .next-upload-list-item-thumbnail .next-icon {
        width: 100%; }
        .next-upload-list-card .next-upload-list-item-thumbnail .next-icon:before,
        .next-upload-list-card .next-upload-list-item-thumbnail .next-icon .next-icon-remote {
          width: 48px;
          font-size: 48px;
          line-height: inherit; }
    .next-upload-list-card .next-upload-list-item-handler {
      margin-top: 13px;
      margin-top: calc((var(--upload-card-size, 100px) - 74px)/2); }
      .next-upload-list-card .next-upload-list-item-handler .next-icon-cry {
        margin-top: 10px; }
    .next-upload-list-card .next-upload-list-item-name {
      display: block;
      width: 100px;
      width: var(--upload-card-size, 100px);
      text-align: center;
      margin-top: 4px;
      margin-top: var(--upload-card-list-name-margin-top, 4px);
      font-size: 12px;
      font-size: var(--upload-card-list-name-font-size, 12px);
      color: #666666;
      color: var(--upload-card-list-name-font-color, #666666);
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .next-upload-list-card .next-upload-list-item-progress {
      position: absolute;
      font-size: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
      .next-upload-list-card .next-upload-list-item-progress .next-progress-line-underlay {
        border-radius: 0;
        height: 8px;
        height: var(--upload-card-list-progressbar-height, 8px); }
      .next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
        border-radius: 0;
        height: 8px;
        height: var(--upload-card-list-progressbar-height, 8px);
        margin-top: -4px;
        margin-top: calc(0px - var(--upload-card-list-progressbar-height, 8px)/2); }
    .next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-wrapper {
      background-color: #F7F8FA;
      background-color: var(--upload-card-list-uploading-bg-color, #F7F8FA); }
    .next-upload-list-card .next-upload-list-item:hover .next-upload-tool {
      opacity: .8; }
    .next-upload-list-card .next-upload-list-item .next-upload-tool {
      position: absolute;
      z-index: 1;
      background-color: rgba(#000000, 0.7);
      background-color: rgba(var(--upload-select-card-tool-bg-color, #000000), var(--upload-select-card-tool-bg-opacity, 0.7));
      transition: all 100ms linear;
      transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
      opacity: 0;
      width: 100%;
      height: 28px;
      height: var(--upload-select-card-tool-height, 28px);
      left: 0;
      bottom: 0; }
      .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon {
        width: 49%;
        text-align: center;
        line-height: 28px;
        line-height: var(--upload-select-card-tool-height, 28px);
        color: #FFFFFF; }
      .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon:before,
      .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon .next-icon-remote {
        width: 16px;
        font-size: 16px;
        line-height: inherit; }
      .next-upload-list-card .next-upload-list-item .next-upload-tool.next-noclose .next-icon {
        width: 100%; }
      .next-upload-list-card .next-upload-list-item .next-upload-tool-close {
        cursor: pointer; }
      .next-upload-list-card .next-upload-list-item .next-upload-tool-download-icon {
        border-right: 1px solid #FFFFFF; }
    .next-upload-list-card .next-upload-list-item-error .next-upload-list-item-wrapper {
      border-color: #FF3000;
      border-color: var(--upload-card-list-border-color-error, #FF3000); }

.next-upload-card {
  border: 1px dashed #C4C6CF;
  border: 1px var(--upload-card-border-style, dashed) var(--upload-card-border-color, #C4C6CF);
  width: 100px;
  width: var(--upload-card-size, 100px);
  height: 100px;
  height: var(--upload-card-size, 100px);
  background-color: #FFFFFF;
  background-color: var(--upload-card-bg-color, #FFFFFF);
  text-align: center;
  cursor: pointer;
  transition: border-color 100ms linear;
  transition: border-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
  display: table-cell;
  vertical-align: middle; }
  .next-upload-card .next-icon {
    color: #C4C6CF;
    color: var(--upload-card-icon-color, #C4C6CF); }
    .next-upload-card .next-icon:before,
    .next-upload-card .next-icon .next-icon-remote {
      width: 24px;
      font-size: 24px;
      line-height: inherit; }
  .next-upload-card .next-upload-add-icon::before {
    content: "\E655";
    content: var(--upload-card-add-icon, "\E655"); }
  .next-upload-card .next-upload-text {
    font-size: 12px;
    font-size: var(--upload-card-add-text-size, 12px);
    margin-top: 12px;
    margin-top: var(--upload-card-add-text-margin-top, 12px);
    color: #666666;
    color: var(--upload-card-font-color, #666666);
    outline: none; }
  .next-upload-card:hover {
    border-color: #5584FF;
    border-color: var(--upload-card-hover-border-color, #5584FF); }
    .next-upload-card:hover .next-icon {
      color: #5584FF;
      color: var(--upload-card-hover-font-color, #5584FF); }
    .next-upload-card:hover .next-upload-text {
      color: #5584FF;
      color: var(--upload-card-hover-font-color, #5584FF); }

.next-upload-dragable .next-upload-inner {
  display: block; }

.next-upload-dragable .next-upload-drag {
  border: 1px dashed #C4C6CF;
  border: 1px dashed var(--upload-drag-zone-border-color, #C4C6CF);
  transition: border-color 100ms linear;
  transition: border-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear);
  cursor: pointer;
  border-radius: 3px;
  border-radius: var(--upload-drag-zone-corner, 3px);
  background-color: transparent;
  background-color: var(--upload-drag-zone-bg-color, transparent);
  text-align: center;
  margin-bottom: 4px;
  margin-bottom: var(--s-1, 4px); }
  .next-upload-dragable .next-upload-drag-icon {
    margin: 20px 0 0;
    margin: var(--s-5, 20px) 0 0;
    color: #666666;
    color: var(--upload-drag-zone-upload-icon-color, #666666); }
    .next-upload-dragable .next-upload-drag-icon .next-upload-drag-upload-icon::before {
      content: "\E7EE";
      content: var(--upload-drag-zone-upload-icon, "\E7EE");
      font-size: 24px; }
  .next-upload-dragable .next-upload-drag-text {
    margin: 12px 0 0;
    margin: var(--s-3, 12px) 0 0;
    font-size: 14px;
    font-size: var(--upload-drag-zone-font-size, 14px);
    color: #666666;
    color: var(--upload-drag-zone-upload-normal-title-color, #666666); }
  .next-upload-dragable .next-upload-drag-hint {
    margin: 4px 0 20px;
    margin: var(--s-1, 4px) 0 var(--s-5, 20px);
    font-size: 12px;
    font-size: var(--upload-drag-zone-hint-font-size, 12px);
    color: #999999;
    color: var(--upload-drag-zone-upload-normal-hint-color, #999999); }
  .next-upload-dragable .next-upload-drag-over {
    border-color: #5584FF;
    border-color: var(--upload-drag-zone-over-border-color, #5584FF); }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-shell {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
  transition: all 0.2s var(--motion-ease, ease); }
  .next-shell *,
  .next-shell *:before,
  .next-shell *:after {
    box-sizing: border-box; }
  .next-shell-content-wrapper {
    overflow: auto; }
  .next-shell-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 9; }
    .next-shell-header .dock-trigger,
    .next-shell-header .nav-trigger {
      outline: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      width: 32px;
      height: 32px; }
    .next-shell-header .nav-trigger {
      margin-right: 10px; }
    .next-shell-header .dock-trigger {
      margin-left: 10px; }
    .next-shell-header.next-shell-fixed-header {
      position: sticky;
      top: 0; }
    .next-shell-header .next-shell-navigation {
      flex: 1 1;
      display: flex;
      align-items: center;
      flex-direction: row; }
    .next-shell-header .next-shell-branding {
      display: flex;
      align-items: center; }
    .next-shell-header .next-shell-action {
      display: flex;
      align-items: center; }
  .next-shell-sub-main {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    outline: 0; }
  .next-shell-main {
    display: flex;
    flex: 1 1;
    flex-direction: row;
    position: relative;
    height: 100%;
    box-sizing: content-box;
    overflow: auto;
    transition: all 0.2s ease;
    transition: all 0.2s var(--motion-ease, ease); }
    .next-shell-main .next-shell-content {
      flex: 1 1; }
    .next-shell-main .next-shell-content-inner {
      margin: 0 auto; }
    .next-shell-main .next-shell-footer {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%; }
  .next-shell .next-aside-navigation,
  .next-shell .next-aside-tooldock {
    display: flex; }
    .next-shell .next-aside-navigation.fixed,
    .next-shell .next-aside-tooldock.fixed {
      position: fixed;
      top: 0;
      bottom: 0;
      z-index: 1; }
  .next-shell .next-aside-navigation.fixed {
    left: 0; }
  .next-shell .next-aside-tooldock.fixed {
    right: 0; }
  .next-shell-aside {
    transition: all 0.2s ease;
    transition: all 0.2s var(--motion-ease, ease); }
    .next-shell-aside .aside-trigger {
      cursor: pointer;
      outline: 0;
      position: absolute;
      right: 0;
      top: 50%;
      width: 20px;
      height: 48px;
      display: flex;
      border: 1px solid #DDD;
      align-items: center;
      justify-content: center; }
    .next-shell-aside .local-nav-trigger {
      outline: 0;
      border-left: none;
      transform: translate(100%, -50%);
      right: 0; }
    .next-shell-aside .ancillary-trigger {
      outline: 0;
      transform: translate(-100%, -50%);
      border-right: 0;
      left: 1px; }
    .next-shell-aside.next-aside-localnavigation {
      position: relative; }
    .next-shell-aside.next-aside-ancillary {
      position: relative; }
    .next-shell-aside.next-shell-navigation {
      overflow-x: auto;
      display: flex;
      flex-direction: column;
      justify-self: flex-start;
      transition: all 0.2s ease;
      transition: all 0.2s var(--motion-ease, ease); }
    .next-shell-aside.next-shell-tooldock {
      overflow-x: auto;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .next-shell-aside .next-shell-tooldockitem {
      width: 100%;
      text-align: center; }
    .next-shell-aside .next-shell-localnavigation {
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-self: flex-start;
      transition: all 0.2s ease;
      transition: all 0.2s var(--motion-ease, ease); }
    .next-shell-aside .next-shell-ancillary {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-self: flex-start;
      transition: all 0.2s ease;
      transition: all 0.2s var(--motion-ease, ease); }
  .next-shell-light .next-shell-header .dock-trigger,
  .next-shell-light .next-shell-header .nav-trigger {
    background: #FFFFFF;
    background: var(--shell-light-header-background, #FFFFFF); }
  .next-shell-light .next-shell-aside .local-nav-trigger {
    background: #E2E4E8;
    background: var(--shell-light-local-navigation-background, #E2E4E8); }
  .next-shell-light .next-shell-aside .ancillary-trigger {
    background: #FFFFFF;
    background: var(--shell-light-ancillary-background, #FFFFFF); }
  .next-shell-light .next-shell-header {
    color: #000000;
    color: var(--shell-light-header-color, #000000);
    height: 52px;
    height: var(--shell-light-header-height, 52px);
    background: #FFFFFF;
    background: var(--shell-light-header-background, #FFFFFF);
    border-bottom: 1px solid #E6E7EB;
    border-bottom: var(--shell-light-header-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-light-header-shadow, none);
    padding: 0 16px;
    padding: 0 var(--shell-light-header-paddingLeft, 16px); }
    .next-shell-light .next-shell-header .next-shell-navigation {
      justify-content: flex-end;
      justify-content: var(--shell-light-navigation-hoz-align, flex-end);
      height: 52px;
      height: var(--shell-light-header-height, 52px);
      line-height: 52px;
      line-height: var(--shell-light-header-height, 52px);
      margin: 0 48px;
      margin: 0 var(--shell-light-navigation-hoz-marginLeft, 48px); }
  .next-shell-light .next-shell-task-header {
    width: 100%;
    min-height: 40px;
    min-height: var(--shell-light-multitask-min-height, 40px);
    background: #FFFFFF;
    background: var(--shell-light-multitask-background, #FFFFFF);
    border-bottom: 1px solid #E6E7EB;
    border-bottom: var(--shell-light-multitask-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-light-multitask-shadow, none);
    padding: 0 0px;
    padding: 0 var(--shell-light-multitask-paddingLeft, 0px);
    overflow: auto; }
  .next-shell-light .next-shell-main {
    background: #EBECF0;
    background: var(--shell-light-content-background, #EBECF0); }
    .next-shell-light .next-shell-main .next-shell-appbar {
      min-height: 48px;
      min-height: var(--shell-light-appbar-min-height, 48px);
      background: #FFFFFF;
      background: var(--shell-light-appbar-background, #FFFFFF);
      border-bottom: 1px solid #E6E7EB;
      border-bottom: var(--shell-light-appbar-divider, 1px solid #E6E7EB);
      box-shadow: none;
      box-shadow: var(--shell-light-appbar-shadow, none);
      padding: 0 24px;
      padding: 0 var(--shell-light-appbar-paddingLeft, 24px); }
    .next-shell-light .next-shell-main .next-shell-content {
      padding: 20px 20px;
      padding: var(--shell-light-content-paddingTop, 20px) var(--shell-light-content-paddingLeft, 20px); }
    .next-shell-light .next-shell-main .next-shell-footer {
      background: transparent;
      background: var(--shell-light-footer-background, transparent);
      min-height: 56px;
      min-height: var(--shell-light-footer-min-height, 56px);
      color: #CCCCCC;
      color: var(--shell-light-footer-color, #CCCCCC);
      font-size: 14px;
      font-size: var(--shell-light-footer-font-size, 14px); }
  .next-shell-light .next-shell-aside.next-shell-navigation {
    width: 168px;
    width: var(--shell-light-navigation-ver-width, 168px);
    background: #FFFFFF;
    background: var(--shell-light-navigation-ver-background, #FFFFFF);
    border-right: 1px solid #E6E7EB;
    border-right: var(--shell-light-navigation-ver-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-light-navigation-ver-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-light-navigation-ver-paddingTop, 8px) 0 var(--shell-light-navigation-ver-paddingBottom, 8px); }
    .next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
      width: 60px;
      width: var(--shell-light-navigation-ver-width-mini, 60px); }
    .next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse {
      width: 0; }
  .next-shell-light .next-shell-aside.next-shell-tooldock {
    width: 52px;
    width: var(--shell-light-tooldock-width, 52px);
    background: #E2E4E8;
    background: var(--shell-light-tooldock-background, #E2E4E8);
    border-left: 1px solid #E6E7EB;
    border-left: var(--shell-light-tooldock-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-light-tooldock-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-light-tooldock-paddingTop, 8px) 0 var(--shell-light-tooldock-paddingBottom, 8px); }
  .next-shell-light .next-shell-aside .next-shell-tooldockitem {
    padding: 8px 0;
    padding: var(--shell-light-tooldock-item-paddingTop, 8px) 0;
    color: #666666;
    color: var(--shell-light-tooldock-item-color, #666666);
    background: transparent;
    background: var(--shell-light-tooldock-item-background, transparent); }
    .next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
      color: #333333;
      color: var(--shell-light-tooldock-item-color-hover, #333333);
      background: #EBECF0;
      background: var(--shell-light-tooldock-item-background-hover, #EBECF0); }
  .next-shell-light .next-shell-aside .next-shell-localnavigation {
    width: 168px;
    width: var(--shell-light-local-navigation-width, 168px);
    background: #E2E4E8;
    background: var(--shell-light-local-navigation-background, #E2E4E8);
    border-right: 1px solid #E6E7EB;
    border-right: var(--shell-light-local-navigation-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-light-local-navigation-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-light-local-navigation-paddingTop, 8px) 0 var(--shell-light-local-navigation-paddingBottom, 8px); }
    .next-shell-light .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
      width: 0; }
  .next-shell-light .next-shell-aside .next-shell-ancillary {
    width: 168px;
    width: var(--shell-light-ancillary-width, 168px);
    background: #FFFFFF;
    background: var(--shell-light-ancillary-background, #FFFFFF);
    border-left: 1px solid #E6E7EB;
    border-left: var(--shell-light-ancillary-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-light-ancillary-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-light-ancillary-paddingTop, 8px) 0 var(--shell-light-ancillary-paddingBottom, 8px); }
    .next-shell-light .next-shell-aside .next-shell-ancillary.next-shell-collapse {
      width: 0; }
  .next-shell-dark .next-shell-header .dock-trigger,
  .next-shell-dark .next-shell-header .nav-trigger {
    background: #000000;
    background: var(--shell-dark-header-background, #000000); }
  .next-shell-dark .next-shell-aside .local-nav-trigger {
    background: #E2E4E8;
    background: var(--shell-dark-local-navigation-background, #E2E4E8); }
  .next-shell-dark .next-shell-aside .ancillary-trigger {
    background: #FFFFFF;
    background: var(--shell-dark-ancillary-background, #FFFFFF); }
  .next-shell-dark .next-shell-header {
    color: #FFFFFF;
    color: var(--shell-dark-header-color, #FFFFFF);
    height: 52px;
    height: var(--shell-dark-header-height, 52px);
    background: #000000;
    background: var(--shell-dark-header-background, #000000);
    border-bottom: 1px solid #1F1F1F;
    border-bottom: var(--shell-dark-header-divider, 1px solid #1F1F1F);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--shell-dark-header-shadow, 0px 1px 3px 0px rgba(0, 0, 0, 0.12));
    padding: 0 16px;
    padding: 0 var(--shell-dark-header-paddingLeft, 16px); }
    .next-shell-dark .next-shell-header .next-shell-navigation {
      justify-content: flex-end;
      justify-content: var(--shell-dark-navigation-hoz-align, flex-end);
      height: 52px;
      height: var(--shell-dark-header-height, 52px);
      line-height: 52px;
      line-height: var(--shell-dark-header-height, 52px);
      margin: 0 48px;
      margin: 0 var(--shell-dark-navigation-hoz-marginLeft, 48px); }
  .next-shell-dark .next-shell-task-header {
    width: 100%;
    min-height: 40px;
    min-height: var(--shell-dark-multitask-min-height, 40px);
    background: #FFFFFF;
    background: var(--shell-dark-multitask-background, #FFFFFF);
    border-bottom: 1px solid #E6E7EB;
    border-bottom: var(--shell-dark-multitask-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-dark-multitask-shadow, none);
    padding: 0 0px;
    padding: 0 var(--shell-dark-multitask-paddingLeft, 0px);
    overflow: auto; }
  .next-shell-dark .next-shell-main {
    background: #EBECF0;
    background: var(--shell-dark-content-background, #EBECF0); }
    .next-shell-dark .next-shell-main .next-shell-appbar {
      min-height: 48px;
      min-height: var(--shell-dark-appbar-min-height, 48px);
      background: #FFFFFF;
      background: var(--shell-dark-appbar-background, #FFFFFF);
      border-bottom: 1px solid #E6E7EB;
      border-bottom: var(--shell-dark-appbar-divider, 1px solid #E6E7EB);
      box-shadow: none;
      box-shadow: var(--shell-dark-appbar-shadow, none);
      padding: 0 24px;
      padding: 0 var(--shell-dark-appbar-paddingLeft, 24px); }
    .next-shell-dark .next-shell-main .next-shell-content {
      padding: 20px 20px;
      padding: var(--shell-dark-content-paddingTop, 20px) var(--shell-dark-content-paddingLeft, 20px); }
    .next-shell-dark .next-shell-main .next-shell-footer {
      background: transparent;
      background: var(--shell-dark-footer-background, transparent);
      min-height: 56px;
      min-height: var(--shell-dark-footer-min-height, 56px);
      color: #CCCCCC;
      color: var(--shell-dark-footer-color, #CCCCCC);
      font-size: 14px;
      font-size: var(--shell-dark-footer-font-size, 14px); }
  .next-shell-dark .next-shell-aside.next-shell-navigation {
    width: 168px;
    width: var(--shell-dark-navigation-ver-width, 168px);
    background: #333333;
    background: var(--shell-dark-navigation-ver-background, #333333);
    border-right: 1px solid #E6E7EB;
    border-right: var(--shell-dark-navigation-ver-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-dark-navigation-ver-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-dark-navigation-ver-paddingTop, 8px) 0 var(--shell-dark-navigation-ver-paddingBottom, 8px); }
    .next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
      width: 60px;
      width: var(--shell-dark-navigation-ver-width-mini, 60px); }
    .next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse {
      width: 0; }
  .next-shell-dark .next-shell-aside.next-shell-tooldock {
    width: 52px;
    width: var(--shell-dark-tooldock-width, 52px);
    background: #E2E4E8;
    background: var(--shell-dark-tooldock-background, #E2E4E8);
    border-left: 1px solid #E6E7EB;
    border-left: var(--shell-dark-tooldock-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-dark-tooldock-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-dark-tooldock-paddingTop, 8px) 0 var(--shell-dark-tooldock-paddingBottom, 8px); }
  .next-shell-dark .next-shell-aside .next-shell-tooldockitem {
    padding: 8px 0;
    padding: var(--shell-dark-tooldock-item-paddingTop, 8px) 0;
    color: #666666;
    color: var(--shell-dark-tooldock-item-color, #666666);
    background: transparent;
    background: var(--shell-dark-tooldock-item-background, transparent); }
    .next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
      color: #333333;
      color: var(--shell-dark-tooldock-item-color-hover, #333333);
      background: #EBECF0;
      background: var(--shell-dark-tooldock-item-background-hover, #EBECF0); }
  .next-shell-dark .next-shell-aside .next-shell-localnavigation {
    width: 168px;
    width: var(--shell-dark-local-navigation-width, 168px);
    background: #E2E4E8;
    background: var(--shell-dark-local-navigation-background, #E2E4E8);
    border-right: 1px solid #E6E7EB;
    border-right: var(--shell-dark-local-navigation-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-dark-local-navigation-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-dark-local-navigation-paddingTop, 8px) 0 var(--shell-dark-local-navigation-paddingBottom, 8px); }
    .next-shell-dark .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
      width: 0; }
  .next-shell-dark .next-shell-aside .next-shell-ancillary {
    width: 168px;
    width: var(--shell-dark-ancillary-width, 168px);
    background: #FFFFFF;
    background: var(--shell-dark-ancillary-background, #FFFFFF);
    border-left: 1px solid #E6E7EB;
    border-left: var(--shell-dark-ancillary-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-dark-ancillary-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-dark-ancillary-paddingTop, 8px) 0 var(--shell-dark-ancillary-paddingBottom, 8px); }
    .next-shell-dark .next-shell-aside .next-shell-ancillary.next-shell-collapse {
      width: 0; }
  .next-shell-brand .next-shell-header .dock-trigger,
  .next-shell-brand .next-shell-header .nav-trigger {
    background: #5584FF;
    background: var(--shell-brand-header-background, #5584FF); }
  .next-shell-brand .next-shell-aside .local-nav-trigger {
    background: #E2E4E8;
    background: var(--shell-brand-local-navigation-background, #E2E4E8); }
  .next-shell-brand .next-shell-aside .ancillary-trigger {
    background: #FFFFFF;
    background: var(--shell-brand-ancillary-background, #FFFFFF); }
  .next-shell-brand .next-shell-header {
    color: #FFFFFF;
    color: var(--shell-brand-header-color, #FFFFFF);
    height: 52px;
    height: var(--shell-brand-header-height, 52px);
    background: #5584FF;
    background: var(--shell-brand-header-background, #5584FF);
    border-bottom: 1px solid #E6E7EB;
    border-bottom: var(--shell-brand-header-divider, 1px solid #E6E7EB);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--shell-brand-header-shadow, 0px 1px 3px 0px rgba(0, 0, 0, 0.12));
    padding: 0 16px;
    padding: 0 var(--shell-brand-header-paddingLeft, 16px); }
    .next-shell-brand .next-shell-header .next-shell-navigation {
      justify-content: flex-end;
      justify-content: var(--shell-brand-navigation-hoz-align, flex-end);
      height: 52px;
      height: var(--shell-brand-header-height, 52px);
      line-height: 52px;
      line-height: var(--shell-brand-header-height, 52px);
      margin: 0 48px;
      margin: 0 var(--shell-brand-navigation-hoz-marginLeft, 48px); }
  .next-shell-brand .next-shell-task-header {
    width: 100%;
    min-height: 40px;
    min-height: var(--shell-brand-multitask-min-height, 40px);
    background: #FFFFFF;
    background: var(--shell-brand-multitask-background, #FFFFFF);
    border-bottom: 1px solid #E6E7EB;
    border-bottom: var(--shell-brand-multitask-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-brand-multitask-shadow, none);
    padding: 0 0px;
    padding: 0 var(--shell-brand-multitask-paddingLeft, 0px);
    overflow: auto; }
  .next-shell-brand .next-shell-main {
    background: #EBECF0;
    background: var(--shell-brand-content-background, #EBECF0); }
    .next-shell-brand .next-shell-main .next-shell-appbar {
      min-height: 48px;
      min-height: var(--shell-brand-appbar-min-height, 48px);
      background: #FFFFFF;
      background: var(--shell-brand-appbar-background, #FFFFFF);
      border-bottom: 1px solid #E6E7EB;
      border-bottom: var(--shell-brand-appbar-divider, 1px solid #E6E7EB);
      box-shadow: none;
      box-shadow: var(--shell-brand-appbar-shadow, none);
      padding: 0 24px;
      padding: 0 var(--shell-brand-appbar-paddingLeft, 24px); }
    .next-shell-brand .next-shell-main .next-shell-content {
      padding: 20px 20px;
      padding: var(--shell-brand-content-paddingTop, 20px) var(--shell-brand-content-paddingLeft, 20px); }
    .next-shell-brand .next-shell-main .next-shell-footer {
      background: transparent;
      background: var(--shell-brand-footer-background, transparent);
      min-height: 56px;
      min-height: var(--shell-brand-footer-min-height, 56px);
      color: #CCCCCC;
      color: var(--shell-brand-footer-color, #CCCCCC);
      font-size: 14px;
      font-size: var(--shell-brand-footer-font-size, 14px); }
  .next-shell-brand .next-shell-aside.next-shell-navigation {
    width: 168px;
    width: var(--shell-brand-navigation-ver-width, 168px);
    background: #FFFFFF;
    background: var(--shell-brand-navigation-ver-background, #FFFFFF);
    border-right: 1px solid #E6E7EB;
    border-right: var(--shell-brand-navigation-ver-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-brand-navigation-ver-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-brand-navigation-ver-paddingTop, 8px) 0 var(--shell-brand-navigation-ver-paddingBottom, 8px); }
    .next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
      width: 60px;
      width: var(--shell-brand-navigation-ver-width-mini, 60px); }
    .next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse {
      width: 0; }
  .next-shell-brand .next-shell-aside.next-shell-tooldock {
    width: 52px;
    width: var(--shell-brand-tooldock-width, 52px);
    background: #E2E4E8;
    background: var(--shell-brand-tooldock-background, #E2E4E8);
    border-left: 1px solid #E6E7EB;
    border-left: var(--shell-brand-tooldock-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-brand-tooldock-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-brand-tooldock-paddingTop, 8px) 0 var(--shell-brand-tooldock-paddingBottom, 8px); }
  .next-shell-brand .next-shell-aside .next-shell-tooldockitem {
    padding: 8px 0;
    padding: var(--shell-brand-tooldock-item-paddingTop, 8px) 0;
    color: #666666;
    color: var(--shell-brand-tooldock-item-color, #666666);
    background: transparent;
    background: var(--shell-brand-tooldock-item-background, transparent); }
    .next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
      color: #333333;
      color: var(--shell-brand-tooldock-item-color-hover, #333333);
      background: #EBECF0;
      background: var(--shell-brand-tooldock-item-background-hover, #EBECF0); }
  .next-shell-brand .next-shell-aside .next-shell-localnavigation {
    width: 168px;
    width: var(--shell-brand-local-navigation-width, 168px);
    background: #E2E4E8;
    background: var(--shell-brand-local-navigation-background, #E2E4E8);
    border-right: 1px solid #E6E7EB;
    border-right: var(--shell-brand-local-navigation-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-brand-local-navigation-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-brand-local-navigation-paddingTop, 8px) 0 var(--shell-brand-local-navigation-paddingBottom, 8px); }
    .next-shell-brand .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
      width: 0; }
  .next-shell-brand .next-shell-aside .next-shell-ancillary {
    width: 168px;
    width: var(--shell-brand-ancillary-width, 168px);
    background: #FFFFFF;
    background: var(--shell-brand-ancillary-background, #FFFFFF);
    border-left: 1px solid #E6E7EB;
    border-left: var(--shell-brand-ancillary-divider, 1px solid #E6E7EB);
    box-shadow: none;
    box-shadow: var(--shell-brand-ancillary-shadow, none);
    padding: 8px 0 8px;
    padding: var(--shell-brand-ancillary-paddingTop, 8px) 0 var(--shell-brand-ancillary-paddingBottom, 8px); }
    .next-shell-brand .next-shell-aside .next-shell-ancillary.next-shell-collapse {
      width: 0; }
  .next-shell-header .next-shell-navigation.next-shell-nav-left {
    justify-content: flex-start; }
  .next-shell-header .next-shell-navigation.next-shell-nav-right {
    justify-content: flex-end; }
  .next-shell-header .next-shell-navigation.next-shell-nav-center {
    justify-content: center; }
  .next-shell.next-shell-phone .next-shell-header .next-shell-navigation {
    display: none; }
  .next-shell.next-shell-phone .next-shell-navigation {
    width: 100%;
    height: 100%;
    transition: height 0.2s ease;
    transition: height 0.2s var(--motion-ease, ease); }
    .next-shell.next-shell-phone .next-shell-navigation.next-shell-collapse {
      padding: 0;
      height: 0;
      transition: height 0.2s ease;
      transition: height 0.2s var(--motion-ease, ease); }
  .next-shell.next-shell-phone .next-shell-tooldock {
    height: 52px;
    height: var(--shell-dark-tooldock-height, 52px);
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    flex-direction: row;
    justify-content: center; }
    .next-shell.next-shell-phone .next-shell-tooldock.next-shell-collapse {
      display: none;
      height: 0;
      padding: 0;
      transition: all 0.2s ease;
      transition: all 0.2s var(--motion-ease, ease); }
  .next-shell.next-shell-tablet .next-shell-aside.next-aside-ancillary, .next-shell.next-shell-phone .next-shell-aside.next-aside-ancillary {
    width: 0; }
  .next-shell.next-shell-tablet .next-shell-ancillary, .next-shell.next-shell-phone .next-shell-ancillary {
    transform: translateX(-100%); }
  .next-shell.next-shell-tablet .next-shell-aside.next-aside-localnavigation, .next-shell.next-shell-phone .next-shell-aside.next-aside-localnavigation {
    width: 0; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-notification {
  width: 384px;
  position: fixed;
  z-index: 1010;
  padding: 0;
  margin: 0; }
  .next-notification .next-message {
    margin-bottom: 16px;
    overflow: hidden; }

.next-notification-fade-leave {
  animation-duration: 300ms;
  animation-play-state: paused;
  animation-fill-mode: both;
  animation-timing-function: ease; }

.next-notification-fade-leave.next-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running; }

@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1; }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0; } }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

.next-typography {
  color: #333333;
  color: var(--typography-text-color, #333333); }
  .next-typography-title {
    font-weight: 600;
    font-weight: var(--typography-title-font-weight, 600);
    margin-bottom: .5em; }
  .next-typography + .next-typography-title {
    margin-top: 1.2em; }
  .next-typography-paragraph {
    color: #333333;
    color: var(--typography-text-color, #333333);
    margin-bottom: 1em;
    font-size: 14px;
    font-size: var(--typography-paragraph-font-size, 14px);
    line-height: 1.5;
    line-height: var(--typography-paragraph-line-height, 1.5); }
  .next-typography mark {
    padding: 0;
    background: #FFE6BD;
    background: var(--typography-text-mark-background, #FFE6BD);
    color: #333333;
    color: var(--typography-text-mark-color, #333333); }
  .next-typography strong {
    font-weight: 600;
    font-weight: var(--typography-text-strong-font-weight, 600); }
  .next-typography code {
    background-color: #F2F3F7;
    background-color: var(--typography-text-code-background, #F2F3F7);
    color: #333333;
    color: var(--typography-text-code-color, #333333);
    border: 1px solid #E6E7EB;
    border: 1px solid var(--typography-text-code-border-color, #E6E7EB);
    margin: 0 .2em;
    padding: .2em .4em .1em;
    font-size: 85%;
    border-radius: 3px;
    border-radius: var(--typography-text-code-corner, 3px); }
  .next-typography ul,
  .next-typography ol {
    margin: 0 0 1em 0;
    padding: 0; }
  .next-typography li {
    list-style-type: circle;
    margin: 0 0 0 20px;
    padding: 0 0 0 4px; }
  .next-typography a {
    text-decoration: none; }
    .next-typography a:link {
      color: #5584FF;
      color: var(--color-link-1, #5584FF); }
    .next-typography a:visited {
      color: #5584FF;
      color: var(--color-link-2, #5584FF); }
    .next-typography a:hover {
      color: #3E71F7;
      color: var(--color-link-3, #3E71F7); }
    .next-typography a:active {
      text-decoration: underline;
      color: #3E71F7;
      color: var(--color-link-3, #3E71F7); }

h1.next-typography-title {
  font-size: 24px;
  font-size: var(--typography-title-h1-font-size, 24px); }

h2.next-typography-title {
  font-size: 20px;
  font-size: var(--typography-title-h2-font-size, 20px); }

h3.next-typography-title {
  font-size: 16px;
  font-size: var(--typography-title-h3-font-size, 16px); }

h4.next-typography-title {
  font-size: 16px;
  font-size: var(--typography-title-h4-font-size, 16px); }

h5.next-typography-title {
  font-size: 14px;
  font-size: var(--typography-title-h5-font-size, 14px); }

h6.next-typography-title {
  font-size: 12px;
  font-size: var(--typography-title-h6-font-size, 12px); }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

/* put your code here */
.next-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  font-variant: tabular-nums;
  font-feature-settings: 'tnum';
  background: #DCDEE3;
  background: var(--divider-hoz-color, #DCDEE3);
  border-collapse: separate; }
  .next-divider *,
  .next-divider *:before,
  .next-divider *:after {
    box-sizing: border-box; }
  .next-divider-dashed {
    background: none;
    border-color: #DCDEE3;
    border-color: var(--divider-hoz-color, #DCDEE3);
    border-style: dashed;
    border-width: 1px 0 0;
    border-width: var(--divider-hoz-size, 1px) 0 0; }
  .next-divider-hoz {
    display: block;
    clear: both;
    width: 100%;
    min-width: 100%;
    height: 1px;
    height: var(--divider-hoz-size, 1px);
    margin: 16px 0;
    margin: var(--divider-hoz-marginTop, 16px) 0; }
  .next-divider-ver {
    position: relative;
    top: -.06em;
    display: inline-block;
    width: 1px;
    width: var(--divider-ver-size, 1px);
    background: #DCDEE3;
    background: var(--divider-ver-color, #DCDEE3);
    height: .9em;
    margin: 0 8px;
    margin: 0 var(--divider-ver-marginLeft, 8px);
    vertical-align: middle; }
  .next-divider-hoz.next-divider-with-text-center, .next-divider-hoz.next-divider-with-text-left, .next-divider-hoz.next-divider-with-text-right {
    display: table;
    margin: 16px 0;
    margin: var(--divider-hoz-text-marginTop, 16px) 0;
    color: #333333;
    color: var(--divider-hoz-text-color, #333333);
    font-weight: normal;
    font-weight: var(--divider-hoz-text-weight, normal);
    font-size: 16px;
    font-size: var(--divider-hoz-text-size, 16px);
    white-space: nowrap;
    text-align: center;
    background: transparent; }
    .next-divider-hoz.next-divider-with-text-center::before, .next-divider-hoz.next-divider-with-text-center::after, .next-divider-hoz.next-divider-with-text-left::before, .next-divider-hoz.next-divider-with-text-left::after, .next-divider-hoz.next-divider-with-text-right::before, .next-divider-hoz.next-divider-with-text-right::after {
      position: relative;
      top: 50%;
      display: table-cell;
      width: 50%;
      border-top: 1px solid #DCDEE3;
      border-top: var(--divider-hoz-size, 1px) solid var(--divider-hoz-color, #DCDEE3);
      transform: translateY(50%);
      content: ''; }
    .next-divider-hoz.next-divider-with-text-center.next-divider-dashed, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed {
      border-top: 0; }
      .next-divider-hoz.next-divider-with-text-center.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-center.next-divider-dashed::after, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed::after, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed::after {
        border-style: dashed none none; }
  .next-divider-hoz.next-divider-with-text-left .next-divider-inner-text, .next-divider-hoz.next-divider-with-text-right .next-divider-inner-text {
    display: inline-block;
    padding: 0 16px;
    padding: 0 var(--divider-hoz-text-left-paddingLeft, 16px); }
  .next-divider-hoz.next-divider-with-text-left::before {
    top: 50%;
    width: 5%; }
  .next-divider-hoz.next-divider-with-text-left::after {
    top: 50%;
    width: 95%; }
  .next-divider-hoz.next-divider-with-text-right::before {
    top: 50%;
    width: 95%; }
  .next-divider-hoz.next-divider-with-text-right::after {
    top: 50%;
    width: 5%; }
  .next-divider-inner-text {
    display: inline-block;
    padding: 0 16px;
    padding: 0 var(--divider-hoz-text-center-paddingLeft, 16px); }
  .next-divider-dashed {
    background: none;
    border-color: #DCDEE3;
    border-color: var(--divider-hoz-color, #DCDEE3);
    border-style: dashed;
    border-width: 1px 0 0;
    border-width: var(--divider-hoz-size, 1px) 0 0; }
    .next-divider-dashed.next-divider-ver {
      border-width: 0 0 0 1px;
      border-width: 0 0 0 var(--divider-ver-size, 1px); }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

/* put your code here */
.next-avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #FFFFFF;
  color: var(--avatar-color, #FFFFFF);
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #E2E4E8;
  background: var(--avatar-default-bg, #E2E4E8);
  width: 40px;
  width: var(--avatar-size-medium, 40px);
  height: 40px;
  height: var(--avatar-size-medium, 40px);
  line-height: 40px;
  line-height: var(--avatar-size-medium, 40px);
  border-radius: 50%; }
  .next-avatar-image {
    background: transparent; }
  .next-avatar-string {
    position: absolute;
    left: 50%;
    transform-origin: 0 center; }
  .next-avatar-large {
    width: 52px;
    width: var(--avatar-size-large, 52px);
    height: 52px;
    height: var(--avatar-size-large, 52px);
    line-height: 52px;
    line-height: var(--avatar-size-large, 52px);
    border-radius: 50%; }
    .next-avatar-large-string {
      position: absolute;
      left: 50%;
      transform-origin: 0 center; }
  .next-avatar-small {
    width: 28px;
    width: var(--avatar-size-small, 28px);
    height: 28px;
    height: var(--avatar-size-small, 28px);
    line-height: 28px;
    line-height: var(--avatar-size-small, 28px);
    border-radius: 50%; }
    .next-avatar-small-string {
      position: absolute;
      left: 50%;
      transform-origin: 0 center; }
  .next-avatar-square {
    border-radius: 3px;
    border-radius: var(--avatar-border-radius, 3px); }
  .next-avatar > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

/* put your code here */
.next-box {
  box-sizing: border-box;
  display: flex; }
  .next-box *,
  .next-box *:before,
  .next-box *:after {
    box-sizing: border-box; }
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px; }

/* put your code here */
.next-responsive-grid {
  box-sizing: border-box;
  display: grid; }
  .next-responsive-grid *,
  .next-responsive-grid *:before,
  .next-responsive-grid *:after {
    box-sizing: border-box; }

