
.next-nav-item .next-menu-item-text > span,
.next-nav-item .next-nav-group-label > span {
  opacity: 1;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
.next-nav-item .next-menu-item-text > a {
  text-decoration: none;
  color: inherit;
}
.next-nav-item .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item .next-menu-icon-arrow.next-icon, .next-nav-item:hover .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item:hover .next-menu-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-focused .next-menu-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-selected .next-menu-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-opened .next-menu-icon-arrow.next-icon {
  color: inherit;
  top: 0;
  -webkit-transform-origin: center 50%;
      -ms-transform-origin: center 50%;
          transform-origin: center 50%;
}
.next-nav.next-active .next-nav-item:before {
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.next-nav.next-hoz {
  padding: 0;
  height: 44px;
  line-height: 42px;
  font-size: 12px;
}
.next-nav.next-hoz .next-menu-item.next-nav-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0 20px;
  border-radius: 0px;
}
.next-nav.next-hoz .next-menu-item,
.next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item {
  margin-top: 0px;
  margin-bottom: 0px;
}
.next-nav.next-hoz .next-menu-item-inner {
  height: 42px;
  font-size: 12px;
}
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
  line-height: 1;
  padding: 12px 8px;
}
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
  height: auto;
  min-height: 42px;
}
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
  display: block;
  line-height: 1;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.next-nav.next-hoz .next-menu-header {
  float: left;
  height: 42px;
}
.next-nav.next-hoz .next-menu-footer {
  float: right;
  height: 42px;
}
.next-nav.next-hoz .next-nav-item:before {
  width: 0;
  left: 50%;
  height: 2px;
}
.next-nav.next-hoz .next-nav-item:hover:before {
  height: 0px;
}
.next-nav.next-hoz.next-top .next-nav-item:before {
  top: -1px;
}
.next-nav.next-hoz.next-bottom .next-nav-item:before {
  bottom: -1px;
}
.next-nav.next-hoz .next-selected.next-nav-item:before {
  width: 100%;
  left: 0;
  height: 2px;
}
.next-nav.next-ver {
  padding: 0;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
  line-height: 40px;
  font-size: 12px;
}
.next-nav.next-ver .next-menu-item.next-nav-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0 20px;
  border-radius: 0px;
}
.next-nav.next-ver .next-menu-item:not(:first-child),
.next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child) > .next-menu-item {
  margin-top: 0px;
}
.next-nav.next-ver .next-menu-item:not(:last-child),
.next-nav.next-ver .next-menu-sub-menu-wrapper:not(:last-child) > .next-menu-item {
  margin-bottom: 0px;
}
.next-nav.next-ver .next-menu-item-inner {
  height: 40px;
  font-size: 12px;
}
.next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title {
  line-height: 1;
  padding: 12px 8px;
}
.next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
  height: auto;
  min-height: 40px;
}
.next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
  display: block;
  line-height: 1;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.next-nav.next-ver > .next-menu-item:first-child,
.next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item {
  margin-top: 0px;
}
.next-nav.next-ver > .next-menu-item:last-child,
.next-nav.next-ver > .next-menu-sub-menu-wrapper:last-child > .next-menu-item {
  margin-bottom: 0px;
}
.next-nav.next-ver .next-menu-sub-menu {
  line-height: 40px;
}
.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
  height: 40px;
  font-size: 12px;
}
.next-nav.next-ver .next-nav-item:before {
  height: 0;
  top: 50%;
  width: 2px;
}
.next-nav.next-ver .next-nav-item:hover:before {
  width: 0px;
}
.next-nav.next-ver.next-left .next-nav-item:before, .next-nav.next-ver.next-top .next-nav-item:before {
  left: -1px;
}
.next-nav.next-ver.next-right .next-nav-item:before, .next-nav.next-ver.next-bottom .next-nav-item:before {
  right: -1px;
}
.next-nav.next-ver .next-selected.next-nav-item:before {
  height: 100%;
  top: 0;
  width: 2px;
}
.next-nav.next-primary {
  border-width: 0px;
  background: #333333;
  border-color: #333333;
  color: #FFFFFF;
  font-weight: normal;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.next-nav.next-primary.next-hoz {
  line-height: 44px;
  line-height: 44px;
}
.next-nav.next-primary.next-hoz .next-menu-header,
.next-nav.next-primary.next-hoz .next-menu-footer,
.next-nav.next-primary.next-hoz .next-menu-item-inner {
  line-height: 44px;
  height: 44px;
}
.next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
  top: 0;
  top: 0px;
}
.next-nav.next-primary.next-hoz.next-bottom .next-nav-item:before {
  bottom: 0;
  bottom: 0px;
}
.next-nav.next-primary.next-ver.next-left .next-nav-item:before {
  left: 0;
  left: 0px;
}
.next-nav.next-primary.next-ver.next-right .next-nav-item:before {
  right: 0;
  right: 0px;
}
.next-nav.next-primary .next-nav-item.next-menu-item {
  background: #333333;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover {
  background: #000000;
  color: #FFFFFF;
  font-weight: normal;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item {
  background: #000000;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-opened {
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected {
  font-weight: bold;
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item:before {
  background: #5584FF;
}
.next-nav.next-primary .next-nav-item.next-menu-item:hover:before {
  background: #5584FF;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened {
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-group-label {
  color: #999999;
  font-weight: normal;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item {
  background: #333333;
  color: #FFFFFF;
  font-weight: normal;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-primary .next-menu-sub-menu .next-menu-item:hover {
  background: #000000;
  color: #FFFFFF;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected {
  background: #000000;
  color: #FFFFFF;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
  background: #000000;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow {
  color: #CCCCCC;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
  color: #CCCCCC;
}
.next-nav.next-secondary {
  border-width: 0px;
  background: #5584FF;
  border-color: #5584FF;
  color: #FFFFFF;
  font-weight: normal;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.next-nav.next-secondary.next-hoz {
  line-height: 44px;
  line-height: 44px;
}
.next-nav.next-secondary.next-hoz .next-menu-header,
.next-nav.next-secondary.next-hoz .next-menu-footer,
.next-nav.next-secondary.next-hoz .next-menu-item-inner {
  line-height: 44px;
  height: 44px;
}
.next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
  top: 0;
  top: 0px;
}
.next-nav.next-secondary.next-hoz.next-bottom .next-nav-item:before {
  bottom: 0;
  bottom: 0px;
}
.next-nav.next-secondary.next-ver.next-left .next-nav-item:before {
  left: 0;
  left: 0px;
}
.next-nav.next-secondary.next-ver.next-right .next-nav-item:before {
  right: 0;
  right: 0px;
}
.next-nav.next-secondary .next-nav-item.next-menu-item {
  background: #5584FF;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-focused, .next-nav.next-secondary .next-nav-item.next-menu-item:hover {
  background: #3E71F7;
  color: #FFFFFF;
  font-weight: normal;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected {
  background: #3E71F7;
  color: #FFFFFF;
  font-weight: bold;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected.next-nav-item {
  background: #3E71F7;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-opened {
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected {
  font-weight: bold;
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item:before {
  background: #3E71F7;
}
.next-nav.next-secondary .next-nav-item.next-menu-item:hover:before {
  background: #3E71F7;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened {
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-group-label {
  color: #FFFFFF;
  font-weight: normal;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item {
  background: #5584FF;
  color: #FFFFFF;
  font-weight: normal;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-secondary .next-menu-sub-menu .next-menu-item:hover {
  background: #3E71F7;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected {
  background: #3E71F7;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
  background: #3E71F7;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
  color: #DEE8FF;
  cursor: not-allowed;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow {
  color: #DEE8FF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
  color: #DEE8FF;
}
.next-nav.next-normal {
  background: #FFFFFF;
  border-color: #DCDEE3;
  color: #333333;
  font-weight: normal;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.next-nav.next-normal .next-nav-item.next-menu-item {
  background: #FFFFFF;
  color: #333333;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover {
  background: #FFFFFF;
  color: #5584FF;
  font-weight: normal;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-selected {
  background: #F2F3F7;
  color: #5584FF;
  font-weight: bold;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-selected.next-nav-item {
  background: #F2F3F7;
  color: #5584FF;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-opened {
  background: transparent;
  color: #5584FF;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected {
  font-weight: normal;
  background: transparent;
  color: #5584FF;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-opened.next-nav-popup {
  color: #5584FF;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
  color: #5584FF;
}
.next-nav.next-normal .next-nav-item.next-menu-item:before {
  background: #5584FF;
}
.next-nav.next-normal .next-nav-item.next-menu-item:hover:before {
  background: #5584FF;
}
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened {
  background: transparent;
  color: #5584FF;
}
.next-nav.next-normal .next-nav-group-label {
  color: #999999;
  font-weight: normal;
}
.next-nav.next-normal .next-menu-sub-menu .next-menu-item {
  background: #FFFFFF;
  color: #333333;
  font-weight: normal;
}
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover {
  background: #F2F3F7;
  color: #5584FF;
}
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected {
  background: #F2F3F7;
  color: #5584FF;
}
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
  background: #F2F3F7;
  color: #5584FF;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
  color: #999999;
  cursor: not-allowed;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow {
  color: #999999;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
  color: #999999;
}
.next-nav.next-line {
  background: transparent;
  border-color: #DCDEE3;
  color: #333333;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-nav.next-line.next-hoz {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.next-nav.next-line.next-ver {
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.next-nav.next-line .next-nav-item.next-menu-item {
  background: transparent;
  color: #333333;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover {
  background: transparent;
  color: #5584FF;
  font-weight: normal;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-selected {
  background: transparent;
  color: #5584FF;
  font-weight: bold;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-selected.next-nav-item {
  background: transparent;
  color: #5584FF;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-opened {
  background: transparent;
  color: #5584FF;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-child-selected {
  font-weight: normal;
  background: transparent;
  color: #5584FF;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-opened.next-nav-popup {
  color: #5584FF;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
  color: #5584FF;
}
.next-nav.next-line .next-nav-item.next-menu-item:before {
  background: #5584FF;
}
.next-nav.next-line .next-nav-item.next-menu-item:hover:before {
  background: #5584FF;
}
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened {
  background: transparent;
  color: #5584FF;
}
.next-nav.next-line .next-nav-group-label {
  color: #999999;
  font-weight: normal;
}
.next-nav.next-line .next-menu-sub-menu .next-menu-item {
  background: transparent;
  color: #333333;
  font-weight: normal;
}
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover {
  background: transparent;
  color: #5584FF;
}
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected {
  background: transparent;
  color: #5584FF;
}
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
  background: transparent;
  color: #5584FF;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-disabled, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
  color: #999999;
  cursor: not-allowed;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow {
  color: #999999;
}
.next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
  color: #999999;
}
.next-nav.next-icon-only.next-icon-only-text {
  padding-top: 4px;
  padding-bottom: 4px;
}
.next-nav.next-icon-only.next-custom-icon-only-width {
  text-align: center;
}
.next-nav.next-icon-only .next-menu-item-inner {
  text-overflow: clip;
}
.next-nav.next-icon-only .next-menu-item.next-nav-item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon {
  margin-left: 1px;
  margin-right: 1px;
  margin-left: 0px;
  margin-right: 0px;
}
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon {
  margin-left: 1px;
  margin-right: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon {
  margin-left: 1px;
  margin-right: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon {
  margin-left: 1px;
  margin-right: 1px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transform-origin: center 50%;
      -ms-transform-origin: center 50%;
          transform-origin: center 50%;
}
.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon:before, .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 1px;
  margin-right: 1px;
}
.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before, .next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-nav.next-icon-only .next-menu-hoz-icon-arrow,
.next-nav.next-icon-only .next-menu-icon-arrow {
  display: none;
}
.next-nav-embeddable.next-primary, .next-nav-embeddable.next-secondary, .next-nav-embeddable.next-normal {
  height: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.next-nav-embeddable.next-primary .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-primary .next-nav-item.next-menu-item, .next-nav-embeddable.next-secondary .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-secondary .next-nav-item.next-menu-item, .next-nav-embeddable.next-normal .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-normal .next-nav-item.next-menu-item {
  background: transparent;
}
.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon {
  margin-left: 1px;
  margin-right: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-nav-embeddable.next-nav.next-hoz .next-menu-item-inner {
  height: 100%;
}
.next-nav-embeddable.next-nav.next-hoz .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-nav.next-hoz .next-nav-item.next-menu-item {
  height: 100%;
}
.next-nav-embeddable, .next-nav-embeddable .next-nav-item.next-disabled, .next-nav-embeddable .next-nav-item.next-disabled .next-menu-item-text > a {
  background: transparent;
  border: none;
}

.next-nav[dir=rtl] .next-nav-icon.next-icon {
  margin-left: 4px;
  margin-right: 0;
}
.next-nav[dir=rtl] .next-nav-icon.next-icon:before, .next-nav[dir=rtl] .next-nav-icon.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-nav[dir=rtl].next-hoz .next-menu-header {
  float: right;
}
.next-nav[dir=rtl].next-hoz .next-menu-footer {
  float: left;
}
.next-nav[dir=rtl].next-hoz .next-nav-item:before {
  width: 0;
  left: 50%;
}
.next-nav[dir=rtl].next-hoz .next-selected.next-nav-item:before {
  width: 100%;
  left: auto;
  right: 0;
}
.next-nav[dir=rtl].next-ver.next-left .next-nav-item:before {
  right: 0;
  right: -1px;
  left: auto;
}
.next-nav[dir=rtl].next-ver.next-right .next-nav-item:before {
  left: 0;
  left: -1px;
  right: auto;
}
.next-nav[dir=rtl].next-primary.next-ver.next-left .next-nav-item:before {
  right: 0;
  right: 0px;
  left: auto;
}
.next-nav[dir=rtl].next-primary.next-ver.next-right .next-nav-item:before {
  left: 0;
  left: 0px;
  right: auto;
}
.next-nav[dir=rtl].next-secondary.next-ver.next-left .next-nav-item:before {
  right: 0;
  right: 0px;
  left: auto;
}
.next-nav[dir=rtl].next-secondary.next-ver.next-right .next-nav-item:before {
  left: 0;
  left: 0px;
  right: auto;
}
.next-nav[dir=rtl] .next-nav.next-line.next-ver {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon,
.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon,
.next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
  margin-left: 0;
  margin-right: 1px;
}
.next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon:before, .next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon .next-icon-remote,
.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon:before,
.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote,
.next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before,
.next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-number-picker {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  /* stylelint-disable declaration-no-important */
}
.next-number-picker *,
.next-number-picker *:before,
.next-number-picker *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-number-picker .next-btn {
  padding: 0 !important;
  line-height: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.next-number-picker-normal .next-input {
  width: 100%;
}
.next-number-picker-normal .next-input .next-input-control {
  padding-right: 0;
  height: 100%;
}
.next-number-picker-normal:not(.next-number-picker-no-trigger) .next-input input {
  padding-right: 2px;
}
.next-number-picker-normal .next-btn {
  display: block;
}
.next-number-picker-normal .next-btn:hover {
  z-index: 1;
}
.next-number-picker-normal .next-btn:first-child {
  border-right: none;
  border-top: none;
  height: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.next-number-picker-normal .next-btn:last-child {
  border-right: none;
  border-bottom: none;
  margin-top: -1px;
  height: calc(50% + 1px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.next-number-picker-normal .next-number-picker-handler {
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  height: 100%;
  display: block;
}
.next-number-picker-normal:not(.next-number-picker-show-trigger) .next-number-picker-handler {
  opacity: 0;
}
.next-number-picker-normal:hover .next-number-picker-handler, .next-number-picker-normal.hover .next-number-picker-handler {
  opacity: 1;
}
.next-number-picker-normal .next-input.next-disabled .next-number-picker-handler {
  opacity: 0;
}
.next-number-picker-normal .next-number-picker-up-icon::before {
  content: "\E625";
}
.next-number-picker-normal .next-number-picker-down-icon::before {
  content: "\E63D";
}
.next-number-picker-normal.next-small {
  width: 68px;
}
.next-number-picker-normal.next-small .next-btn {
  width: 20px;
}
.next-number-picker-normal.next-small .next-btn:first-child {
  border-top-right-radius: 3px;
}
.next-number-picker-normal.next-small .next-btn:last-child {
  border-bottom-right-radius: 3px;
}
.next-number-picker-normal.next-small .next-icon:before, .next-number-picker-normal.next-small .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-number-picker-normal.next-small .next-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-number-picker-normal.next-small .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-number-picker-normal.next-medium {
  width: 80px;
}
.next-number-picker-normal.next-medium .next-btn {
  width: 20px;
}
.next-number-picker-normal.next-medium .next-btn:first-child {
  border-top-right-radius: 3px;
}
.next-number-picker-normal.next-medium .next-btn:last-child {
  border-bottom-right-radius: 3px;
}
.next-number-picker-normal.next-medium .next-icon:before, .next-number-picker-normal.next-medium .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-number-picker-normal.next-medium .next-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-number-picker-normal.next-medium .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-number-picker-normal.next-large {
  width: 80px;
}
.next-number-picker-normal.next-large .next-btn {
  width: 20px;
}
.next-number-picker-normal.next-large .next-btn:first-child {
  border-top-right-radius: 3px;
}
.next-number-picker-normal.next-large .next-btn:last-child {
  border-bottom-right-radius: 3px;
}
.next-number-picker-normal.next-large .next-icon:before, .next-number-picker-normal.next-large .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-number-picker-normal.next-large .next-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-number-picker-normal.next-large .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-number-picker-inline input {
  text-align: center;
}
.next-number-picker-inline .next-input input {
  padding: 0;
}
.next-number-picker-inline .next-number-picker-add-icon::before {
  content: "\E655";
}
.next-number-picker-inline .next-number-picker-minus-icon::before {
  content: "\E601";
}
.next-number-picker-inline.next-small {
  width: 68px;
  min-width: 60px;
}
.next-number-picker-inline.next-small .next-icon:before, .next-number-picker-inline.next-small .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-number-picker-inline.next-small .next-btn {
  height: 20px;
}
.next-number-picker-inline.next-small .next-before .next-btn {
  margin-right: 2px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.next-number-picker-inline.next-small .next-after .next-btn {
  margin-left: 2px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.next-number-picker-inline.next-medium {
  width: 100px;
  min-width: 84px;
}
.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;
}
.next-number-picker-inline.next-medium .next-before .next-btn {
  margin-right: 2px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.next-number-picker-inline.next-medium .next-after .next-btn {
  margin-left: 2px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.next-number-picker-inline.next-large {
  width: 128px;
  min-width: 120px;
}
.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;
}
.next-number-picker-inline.next-large .next-before .next-btn {
  margin-right: 2px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.next-number-picker-inline.next-large .next-after .next-btn {
  margin-left: 2px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.next-number-picker-inline .next-btn.next-small {
  width: 20px;
}
.next-number-picker-inline .next-btn.next-medium {
  width: 28px;
}
.next-number-picker-inline .next-btn.next-large {
  width: 40px;
}

@-moz-document url-prefix() {
  .next-number-picker-normal.next-small .next-number-picker-handler {
    height: 18px;
  }
  .next-number-picker-normal.next-medium .next-number-picker-handler {
    height: 26px;
  }
  .next-number-picker-normal.next-large .next-number-picker-handler {
    height: 38px;
  }
}
.next-number-picker-normal[dir=rtl] .next-btn:first-child {
  border-right: 1px solid #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;
}
.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-medium {
  border-top-left-radius: 3px;
}
.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-large {
  border-top-left-radius: 3px;
}
.next-number-picker-normal[dir=rtl] .next-btn:last-child {
  border-right: 1px solid #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;
}
.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-medium {
  border-bottom-left-radius: 3px;
}
.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-large {
  border-bottom-left-radius: 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;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-medium {
  margin-left: 2px;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-large {
  margin-left: 2px;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 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;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-medium {
  margin-right: 2px;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-large {
  margin-right: 2px;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.next-pagination[dir=rtl] .next-pagination-total {
  margin-right: 0;
  margin-left: 16px;
}
.next-pagination[dir=rtl] .next-pagination-jump-go {
  margin-left: 0;
  margin-right: 4px;
}
.next-pagination[dir=rtl] .next-pagination-size-selector-title {
  margin-right: 0;
  margin-left: 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;
}
.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;
}
.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;
}
.next-pagination[dir=rtl].next-small .next-pagination-total {
  line-height: 20px;
  vertical-align: middle;
}
.next-pagination[dir=rtl].next-small .next-pagination-item {
  padding: 0 6px;
  border-width: 1px;
  border-radius: 3px;
}
.next-pagination[dir=rtl].next-small .next-pagination-item + .next-pagination-item {
  margin: 0 4px 0 0;
}
.next-pagination[dir=rtl].next-small .next-pagination-ellipsis {
  height: 20px;
  line-height: 20px;
  margin-left: 8px;
  margin-right: 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;
}
.next-pagination[dir=rtl].next-small .next-pagination-display em {
  font-size: 12px;
}
.next-pagination[dir=rtl].next-small .next-pagination-jump-text {
  font-size: 12px;
}
.next-pagination[dir=rtl].next-small .next-pagination-jump-input {
  width: 28px;
}
.next-pagination[dir=rtl].next-small .next-pagination-size-selector-title {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  vertical-align: middle;
}
.next-pagination[dir=rtl].next-small .next-pagination-size-selector-btn {
  padding: 0 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;
}
.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;
}
.next-pagination[dir=rtl].next-medium .next-pagination-list {
  margin: 0 4px;
}
.next-pagination[dir=rtl].next-medium .next-pagination-total {
  line-height: 28px;
  vertical-align: middle;
}
.next-pagination[dir=rtl].next-medium .next-pagination-item {
  padding: 0 10px;
  border-width: 1px;
  border-radius: 3px;
}
.next-pagination[dir=rtl].next-medium .next-pagination-item + .next-pagination-item {
  margin: 0 4px 0 0;
}
.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis {
  height: 28px;
  line-height: 28px;
  margin-left: 8px;
  margin-right: 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;
}
.next-pagination[dir=rtl].next-medium .next-pagination-display em {
  font-size: 12px;
}
.next-pagination[dir=rtl].next-medium .next-pagination-jump-text {
  font-size: 12px;
}
.next-pagination[dir=rtl].next-medium .next-pagination-jump-input {
  width: 36px;
}
.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-title {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  vertical-align: middle;
}
.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-btn {
  padding: 0 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;
}
.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;
}
.next-pagination[dir=rtl].next-large .next-pagination-list {
  margin: 0 8px;
}
.next-pagination[dir=rtl].next-large .next-pagination-total {
  line-height: 40px;
  vertical-align: middle;
}
.next-pagination[dir=rtl].next-large .next-pagination-item {
  padding: 0 15px;
  border-width: 1px;
  border-radius: 3px;
}
.next-pagination[dir=rtl].next-large .next-pagination-item + .next-pagination-item {
  margin: 0 8px 0 0;
}
.next-pagination[dir=rtl].next-large .next-pagination-ellipsis {
  height: 40px;
  line-height: 40px;
  margin-left: 8px;
  margin-right: 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;
}
.next-pagination[dir=rtl].next-large .next-pagination-display em {
  font-size: 16px;
}
.next-pagination[dir=rtl].next-large .next-pagination-jump-text {
  font-size: 16px;
}
.next-pagination[dir=rtl].next-large .next-pagination-jump-input {
  width: 48px;
}
.next-pagination[dir=rtl].next-large .next-pagination-size-selector-title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  vertical-align: middle;
}
.next-pagination[dir=rtl].next-large .next-pagination-size-selector-btn {
  padding: 0 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;
}
.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;
}

.next-pagination {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
.next-pagination *,
.next-pagination *:before,
.next-pagination *:after {
  -webkit-box-sizing: border-box;
          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;
  margin-right: 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-color: #C4C6CF;
  background: #FFFFFF;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-pagination .next-pagination-item {
  -webkit-transition: none;
  transition: none;
}
.next-pagination .next-pagination-item.next-current {
  border-color: #5584FF;
  background: #5584FF;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-pagination .next-pagination-item.next-current:hover, .next-pagination .next-pagination-item.next-current:focus {
  border-color: transparent;
  background: #3E71F7;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-pagination-ellipsis {
  display: inline-block;
  color: #999999;
  vertical-align: top;
}
.next-pagination-display {
  display: inline-block;
  margin: 0 16px;
  color: #333333;
  vertical-align: middle;
}
.next-pagination-display em {
  font-style: normal;
  color: #5584FF;
}
.next-pagination-jump-text {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}
.next-pagination-jump-input {
  margin: 0 4px;
  vertical-align: top;
}
.next-pagination-jump-go {
  margin-left: 4px;
  vertical-align: top;
}
.next-pagination-size-selector {
  display: inline-block;
  position: relative;
}
.next-pagination-size-selector-title {
  margin-right: 4px;
  color: #999999;
}
.next-pagination-size-selector-filter {
  display: inline-block;
  vertical-align: middle;
}
.next-pagination-size-selector-dropdown {
  vertical-align: top;
  min-width: 64px;
}
.next-pagination-size-selector-dropdown .next-select-inner {
  min-width: 64px;
}
.next-pagination-size-selector-popup {
  min-width: 64px;
}
.next-pagination-size-selector-btn.next-btn-text {
  height: initial;
  line-height: initial;
  color: #666666;
  border-radius: 0;
}
.next-pagination-size-selector-btn.next-btn-text.next-current {
  color: #5584FF;
}
.next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
  border-left: 1px solid #DCDEE3;
}
.next-pagination-pages + .next-pagination-size-selector, .next-pagination-size-selector + .next-pagination-pages {
  margin-left: 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;
}
.next-pagination.next-small .next-pagination-total {
  line-height: 20px;
  vertical-align: middle;
}
.next-pagination.next-small .next-pagination-item {
  padding: 0 6px;
  border-width: 1px;
  border-radius: 3px;
}
.next-pagination.next-small .next-pagination-item + .next-pagination-item {
  margin: 0 0 0 4px;
}
.next-pagination.next-small .next-pagination-ellipsis {
  height: 20px;
  line-height: 20px;
  margin-left: 8px;
  margin-right: 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;
}
.next-pagination.next-small .next-pagination-display em {
  font-size: 12px;
}
.next-pagination.next-small .next-pagination-jump-text {
  font-size: 12px;
}
.next-pagination.next-small .next-pagination-jump-input {
  width: 28px;
}
.next-pagination.next-small .next-pagination-size-selector-title {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  vertical-align: middle;
}
.next-pagination.next-small .next-pagination-size-selector-btn {
  padding: 0 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;
}
.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;
}
.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;
  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;
  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;
  -webkit-box-shadow: none;
          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;
}
.next-pagination.next-small.next-no-border .next-pagination-display {
  margin: 0 8px;
}
.next-pagination.next-small.next-mini .next-pagination-item.next-prev {
  margin-right: 4px;
}
.next-pagination.next-small.next-mini .next-pagination-item.next-next {
  margin-left: 4px;
}
.next-pagination.next-medium .next-pagination-list {
  margin: 0 4px;
}
.next-pagination.next-medium .next-pagination-total {
  line-height: 28px;
  vertical-align: middle;
}
.next-pagination.next-medium .next-pagination-item {
  padding: 0 10px;
  border-width: 1px;
  border-radius: 3px;
}
.next-pagination.next-medium .next-pagination-item + .next-pagination-item {
  margin: 0 0 0 4px;
}
.next-pagination.next-medium .next-pagination-ellipsis {
  height: 28px;
  line-height: 28px;
  margin-left: 8px;
  margin-right: 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;
}
.next-pagination.next-medium .next-pagination-display em {
  font-size: 12px;
}
.next-pagination.next-medium .next-pagination-jump-text {
  font-size: 12px;
}
.next-pagination.next-medium .next-pagination-jump-input {
  width: 36px;
}
.next-pagination.next-medium .next-pagination-size-selector-title {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  vertical-align: middle;
}
.next-pagination.next-medium .next-pagination-size-selector-btn {
  padding: 0 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;
}
.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;
}
.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;
  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;
  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;
  -webkit-box-shadow: none;
          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;
}
.next-pagination.next-medium.next-no-border .next-pagination-display {
  margin: 0 12px;
}
.next-pagination.next-medium.next-mini .next-pagination-item.next-prev {
  margin-right: 4px;
}
.next-pagination.next-medium.next-mini .next-pagination-item.next-next {
  margin-left: 4px;
}
.next-pagination.next-large .next-pagination-list {
  margin: 0 8px;
}
.next-pagination.next-large .next-pagination-total {
  line-height: 40px;
  vertical-align: middle;
}
.next-pagination.next-large .next-pagination-item {
  padding: 0 15px;
  border-width: 1px;
  border-radius: 3px;
}
.next-pagination.next-large .next-pagination-item + .next-pagination-item {
  margin: 0 0 0 8px;
}
.next-pagination.next-large .next-pagination-ellipsis {
  height: 40px;
  line-height: 40px;
  margin-left: 8px;
  margin-right: 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;
}
.next-pagination.next-large .next-pagination-display em {
  font-size: 16px;
}
.next-pagination.next-large .next-pagination-jump-text {
  font-size: 16px;
}
.next-pagination.next-large .next-pagination-jump-input {
  width: 48px;
}
.next-pagination.next-large .next-pagination-size-selector-title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  vertical-align: middle;
}
.next-pagination.next-large .next-pagination-size-selector-btn {
  padding: 0 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;
}
.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;
}
.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;
  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;
  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;
  -webkit-box-shadow: none;
          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;
}
.next-pagination.next-large.next-no-border .next-pagination-display {
  margin: 0 16px;
}
.next-pagination.next-large.next-mini .next-pagination-item.next-prev {
  margin-right: 8px;
}
.next-pagination.next-large.next-mini .next-pagination-item.next-next {
  margin-left: 8px;
}
.next-pagination-icon-prev::before {
  content: "\E61D";
}
.next-pagination-icon-next::before {
  content: "\E619";
}
.next-pagination-icon-ellipsis::before {
  content: "\E654";
}

.next-paragraph {
  color: #333333;
}
.next-paragraph-short {
  line-height: 1.5;
}
.next-paragraph-long {
  line-height: 1.7;
}
.next-paragraph-small {
  font-size: 12px;
}
.next-paragraph-medium {
  font-size: 14px;
}

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

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

.next-progress-line {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-progress-line *,
.next-progress-line *:before,
.next-progress-line *:after {
  -webkit-box-sizing: border-box;
          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: #EBECF0;
}
.next-progress-line-overlay {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.next-progress-line-overlay-normal {
  background: #5584FF;
}
.next-progress-line-overlay-success {
  background: #46BC15;
}
.next-progress-line-overlay-error {
  background: #FF3000;
}
.next-progress-line-overlay-started {
  background: #FF3000;
}
.next-progress-line-overlay-middle {
  background: #FF9300;
}
.next-progress-line-overlay-finishing {
  background: #46BC15;
}
.next-progress-line.next-small .next-progress-line-underlay {
  border-radius: 20px;
  height: 4px;
}
.next-progress-line.next-small .next-progress-line-overlay {
  height: 4px;
  border-radius: 20px;
  top: 50%;
  margin-top: -2px;
}
.next-progress-line.next-small .next-progress-line-text {
  font-size: 12px;
  line-height: 4px;
}
.next-progress-line.next-medium .next-progress-line-underlay {
  border-radius: 20px;
  height: 8px;
}
.next-progress-line.next-medium .next-progress-line-overlay {
  height: 8px;
  border-radius: 20px;
  top: 50%;
  margin-top: -4px;
}
.next-progress-line.next-medium .next-progress-line-text {
  font-size: 12px;
  line-height: 8px;
}
.next-progress-line.next-large .next-progress-line-underlay {
  border-radius: 20px;
  height: 12px;
}
.next-progress-line.next-large .next-progress-line-overlay {
  height: 12px;
  border-radius: 20px;
  top: 50%;
  margin-top: -6px;
}
.next-progress-line.next-large .next-progress-line-text {
  font-size: 12px;
  line-height: 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;
}
.next-progress-line-show-border .next-progress-line-underlay {
  border: 1px solid #DCDEE3;
}
.next-progress-line-show-border.next-small .next-progress-line-underlay {
  border-radius: 20px;
  height: 6px;
}
.next-progress-line-show-border.next-small .next-progress-line-overlay {
  height: 4px;
  border-radius: 20px;
  top: 50%;
  margin-top: -2px;
}
.next-progress-line-show-border.next-small .next-progress-line-text {
  font-size: 12px;
  line-height: 6px;
}
.next-progress-line-show-border.next-medium .next-progress-line-underlay {
  border-radius: 20px;
  height: 10px;
}
.next-progress-line-show-border.next-medium .next-progress-line-overlay {
  height: 8px;
  border-radius: 20px;
  top: 50%;
  margin-top: -4px;
}
.next-progress-line-show-border.next-medium .next-progress-line-text {
  font-size: 12px;
  line-height: 10px;
}
.next-progress-line-show-border.next-large .next-progress-line-underlay {
  border-radius: 20px;
  height: 14px;
}
.next-progress-line-show-border.next-large .next-progress-line-overlay {
  height: 12px;
  border-radius: 20px;
  top: 50%;
  margin-top: -6px;
}
.next-progress-line-show-border.next-large .next-progress-line-text {
  font-size: 12px;
  line-height: 14px;
}

.next-progress-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-progress-circle *,
.next-progress-circle *:before,
.next-progress-circle *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-progress-circle {
  position: relative;
  display: inline-block;
}
.next-progress-circle-underlay {
  stroke-width: 8px;
  stroke: #EBECF0;
}
.next-progress-circle-overlay {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  stroke-linecap: round;
  stroke-width: 8px;
}
.next-progress-circle-overlay-normal {
  stroke: #5584FF;
}
.next-progress-circle-overlay-success {
  stroke: #46BC15;
}
.next-progress-circle-overlay-error {
  stroke: #FF3000;
}
.next-progress-circle-overlay-started {
  stroke: #FF3000;
}
.next-progress-circle-overlay-middle {
  stroke: #FF9300;
}
.next-progress-circle-overlay-finishing {
  stroke: #46BC15;
}
.next-progress-circle.next-small {
  width: 100px;
  height: 100px;
  font-size: 20px;
}
.next-progress-circle.next-medium {
  width: 116px;
  height: 116px;
  font-size: 24px;
}
.next-progress-circle.next-large {
  width: 132px;
  height: 132px;
  font-size: 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%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #333333;
}

.next-range {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.next-range *,
.next-range *:before,
.next-range *:after {
  -webkit-box-sizing: border-box;
          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: 0px;
}
.next-range .next-range-selected {
  position: absolute;
  width: 0;
  top: 50%;
  left: 0;
  border-radius: 0px;
}
.next-range .next-range-scale {
  position: relative;
  width: 100%;
  height: 12px;
}
.next-range .next-range-scale .next-range-scale-item {
  position: absolute;
  left: 0;
  width: 2px;
  border: 1px solid;
  border-radius: 0px;
}
.next-range .next-range-scale .next-range-scale-item:last-child {
  margin-left: -2px;
}
.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-style: solid;
  border-color: #C4C6CF;
  border-radius: 50%;
  -webkit-transition: border-color 100ms linear, -webkit-transform 100ms linear;
  transition: border-color 100ms linear, -webkit-transform 100ms linear;
  transition: transform 100ms linear, border-color 100ms linear;
  transition: transform 100ms linear, border-color 100ms linear, -webkit-transform 100ms linear;
}
.next-range .next-range-slider.next-range-slider-moving .next-range-slider-inner {
  border: 2px solid #5584FF;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.next-range .next-range-frag.next-range-active .next-range-slider .next-range-slider-inner {
  border: 2px solid #5584FF;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          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;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          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: #C4C6CF;
}
.next-range .next-range-track:hover {
  background: #C4C6CF;
}
.next-range .next-range-selected {
  background: #5584FF;
}
.next-range .next-range-selected:hover {
  background: #5584FF;
}
.next-range .next-range-scale .next-range-scale-item {
  border-color: #C4C6CF;
  background: #C4C6CF;
}
.next-range .next-range-scale .next-range-scale-item:hover {
  border-color: #C4C6CF;
}
.next-range .next-range-scale .next-range-scale-item.activated {
  border-color: #5584FF;
  background: #5584FF;
}
.next-range .next-range-scale .next-range-scale-item.activated:hover {
  border-color: #5584FF;
}
.next-range .next-range-slider-inner {
  background: #FFFFFF;
  border-color: #C4C6CF;
}
.next-range .next-range-slider-inner:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.next-range .next-range-mark .next-range-mark-text {
  color: #999999;
}
.next-range .next-range-mark .next-range-mark-text:hover {
  color: #999999;
}
.next-range .next-range-mark .next-range-mark-text.activated {
  color: #333333;
}
.next-range .next-range-mark .next-range-mark-text.activated:hover {
  color: #333333;
}
.next-range.disabled .next-range-track {
  background: #C4C6CF;
}
.next-range.disabled .next-range-selected {
  background: #A0A2AD;
}
.next-range.disabled .next-range-scale-item {
  border-color: #C4C6CF;
}
.next-range.disabled .next-range-scale-item.activated {
  border-color: #A0A2AD;
}
.next-range.disabled .next-range-slider-inner {
  background: #E6E7EB;
  border-color: #E6E7EB;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-range.disabled .next-range-mark-text {
  color: #CCCCCC;
}
.next-range.disabled .next-range-mark-text.activated {
  color: #999999;
}
.next-range .next-range-track {
  height: 4px;
  margin-top: -2px;
}
.next-range .next-range-selected {
  height: 4px;
  margin-top: -2px;
}
.next-range .next-range-frag {
  margin-top: 4px;
  height: 4px;
}
.next-range .next-range-slider {
  height: 16px;
  width: 16px;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.next-range .next-range-slider-inner {
  height: 16px;
  width: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.next-range .next-range-mark {
  display: block;
}
.next-range .next-range-mark .next-range-mark-text {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
}
.next-range .next-range-mark.next-range-mark-below {
  height: 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;
}
.next-range .next-range-scale .next-range-scale-item {
  height: 12px;
}
.next-range.simulation-hover > .next-range-slider-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.next-range.simulation-hover .next-range-selected {
  background: #5584FF;
}
.next-range.simulation-hover .next-range-track {
  background: #C4C6CF;
}
.next-range.simulation-hover .next-range-scale-item {
  border-color: #C4C6CF;
}
.next-range.simulation-hover .next-range-scale-item.activated {
  border-color: #5584FF;
}
.next-range.simulation-click > .next-range-slider-inner {
  border: 2px solid #5584FF;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          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;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  padding-right: 2px;
  text-align: center;
}

.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-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;
}

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

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

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

/* 尺寸 */
/* ======================================== */
.next-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;
}

.next-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;
}

.next-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;
}

.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-right: none;
}
.next-search-simple[dir=rtl].next-dark .next-search-left {
  border-color: #C4C6CF;
}
.next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon {
  border-right: 1px solid #C4C6CF;
}
.next-search-simple[dir=rtl].next-dark:hover .next-search-left {
  border-color: #C4C6CF;
}
.next-search-simple[dir=rtl].next-dark .next-search-icon {
  color: #999999;
}
.next-search-simple[dir=rtl].next-dark .next-search-icon:hover {
  color: #666666;
}
.next-search-normal[dir=rtl] .next-search-left {
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 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;
}
.next-search-normal[dir=rtl] .next-input {
  border-radius: 0 3px 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-bottom-right-radius: 1px;
}
.next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon {
  border-left: 1px solid #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-bottom-right-radius: 1px;
}
.next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon {
  border-left: 1px solid #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-bottom-right-radius: 1px;
}
.next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon {
  border-left: 1px solid #E6E7EB;
  border-right: none;
}
.next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon {
  border-left: 1px solid #5584FF;
  border-right: none;
}

.next-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: inline-block;
}
.next-search *,
.next-search *:before,
.next-search *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-search.next-search-focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-search.next-search-focus .next-input {
  background-color: #FFFFFF;
}
.next-search.next-search-focus.next-search-normal.next-primary .next-search-left {
  border-color: #5584FF;
}
.next-search.next-search-focus.next-search-normal.next-secondary .next-search-left {
  border-color: #5584FF;
}
.next-search.next-search-focus.next-search-normal.next-normal .next-search-left {
  border-color: #A0A2AD;
}
.next-search.next-search-focus.next-search-normal.next-dark .next-search-left {
  border-color: #5584FF;
}
.next-search.next-search-focus.next-search-simple.next-dark .next-search-left {
  border-color: #C4C6CF;
}
.next-search.next-search-focus.next-search-simple.next-normal .next-search-left {
  border-color: #A0A2AD;
}
.next-search .next-input,
.next-search .next-select {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: 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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms 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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-search .next-search-symbol-icon::before {
  content: "\E656";
}
.next-search-normal {
  width: 600px;
}
.next-search-normal .next-search-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.next-search-normal .next-input {
  border-radius: 3px 0 0 3px;
}
.next-search-normal .next-btn {
  border-radius: 0 3px 3px 0;
}
.next-search-normal.next-primary .next-search-left {
  border-color: #5584FF;
}
.next-search-normal.next-primary .next-search-left .next-search-left-addon {
  border-right: 1px solid #E6E7EB;
}
.next-search-normal.next-primary:hover .next-search-left,
.next-search-normal.next-primary:hover .next-btn {
  border-color: #5584FF;
}
.next-search-normal.next-primary .next-search-btn {
  background: #5584FF;
  border-color: #5584FF;
  color: #FFFFFF;
}
.next-search-normal.next-primary .next-search-btn:hover {
  background: #3E71F7;
  border-color: #5584FF;
  color: #FFFFFF;
}
.next-search-normal.next-primary .next-search-btn .next-icon {
  color: #FFFFFF;
}
.next-search-normal.next-primary .next-search-btn .next-icon:hover {
  color: #FFFFFF;
}
.next-search-normal.next-primary.next-large {
  -webkit-box-shadow: none;
          box-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;
  height: 60px;
}
.next-search-normal.next-primary.next-large .next-search-input {
  height: 56px;
  overflow-y: hidden;
}
.next-search-normal.next-primary.next-large .next-search-input input {
  height: 56px;
  line-height: 56px \0 ;
}
.next-search-normal.next-primary.next-large .next-select {
  height: 56px;
}
.next-search-normal.next-primary.next-large .next-search-btn {
  font-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;
}
.next-search-normal.next-primary.next-medium {
  -webkit-box-shadow: none;
          box-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;
  height: 40px;
}
.next-search-normal.next-primary.next-medium .next-search-input {
  height: 36px;
  overflow-y: hidden;
}
.next-search-normal.next-primary.next-medium .next-search-input input {
  height: 36px;
  line-height: 36px \0 ;
}
.next-search-normal.next-primary.next-medium .next-select {
  height: 36px;
}
.next-search-normal.next-primary.next-medium .next-search-btn {
  font-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;
}
.next-search-normal.next-primary .next-input {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}
.next-search-normal.next-secondary .next-search-left {
  border-color: #C4C6CF;
}
.next-search-normal.next-secondary .next-search-left .next-search-left-addon {
  border-right: 1px solid #E6E7EB;
}
.next-search-normal.next-secondary:hover .next-search-left,
.next-search-normal.next-secondary:hover .next-btn {
  border-color: #5584FF;
}
.next-search-normal.next-secondary .next-search-btn {
  background: #5584FF;
  border-color: #5584FF;
  color: #FFFFFF;
}
.next-search-normal.next-secondary .next-search-btn:hover {
  background: #3E71F7;
  border-color: #5584FF;
  color: #FFFFFF;
}
.next-search-normal.next-secondary .next-search-btn .next-icon {
  color: #FFFFFF;
}
.next-search-normal.next-secondary .next-search-btn .next-icon:hover {
  color: #FFFFFF;
}
.next-search-normal.next-secondary.next-large {
  -webkit-box-shadow: none;
          box-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;
  height: 60px;
}
.next-search-normal.next-secondary.next-large .next-search-input {
  height: 58px;
  overflow-y: hidden;
}
.next-search-normal.next-secondary.next-large .next-search-input input {
  height: 58px;
  line-height: 58px \0 ;
}
.next-search-normal.next-secondary.next-large .next-select {
  height: 58px;
}
.next-search-normal.next-secondary.next-large .next-search-btn {
  font-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;
}
.next-search-normal.next-secondary.next-medium {
  -webkit-box-shadow: none;
          box-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;
  height: 40px;
}
.next-search-normal.next-secondary.next-medium .next-search-input {
  height: 38px;
  overflow-y: hidden;
}
.next-search-normal.next-secondary.next-medium .next-search-input input {
  height: 38px;
  line-height: 38px \0 ;
}
.next-search-normal.next-secondary.next-medium .next-select {
  height: 38px;
}
.next-search-normal.next-secondary.next-medium .next-search-btn {
  font-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;
}
.next-search-normal.next-secondary .next-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.next-search-normal.next-normal .next-search-left {
  border-color: #C4C6CF;
}
.next-search-normal.next-normal .next-search-left .next-search-left-addon {
  border-right: 1px solid #E6E7EB;
}
.next-search-normal.next-normal:hover .next-search-left,
.next-search-normal.next-normal:hover .next-btn {
  border-color: #A0A2AD;
}
.next-search-normal.next-normal .next-search-btn {
  background: #F7F8FA;
  border-color: #C4C6CF;
  color: #666666;
}
.next-search-normal.next-normal .next-search-btn:hover {
  background: #EBECF0;
  border-color: #A0A2AD;
  color: #333333;
}
.next-search-normal.next-normal .next-search-btn .next-icon {
  color: #666666;
}
.next-search-normal.next-normal .next-search-btn .next-icon:hover {
  color: #333333;
}
.next-search-normal.next-normal.next-large {
  -webkit-box-shadow: none;
          box-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;
  height: 60px;
}
.next-search-normal.next-normal.next-large .next-search-input {
  height: 58px;
  overflow-y: hidden;
}
.next-search-normal.next-normal.next-large .next-search-input input {
  height: 58px;
  line-height: 58px \0 ;
}
.next-search-normal.next-normal.next-large .next-select {
  height: 58px;
}
.next-search-normal.next-normal.next-large .next-search-btn {
  font-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;
}
.next-search-normal.next-normal.next-medium {
  -webkit-box-shadow: none;
          box-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;
  height: 40px;
}
.next-search-normal.next-normal.next-medium .next-search-input {
  height: 38px;
  overflow-y: hidden;
}
.next-search-normal.next-normal.next-medium .next-search-input input {
  height: 38px;
  line-height: 38px \0 ;
}
.next-search-normal.next-normal.next-medium .next-select {
  height: 38px;
}
.next-search-normal.next-normal.next-medium .next-search-btn {
  font-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;
}
.next-search-normal.next-normal .next-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.next-search-normal.next-dark .next-search-left {
  border-color: #5584FF;
}
.next-search-normal.next-dark .next-search-left .next-search-left-addon {
  border-right: 1px solid #5584FF;
}
.next-search-normal.next-dark:hover .next-search-left,
.next-search-normal.next-dark:hover .next-btn {
  border-color: #5584FF;
}
.next-search-normal.next-dark .next-search-btn {
  background: #5584FF;
  border-color: #5584FF;
  color: #FFFFFF;
}
.next-search-normal.next-dark .next-search-btn:hover {
  background: #3E71F7;
  border-color: #5584FF;
  color: #FFFFFF;
}
.next-search-normal.next-dark .next-search-btn .next-icon {
  color: #FFFFFF;
}
.next-search-normal.next-dark .next-search-btn .next-icon:hover {
  color: #FFFFFF;
}
.next-search-normal.next-dark .next-select-inner,
.next-search-normal.next-dark input {
  color: #FFFFFF;
}
.next-search-normal.next-dark .next-input {
  background: rgba(255, 255, 255, 0);
}
.next-search-normal.next-dark .next-select {
  background: rgba(255, 255, 255, 0);
}
.next-search-normal.next-dark.next-large {
  -webkit-box-shadow: none;
          box-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;
  height: 60px;
}
.next-search-normal.next-dark.next-large .next-search-input {
  height: 58px;
  overflow-y: hidden;
}
.next-search-normal.next-dark.next-large .next-search-input input {
  height: 58px;
  line-height: 58px \0 ;
}
.next-search-normal.next-dark.next-large .next-select {
  height: 58px;
}
.next-search-normal.next-dark.next-large .next-search-btn {
  font-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;
}
.next-search-normal.next-dark.next-medium {
  -webkit-box-shadow: none;
          box-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;
  height: 40px;
}
.next-search-normal.next-dark.next-medium .next-search-input {
  height: 38px;
  overflow-y: hidden;
}
.next-search-normal.next-dark.next-medium .next-search-input input {
  height: 38px;
  line-height: 38px \0 ;
}
.next-search-normal.next-dark.next-medium .next-select {
  height: 38px;
}
.next-search-normal.next-dark.next-medium .next-search-btn {
  font-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;
}
.next-search-normal:not([dir=rtl]) .next-search-left {
  border-right: none;
}
.next-search-simple {
  width: 300px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
.next-search-simple .next-search-icon {
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-search-simple .next-search-left, .next-search-simple .next-input {
  border-radius: 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;
}
.next-search-simple.next-normal .next-search-left .next-search-left-addon {
  border-right: 1px solid #C4C6CF;
}
.next-search-simple.next-normal:hover .next-search-left {
  border-color: #A0A2AD;
}
.next-search-simple.next-normal .next-search-icon {
  color: #999999;
}
.next-search-simple.next-normal .next-search-icon:hover {
  color: #666666;
}
.next-search-simple.next-normal .next-search-left {
  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;
}
.next-search-simple.next-dark .next-search-left .next-search-left-addon {
  border-right: 1px solid #C4C6CF;
}
.next-search-simple.next-dark:hover .next-search-left {
  border-color: #C4C6CF;
}
.next-search-simple.next-dark .next-search-icon {
  color: #999999;
}
.next-search-simple.next-dark .next-search-icon:hover {
  color: #666666;
}
.next-search-simple.next-dark .next-select-inner,
.next-search-simple.next-dark input {
  color: #FFFFFF;
}
.next-search-simple.next-dark .next-input {
  background: rgba(255, 255, 255, 0);
}
.next-search-simple.next-dark .next-select {
  background: rgba(255, 255, 255, 0);
}
.next-search-simple.next-dark .next-search-left {
  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;
}
.next-search-simple .next-select.next-medium {
  height: 26px;
}

/* Slider */
/* -------------------------------------- */
.next-slick {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: 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 {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform: translate3d(0, 0, 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;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.next-slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms 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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  /* prev/next 按钮不同位置下的外观 */
}
.next-slick-arrow.inner {
  color: #FFFFFF;
  background: #000000;
  opacity: 0.2;
  padding: 0;
  border: none;
}
.next-slick-arrow.inner:focus, .next-slick-arrow.inner:hover {
  color: #FFFFFF;
  background: #000000;
  opacity: 0.4;
}
.next-slick-arrow.inner.disabled {
  color: #CCCCCC;
  background: #F7F8FA;
  opacity: 0.5;
}
.next-slick-arrow.outer {
  color: #666666;
  background: transparent;
  opacity: 0.32;
  padding: 0;
  border: none;
  border-radius: 0px;
}
.next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
  color: #333333;
  background: transparent;
  opacity: 0.32;
}
.next-slick-arrow.outer.disabled {
  color: #CCCCCC;
  background: transparent;
  opacity: 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-color: white;
  border-style: solid;
  outline: none;
  padding: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
}
.next-slick-dots-item button:focus, .next-slick-dots-item button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  /* border-width: $slick-dots-border-width-hover; */
  border-color: white;
}
.next-slick-dots-item.active button {
  background: #5584ff;
  /* border-width: $slick-dots-border-width-selected; */
  border-color: white;
  -webkit-animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1);
          animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.next-slick-dots.hoz {
  width: 100%;
  bottom: 12px;
  left: 0;
  text-align: center;
}
.next-slick-dots.hoz .next-slick-dots-item {
  margin: 0 4px;
}
.next-slick-dots.ver {
  width: 16px;
  top: 0;
  right: 20px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.next-slick-dots.ver .next-slick-dots-item {
  margin: 0px 0;
}
.next-slick.next-slick-hoz.next-slick-outer {
  padding: 0 24px;
}
.next-slick.next-slick-hoz .next-slick-arrow.medium {
  width: 28px;
  height: 56px;
  line-height: 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(50% - 28px);
}
.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(50% - 28px);
}
.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
  left: -4px;
}
.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
  right: -4px;
}
.next-slick.next-slick-hoz .next-slick-arrow.large {
  width: 48px;
  height: 96px;
  line-height: 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(50% - 48px);
}
.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(50% - 48px);
}
.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
  left: -8px;
}
.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
  right: -8px;
}
.next-slick.next-slick-ver.next-slick-outer {
  padding: 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;
  height: 28px;
  line-height: 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(50% - 28px);
}
.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(50% - 28px);
}
.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
  top: -4px;
}
.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
  bottom: -4px;
}
.next-slick.next-slick-ver .next-slick-arrow.large {
  width: 96px;
  height: 48px;
  line-height: 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(50% - 48px);
}
.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(50% - 48px);
}
.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
  top: -16px;
}
.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
  bottom: -16px;
}

.next-split-btn {
  display: inline-block;
  position: relative;
}
.next-split-btn-spacing-tb {
  padding: 0px 0;
}
.next-split-btn-trigger .next-icon {
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}
.next-split-btn-trigger.next-expand .next-split-btn-symbol-fold {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon {
  color: #999999;
}
.next-split-btn-trigger.next-small {
  padding-left: 4px;
  padding-right: 4px;
}
.next-split-btn-trigger.next-medium {
  padding-left: 8px;
  padding-right: 8px;
}
.next-split-btn-symbol-fold::before {
  content: "\E63D";
}
.next-split-btn-symbol-unfold::before {
  content: "";
}

.next-step *,
.next-step *:before,
.next-step *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-step, .next-step:before, .next-step:after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-step-item-node.clicked {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-step-arrow .next-step-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 32px;
  line-height: 32px;
  margin-left: 16px;
  margin-right: 4px;
}
.next-step-arrow .next-step-item:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  z-index: 1;
  border: 16px solid transparent;
  border-left-color: transparent;
}
.next-step-arrow .next-step-item:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 1;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
}
.next-step-arrow .next-step-item .next-step-item-container {
  min-width: 100px;
  height: 32px;
  cursor: pointer;
}
.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.next-step-arrow > .next-step-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;
}
.next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 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;
  border-color: #000000;
}
.next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
  background: #EBECF0;
  border-color: #000000;
}
.next-step-arrow > .next-step-item-wait .next-step-item-title {
  color: #999999;
  word-break: break-word;
}
.next-step-arrow > .next-step-item-wait .next-step-item-content {
  color: #999999;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder {
  width: 32px;
  height: 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;
  height: 32px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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-left-color: transparent;
}
.next-step-arrow > .next-step-item-wait:after {
  border-left-color: #EBECF0;
}
.next-step-arrow > .next-step-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;
}
.next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 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;
  border-color: #000000;
}
.next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
  background: #5584FF;
  border-color: #000000;
}
.next-step-arrow > .next-step-item-process .next-step-item-title {
  color: #FFFFFF;
  word-break: break-word;
}
.next-step-arrow > .next-step-item-process .next-step-item-content {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-arrow > .next-step-item-process .next-step-item-node-placeholder {
  width: 32px;
  height: 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;
  height: 32px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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-left-color: transparent;
}
.next-step-arrow > .next-step-item-process:after {
  border-left-color: #5584FF;
}
.next-step-arrow > .next-step-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;
}
.next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 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;
  border-color: #000000;
}
.next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
  background: #DEE8FF;
  border-color: #000000;
}
.next-step-arrow > .next-step-item-finish .next-step-item-title {
  color: #5584FF;
  word-break: break-word;
}
.next-step-arrow > .next-step-item-finish .next-step-item-content {
  color: #5584FF;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder {
  width: 32px;
  height: 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;
  height: 32px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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-left-color: transparent;
}
.next-step-arrow > .next-step-item-finish:after {
  border-left-color: #DEE8FF;
}
.next-step-arrow .next-step-item-disabled {
  cursor: not-allowed;
  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;
}
.next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 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;
  border-color: #000000;
}
.next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
  background: #F7F8FA;
  border-color: #000000;
}
.next-step-arrow .next-step-item-disabled .next-step-item-title {
  color: #CCCCCC;
  word-break: break-word;
}
.next-step-arrow .next-step-item-disabled .next-step-item-content {
  color: #CCCCCC;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
  width: 32px;
  height: 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;
  height: 32px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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-left-color: transparent;
}
.next-step-arrow .next-step-item-disabled:after {
  border-left-color: #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;
}
.next-step-arrow .next-step-item-last {
  margin-right: 0;
}
.next-step-arrow .next-step-item-last:after {
  border: 16px solid transparent;
}

.next-step-circle .next-step-item-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 8px;
}
.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
  color: #5584FF;
  font-size: 12px;
}
.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
  stroke: #A0A2AD;
  stroke-width: 3px;
}
.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
  stroke: #5584FF;
  stroke-width: 3px;
}
.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;
}
.next-step-circle > .next-step-item-wait .next-step-item-tail-underlay {
  background: #E6E7EB;
}
.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px;
}
.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node {
  color: #666666;
}
.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #A0A2AD;
}
.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #A0A2AD;
}
.next-step-circle > .next-step-item-wait .next-step-item-title {
  color: #666666;
  word-break: break-word;
}
.next-step-circle > .next-step-item-wait .next-step-item-content {
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-circle > .next-step-item-wait .next-step-item-node-placeholder {
  width: 32px;
  height: 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;
  height: 32px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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;
}
.next-step-circle > .next-step-item-process .next-step-item-tail-underlay {
  background: #E6E7EB;
}
.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px;
}
.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node {
  color: #FFFFFF;
}
.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
  background: #5584FF;
  border-color: #5584FF;
}
.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
  background: #5584FF;
  border-color: #5584FF;
}
.next-step-circle > .next-step-item-process .next-step-item-title {
  color: #333333;
  word-break: break-word;
}
.next-step-circle > .next-step-item-process .next-step-item-content {
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-circle > .next-step-item-process .next-step-item-node-placeholder {
  width: 32px;
  height: 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;
  height: 32px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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;
}
.next-step-circle > .next-step-item-finish .next-step-item-tail-underlay {
  background: #E6E7EB;
}
.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px;
}
.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node {
  color: #5584FF;
}
.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #5584FF;
}
.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #5584FF;
}
.next-step-circle > .next-step-item-finish .next-step-item-title {
  color: #666666;
  word-break: break-word;
}
.next-step-circle > .next-step-item-finish .next-step-item-content {
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-circle > .next-step-item-finish .next-step-item-node-placeholder {
  width: 32px;
  height: 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;
  height: 32px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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;
}
.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
  background: #E6E7EB;
}
.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px;
}
.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node {
  color: #CCCCCC;
}
.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #E6E7EB;
}
.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #E6E7EB;
}
.next-step-circle .next-step-item-disabled .next-step-item-title {
  color: #CCCCCC;
  word-break: break-word;
}
.next-step-circle .next-step-item-disabled .next-step-item-content {
  color: #CCCCCC;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
  width: 32px;
  height: 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;
  height: 32px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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);
  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;
  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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
  width: 100px;
  left: -26px;
  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;
  line-height: 18px;
  margin-top: 8px;
  font-weight: bold;
}
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-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);
  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;
  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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body {
  width: 100px;
  left: -26px;
  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;
  line-height: 18px;
  margin-top: 8px;
  font-weight: bold;
}
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-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);
  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;
  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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  width: 100px;
  left: -26px;
  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;
  line-height: 18px;
  margin-top: 8px;
  font-weight: bold;
}
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-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);
  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;
  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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  width: 100px;
  left: -26px;
  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;
  line-height: 18px;
  margin-top: 8px;
  font-weight: bold;
}
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-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;
  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;
  margin-top: 9px;
}
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
  width: calc(100% - 148px);
  position: absolute;
  right: 0;
  margin-top: -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;
  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;
  margin-top: 9px;
}
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
  width: calc(100% - 148px);
  position: absolute;
  right: 0;
  margin-top: -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;
  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;
  margin-top: 9px;
}
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
  width: calc(100% - 148px);
  position: absolute;
  right: 0;
  margin-top: -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;
  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;
  margin-top: 9px;
}
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
  width: calc(100% - 148px);
  position: absolute;
  right: 0;
  margin-top: -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;
  height: 0;
  margin: 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;
  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;
}
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 16px;
  margin-left: 8px;
}
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
  margin-top: 8px;
  text-align: left;
  font-weight: bold;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 12px;
  line-height: 1.2857142;
}
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
  width: 1px;
  height: 0;
  margin: 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;
  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;
}
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 16px;
  margin-left: 8px;
}
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
  margin-top: 8px;
  text-align: left;
  font-weight: bold;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 12px;
  line-height: 1.2857142;
}
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
  width: 1px;
  height: 0;
  margin: 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;
  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;
}
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 16px;
  margin-left: 8px;
}
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
  margin-top: 8px;
  text-align: left;
  font-weight: bold;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 12px;
  line-height: 1.2857142;
}
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
  width: 1px;
  height: 0;
  margin: 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;
  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;
}
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 16px;
  margin-left: 8px;
}
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
  margin-top: 8px;
  text-align: left;
  font-weight: bold;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 12px;
  line-height: 1.2857142;
}
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}

.next-step-dot .next-step-item-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 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;
}
.next-step-dot > .next-step-item-wait .next-step-item-tail-underlay {
  background: #E6E7EB;
}
.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
  width: 12px;
  height: 12px;
}
.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node {
  color: #999999;
}
.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #A0A2AD;
}
.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #A0A2AD;
}
.next-step-dot > .next-step-item-wait .next-step-item-title {
  color: #666666;
  word-break: break-word;
}
.next-step-dot > .next-step-item-wait .next-step-item-content {
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-dot > .next-step-item-wait .next-step-item-node-placeholder {
  width: 12px;
  height: 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;
  height: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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;
}
.next-step-dot > .next-step-item-wait .next-step-item-node-dot {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.next-step-dot > .next-step-item-process .next-step-item-tail-overlay {
  background: #C4C6CF;
}
.next-step-dot > .next-step-item-process .next-step-item-tail-underlay {
  background: #E6E7EB;
}
.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-progress {
  width: 12px;
  height: 12px;
}
.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node {
  color: #5584FF;
}
.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
  background: #5584FF;
  border-color: #5584FF;
}
.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
  background: #5584FF;
  border-color: #5584FF;
}
.next-step-dot > .next-step-item-process .next-step-item-title {
  color: #333333;
  word-break: break-word;
}
.next-step-dot > .next-step-item-process .next-step-item-content {
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-dot > .next-step-item-process .next-step-item-node-placeholder {
  width: 12px;
  height: 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;
  height: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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;
}
.next-step-dot > .next-step-item-process .next-step-item-node-dot {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.next-step-dot > .next-step-item-finish .next-step-item-tail-overlay {
  background: #5584FF;
}
.next-step-dot > .next-step-item-finish .next-step-item-tail-underlay {
  background: #E6E7EB;
}
.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
  width: 12px;
  height: 12px;
}
.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node {
  color: #5584FF;
}
.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #5584FF;
}
.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #5584FF;
}
.next-step-dot > .next-step-item-finish .next-step-item-title {
  color: #666666;
  word-break: break-word;
}
.next-step-dot > .next-step-item-finish .next-step-item-content {
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-dot > .next-step-item-finish .next-step-item-node-placeholder {
  width: 12px;
  height: 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;
  height: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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;
}
.next-step-dot > .next-step-item-finish .next-step-item-node-dot {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay {
  background: #E6E7EB;
}
.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
  background: #E6E7EB;
}
.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
  width: 12px;
  height: 12px;
}
.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node {
  color: #E6E7EB;
}
.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #DCDEE3;
}
.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #DCDEE3;
}
.next-step-dot .next-step-item-disabled .next-step-item-title {
  color: #CCCCCC;
  word-break: break-word;
}
.next-step-dot .next-step-item-disabled .next-step-item-content {
  color: #CCCCCC;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-word;
}
.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
  width: 12px;
  height: 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;
  height: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
          animation: zoomIn 300ms 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;
}
.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.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);
  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;
  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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
  width: 100px;
  left: -36px;
  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;
  line-height: 16px;
  margin-top: 8px;
  font-weight: bold;
}
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-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);
  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;
  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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body {
  width: 100px;
  left: -36px;
  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;
  line-height: 16px;
  margin-top: 8px;
  font-weight: bold;
}
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-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);
  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;
  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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  width: 100px;
  left: -36px;
  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;
  line-height: 16px;
  margin-top: 8px;
  font-weight: bold;
}
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-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);
  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;
  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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  width: 100px;
  left: -36px;
  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;
  line-height: 16px;
  margin-top: 8px;
  font-weight: bold;
}
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-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;
  height: 0;
  margin: 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;
  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;
}
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 6px;
  margin-left: 8px;
}
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
  margin-top: 0px;
  font-weight: bold;
  text-align: left;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 12px;
  line-height: 1.2857142;
}
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
  width: 1px;
  height: 0;
  margin: 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;
  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;
}
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 6px;
  margin-left: 8px;
}
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
  margin-top: 0px;
  font-weight: bold;
  text-align: left;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 12px;
  line-height: 1.2857142;
}
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
  width: 1px;
  height: 0;
  margin: 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;
  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;
}
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 6px;
  margin-left: 8px;
}
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
  margin-top: 0px;
  font-weight: bold;
  text-align: left;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 12px;
  line-height: 1.2857142;
}
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
  width: 1px;
  height: 0;
  margin: 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;
  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;
}
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 6px;
  margin-left: 8px;
}
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
  margin-top: 0px;
  font-weight: bold;
  text-align: left;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 12px;
  line-height: 1.2857142;
}
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}

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

.next-step-arrow[dir=rtl] .next-step-item {
  height: 32px;
  line-height: 32px;
  margin-left: 4px;
  margin-right: 16px;
}
.next-step-arrow[dir=rtl] .next-step-item:before {
  right: -16px;
  left: auto;
  border: 16px solid transparent;
  border-right-color: transparent;
}
.next-step-arrow[dir=rtl] .next-step-item:after {
  left: -32px;
  right: auto;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid transparent;
}
.next-step-arrow[dir=rtl] > .next-step-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-right-color: transparent;
}
.next-step-arrow[dir=rtl] > .next-step-item-wait:after {
  border-right-color: #EBECF0;
  border-left-color: transparent;
}
.next-step-arrow[dir=rtl] > .next-step-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-right-color: transparent;
}
.next-step-arrow[dir=rtl] > .next-step-item-process:after {
  border-right-color: #5584FF;
  border-left-color: transparent;
}
.next-step-arrow[dir=rtl] > .next-step-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-right-color: transparent;
}
.next-step-arrow[dir=rtl] > .next-step-item-finish:after {
  border-right-color: #DEE8FF;
  border-left-color: transparent;
}
.next-step-arrow[dir=rtl] .next-step-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-right-color: transparent;
}
.next-step-arrow[dir=rtl] .next-step-item-disabled:after {
  border-right-color: #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;
  left: auto;
}
.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-process > .next-step-item-body {
  right: -26px;
  left: auto;
}
.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  right: -26px;
  left: auto;
}
.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  right: -26px;
  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-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-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-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-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;
  left: auto;
  margin-right: 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;
  line-height: 1.2857142;
}
.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;
  left: auto;
  margin-right: 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;
  line-height: 1.2857142;
}
.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;
  left: auto;
  margin-right: 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;
  line-height: 1.2857142;
}
.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;
  left: auto;
  margin-right: 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;
  line-height: 1.2857142;
}
.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;
  left: auto;
}
.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-process > .next-step-item-body {
  right: -36px;
  left: auto;
}
.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  right: -36px;
  left: auto;
}
.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  right: -36px;
  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;
  left: auto;
  margin-right: 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;
  line-height: 1.2857142;
}
.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;
  left: auto;
  margin-right: 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;
  line-height: 1.2857142;
}
.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;
  left: auto;
  margin-right: 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;
  line-height: 1.2857142;
}
.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;
  left: auto;
  margin-right: 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;
  line-height: 1.2857142;
}
.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
  text-align: right;
}

.next-switch:after[dir=rtl] {
  content: " ";
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.next-switch-medium[dir=rtl]:after {
  right: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.next-switch-small[dir=rtl]:after {
  right: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.next-switch-on[dir=rtl] > .next-switch-children {
  color: #FFFFFF;
}
.next-switch-on[disabled][dir=rtl]:after {
  left: 0;
  right: 100%;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.next-switch-off[dir=rtl]:after {
  right: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.12);
}
.next-switch-off[dir=rtl] > .next-switch-children {
  right: auto;
}
.next-switch-off.next-switch-small[dir=rtl] > .next-switch-children {
  right: auto;
}

.next-switch {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-align: left;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-transition: background 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.next-switch *,
.next-switch *:before,
.next-switch *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-switch-btn {
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.next-switch:after {
  content: "";
}
.next-switch-loading {
  pointer-events: none;
}
.next-switch-loading .next-icon-loading {
  color: #5584FF;
  text-align: center;
  -webkit-transform: translate(-1px, -1px);
      -ms-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}
.next-switch-loading .next-icon-loading.next-switch-inner-icon:before {
  vertical-align: top;
}
.next-switch-medium {
  position: relative;
  display: inline-block;
  border: 2px solid transparent;
  width: 56px;
  height: 28px;
  border-radius: 20px;
}
.next-switch-medium:not([disabled]):active .next-switch-btn {
  width: 31.2px;
}
.next-switch-medium.next-switch-on:not([disabled]):active .next-switch-btn {
  left: calc(100% - 31.2px);
}
.next-switch-medium.next-switch-auto-width {
  min-width: 56px;
  width: auto;
  overflow: initial;
}
.next-switch-medium:after {
  content: "";
}
.next-switch-medium > .next-switch-btn {
  border: 1px solid transparent;
  position: absolute;
  left: calc(100% - 24px);
  width: 24px;
  height: 24px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-switch-medium > .next-switch-children {
  height: 24px;
  line-height: 24px;
}
.next-switch-medium > .next-switch-children {
  font-size: 12px;
}
.next-switch-medium.next-switch.next-switch-on > .next-switch-children {
  margin: 0 32px 0 8px;
}
.next-switch-medium.next-switch.next-switch-off > .next-switch-children {
  margin: 0 8px 0 32px;
}
.next-switch-medium.next-switch-loading .next-icon-loading {
  line-height: 24px;
  height: 24px;
  width: 24px;
}
.next-switch-medium.next-switch-loading .next-icon-loading:before, .next-switch-medium.next-switch-loading .next-icon-loading .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-switch-small {
  position: relative;
  display: inline-block;
  border: 2px solid transparent;
  width: 44px;
  height: 24px;
  border-radius: 20px;
}
.next-switch-small:not([disabled]):active .next-switch-btn {
  width: 26px;
}
.next-switch-small.next-switch-on:not([disabled]):active .next-switch-btn {
  left: calc(100% - 26px);
}
.next-switch-small.next-switch-auto-width {
  min-width: 44px;
  width: auto;
  overflow: initial;
}
.next-switch-small:after {
  content: "";
}
.next-switch-small > .next-switch-btn {
  border: 1px solid transparent;
  position: absolute;
  left: calc(100% - 20px);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-switch-small > .next-switch-children {
  height: 20px;
  line-height: 20px;
}
.next-switch-small > .next-switch-children {
  font-size: 12px;
}
.next-switch-small.next-switch.next-switch-on > .next-switch-children {
  margin: 0 28px 0 8px;
}
.next-switch-small.next-switch.next-switch-off > .next-switch-children {
  margin: 0 8px 0 28px;
}
.next-switch-small.next-switch-loading .next-icon-loading {
  line-height: 20px;
  height: 20px;
  width: 20px;
}
.next-switch-small.next-switch-loading .next-icon-loading:before, .next-switch-small.next-switch-loading .next-icon-loading .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-switch-on {
  background-color: #5584FF;
}
.next-switch-on .next-switch-btn {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  border-color: transparent;
}
.next-switch-on > .next-switch-children {
  color: #FFFFFF;
}
.next-switch-on:focus, .next-switch-on.hover, .next-switch-on:hover {
  background-color: #3E71F7;
}
.next-switch-on:focus .next-switch-btn, .next-switch-on.hover .next-switch-btn, .next-switch-on:hover .next-switch-btn {
  background-color: #FFFFFF;
}
.next-switch-on[disabled] {
  background-color: #EBECF0;
  cursor: not-allowed;
}
.next-switch-on[disabled] .next-switch-btn {
  right: 0;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #F7F8FA;
  border-color: transparent;
}
.next-switch-on[disabled] > .next-switch-children {
  color: #CCCCCC;
}
.next-switch-off {
  background-color: #EBECF0;
  border-color: #EBECF0;
}
.next-switch-off:focus, .next-switch-off.hover, .next-switch-off:hover {
  background-color: #EBECF0;
  border-color: #EBECF0;
}
.next-switch-off .next-switch-btn {
  left: 0;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  border-color: transparent;
}
.next-switch-off:focus .next-switch-btn, .next-switch-off.hover .next-switch-btn, .next-switch-off:hover .next-switch-btn {
  background-color: #FFFFFF;
}
.next-switch-off > .next-switch-children {
  color: #999999;
}
.next-switch-off[disabled] {
  background-color: #EBECF0;
  cursor: not-allowed;
}
.next-switch-off[disabled] .next-switch-btn {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #F7F8FA;
  border-color: transparent;
}
.next-switch-off[disabled] > .next-switch-children {
  color: #C4C6CF;
}

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.next-tabs *,
.next-tabs *:before,
.next-tabs *:after {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  list-style: none;
  padding: 0;
  margin: 0;
}
.next-tabs-nav-enter, .next-tabs-nav-appear {
  -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.next-tabs-nav-leave {
  -webkit-animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.next-tabs-nav.next-disable-animation .next-tabs-tab:before {
  -webkit-transition: none;
  transition: none;
}
.next-tabs-tab {
  display: inline-block;
  position: relative;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-tabs-tab-inner {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.next-tabs-tab:before {
  content: "";
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.next-tabs-tab.active {
  font-weight: normal;
}
.next-tabs-tab .next-tabs-tab-close {
  color: #666666;
}
.next-tabs-tab .next-tabs-tab-close:hover {
  color: #333333;
}
.next-tabs-tab .next-tabs-tab-close:focus {
  outline: none;
}
.next-tabs-tab.active .next-tabs-tab-close {
  color: #5584FF;
}
.next-tabs-tab.disabled .next-tabs-tab-close {
  color: #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: 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;
}
.next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-down.hover, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover, .next-tabs-btn-prev.hover, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-next.hover {
  color: #333333;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-tabs-btn-down:active, .next-tabs-btn-down.active, .next-tabs-btn-prev:active, .next-tabs-btn-prev.active, .next-tabs-btn-next:active, .next-tabs-btn-next.active {
  color: #333333;
  background: 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;
}
.next-tabs-btn-next {
  right: 8px;
}
.next-tabs-btn-prev {
  right: 32px;
}
.next-tabs-btn-down {
  right: 8px;
}
.next-tabs .next-tab-icon-dropdown::before {
  content: "\E63D";
}
.next-tabs .next-tab-icon-prev::before {
  content: "\E61D";
}
.next-tabs .next-tab-icon-next::before {
  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;
}
.next-tabs.next-medium .next-tabs-tab-inner {
  font-size: 12px;
  padding: 12px 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: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-tab-inner .next-tabs-tab-close.next-icon {
  margin-left: 8px;
}
.next-tabs.next-medium .next-tabs-tab-inner .next-icon-add:before, .next-tabs.next-medium .next-tabs-tab-inner .next-icon-add .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;
}
.next-tabs.next-small .next-tabs-tab-inner {
  font-size: 12px;
  padding: 8px 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: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 {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            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-tab-inner .next-tabs-tab-close.next-icon {
  margin-left: 8px;
}
.next-tabs.next-small .next-tabs-tab-inner .next-icon-add:before, .next-tabs.next-small .next-tabs-tab-inner .next-icon-add .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-icon-add {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-tabs.next-small .next-tabs-tab-inner .next-icon-add: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-show-add {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0 !important;
}
.next-tabs-show-add .next-tabs-nav-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
}
.next-tabs-show-add .next-tabs-nav-wrap::after {
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  content: "";
  pointer-events: none;
  -webkit-box-shadow: -2px 0 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: -2px 0 3px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.next-tabs-show-add .next-tabs-nav-operations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.next-tabs-show-add .next-tabs-nav-operations .next-tabs-btn-prev {
  position: initial;
  right: auto;
}
.next-tabs-show-add .next-tabs-nav-operations .next-tabs-btn-next {
  position: initial;
  margin-left: 8px;
  right: auto;
}
.next-tabs-show-add .next-tabs-nav-operations .next-tabs-btn-down {
  margin-left: 8px;
  position: initial;
  right: auto;
}
.next-tabs.next-small .next-tabs-nav-operations .next-tabs-btn-prev {
  margin-left: 8px;
}
.next-tabs.next-small .next-tabs-nav-operations .next-tabs-btn-next {
  margin-right: 8px;
}
.next-tabs.next-medium .next-tabs-nav-operations .next-tabs-btn-prev {
  margin-left: 12px;
}
.next-tabs.next-medium .next-tabs-nav-operations .next-tabs-btn-next {
  margin-right: 12px;
}
.next-tabs-pure > .next-tabs-bar {
  border-bottom: solid 1px #DCDEE3;
  background-color: transparent;
}
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container {
  margin-bottom: -1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
  color: #666666;
  background-color: transparent;
}
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
  cursor: pointer;
  color: #333333;
  background-color: transparent;
}
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
  z-index: 1;
  color: #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;
  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;
  left: 50%;
  bottom: 0%;
}
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
  width: 100%;
  left: 0px;
}
.next-tabs-wrapped > .next-tabs-bar {
  background: transparent;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
  color: #666666;
  background-color: #F2F3F7;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #333333;
  background-color: #EBECF0;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active {
  z-index: 1;
  color: #5584FF;
  background-color: #FFFFFF;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #CCCCCC;
  background: #F7F8FA;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
  color: #666666;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
  color: #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;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close {
  color: #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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab {
  border: solid 1px #DCDEE3;
  border-radius: 3px 3px 0 0;
  border-width: 1px 1px 1px 1px;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab + .next-tabs-tab {
  margin-left: 4px;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #C4C6CF;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
  border-color: #DCDEE3 #DCDEE3 #FFFFFF #DCDEE3;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before {
  border-radius: 3px;
  width: 0;
  border-top: 2px solid #5584FF;
  left: 50%;
  top: -1px;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active:before {
  width: calc(100% - 6px);
  left: 3px;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
  border-width: 1px 1px 1px 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;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab {
  margin-right: 4px;
  border: solid 1px #DCDEE3;
  border-radius: 0 0 3px 3px;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #C4C6CF;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active {
  border-color: #FFFFFF #DCDEE3 #DCDEE3 #DCDEE3;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before {
  border-radius: 3px;
  width: 0;
  border-bottom: 2px solid #5584FF;
  left: 50%;
  bottom: -1px;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active:before {
  width: calc(100% - 6px);
  left: 3px;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-content {
  top: 1px;
  border-bottom: 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;
  border: solid 1px #DCDEE3;
  border-radius: 3px 0 0 3px;
  border-width: 1px 1px 1px 1px;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #C4C6CF;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
  border-color: #DCDEE3 #FFFFFF #DCDEE3 #DCDEE3;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before {
  border-radius: 3px;
  height: 0;
  border-left: 2px solid #5584FF;
  top: 50%;
  left: -1px;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active:before {
  height: calc(100% - 6px);
  top: 3px;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
  border-width: 1px 1px 1px 1px;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-content {
  right: 1px;
  border-left: 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;
  border: solid 1px #DCDEE3;
  border-radius: 0 3px 3px 0;
  border-width: 1px 1px 1px 1px;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #C4C6CF;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
  border-color: #DCDEE3 #DCDEE3 #DCDEE3 #FFFFFF;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before {
  border-radius: 3px;
  height: 0;
  border-right: 2px solid #5584FF;
  top: 50%;
  right: -1px;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active:before {
  height: calc(100% - 6px);
  top: 3px;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
  border-width: 1px 1px 1px 1px;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-content {
  right: -1px;
  border-right: 1px solid #DCDEE3;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  border: 1px solid #C4C6CF;
  border-right-color: transparent;
  margin-right: -1px;
  color: #333333;
  background-color: #F2F3F7;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
  border-radius: 3px 0 0 3px;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #C4C6CF;
  margin-right: 0;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  border-right: 1px solid #C4C6CF;
  border-color: #5584FF;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
  border-color: #E6E7EB;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
  z-index: 2;
  border-right: 1px solid #C4C6CF;
  border-color: #C4C6CF;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #333333;
  background-color: #EBECF0;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  z-index: 1;
  color: #FFFFFF;
  background-color: #5584FF;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #CCCCCC;
  background: #F7F8FA;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab {
  color: #666666;
  background-color: transparent;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #333333;
  background-color: transparent;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab.active {
  z-index: 1;
  color: #5584FF;
  background-color: transparent;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #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);
  width: 1px;
  height: 8px;
  background-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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.next-tabs[dir=rtl].next-medium .next-tabs-nav-container-scrolling {
  padding-left: 60px;
  padding-right: 0;
}
.next-tabs[dir=rtl].next-medium .next-tabs-tab-close {
  padding-right: 8px;
  padding-left: 0;
}
.next-tabs[dir=rtl].next-small .next-tabs-nav-container-scrolling {
  padding-left: 56px;
  padding-right: 0;
}
.next-tabs[dir=rtl].next-small .next-tabs-tab-close {
  padding-right: 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-bottom: 1px solid #C4C6CF;
  border-right: 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;
}
.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #C4C6CF;
}
.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  margin-left: -1px;
  margin-right: auto;
  border-left: 1px solid #C4C6CF;
  border-color: #5584FF;
}
.next-tabs[dir=rtl] .next-tabs-btn-next {
  left: 8px;
  right: auto;
}
.next-tabs[dir=rtl] .next-tabs-btn-prev {
  left: 32px;
  right: auto;
}
.next-tabs[dir=rtl] .next-tabs-btn-down {
  left: 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;
}

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

@keyframes fadeInRightForTag {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(20px);
            transform: rotate(45deg) translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
            transform: rotate(45deg) translateX(0);
  }
}
.next-tag > .next-tag-body {
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-tag-checkable.next-tag-level-secondary {
  color: #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 {
  color: #5584FF;
}
.next-tag-default.next-tag-level-primary {
  color: #666666;
  border-color: #EBECF0;
  background-color: #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 {
  color: #333333;
  border-color: #E2E4E8;
  background-color: #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 {
  color: #333333;
}
[disabled].next-tag-default.next-tag-level-primary, .disabled.next-tag-default.next-tag-level-primary {
  color: #CCCCCC;
  border-color: #F7F8FA;
  background-color: #F7F8FA;
}
[disabled].next-tag-default.next-tag-level-primary > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-primary > .next-tag-close-btn {
  color: #CCCCCC;
}
.next-tag-default.next-tag-level-primary > .next-tag-close-btn {
  color: #666666;
}

.next-tag-closable.next-tag-level-primary {
  color: #666666;
  border-color: #EBECF0;
  background-color: #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 {
  color: #333333;
  border-color: #E2E4E8;
  background-color: #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 {
  color: #333333;
}
[disabled].next-tag-closable.next-tag-level-primary, .disabled.next-tag-closable.next-tag-level-primary {
  color: #CCCCCC;
  border-color: #F7F8FA;
  background-color: #F7F8FA;
}
[disabled].next-tag-closable.next-tag-level-primary > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
  color: #CCCCCC;
}
.next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
  color: #666666;
}

.next-tag-checkable.next-tag-level-primary {
  color: #666666;
  border-color: #EBECF0;
  background-color: #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 {
  color: #333333;
  border-color: #E2E4E8;
  background-color: #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 {
  color: #333333;
}
[disabled].next-tag-checkable.next-tag-level-primary, .disabled.next-tag-checkable.next-tag-level-primary {
  color: #CCCCCC;
  border-color: #F7F8FA;
  background-color: #F7F8FA;
}
[disabled].next-tag-checkable.next-tag-level-primary > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
  color: #CCCCCC;
}
.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
  color: #666666;
}

.next-tag-checkable.next-tag-level-primary.checked {
  color: #FFFFFF;
  border-color: #5584FF;
  background-color: #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 {
  color: #FFFFFF;
  border-color: #3E71F7;
  background-color: #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 {
  color: #FFFFFF;
}
[disabled].next-tag-checkable.next-tag-level-primary.checked, .disabled.next-tag-checkable.next-tag-level-primary.checked {
  color: #CCCCCC;
  border-color: #F7F8FA;
  background-color: #F7F8FA;
}
[disabled].next-tag-checkable.next-tag-level-primary.checked > .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;
  border-color: #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 {
  color: #333333;
  border-color: #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 {
  color: #333333;
}
[disabled].next-tag-default.next-tag-level-normal, .disabled.next-tag-default.next-tag-level-normal {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}
[disabled].next-tag-default.next-tag-level-normal > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn {
  color: #CCCCCC;
}
.next-tag-default.next-tag-level-normal > .next-tag-close-btn {
  color: #666666;
}

.next-tag-closable.next-tag-level-normal {
  color: #666666;
  border-color: #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 {
  color: #333333;
  border-color: #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 {
  color: #333333;
}
[disabled].next-tag-closable.next-tag-level-normal, .disabled.next-tag-closable.next-tag-level-normal {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: transparent;
}
[disabled].next-tag-closable.next-tag-level-normal > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
  color: #CCCCCC;
}
.next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
  color: #666666;
}

.next-tag-checkable.next-tag-level-normal.checked {
  color: #5584FF;
  border-color: #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 {
  color: #3E71F7;
  border-color: #3E71F7;
  background-color: transparent;
}
.next-tag-checkable.next-tag-level-secondary.checked {
  color: #5584FF;
  border-color: #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 {
  color: #3E71F7;
  border-color: #3E71F7;
  background-color: transparent;
}
.next-tag-checkable.next-tag-level-secondary.checked:before {
  position: absolute;
  content: "";
  -webkit-font-smoothing: antialiased;
  background-color: #5584FF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.next-tag-checkable.next-tag-level-secondary.checked:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E632";
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          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 {
  background-color: #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 {
  color: #FFFFFF;
}
[disabled].next-tag-checkable.next-tag-level-secondary.checked:before, .next-tag-checkable.next-tag-level-secondary.checked:disabled:before {
  background-color: #E6E7EB;
}
[disabled].next-tag-checkable.next-tag-level-secondary.checked:after, .next-tag-checkable.next-tag-level-secondary.checked:disabled:after {
  color: #FFFFFF;
}

.next-tag-checkable.next-tag-level-normal {
  color: #666666;
  border-color: #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 {
  color: #333333;
  border-color: #C4C6CF;
  background-color: transparent;
}
[disabled].next-tag-checkable.next-tag-level-normal, .disabled.next-tag-checkable.next-tag-level-normal {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}
.next-tag-checkable.next-tag-level-normal.checked:before {
  position: absolute;
  content: "";
  -webkit-font-smoothing: antialiased;
  background-color: #5584FF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.next-tag-checkable.next-tag-level-normal.checked:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E632";
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          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 {
  background-color: #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 {
  color: #FFFFFF;
}
[disabled].next-tag-checkable.next-tag-level-normal.checked:before, .next-tag-checkable.next-tag-level-normal.checked:disabled:before {
  background-color: #E6E7EB;
}
[disabled].next-tag-checkable.next-tag-level-normal.checked: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;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.next-tag-closable.next-tag-level-normal:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E626";
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          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 {
  background-color: #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 {
  color: #FFFFFF;
}
[disabled].next-tag-closable.next-tag-level-normal:before, .next-tag-closable.next-tag-level-normal:disabled:before {
  background-color: #E6E7EB;
}
[disabled].next-tag-closable.next-tag-level-normal: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-bottom: 8px;
}
.next-tag-group .next-tag-small {
  margin-right: 4px;
  margin-bottom: 4px;
}
.next-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-width: 1px;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid; /* 可配置??? */
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 0;
  outline: 0;
  /* 预设颜色值 */
}
.next-tag *,
.next-tag *:before,
.next-tag *:after {
  -webkit-box-sizing: border-box;
          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: baseline;
}
.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;
  border-color: #4494F9;
  color: #FFF;
}
.next-tag-blue-inverse {
  background-color: rgba(68, 148, 249, 0.25);
  border-color: #4494F9;
  color: #4494F9;
}
.next-tag-green {
  background-color: #46BC15;
  border-color: #46BC15;
  color: #FFF;
}
.next-tag-green-inverse {
  background-color: rgba(70, 188, 21, 0.25);
  border-color: #46BC15;
  color: #46BC15;
}
.next-tag-orange {
  background-color: #FF9300;
  border-color: #FF9300;
  color: #FFF;
}
.next-tag-orange-inverse {
  background-color: rgba(255, 147, 0, 0.25);
  border-color: #FF9300;
  color: #FF9300;
}
.next-tag-red {
  background-color: #FF3000;
  border-color: #FF3000;
  color: #FFF;
}
.next-tag-red-inverse {
  background-color: rgba(255, 48, 0, 0.25);
  border-color: #FF3000;
  color: #FF3000;
}
.next-tag-turquoise {
  background-color: #01C1B2;
  border-color: #01C1B2;
  color: #FFF;
}
.next-tag-turquoise-inverse {
  background-color: rgba(1, 193, 178, 0.25);
  border-color: #01C1B2;
  color: #01C1B2;
}
.next-tag-yellow {
  background-color: #FCCC12;
  border-color: #FCCC12;
  color: #FFF;
}
.next-tag-yellow-inverse {
  background-color: rgba(252, 204, 18, 0.25);
  border-color: #FCCC12;
  color: #FCCC12;
}
.next-tag-large {
  height: 40px;
  padding: 0;
  line-height: 38px;
  font-size: 0;
}
.next-tag-large > .next-tag-body {
  font-size: 16px;
  padding: 0 16px;
  min-width: 48px;
}
.next-tag-large.next-tag-closable > .next-tag-body {
  padding: 0 0 0 16px;
  max-width: calc(100% - 44px);
}
.next-tag-large[dir=rtl].next-tag-closable > .next-tag-body {
  padding: 0 16px 0 0;
}
.next-tag-large.next-tag-closable > .next-tag-close-btn {
  margin-left: 16px;
  padding-right: 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: 16px;
  margin-left: 0;
  padding-right: 0;
  padding-left: 16px;
}
.next-tag-medium {
  height: 28px;
  padding: 0;
  line-height: 26px;
  font-size: 0;
}
.next-tag-medium > .next-tag-body {
  font-size: 14px;
  padding: 0 12px;
  min-width: 40px;
}
.next-tag-medium.next-tag-closable > .next-tag-body {
  padding: 0 0 0 12px;
  max-width: calc(100% - 32px);
}
.next-tag-medium[dir=rtl].next-tag-closable > .next-tag-body {
  padding: 0 12px 0 0;
}
.next-tag-medium.next-tag-closable > .next-tag-close-btn {
  margin-left: 12px;
  padding-right: 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 {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            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: 12px;
  margin-left: 0;
  padding-right: 0;
  padding-left: 12px;
}
.next-tag-small {
  height: 20px;
  padding: 0;
  line-height: 18px;
  font-size: 0;
}
.next-tag-small > .next-tag-body {
  font-size: 12px;
  padding: 0 8px;
  min-width: 28px;
}
.next-tag-small.next-tag-closable > .next-tag-body {
  padding: 0 0 0 8px;
  max-width: calc(100% - 24px);
}
.next-tag-small[dir=rtl].next-tag-closable > .next-tag-body {
  padding: 0 8px 0 0;
}
.next-tag-small.next-tag-closable > .next-tag-close-btn {
  margin-left: 8px;
  padding-right: 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 {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            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-left: 0;
  padding-right: 0;
  padding-left: 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;
}
.next-tag-checkable.checked:before {
  -webkit-animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.next-tag-checkable.checked:after {
  -webkit-animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
  right: -10px;
  bottom: -10px;
  width: 20px;
  height: 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;
  bottom: -14px;
  width: 28px;
  height: 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;
  bottom: -18px;
  width: 36px;
  height: 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;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}
.next-tag-zoom-enter, .next-tag-zoom-appear {
  -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.next-tag-zoom-leave {
  -webkit-animation: zoomOut 0.3s ease-in;
          animation: zoomOut 0.3s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.next-timeline *,
.next-timeline *:before,
.next-timeline *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-timeline, .next-timeline:before, .next-timeline:after {
  -webkit-box-sizing: border-box;
          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;
}
.next-timeline[dir=rtl] .next-timeline-item-dot-tail {
  left: auto;
  right: 8px;
  border-left: none;
  border-right: 1px dotted #DCDEE3;
}
.next-timeline[dir=rtl] .next-timeline-item-has-left-content.next-timeline-item-folder {
  margin-left: 0;
  margin-right: 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;
  height: 24px;
  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;
  height: auto;
  font-size: 12px;
  word-break: break-all;
  margin-right: -12px;
  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;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.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);
  top: 24px;
  left: auto;
  right: 8px;
}
.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;
  position: relative;
  background: #DCDEE3;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content {
  display: inline-block;
  margin-right: 28px;
  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-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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: 4px;
  font-size: 12px;
  line-height: 1.5;
  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-bottom: 12px;
  font-size: 12px;
  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;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
  margin-top: 4px;
  text-align: left;
  padding-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;
  font-size: 12px;
}
.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-right: 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-left: 0;
}
.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-dot {
  background: #C4C6CF;
}
.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-icon {
  background: #C4C6CF;
  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;
  height: 24px;
  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;
  height: auto;
  font-size: 12px;
  word-break: break-all;
  margin-right: -12px;
  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;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.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);
  top: 24px;
  left: auto;
  right: 8px;
}
.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;
  position: relative;
  background: #DCDEE3;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content {
  display: inline-block;
  margin-right: 28px;
  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-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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: 4px;
  font-size: 12px;
  line-height: 1.5;
  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-bottom: 12px;
  font-size: 12px;
  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;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
  margin-top: 4px;
  text-align: left;
  padding-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;
  font-size: 12px;
}
.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-right: 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-left: 0;
}
.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-dot {
  background: #5584FF;
}
.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-icon {
  background: #5584FF;
  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;
  height: 24px;
  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;
  height: auto;
  font-size: 12px;
  word-break: break-all;
  margin-right: -12px;
  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;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.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);
  top: 24px;
  left: auto;
  right: 8px;
}
.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;
  position: relative;
  background: #DCDEE3;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content {
  display: inline-block;
  margin-right: 28px;
  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-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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: 4px;
  font-size: 12px;
  line-height: 1.5;
  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-bottom: 12px;
  font-size: 12px;
  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;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
  margin-top: 4px;
  text-align: left;
  padding-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;
  font-size: 12px;
}
.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-right: 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-left: 0;
}
.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-dot {
  background: #46BC15;
}
.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-icon {
  background: #46BC15;
  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;
  height: 24px;
  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;
  height: auto;
  font-size: 12px;
  word-break: break-all;
  margin-right: -12px;
  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;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.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);
  top: 24px;
  left: auto;
  right: 8px;
}
.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;
  position: relative;
  background: #DCDEE3;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content {
  display: inline-block;
  margin-right: 28px;
  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-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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: 4px;
  font-size: 12px;
  line-height: 1.5;
  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-bottom: 12px;
  font-size: 12px;
  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;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
  margin-top: 4px;
  text-align: left;
  padding-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;
  font-size: 12px;
}
.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-right: 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-left: 0;
}
.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-dot {
  background: #FF3000;
}
.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-icon {
  background: #FF3000;
  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-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  /* min-height: auto !important; */
}
.next-timeline-item-dot-tail {
  position: absolute;
  top: 0;
  left: 8px;
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px dotted #DCDEE3;
}
.next-timeline-item-dot-tail-solid {
  border-style: solid;
}
.next-timeline-item-has-left-content.next-timeline-item-folder {
  margin-left: 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;
  height: 24px;
  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;
  height: auto;
  font-size: 12px;
  word-break: break-all;
  margin-left: -12px;
  line-height: 1;
}
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.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);
  top: 24px;
  left: 8px;
}
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  position: relative;
  background: #DCDEE3;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-timeline-item-done .next-timeline-item-content {
  display: inline-block;
  margin-left: 28px;
}
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  text-align: left;
}
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  text-align: left;
}
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
  margin-top: 4px;
  text-align: right;
  padding-right: 12px;
}
.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
  font-size: 12px;
}
.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-left: 80px;
}
.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-left: 108px;
}
.next-timeline-item-done .next-timeline-item-dot {
  background: #C4C6CF;
}
.next-timeline-item-done .next-timeline-item-icon {
  background: #C4C6CF;
  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;
  height: 24px;
  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;
  height: auto;
  font-size: 12px;
  word-break: break-all;
  margin-left: -12px;
  line-height: 1;
}
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.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);
  top: 24px;
  left: 8px;
}
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  position: relative;
  background: #DCDEE3;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-timeline-item-process .next-timeline-item-content {
  display: inline-block;
  margin-left: 28px;
}
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  text-align: left;
}
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  text-align: left;
}
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
  margin-top: 4px;
  text-align: right;
  padding-right: 12px;
}
.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
  font-size: 12px;
}
.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-left: 80px;
}
.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-left: 108px;
}
.next-timeline-item-process .next-timeline-item-dot {
  background: #5584FF;
}
.next-timeline-item-process .next-timeline-item-icon {
  background: #5584FF;
  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;
  height: 24px;
  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;
  height: auto;
  font-size: 12px;
  word-break: break-all;
  margin-left: -12px;
  line-height: 1;
}
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.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);
  top: 24px;
  left: 8px;
}
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  position: relative;
  background: #DCDEE3;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-timeline-item-success .next-timeline-item-content {
  display: inline-block;
  margin-left: 28px;
}
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  text-align: left;
}
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  text-align: left;
}
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
  margin-top: 4px;
  text-align: right;
  padding-right: 12px;
}
.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
  font-size: 12px;
}
.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-left: 80px;
}
.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-left: 108px;
}
.next-timeline-item-success .next-timeline-item-dot {
  background: #46BC15;
}
.next-timeline-item-success .next-timeline-item-icon {
  background: #46BC15;
  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;
  height: 24px;
  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;
  height: auto;
  font-size: 12px;
  word-break: break-all;
  margin-left: -12px;
  line-height: 1;
}
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.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);
  top: 24px;
  left: 8px;
}
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  position: relative;
  background: #DCDEE3;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-timeline-item-error .next-timeline-item-content {
  display: inline-block;
  margin-left: 28px;
}
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  text-align: left;
}
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  text-align: left;
}
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 1.5;
  margin-top: 4px;
  text-align: right;
  padding-right: 12px;
}
.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
  font-size: 12px;
}
.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-left: 80px;
}
.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-left: 108px;
}
.next-timeline-item-error .next-timeline-item-dot {
  background: #FF3000;
}
.next-timeline-item-error .next-timeline-item-icon {
  background: #FF3000;
  color: #FFFFFF;
}

.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-left-content, .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content {
  width: 50%;
  padding-right: 12px;
}
.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-timeline, .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-timeline {
  margin-left: 50%;
}
.next-timeline.next-alternate .next-timeline-item-left .next-timeline-item-content, .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content {
  margin-left: calc(50% + 28px);
}
.next-timeline.next-alternate .next-timeline-item-folder {
  margin-left: 50%;
}
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-title {
  margin: 0;
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  text-align: right;
}
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
  margin: 0;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  text-align: right;
}
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #999999;
  text-align: right;
}
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content {
  display: inline-block;
  position: relative;
}
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-left-content .next-timeline-item-title {
  margin-top: 0;
}
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content {
  margin-left: 28px;
  position: absolute;
}
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
  margin-top: 4px;
  color: #999999;
}

.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-left-content, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-left-content {
  width: 50%;
  padding-left: 12px;
}
.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-timeline, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-timeline {
  margin-right: 50%;
}
.next-timeline[dir=rtl].next-alternate .next-timeline-item-left .next-timeline-item-content, .next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content {
  width: 50%;
  margin-right: calc(50% + 28px);
}
.next-timeline[dir=rtl].next-alternate .next-timeline-item-folder {
  margin-right: 50%;
}
.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  text-align: left;
}
.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-body {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  text-align: left;
}
.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-left-content {
  display: inline-block;
  position: relative;
}
.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content {
  margin-right: 28px;
  position: absolute;
}
.next-timeline[dir=rtl].next-alternate .next-timeline-item-right .next-timeline-item-content .next-timeline-item-body {
  text-align: right;
}

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

.next-timeline-item-has-left-content {
  min-height: 48px;
}

.next-timeline-item-folder.next-timeline-item-has-left-content {
  min-height: auto;
}

.next-transfer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.next-transfer *,
.next-transfer *:before,
.next-transfer *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-transfer-panel {
  display: inline-block;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  background-color: #FFFFFF;
  vertical-align: middle;
}
.next-transfer-panel-header {
  padding: 8px 20px;
  border-bottom: 1px solid #DCDEE3;
  background-color: #F7F8FA;
  color: #333333;
  font-size: 12px;
}
.next-transfer-panel-search {
  padding: 0 4px;
  margin-top: 8px;
  margin-bottom: 0px;
  width: 180px;
}
.next-transfer .next-transfer-panel-list {
  width: 180px;
  /* TODO */
  height: 160px;
  padding: 0;
  border: none;
  -webkit-box-shadow: 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;
  font-size: 14px;
}
.next-transfer-panel-item.next-focused {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.next-transfer-panel-item:not(.next-disabled).next-simple:hover {
  color: #5584FF;
}
.next-transfer-panel-item.next-insert-before:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  border-top: 1px solid #5584FF;
}
.next-transfer-panel-item.next-insert-after:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 1px solid #5584FF;
}
.next-transfer-panel-footer {
  position: relative;
  padding: 8px 20px;
  border-top: 1px solid #DCDEE3;
  background-color: #FFFFFF;
  font-size: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-transfer-panel-count {
  /* TODO */
  margin-left: 4px;
  font-size: 12px;
  vertical-align: middle;
  color: #333333;
}
.next-transfer-panel-move-all {
  font-size: 12px;
  color: #5584FF;
  cursor: pointer;
}
.next-transfer-panel-move-all.next-disabled {
  color: #CCCCCC;
  cursor: not-allowed;
}
.next-transfer-operations {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.next-transfer-move.next-icon {
  color: #C4C6CF;
}
.next-transfer-move.next-icon::before {
  content: "\E6B3";
}
.next-transfer-operation.next-btn {
  display: block;
}
.next-transfer-operation.next-btn + .next-transfer-operation.next-btn {
  margin-top: 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;
}

.next-tree {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-tree *,
.next-tree *:before,
.next-tree *:after {
  -webkit-box-sizing: border-box;
          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 {
  font-size: 0;
  outline: none;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
.next-tree-node-label {
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 3px;
  font-size: 12px;
}
.next-tree-node-label .next-icon {
  font-size: 14px;
}
.next-tree-node-label .next-icon::before {
  font-size: 12px;
  width: 12px;
  margin-right: 0.5em;
}
.next-tree-node-input.next-input {
  margin: 0 4px;
}
.next-tree-node-indent-unit {
  display: inline-block;
  width: 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;
  height: 28px;
  left: 7.5px;
}
.next-tree-switcher {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.next-tree .next-tree-unfold-icon::before {
  content: "";
}
.next-tree-switcher.next-noline {
  width: 12px;
  height: 12px;
  line-height: 12px;
  cursor: pointer;
}
.next-tree-switcher.next-noline .next-tree-switcher-icon {
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  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";
}
.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon:before, .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
  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;
}
.next-tree-switcher.next-noop-noline {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
}
.next-tree-switcher.next-line {
  width: 16px;
  height: 16px;
  line-height: 14px;
  border: 1px solid #C4C6CF;
  border-radius: 3px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.next-tree-switcher.next-line .next-tree-switcher-icon {
  margin-left: 3px;
  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 {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -1px;
    margin-right: -4px;
  }
  .next-tree-switcher.next-line .next-tree-switcher-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-tree-switcher.next-line .next-tree-switcher-fold-icon::before {
  content: "\E655";
}
.next-tree-switcher.next-line .next-tree-switcher-unfold-icon::before {
  content: "\E601";
}
.next-tree-switcher.next-line:not(.next-disabled):hover {
  border-color: #A0A2AD;
  background-color: #F2F3F7;
}
.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
  color: #333333;
}
.next-tree-switcher.next-line.next-disabled {
  border-color: #E6E7EB;
  background-color: #FFFFFF;
  cursor: not-allowed;
}
.next-tree-switcher.next-line.next-disabled .next-tree-switcher-icon {
  color: #CCCCCC;
}
.next-tree-switcher.next-noop-line {
  width: 16px;
  height: 16px;
}
.next-tree-switcher.next-noop-line-noroot {
  height: 0;
  border-left: 1px solid #C4C6CF;
  border-bottom: 1px solid #C4C6CF;
}
.next-tree-switcher.next-noop-line-noroot .next-tree-right-angle {
  bottom: -1px;
}
.next-tree-switcher.next-loading.next-loading-noline {
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.next-tree-switcher.next-loading.next-loading-line {
  width: 16px;
  height: 16px;
  line-height: 14px;
  border: 1px solid transparent;
}
.next-tree-switcher.next-loading .next-tree-switcher-icon {
  color: #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;
  left: -17.5px;
  display: block;
  width: 16.5px;
  height: 22px;
  border-left: 1px solid #C4C6CF;
  border-bottom: 1px solid #C4C6CF;
}
.next-tree.next-label-block .next-tree-node-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.next-tree.next-label-block .next-tree-node-label-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  outline: none;
}
.next-tree.next-node-indent .next-tree-node .next-tree-node {
  margin-left: 24px;
}
.next-tree.next-node-indent .next-tree-node-inner {
  padding-top: 2px;
  padding-bottom: 2px;
}
.next-tree.next-node-indent .next-tree-node-label-wrapper {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.next-tree.next-node-indent .next-tree-node-label-wrapper:focus .next-tree-node-label {
  color: #333333;
  background-color: #F2F3F7;
}
.next-tree.next-node-indent .next-tree-node-label {
  -webkit-transition: color 100ms linear, background-color 100ms linear;
  transition: color 100ms linear, background-color 100ms linear;
  cursor: default;
  color: #333333;
  background-color: #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;
  background-color: #F2F3F7;
}
.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
  color: #333333;
  background-color: #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;
  background-color: #FFFFFF;
  cursor: not-allowed;
}
.next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label {
  background-color: #5584FF;
  color: #FFFFFF;
  opacity: 0.8;
}
.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label-wrapper {
  border-top-color: #5584FF;
}
.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper {
  border-bottom-color: #5584FF;
}
.next-tree.next-node-block .next-tree-node-inner {
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: color 100ms linear, background-color 100ms linear;
  transition: color 100ms linear, background-color 100ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.next-tree.next-node-block .next-tree-node-inner .next-tree-node-label-wrapper {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #333333;
  background-color: #FFFFFF;
}
.next-tree.next-node-block .next-tree-node-inner .next-tree-node-label-wrapper:hover, .next-tree.next-node-block .next-tree-node-inner .next-tree-node-label-wrapper:focus {
  color: #333333;
  background-color: #F2F3F7;
}
.next-tree.next-node-block .next-tree-node-inner.next-selected .next-tree-node-label {
  color: #333333;
  background-color: #DEE8FF;
}
.next-tree.next-node-block .next-tree-node-inner.next-disabled .next-tree-node-label, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover .next-tree-node-label {
  color: #CCCCCC;
  background-color: #FFFFFF;
  cursor: not-allowed;
}
.next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) {
  margin-left: 7.5px;
  border-left: 1px solid #C4C6CF;
  padding-left: 15.5px;
}
.next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label {
  color: #5584FF;
}
.next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label:hover {
  color: #5584FF;
}

.next-tree[dir=rtl] .next-tree-switcher {
  margin-left: 8px;
  margin-right: 0;
}
.next-tree[dir=rtl] .next-tree-switcher.next-noop-line-noroot {
  border-left: none;
  border-right: 1px solid #C4C6CF;
}
.next-tree[dir=rtl] .next-tree-right-angle {
  left: auto;
  right: -17.5px;
  border-left: none;
  border-right: 1px solid #C4C6CF;
}
.next-tree[dir=rtl].next-show-line .next-tree-node .next-tree-node:not(:last-child) {
  margin-left: 0;
  margin-right: 7.5px;
  border-left: none;
  border-right: 1px solid #C4C6CF;
  padding-left: 0;
  padding-right: 15.5px;
}
.next-tree[dir=rtl].next-node-indent .next-tree-node .next-tree-node {
  margin-left: 0;
  margin-right: 24px;
}

.next-tree-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-tree-select *,
.next-tree-select *:before,
.next-tree-select *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-tree-select-dropdown {
  background: #FFFFFF;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: 260px;
  overflow: auto;
}
.next-tree-select-dropdown > .next-tree,
.next-tree-select-dropdown > .next-tree-select-not-found,
.next-tree-select-dropdown > .next-virtual-tree-container {
  padding: 8px 20px;
}
.next-tree-select-not-found {
  font-size: 12px;
  color: #999999;
}

.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
  padding: 4px 8px;
  padding-left: 36px;
}
.next-upload-list[dir=rtl].next-upload-list-text .next-icon {
  left: 12px;
  right: auto;
}
.next-upload-list[dir=rtl].next-upload-list-image .next-icon-close {
  float: left;
  margin-left: 4px;
  margin-right: 0;
}
.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-thumbnail {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress {
  margin-right: 56px;
  margin-left: 20px;
}

.next-upload {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-upload *,
.next-upload *:before,
.next-upload *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-upload-inner {
  outline: 0;
  display: inline-block;
}
.next-upload-inner.next-hidden {
  display: none;
}
.next-upload-list {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-upload-list *,
.next-upload-list *:before,
.next-upload-list *:after {
  -webkit-box-sizing: border-box;
          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;
  color: #CCCCCC !important;
}
.next-upload.next-disabled .next-icon-close {
  cursor: not-allowed !important;
}
.next-upload.next-disabled .next-upload-inner * {
  color: #CCCCCC !important;
  border-color: #E6E7EB !important;
  cursor: not-allowed !important;
}

.next-upload-list-text .next-upload-list-item {
  background-color: #F2F3F7;
  padding: 4px 8px;
  padding-right: 36px;
  height: 40px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  border-radius: 0px;
}
.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;
}
.next-upload-list-text .next-upload-list-item .next-icon-close {
  color: #999999;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  line-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;
}
.next-upload-list-text .next-upload-list-item:hover .next-icon {
  color: #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;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-upload-list-text .next-upload-list-item-size {
  color: #999999;
  margin-left: 8px;
}
.next-upload-list-text .next-upload-list-item-uploading {
  line-height: 16px;
}
.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress {
  line-height: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
  height: 8px;
}
.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
  height: 8px;
  margin-top: -4px;
}
.next-upload-list-text .next-upload-list-item-done {
  line-height: 32px;
}
.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name {
  color: #5584FF;
}
.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size {
  color: #5584FF;
}
.next-upload-list-text .next-upload-list-item-error {
  /* stylelint-disable declaration-no-important */
  background-color: #FFECE4 !important;
}
.next-upload-list-text .next-upload-list-item-error.next-upload-list-item-error-with-msg {
  line-height: 16px;
}
.next-upload-list-text .next-upload-list-item-error-msg {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #FF3000;
}

.next-upload-list-image .next-upload-list-item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #DCDEE3;
  background-color: #FFFFFF;
  padding: 8px;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  overflow: hidden;
  border-radius: 0px;
}
.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;
  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;
}
.next-upload-list-image .next-upload-list-item:hover .next-icon-close {
  color: #666666;
}
.next-upload-list-image .next-upload-list-item-name {
  display: block;
  color: #333333;
  margin-left: 56px;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-upload-list-image .next-upload-list-item-size {
  color: #999999;
  margin-left: 8px;
}
.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name {
  color: #5584FF;
}
.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size {
  color: #5584FF;
}
.next-upload-list-image .next-upload-list-item-thumbnail {
  float: left;
  width: 48px;
  height: 48px;
  color: #CCCCCC;
  border: 1px solid #DCDEE3;
  border-radius: 0px;
  background-color: #F2F3F7;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          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;
}
.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;
  background-color: #FFFFFF;
}
.next-upload-list-image .next-upload-list-item-uploading {
  background-color: #FFFFFF;
}
.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name {
  height: 24px;
  line-height: 24px;
}
.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress {
  margin-left: 56px;
  margin-right: 20px;
  line-height: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
  height: 8px;
}
.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
  height: 8px;
  margin-top: -4px;
}
.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;
  line-height: 24px;
}
.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
  margin-left: 56px;
  margin-right: 20px;
  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;
}
.next-upload-list-card .next-upload-list-item-wrapper {
  position: relative;
  border: 1px solid #C4C6CF;
  width: 100px;
  height: 100px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
  overflow: hidden;
}
.next-upload-list-card .next-upload-list-item-thumbnail {
  text-align: center;
  width: 100%;
  height: 100%;
  color: #CCCCCC;
  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;
}
.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;
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
  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;
}
.next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
  border-radius: 0;
  height: 8px;
  margin-top: -4px;
}
.next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-wrapper {
  background-color: #F7F8FA;
}
.next-upload-list-card .next-upload-list-item:hover .next-upload-tool {
  opacity: 0.8;
}
.next-upload-list-card .next-upload-list-item .next-upload-tool {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  opacity: 0;
  width: 100%;
  height: 28px;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon {
  line-height: 28px;
  color: #FFFFFF;
  cursor: pointer;
}
.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-item {
  width: 100%;
  text-align: center;
}
.next-upload-list-card .next-upload-list-item .next-upload-tool-item:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}
.next-upload-list-card .next-upload-list-item .next-upload-tool-reupload {
  display: inline-block;
}
.next-upload-list-card .next-upload-list-item .next-upload-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.next-upload-list-card .next-upload-list-item-error .next-upload-list-item-wrapper {
  border-color: #FF3000;
}
.next-upload-list-card.next-upload-ie9 .next-upload-tool {
  display: table;
}
.next-upload-list-card.next-upload-ie9 .next-upload-tool-item {
  display: table-cell;
  width: 1%;
}
.next-upload-list-card.next-upload-ie9 .next-upload-card {
  display: table-cell;
}

.next-upload-card {
  border: 1px dashed #C4C6CF;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
  display: table-cell;
  vertical-align: middle;
  border-radius: 0px;
}
.next-upload-card .next-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";
}
.next-upload-card .next-upload-text {
  font-size: 12px;
  margin-top: 12px;
  color: #666666;
  outline: none;
}
.next-upload-card:hover {
  border-color: #5584FF;
}
.next-upload-card:hover .next-icon {
  color: #5584FF;
}
.next-upload-card:hover .next-upload-text {
  color: #5584FF;
}

.next-upload-dragable .next-upload-inner {
  display: block;
}
.next-upload-dragable .next-upload-inner.next-hidden {
  display: none;
}
.next-upload-dragable .next-upload-drag {
  border: 1px dashed #C4C6CF;
  -webkit-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
  cursor: pointer;
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
  margin-bottom: 4px;
}
.next-upload-dragable .next-upload-drag-icon {
  margin: 20px 0 0;
  color: #666666;
}
.next-upload-dragable .next-upload-drag-icon .next-upload-drag-upload-icon::before {
  content: "\E7EE";
  font-size: 24px;
}
.next-upload-dragable .next-upload-drag-text {
  margin: 12px 0 0;
  font-size: 14px;
  color: #666666;
}
.next-upload-dragable .next-upload-drag-hint {
  margin: 4px 0 20px;
  font-size: 12px;
  color: #999999;
}
.next-upload-dragable .next-upload-drag-over {
  border-color: #5584FF;
}

/** light **/
/** dark **/
/** brand **/
.next-shell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell *,
.next-shell *:before,
.next-shell *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-shell-content-wrapper {
  overflow: auto;
}
.next-shell-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.next-shell-header .dock-trigger,
.next-shell-header .nav-trigger {
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.next-shell-header .next-shell-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.next-shell-header .next-shell-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.next-shell-sub-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: auto;
  outline: 0;
}
.next-shell-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell-main .next-shell-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.next-shell-main .next-shell-content-inner {
  margin: 0 auto;
}
.next-shell-main .next-shell-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.next-shell .next-aside-navigation,
.next-shell .next-aside-tooldock {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell-aside .aside-trigger {
  cursor: pointer;
  outline: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DDD;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.next-shell-aside .local-nav-trigger {
  outline: 0;
  border-left: none;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: 0;
}
.next-shell-aside .ancillary-trigger {
  outline: 0;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: flex-start;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell-aside.next-shell-tooldock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: flex-start;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell-aside .next-shell-ancillary {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: flex-start;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.next-shell-light .next-shell-header .dock-trigger,
.next-shell-light .next-shell-header .nav-trigger {
  background: #FFFFFF;
}
.next-shell-light .next-shell-aside .local-nav-trigger {
  background: #E2E4E8;
}
.next-shell-light .next-shell-aside .ancillary-trigger {
  background: #FFFFFF;
}
.next-shell-light .next-shell-header {
  color: #000000;
  height: 52px;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 16px;
}
.next-shell-light .next-shell-header .next-shell-navigation {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 52px;
  line-height: 52px;
  margin: 0 48px;
}
.next-shell-light .next-shell-task-header {
  width: 100%;
  min-height: 40px;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0px;
  overflow: auto;
}
.next-shell-light .next-shell-main {
  background: #EBECF0;
}
.next-shell-light .next-shell-main .next-shell-appbar {
  min-height: 48px;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 24px;
}
.next-shell-light .next-shell-main .next-shell-content {
  padding: 20px 20px;
}
.next-shell-light .next-shell-main .next-shell-footer {
  background: transparent;
  min-height: 56px;
  color: #CCCCCC;
  font-size: 14px;
}
.next-shell-light .next-shell-aside.next-shell-navigation {
  width: 168px;
  background: #FFFFFF;
  border-right: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 8px;
}
.next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
  width: 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;
  background: #E2E4E8;
  border-left: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 8px;
}
.next-shell-light .next-shell-aside .next-shell-tooldockitem {
  padding: 8px 0;
  color: #666666;
  background: transparent;
}
.next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
  color: #333333;
  background: #EBECF0;
}
.next-shell-light .next-shell-aside .next-shell-localnavigation {
  width: 168px;
  background: #E2E4E8;
  border-right: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 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;
  background: #FFFFFF;
  border-left: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 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;
}
.next-shell-dark .next-shell-aside .local-nav-trigger {
  background: #E2E4E8;
}
.next-shell-dark .next-shell-aside .ancillary-trigger {
  background: #FFFFFF;
}
.next-shell-dark .next-shell-header {
  color: #FFFFFF;
  height: 52px;
  background: #000000;
  border-bottom: 1px solid #1F1F1F;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  padding: 0 16px;
}
.next-shell-dark .next-shell-header .next-shell-navigation {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 52px;
  line-height: 52px;
  margin: 0 48px;
}
.next-shell-dark .next-shell-task-header {
  width: 100%;
  min-height: 40px;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0px;
  overflow: auto;
}
.next-shell-dark .next-shell-main {
  background: #EBECF0;
}
.next-shell-dark .next-shell-main .next-shell-appbar {
  min-height: 48px;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 24px;
}
.next-shell-dark .next-shell-main .next-shell-content {
  padding: 20px 20px;
}
.next-shell-dark .next-shell-main .next-shell-footer {
  background: transparent;
  min-height: 56px;
  color: #CCCCCC;
  font-size: 14px;
}
.next-shell-dark .next-shell-aside.next-shell-navigation {
  width: 168px;
  background: #333333;
  border-right: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 8px;
}
.next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
  width: 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;
  background: #E2E4E8;
  border-left: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 8px;
}
.next-shell-dark .next-shell-aside .next-shell-tooldockitem {
  padding: 8px 0;
  color: #666666;
  background: transparent;
}
.next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
  color: #333333;
  background: #EBECF0;
}
.next-shell-dark .next-shell-aside .next-shell-localnavigation {
  width: 168px;
  background: #E2E4E8;
  border-right: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 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;
  background: #FFFFFF;
  border-left: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 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;
}
.next-shell-brand .next-shell-aside .local-nav-trigger {
  background: #E2E4E8;
}
.next-shell-brand .next-shell-aside .ancillary-trigger {
  background: #FFFFFF;
}
.next-shell-brand .next-shell-header {
  color: #FFFFFF;
  height: 52px;
  background: #5584FF;
  border-bottom: 1px solid #E6E7EB;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  padding: 0 16px;
}
.next-shell-brand .next-shell-header .next-shell-navigation {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 52px;
  line-height: 52px;
  margin: 0 48px;
}
.next-shell-brand .next-shell-task-header {
  width: 100%;
  min-height: 40px;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0px;
  overflow: auto;
}
.next-shell-brand .next-shell-main {
  background: #EBECF0;
}
.next-shell-brand .next-shell-main .next-shell-appbar {
  min-height: 48px;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 24px;
}
.next-shell-brand .next-shell-main .next-shell-content {
  padding: 20px 20px;
}
.next-shell-brand .next-shell-main .next-shell-footer {
  background: transparent;
  min-height: 56px;
  color: #CCCCCC;
  font-size: 14px;
}
.next-shell-brand .next-shell-aside.next-shell-navigation {
  width: 168px;
  background: #FFFFFF;
  border-right: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 8px;
}
.next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
  width: 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;
  background: #E2E4E8;
  border-left: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 8px;
}
.next-shell-brand .next-shell-aside .next-shell-tooldockitem {
  padding: 8px 0;
  color: #666666;
  background: transparent;
}
.next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
  color: #333333;
  background: #EBECF0;
}
.next-shell-brand .next-shell-aside .next-shell-localnavigation {
  width: 168px;
  background: #E2E4E8;
  border-right: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 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;
  background: #FFFFFF;
  border-left: 1px solid #E6E7EB;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0 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 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.next-shell-header .next-shell-navigation.next-shell-nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.next-shell-header .next-shell-navigation.next-shell-nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.next-shell.next-shell-phone .next-aside-navigation {
  width: 100%;
}
.next-shell.next-shell-phone .next-aside-navigation.next-shell-collapse {
  width: 0;
  overflow: hidden;
}
.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%;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.next-shell.next-shell-phone .next-shell-navigation.next-shell-collapse {
  padding: 0;
  height: 0;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.next-shell.next-shell-phone .next-shell-tooldock {
  height: 52px;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.next-shell.next-shell-phone .next-shell-tooldock.next-shell-collapse {
  display: none;
  height: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s 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 {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          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-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 {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

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

@-webkit-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;
  }
}

@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-typography {
  color: #333333;
}
.next-typography-title {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.next-typography + .next-typography-title {
  margin-top: 1.2em;
}
.next-typography-paragraph {
  color: #333333;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.5;
}
.next-typography mark {
  padding: 0;
  background: #FFE6BD;
  color: #333333;
}
.next-typography strong {
  font-weight: 600;
}
.next-typography code {
  background-color: #F2F3F7;
  color: #333333;
  border: 1px solid #E6E7EB;
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  border-radius: 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;
}
.next-typography a:visited {
  color: #5584FF;
}
.next-typography a:hover {
  color: #3E71F7;
}
.next-typography a:active {
  text-decoration: underline;
  color: #3E71F7;
}

h1.next-typography-title {
  font-size: 24px;
}

h2.next-typography-title {
  font-size: 20px;
}

h3.next-typography-title {
  font-size: 16px;
}

h4.next-typography-title {
  font-size: 16px;
}

h5.next-typography-title {
  font-size: 14px;
}

h6.next-typography-title {
  font-size: 12px;
}

/* put your code here */
.next-divider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  background: #DCDEE3;
  border-collapse: separate;
}
.next-divider *,
.next-divider *:before,
.next-divider *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-divider-dashed {
  background: none;
  border-color: #DCDEE3;
  border-style: dashed;
  border-width: 1px 0 0;
}
.next-divider-hoz {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 16px 0;
}
.next-divider-ver {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  background: #DCDEE3;
  height: 0.9em;
  margin: 0 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;
  color: #333333;
  font-weight: normal;
  font-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 {
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #DCDEE3;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          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;
}
.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;
}
.next-divider-dashed {
  background: none;
  border-color: #DCDEE3;
  border-style: dashed;
  border-width: 1px 0 0;
}
.next-divider-dashed.next-divider-ver {
  border-width: 0 0 0 1px;
}

/* put your code here */
.next-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-box *,
.next-box *:before,
.next-box *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* put your code here */
.next-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top: 1px solid #DCDEE3;
  border-left: 1px solid #DCDEE3;
}
.next-table *,
.next-table *:before,
.next-table *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-table .next-table-header tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
.next-table .next-table-header tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
.next-table .next-table-header tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}
.next-table .next-table-header tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}
.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;
}
.next-table.next-table-small td .next-table-cell-wrapper {
  padding: 8px 8px;
}
.next-table.next-table-small .next-table-prerow .next-table-cell-wrapper {
  padding: 8px 8px;
}
.next-table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #FFFFFF;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.next-table table tr:first-child td {
  border-top-width: 0;
}
.next-table th {
  padding: 0;
  background: #EBECF0;
  color: #333333;
  text-align: left;
  font-weight: normal;
  border-right: 1px solid #DCDEE3;
  border-bottom: 1px solid #DCDEE3;
}
.next-table th .next-table-cell-wrapper {
  padding: 12px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.next-table th.next-table-prerow .next-table-cell-wrapper {
  padding: 12px 16px;
}
.next-table th.next-table-word-break-word .next-table-cell-wrapper {
  word-break: break-word;
}
.next-table th.next-table-fix-left, .next-table th.next-table-fix-right {
  z-index: 1;
}
.next-table-affix {
  z-index: 1;
  overflow: hidden;
}
.next-table-stickylock .next-table-affix {
  z-index: 9;
}
.next-table-header-resizable {
  position: relative;
}
.next-table-header-resizable .next-table-resize-handler {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  width: 10px;
  background: transparent;
  cursor: ew-resize;
}
.next-table-header-resizable .next-table-resize-handler::after {
  position: absolute;
  display: block;
  content: " ";
  width: 2px;
  height: 100%;
  right: 50%;
}
.next-table-header-resizable .next-table-resize-handler:hover::after {
  z-index: 1;
  background: #5584FF;
}
.next-table.next-table-lock-left .next-table-header-resizable .next-table-resize-handler, .next-table.next-table-lock-right .next-table-header-resizable .next-table-resize-handler {
  cursor: initial;
}
.next-table.next-table-lock-left .next-table-header-resizable .next-table-resize-handler:hover::after, .next-table.next-table-lock-right .next-table-header-resizable .next-table-resize-handler:hover::after {
  z-index: -1;
}
.next-table td {
  padding: 0;
  border-right: 1px solid #DCDEE3;
  border-bottom: 1px solid #DCDEE3;
}
.next-table td .next-table-cell-wrapper {
  padding: 12px 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";
}
.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";
}
.next-table td.next-table-prerow .next-table-cell-wrapper {
  padding: 12px 16px;
}
.next-table td.next-table-word-break-word .next-table-cell-wrapper {
  word-break: break-word;
}
.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;
}
.next-table.only-bottom-border td {
  border-width: 0 0 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.only-bottom-border .next-table-header tr th:last-child {
  border-right-width: 0;
}
.next-table.only-bottom-border .next-table-body tr td:last-child {
  border-right-width: 0;
}
.next-table-loading {
  display: block;
  pointer-events: none;
  opacity: 0.7;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  /* stylelint-disable */
  filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)"; /* IE6~IE9 */
}
.next-table-loading .next-table-loading-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.next-table.zebra tr:nth-child(odd) td {
  background: #FFFFFF;
}
.next-table.zebra tr:nth-child(even) td {
  background: #F7F8FA;
}
.next-table.zebra .next-table-row.hovered td {
  background: #F2F3F7;
  color: #333333;
}
.next-table.zebra .next-table-cell.hovered {
  background: #F2F3F7;
  color: #333333;
}
.next-table.zebra .next-table-row.selected td {
  background: #F2F3F7;
  color: #333333;
}
.next-table-empty {
  color: #A0A2AD;
  padding: 32px 0;
  text-align: center;
}
.next-table-expanded-row > td {
  border-width: 0 0 1px 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 {
  border-top: 0;
  border-left: 0;
}
.next-table-expanded-row .next-table th, .next-table-expanded-row .next-table td {
  border-right: 1px solid #DCDEE3;
}
.next-table-expanded-row .next-table.only-bottom-border th, .next-table-expanded-row .next-table.only-bottom-border td {
  border-right: 0;
}
.next-table-expanded-row .next-table .last td {
  border-bottom: 0;
}
.next-table-expanded-row .next-table td.last, .next-table-expanded-row .next-table th:last-child {
  border-right: 0;
}
.next-table-filter-footer {
  margin: 10px 10px 0;
}
.next-table-filter-footer button {
  margin-right: 5px;
}
.next-table-row {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #FFFFFF;
  color: #333333;
}
.next-table-row.hidden {
  display: none;
}
.next-table-row.hovered {
  background: #F2F3F7;
  color: #333333;
}
.next-table-row.selected {
  background: #F2F3F7;
  color: #333333;
}
.next-table-cell.hovered {
  background: #F2F3F7;
  color: #333333;
}
.next-table-tree-placeholder {
  visibility: hidden;
}
.next-table-tree-placeholder:before, .next-table-tree-placeholder .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

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

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

.next-table-column-resize-proxy {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 2px solid #5584FF;
  z-index: 10;
  display: none;
}

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

.next-table-body {
  font-size: 12px;
  position: relative;
}

.next-table-fixed {
  border-right: 1px solid #DCDEE3;
  border-bottom: 1px solid #DCDEE3;
}
.next-table-fixed table {
  table-layout: fixed;
}
.next-table-fixed .next-table-header {
  background: #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.only-bottom-border .next-table-body tr:last-child td {
  border-bottom-width: 1px;
}
.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;
}
.next-table-fixed.next-table-group .next-table-header th {
  border-top-width: 1px;
}
.next-table-fixed.next-table-group .next-table-header tr th:last-child {
  border-right-width: 1px;
}
.next-table-fixed.next-table-group .next-table-body td {
  border-top-width: 1px;
}
.next-table-fixed.next-table-group .next-table-body tr:last-child td {
  border-bottom-width: 1px;
}
.next-table-fixed.next-table-group .next-table-body tr td:last-child {
  border-right-width: 1px;
}
.next-table-fixed.next-table-lock-left .next-table-header tr th:last-child {
  border-right-width: 1px;
}
.next-table-fixed.next-table-lock-left .next-table-body tr td:last-child {
  border-right-width: 1px;
}

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

.next-table-group {
  border-width: 0;
}
.next-table-group.only-bottom-border .next-table-body table,
.next-table-group.only-bottom-border .next-table-header table {
  border-left: 0;
}
.next-table-group.only-bottom-border .next-table-header table,
.next-table-group.only-bottom-border .next-table-body table,
.next-table-group.only-bottom-border .next-table-body table.next-table-row {
  border-top: 0;
}
.next-table-group.only-bottom-border .next-table-body .next-table-group-footer td {
  border-bottom: 0;
}
.next-table-group .next-table-body {
  margin-top: 8px;
}
.next-table-group .next-table-body table {
  border-top: 1px solid #DCDEE3;
  border-left: 1px solid #DCDEE3;
  margin-bottom: 8px;
}
.next-table-group .next-table-body table tr:first-child td {
  border-top-width: 1px;
}
.next-table-group .next-table-body table:last-of-type {
  margin-bottom: 0;
}
.next-table-group .next-table-header table {
  border-top: 1px solid #DCDEE3;
  border-left: 1px solid #DCDEE3;
}
.next-table-group .next-table-group-header td {
  background: #EBECF0;
  color: #333333;
}
.next-table-group .next-table-group-header td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.next-table-group .next-table-group-header td:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.next-table-group .next-table-group-footer td {
  background: #EBECF0;
  color: #333333;
}
.next-table-group .next-table-group-footer td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.next-table-group .next-table-group-footer td:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.next-table-group .next-table-row.hovered,
.next-table-group .next-table-row.selected {
  background: #FFFFFF;
  color: #333333;
}

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

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

.next-table-header-fixer {
  content: " ";
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 15px;
  background: inherit;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}

.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: fixed;
}

.next-table-lock-left,
.next-table-lock-right {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.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-left.shadow .next-table-header tr th:last-child,
.next-table-lock-right.shadow .next-table-header tr th:last-child {
  border-right-width: 0;
}
.next-table-lock-left.shadow .next-table-body tr td:last-child,
.next-table-lock-right.shadow .next-table-body tr td:last-child {
  border-right-width: 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 {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
}

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

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

.next-table-sort {
  cursor: pointer;
  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;
}
.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;
}
.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;
}
.next-table-filter .next-icon:before, .next-table-filter .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-table-filter .next-table-filter-active {
  color: #5584FF;
}

.next-table-filter-menu .next-menu-content {
  max-height: 220px;
  overflow: auto;
}

.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;
}
.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";
}
.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";
}

.next-table-fix-left, .next-table-fix-right {
  background: inherit;
  position: sticky;
  z-index: 1;
  background-clip: padding-box;
}
.next-table-ping-left .next-table-expanded-area .next-table-fix-left-last::after {
  content: none;
}
.next-table-ping-left .next-table-expanded-area .next-table-ping-left .next-table-fix-left-last,
.next-table-ping-left .next-table-fix-left-last {
  border-right-width: 0;
}
.next-table-ping-left .next-table-expanded-area .next-table-ping-left .next-table-fix-left-last::after,
.next-table-ping-left .next-table-fix-left-last::after {
  -webkit-box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
          box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.next-table-ping-right .next-table-expanded-area .next-table-fix-right-first::after {
  content: none;
}
.next-table-ping-right .next-table-expanded-area .next-table-ping-right .next-table-fix-right-first:after,
.next-table-ping-right .next-table-fix-right-first:after {
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
          box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.next-table-fixed.next-table-scrolling-to-right::after, .next-table-lock.next-table-scrolling-to-right::after {
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
          box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 30px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.next-table-fixed.only-bottom-border, .next-table-lock.only-bottom-border {
  border-right: 0;
}

.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;
}
.next-table[dir=rtl].only-bottom-border .next-table-expanded-row td {
  border-width: 0 0 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 {
  -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
}
.next-table[dir=rtl] .next-table-lock-left.shadow {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
          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-right-width: 0;
}
.next-table-fixed[dir=rtl] .next-table-header tr th:last-child {
  border-left-width: 1px;
}
.next-table-fixed[dir=rtl] .next-table-body tr td:last-child {
  border-left-width: 1px;
}

.next-calendar2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-calendar2 *,
.next-calendar2 *:before,
.next-calendar2 *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-calendar2 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.next-calendar2 td,
.next-calendar2 th {
  padding: 0;
}

div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-actions, div[dir=rtl].next-calendar2-panel .next-calendar2-header-actions, div[dir=rtl].next-calendar2-card .next-calendar2-header-actions {
  margin-right: auto;
  margin-left: 0;
}
div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), div[dir=rtl].next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), div[dir=rtl].next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), div[dir=rtl].next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), div[dir=rtl].next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
div[dir=rtl].next-calendar2-fullscreen .next-calendar2-cell-value, div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th {
  text-align: left;
}
div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th {
  padding: 0 0 5px 12px;
}

.next-calendar2 {
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #FFFFFF;
}
.next-calendar2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-calendar2-table {
  width: 100%;
  table-layout: fixed;
}
.next-calendar2-cell {
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s, border 0.2s;
  transition: background-color 0.2s, border 0.2s;
}
.next-calendar2 .next-calendar2-cell-inner {
  color: #CCCCCC;
  outline: none;
  min-width: 24px;
  position: relative;
  border: 1px solid transparent;
}
.next-calendar2-cell-disabled::before {
  color: #CCCCCC;
  background: #F7F8FA;
}
.next-calendar2-fullscreen .next-calendar2-header-actions, .next-calendar2-panel .next-calendar2-header-actions, .next-calendar2-card .next-calendar2-header-actions {
  margin-left: auto;
}
.next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), .next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), .next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) {
  margin-left: 8px;
}
.next-calendar2-fullscreen .next-calendar2-header-select-year, .next-calendar2-fullscreen .next-calendar2-header-select-month, .next-calendar2-panel .next-calendar2-header-select-year, .next-calendar2-panel .next-calendar2-header-select-month, .next-calendar2-card .next-calendar2-header-select-year, .next-calendar2-card .next-calendar2-header-select-month {
  min-width: 88px;
}
.next-calendar2-fullscreen .next-calendar2-header-select-year .next-input, .next-calendar2-fullscreen .next-calendar2-header-select-month .next-input, .next-calendar2-panel .next-calendar2-header-select-year .next-input, .next-calendar2-panel .next-calendar2-header-select-month .next-input, .next-calendar2-card .next-calendar2-header-select-year .next-input, .next-calendar2-card .next-calendar2-header-select-month .next-input {
  min-width: auto;
}
.next-calendar2-fullscreen .next-calendar2-body, .next-calendar2-panel .next-calendar2-body, .next-calendar2-card .next-calendar2-body {
  padding: 8px 0;
}
.next-calendar2-card .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-inner {
  z-index: 2;
  height: 24px;
  line-height: 22px;
  border-radius: 2px;
  display: inline-block;
}
.next-calendar2-card .next-calendar2, .next-calendar2-panel .next-calendar2 {
  min-height: 150px;
}
.next-calendar2-card .next-calendar2-table thead > tr, .next-calendar2-panel .next-calendar2-table thead > tr {
  height: 24px;
  color: #999999;
}
.next-calendar2-card .next-calendar2-table th,
.next-calendar2-card .next-calendar2-table td, .next-calendar2-panel .next-calendar2-table th,
.next-calendar2-panel .next-calendar2-table td {
  font-weight: 400;
  text-align: center;
  padding: 4px 0;
}
.next-calendar2-card .next-calendar2-table th, .next-calendar2-panel .next-calendar2-table th {
  height: 32px;
}
.next-calendar2-card .next-calendar2-table-month, .next-calendar2-card .next-calendar2-table-year, .next-calendar2-card .next-calendar2-table-decade, .next-calendar2-panel .next-calendar2-table-month, .next-calendar2-panel .next-calendar2-table-year, .next-calendar2-panel .next-calendar2-table-decade {
  height: 145px;
}
.next-calendar2-card .next-calendar2-table-month .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-year .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-month .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-year .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner {
  min-width: 56px;
}
.next-calendar2-card .next-calendar2-table-quarter, .next-calendar2-panel .next-calendar2-table-quarter {
  height: 50px;
}
.next-calendar2-card .next-calendar2-table-quarter .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-quarter .next-calendar2-cell-inner {
  min-width: 56px;
}
.next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner {
  min-width: 80px;
}
.next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner {
  color: #666666;
}
.next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner {
  background: #F2F3F7;
}
.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
  color: #5584FF;
}
.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
  color: #FFFFFF;
  background: #5584FF;
}
.next-calendar2-fullscreen .next-calendar2-cell-value, .next-calendar2-fullscreen .next-calendar2-table th {
  text-align: right;
}
.next-calendar2-fullscreen .next-calendar2-table th {
  padding: 0 12px 5px 0;
}
.next-calendar2-fullscreen .next-calendar2-cell-inner {
  height: 80px;
  border-top: 2px solid #E6E7EB;
  margin: 0 4px;
  padding: 4px 8px 0;
}
.next-calendar2-fullscreen td .next-calendar2-cell-inner {
  height: 80px;
  border-top: 2px solid #E6E7EB;
}
.next-calendar2-fullscreen .next-calendar2-cell-disabled .next-calendar2-cell-inner {
  color: #CCCCCC;
  background: #F7F8FA;
}
.next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner {
  color: #666666;
}
.next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover .next-calendar2-cell-inner {
  background-color: #F2F3F7;
}
.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-today .next-calendar2-cell-inner {
  color: #5584FF;
}
.next-calendar2-fullscreen .next-calendar2-cell-current .next-calendar2-cell-inner {
  background-color: #FFFFFF;
}
.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
  border-top-color: #5584FF;
  font-weight: bold;
  color: #5584FF;
  background: #DEE8FF;
}
.next-calendar2-card .next-calendar2-header {
  padding: 8px 8px;
  border-bottom: 1px solid #E6E7EB;
}
.next-calendar2-panel .next-calendar2-header {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E6E7EB;
}
.next-calendar2-panel .next-calendar2-header-btn {
  min-width: 20px;
  line-height: 20px;
  color: #666666;
  font-family: inherit;
  vertical-align: initial;
  border-radius: 2px;
}
.next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
  text-align: center;
  font-size: 14px;
  color: #333333;
  font-weight: bolder;
  vertical-align: initial;
}
.next-calendar2-panel .next-calendar2-header-btn:hover, .next-calendar2-panel .next-calendar2-header-btn:hover > span {
  color: #5584FF;
}
.next-calendar2-panel .next-calendar2-header-right-btn:hover, .next-calendar2-panel .next-calendar2-header-left-btn:hover {
  background: #F2F3F7;
}
.next-calendar2-panel .next-calendar2-header-text-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38px;
  line-height: 38px;
}
.next-calendar2-panel .next-calendar2-header-text-field .next-calendar2-header-btn:not(:first-child) {
  margin-left: 6px;
}

.next-calendar2-header-select-month-popup,
.next-calendar2-header-select-year-popup {
  min-width: auto;
}

.next-date-picker2-footer {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #E6E7EB;
  padding: 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.next-date-picker2-footer-preset > .next-btn {
  margin-right: 8px;
}
.next-date-picker2-footer-actions {
  margin-left: auto;
}
.next-date-picker2-footer-preset-only {
  width: 100%;
}

.next-time-picker2-menu {
  float: left;
  text-align: center;
  padding: 8px 0;
}
.next-time-picker2-menu:not(:last-child) {
  border-right: 1px solid #DCDEE3;
}
.next-time-picker2-menu-title {
  cursor: default;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  background: #FFFFFF;
}
.next-time-picker2-menu ul {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  width: 54px;
  padding: 0;
  font-size: 12px;
  height: 224px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.next-time-picker2-menu ul::-webkit-scrollbar {
  width: 0;
}
.next-time-picker2-menu ul:hover {
  overflow-y: auto;
}
.next-time-picker2-menu ul:after {
  display: block;
  height: 192px;
  content: "";
}
.next-time-picker2-menu-item {
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
  color: #666666;
  background: #FFFFFF;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.next-time-picker2-menu-item:hover {
  color: #333333;
  background: #F2F3F7;
}
.next-time-picker2-menu-item.next-selected {
  color: #666666;
  background: #DEE8FF;
}
.next-time-picker2-menu-item.next-disabled {
  cursor: not-allowed;
  color: #CCCCCC;
  background: #F7F8FA;
}

.next-time-picker2-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-time-picker2-panel *,
.next-time-picker2-panel *:before,
.next-time-picker2-panel *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-time-picker2-panel:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.next-time-picker2-panel-header {
  border-bottom: 1px solid #DCDEE3;
}
.next-time-picker2-panel-input.next-input {
  width: 100%;
  padding: 6px;
  border-color: transparent;
  vertical-align: middle;
}
.next-time-picker2-panel .next-time-picker2-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.next-time-picker2-panel-range .next-time-picker2-panel-list:last-of-type {
  margin-left: 20px;
}

.next-time-picker2-footer {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #F0F0F0;
  padding: 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.next-time-picker2-footer-actions {
  margin-left: auto;
}

.next-time-picker2-wrapper[dir=rtl] .next-time-picker2-menu {
  float: right;
}
.next-time-picker2-wrapper[dir=rtl] .next-time-picker2-menu:not(:last-child) {
  border-right: none;
  border-left: 1px solid #DCDEE3;
}

.next-time-picker2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.next-time-picker2 *,
.next-time-picker2 *:before,
.next-time-picker2 *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-time-picker2-trigger .next-input {
  width: 100%;
}
.next-time-picker2-wrapper {
  padding: 4px 0;
}
.next-time-picker2-body {
  display: block;
  overflow: hidden;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-time-picker2-symbol-clock-icon::before {
  content: "\E621";
}
.next-time-picker2-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #C4C6CF;
  vertical-align: middle;
  width: inherit;
  background-color: #FFFFFF;
}
.next-time-picker2-input .next-input {
  border: none;
  width: 100%;
  height: 100%;
}
.next-time-picker2-input .next-input input {
  height: 100%;
}
.next-time-picker2-input.next-time-picker2-input-small {
  height: 20px;
  border-radius: 3px;
}
.next-time-picker2-input.next-time-picker2-input-small .next-input-label {
  padding-left: 8px;
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-small .next-input-inner {
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-small .next-input-control {
  padding-right: 4px;
}
.next-time-picker2-input.next-time-picker2-input-small .next-input-inner-text {
  padding-right: 4px;
}
.next-time-picker2-input.next-time-picker2-input-small input {
  height: 18px;
  line-height: 18px \0 ;
  padding: 0 4px;
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-small input::-webkit-input-placeholder {
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-small input::-moz-placeholder {
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-small input::-ms-input-placeholder {
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-small input::placeholder {
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-small .next-input-text-field {
  padding: 0 4px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
.next-time-picker2-input.next-time-picker2-input-small .next-icon:before, .next-time-picker2-input.next-time-picker2-input-small .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-time-picker2-input.next-time-picker2-input-small .next-input-control {
  border-radius: 0 3px 3px 0;
}
.next-time-picker2-input.next-time-picker2-input-medium {
  height: 28px;
  border-radius: 3px;
}
.next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
  padding-left: 8px;
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
  padding-right: 8px;
}
.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner-text {
  padding-right: 8px;
}
.next-time-picker2-input.next-time-picker2-input-medium input {
  height: 26px;
  line-height: 26px \0 ;
  padding: 0 8px;
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-medium input::-moz-placeholder {
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-medium input::-ms-input-placeholder {
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
  font-size: 12px;
}
.next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
  padding: 0 8px;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}
.next-time-picker2-input.next-time-picker2-input-medium .next-icon:before, .next-time-picker2-input.next-time-picker2-input-medium .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
  border-radius: 0 3px 3px 0;
}
.next-time-picker2-input.next-time-picker2-input-large {
  height: 40px;
  border-radius: 3px;
}
.next-time-picker2-input.next-time-picker2-input-large .next-input-label {
  padding-left: 12px;
  font-size: 16px;
}
.next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
  font-size: 16px;
}
.next-time-picker2-input.next-time-picker2-input-large .next-input-control {
  padding-right: 8px;
}
.next-time-picker2-input.next-time-picker2-input-large .next-input-inner-text {
  padding-right: 8px;
}
.next-time-picker2-input.next-time-picker2-input-large input {
  height: 38px;
  line-height: 38px \0 ;
  padding: 0 12px;
  font-size: 16px;
}
.next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
  font-size: 16px;
}
.next-time-picker2-input.next-time-picker2-input-large input::-moz-placeholder {
  font-size: 16px;
}
.next-time-picker2-input.next-time-picker2-input-large input::-ms-input-placeholder {
  font-size: 16px;
}
.next-time-picker2-input.next-time-picker2-input-large input::placeholder {
  font-size: 16px;
}
.next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
  padding: 0 12px;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
}
.next-time-picker2-input.next-time-picker2-input-large .next-icon:before, .next-time-picker2-input.next-time-picker2-input-large .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-time-picker2-input.next-time-picker2-input-large .next-input-control {
  border-radius: 0 3px 3px 0;
}
.next-time-picker2-input:hover {
  border-color: #A0A2AD;
  background-color: #FFFFFF;
}
.next-time-picker2-input.next-time-picker2-input-focus {
  border-color: #5584FF;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
}
.next-time-picker2-input.next-time-picker2-input-noborder {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.next-time-picker2-input.next-time-picker2-input-disabled {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}
.next-time-picker2-input.next-time-picker2-input-disabled:hover {
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}
.next-time-picker2-input.next-time-picker2-input-error {
  border-color: #FF3000;
}
.next-time-picker2-input-separator {
  color: #C4C6CF;
  font-size: 12px;
  display: inline-block;
  min-width: 16px;
  text-align: center;
}

div[dir=rtl] .next-date-picker2-footer-preset > .next-btn {
  margin-left: 8px;
  margin-right: 0;
}
div[dir=rtl] .next-date-picker2-footer-actions {
  margin-left: 0;
  margin-right: auto;
}
div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:last-child::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 8px;
}
div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:first-child::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  right: 8px;
}
div[dir=rtl] .next-date-time-picker-wrapper {
  border-right: 1px solid #E6E7EB;
  border-left: none;
}
div[dir=rtl] .next-date-time-picker-wrapper .next-time-picker2-menu:not(:last-child) {
  border-left: 1px solid #DCDEE3;
  border-right: none;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin::before {
  right: 50%;
  left: 0;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end::before {
  left: 50%;
  right: 0;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child::after {
  right: 8px;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin:not(:last-child)::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child:not(.next-calendar2-cell-hover-end)::after {
  left: 0;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child::after {
  left: 8px;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end:not(:first-child)::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child:not(.next-calendar2-cell-hover-begin)::after {
  right: 0;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin::after {
  left: 0;
  right: 7px;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end::after {
  right: 0;
  left: 7px;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px dashed #3E71F7;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 1px dashed #3E71F7;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::before, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::after {
  right: 0;
  left: 8px;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end.next-calendar2-cell-hover::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 1px dashed #3E71F7;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin::after {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 1px dashed #3E71F7;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end::after {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px dashed #3E71F7;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after {
  right: 8px;
  left: 0;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after {
  right: 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px dashed #3E71F7;
}
div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:not(.next-calendar2-cell-hover-end):not(.next-calendar2-cell-hover-begin)::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2)::before {
  right: 50%;
  left: 0;
}
div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child::before {
  left: 50%;
  right: 0;
}

.next-date-picker2 {
  outline: none;
  display: inline-table;
  position: relative;
  width: inherit;
}
.next-date-picker2-overlay {
  vertical-align: top;
  padding: 4px 0px;
}
.next-date-picker2-overlay-range {
  padding: 12px 0px;
}
.next-date-picker2-wrapper {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  border: 1px solid #E6E7EB;
  border-radius: 3px;
}
.next-date-picker2-wrapper .next-calendar2-panel {
  border-radius: 3px;
}
.next-date-picker2-wrapper .next-calendar2-body {
  width: 272px;
}
.next-date-picker2-wrapper .next-calendar2-cell::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  z-index: 1;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.next-date-picker2-wrapper .next-calendar2-cell:last-child::before {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  right: 8px;
}
.next-date-picker2-wrapper .next-calendar2-cell:first-child::before {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 8px;
}
.next-date-picker2-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #C4C6CF;
  vertical-align: middle;
  width: inherit;
  background-color: #FFFFFF;
}
.next-date-picker2-input .next-input {
  border: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 100%;
  width: 100%;
}
.next-date-picker2-input .next-input input {
  height: 100%;
  width: auto;
}
.next-date-picker2-input.next-date-picker2-input-small {
  height: 20px;
  border-radius: 3px;
}
.next-date-picker2-input.next-date-picker2-input-small .next-input-label {
  padding-left: 8px;
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
  padding-right: 4px;
}
.next-date-picker2-input.next-date-picker2-input-small .next-input-inner-text {
  padding-right: 4px;
}
.next-date-picker2-input.next-date-picker2-input-small input {
  height: 18px;
  line-height: 18px \0 ;
  padding: 0 4px;
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-small input::-moz-placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-small input::-ms-input-placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-small input::placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
  padding: 0 4px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
.next-date-picker2-input.next-date-picker2-input-small .next-icon:before, .next-date-picker2-input.next-date-picker2-input-small .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
  border-radius: 0 3px 3px 0;
}
.next-date-picker2-input.next-date-picker2-input-medium {
  height: 28px;
  border-radius: 3px;
}
.next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
  padding-left: 8px;
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
  padding-right: 8px;
}
.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner-text {
  padding-right: 8px;
}
.next-date-picker2-input.next-date-picker2-input-medium input {
  height: 26px;
  line-height: 26px \0 ;
  padding: 0 8px;
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
  font-size: 12px;
}
.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
  padding: 0 8px;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}
.next-date-picker2-input.next-date-picker2-input-medium .next-icon:before, .next-date-picker2-input.next-date-picker2-input-medium .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
  border-radius: 0 3px 3px 0;
}
.next-date-picker2-input.next-date-picker2-input-large {
  height: 40px;
  border-radius: 3px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
  padding-left: 12px;
  font-size: 16px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
  font-size: 16px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
  padding-right: 8px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-inner-text {
  padding-right: 8px;
}
.next-date-picker2-input.next-date-picker2-input-large input {
  height: 38px;
  line-height: 38px \0 ;
  padding: 0 12px;
  font-size: 16px;
}
.next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
  font-size: 16px;
}
.next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
  font-size: 16px;
}
.next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
  font-size: 16px;
}
.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
  font-size: 16px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
  padding: 0 12px;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
}
.next-date-picker2-input.next-date-picker2-input-large .next-icon:before, .next-date-picker2-input.next-date-picker2-input-large .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
  border-radius: 0 3px 3px 0;
}
.next-date-picker2-input:hover {
  border-color: #A0A2AD;
  background-color: #FFFFFF;
}
.next-date-picker2-input.next-date-picker2-input-focus {
  border-color: #5584FF;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
}
.next-date-picker2-input.next-date-picker2-input-noborder {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.next-date-picker2-input.next-date-picker2-input-disabled {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}
.next-date-picker2-input.next-date-picker2-input-disabled:hover {
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}
.next-date-picker2-input.next-date-picker2-input-error {
  border-color: #FF3000;
}
.next-date-picker2-input-separator {
  color: #C4C6CF;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  min-width: 16px;
  text-align: center;
}

.next-range-picker2-panel, .next-date-picker2-panel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-right .next-calendar2-header-left-btn,
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-left .next-calendar2-header-right-btn {
  visibility: hidden;
}

.next-range-picker2-arrow {
  display: block;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin-left: 16.5px;
  border-color: #E6E7EB #E6E7EB transparent transparent;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  background: #FFFFFF;
}

.next-date-picker2-tl-bl .next-range-picker2-arrow {
  top: 12.5px;
}

.next-date-picker2-bl-tl .next-range-picker2-arrow {
  bottom: 13px;
  -webkit-transform: translate(0, 50%) rotate(135deg);
      -ms-transform: translate(0, 50%) rotate(135deg);
          transform: translate(0, 50%) rotate(135deg);
}

.next-date-time-picker-wrapper {
  border-left: 1px solid #E6E7EB;
}
.next-date-time-picker-wrapper .next-calendar2-body {
  padding-right: 0px;
  padding-left: 0px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-disabled .next-calendar2-cell-inner {
  color: #CCCCCC;
  background: #F7F8FA;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected::before {
  color: #666666;
  background: #DEE8FF;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected .next-calendar2-cell-inner {
  color: #666666;
  background: transparent;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-begin .next-calendar2-cell-inner, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-end .next-calendar2-cell-inner {
  z-index: 10;
  color: #FFFFFF;
  background: #5584FF;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-begin::before {
  left: 50%;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-end::before {
  right: 50%;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-begin-single::before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-selected.next-calendar2-cell-range-end-single::before {
  display: none;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-color: #3E71F7 transparent;
  border-style: dashed;
  border-width: 1px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:first-child::after {
  left: 8px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:last-child::after {
  right: 8px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin::after {
  left: 8px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end::after {
  right: 8px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:first-of-type::after {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 1px dashed #3E71F7;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover:last-of-type::after {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px dashed #3E71F7;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-edge-end::before {
  right: 8px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-edge-end::after {
  right: 8px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-edge-end.next-calendar2-cell-hover::after {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px dashed #3E71F7;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover-begin::after {
  border-top: 1px dashed #3E71F7;
  border-left: 1px dashed #3E71F7;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current.next-calendar2-cell-hover-end::after {
  border-top: 1px dashed #3E71F7;
  border-right: 1px dashed #3E71F7;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after {
  left: 8px;
}
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 1px dashed #3E71F7;
}

.next-calendar2-table-week .next-calendar2-cell-hover::after {
  display: none;
}
.next-calendar2-table-week tr:hover .next-calendar2-cell:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected)::before {
  background: #F2F3F7;
}
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected::before,
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected .next-calendar2-cell-inner {
  color: #666666;
  background-color: #DEE8FF;
}
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child .next-calendar2-cell-inner, .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2) .next-calendar2-cell-inner {
  color: #FFFFFF;
  background: #5584FF;
}
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2)::before {
  left: 50%;
}
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child::before {
  right: 50%;
}
.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled)::before,
.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
  background-color: transparent;
  color: #CCCCCC;
}

.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):nth-child(2) .next-calendar2-cell-inner {
  background-color: #DEE8FF;
  color: #666666;
}
.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-begin:last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-begin:nth-child(2) .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-end:last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-end:nth-child(2) .next-calendar2-cell-inner {
  color: #FFFFFF;
  background: #5584FF;
}